[133083] users/pixilla/scripts/mp-portindex-dports

pixilla at macports.org pixilla at macports.org
Thu Feb 19 20:20:32 PST 2015


Revision: 133083
          https://trac.macports.org/changeset/133083
Author:   pixilla at macports.org
Date:     2015-02-19 20:20:32 -0800 (Thu, 19 Feb 2015)
Log Message:
-----------
users/pixilla:
- Add mp-portindex-dports script.

Added Paths:
-----------
    users/pixilla/scripts/mp-portindex-dports

Added: users/pixilla/scripts/mp-portindex-dports
===================================================================
--- users/pixilla/scripts/mp-portindex-dports	                        (rev 0)
+++ users/pixilla/scripts/mp-portindex-dports	2015-02-20 04:20:32 UTC (rev 133083)
@@ -0,0 +1,9 @@
+#!/bin/bash
+# mp-portindex-dports
+# Set vars if not set.
+: ${MP_PREFIX:="/opt/local"}
+: ${MP_SVNCMD:=$(which svn)}
+: ${MP_SVNTRUNK:="${MP_PREFIX}/var/macports/sources/svn.macports.org/trunk"}
+: ${MP_SVNDPORTS:="${MP_SVNTRUNK}/dports"}
+echo "MP_SVNDPORTS=${MP_SVNDPORTS}"
+portindex "${MP_SVNDPORTS}"


Property changes on: users/pixilla/scripts/mp-portindex-dports
___________________________________________________________________
Added: svn:executable
   + *
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150219/e6d670ef/attachment.html>


More information about the macports-changes mailing list