[101586]

larryv at macports.org larryv at macports.org
Mon Jan 14 01:19:30 PST 2013


Revision: 101586
          https://trac.macports.org/changeset/101586
Author:   larryv at macports.org
Date:     2013-01-14 01:19:30 -0800 (Mon, 14 Jan 2013)
Log Message:
-----------
zsh: Move _port to my contrib directory.

Added Paths:
-----------
    users/larryv/contrib/_port

Removed Paths:
-------------
    trunk/dports/shells/zsh/files/_port

Deleted: trunk/dports/shells/zsh/files/_port
===================================================================
--- trunk/dports/shells/zsh/files/_port	2013-01-14 09:18:23 UTC (rev 101585)
+++ trunk/dports/shells/zsh/files/_port	2013-01-14 09:19:30 UTC (rev 101586)
@@ -1,89 +0,0 @@
-#compdef port
-
-local subcmds 
-
-# we cache the list of ports
-# we shall use some cache policy to avoid problems with new ports
-if (( ! $+portlist )); then
-	portlist=($(port echo all; echo "all current active inactive installed uninstalled outdated"))
-fi
-
-subcmds=(
-'activate'
-'archive'
-'build'
-'cat'
-'clean'
-'configure'
-'contents'
-'deactivate'
-'dependents'
-'deps'
-'destroot'
-'dir'
-'distcheck'
-'distclean'
-'dmg'
-'echo'
-'edit'
-'extract'
-'fetch'
-'file'
-'help'
-'info'
-'install' 
-'installed' 
-'list'
-'livecheck'
-'location'
-'mpkg'
-'outdated'
-'patch'
-'pkg'
-'provides'
-'rpmpackage'
-'search'
-'selfupdate'
-'sync'
-'test'
-'unarchive'
-'uninstall'
-'upgrade' 
-'variants'
-'version'
-)
-
-_arguments -C \
-'-v[verbose mode (generate verbose messages)]' \
-'-d[debug mode (generate debugging messages)]' \
-'-q[quiet mode (suppress messages)]' \
-'-D[specify portdir]' \
-'-k[keep mode (do not autoclean after install)]' \
-'-n[dont follow dependencies in upgrade (only for upgrading)]' \
-'-a[upgrade all installed ports (only for upgrading)]' \
-'-u[uninstall non-active ports when upgrading and uninstalling]' \
-'-f[force mode (ignore state file)]' \
-'-s[source-only mode]' \
-'-b[binary-only mode]' \
-'-o[honor state files older than Portfile]' \
-'*::command:->command' \
-&& return 0
-
-case $state in
-	command)
-	if ((CURRENT == 1)); then
-		state=subcommands
-	else
-		state=portname
-	fi
-	;;
-esac
-
-case $state in
-	subcommands)
-	_describe -t commands 'port commands' subcmds
-	;;
-	portname)
-	_describe -t commands 'available ports' portlist
-	;;
-esac

Copied: users/larryv/contrib/_port (from rev 101585, trunk/dports/shells/zsh/files/_port)
===================================================================
--- users/larryv/contrib/_port	                        (rev 0)
+++ users/larryv/contrib/_port	2013-01-14 09:19:30 UTC (rev 101586)
@@ -0,0 +1,89 @@
+#compdef port
+
+local subcmds 
+
+# we cache the list of ports
+# we shall use some cache policy to avoid problems with new ports
+if (( ! $+portlist )); then
+	portlist=($(port echo all; echo "all current active inactive installed uninstalled outdated"))
+fi
+
+subcmds=(
+'activate'
+'archive'
+'build'
+'cat'
+'clean'
+'configure'
+'contents'
+'deactivate'
+'dependents'
+'deps'
+'destroot'
+'dir'
+'distcheck'
+'distclean'
+'dmg'
+'echo'
+'edit'
+'extract'
+'fetch'
+'file'
+'help'
+'info'
+'install' 
+'installed' 
+'list'
+'livecheck'
+'location'
+'mpkg'
+'outdated'
+'patch'
+'pkg'
+'provides'
+'rpmpackage'
+'search'
+'selfupdate'
+'sync'
+'test'
+'unarchive'
+'uninstall'
+'upgrade' 
+'variants'
+'version'
+)
+
+_arguments -C \
+'-v[verbose mode (generate verbose messages)]' \
+'-d[debug mode (generate debugging messages)]' \
+'-q[quiet mode (suppress messages)]' \
+'-D[specify portdir]' \
+'-k[keep mode (do not autoclean after install)]' \
+'-n[dont follow dependencies in upgrade (only for upgrading)]' \
+'-a[upgrade all installed ports (only for upgrading)]' \
+'-u[uninstall non-active ports when upgrading and uninstalling]' \
+'-f[force mode (ignore state file)]' \
+'-s[source-only mode]' \
+'-b[binary-only mode]' \
+'-o[honor state files older than Portfile]' \
+'*::command:->command' \
+&& return 0
+
+case $state in
+	command)
+	if ((CURRENT == 1)); then
+		state=subcommands
+	else
+		state=portname
+	fi
+	;;
+esac
+
+case $state in
+	subcommands)
+	_describe -t commands 'port commands' subcmds
+	;;
+	portname)
+	_describe -t commands 'available ports' portlist
+	;;
+esac


Property changes on: users/larryv/contrib/_port
___________________________________________________________________
Added: svn:mergeinfo
   + /branches/mld-qt-481/dports/shells/zsh/files/_port:92720,92813,92891,92963,93522,93556,93699,93743,93771-93773,93806,93817-93818,93856
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130114/45b84992/attachment.html>


More information about the macports-changes mailing list