From owner-svn-src-user@FreeBSD.ORG Sun Jan 2 02:46:07 2011 Return-Path: Delivered-To: svn-src-user@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 215E0106564A; Sun, 2 Jan 2011 02:46:07 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EAEF48FC08; Sun, 2 Jan 2011 02:46:06 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p022k68v029890; Sun, 2 Jan 2011 02:46:06 GMT (envelope-from dougb@svn.freebsd.org) Received: (from dougb@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p022k6rF029888; Sun, 2 Jan 2011 02:46:06 GMT (envelope-from dougb@svn.freebsd.org) Message-Id: <201101020246.p022k6rF029888@svn.freebsd.org> From: Doug Barton Date: Sun, 2 Jan 2011 02:46:06 +0000 (UTC) To: src-committers@freebsd.org, svn-src-user@freebsd.org X-SVN-Group: user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r216882 - user/dougb/portmaster/files X-BeenThere: svn-src-user@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the experimental " user" src tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jan 2011 02:46:07 -0000 Author: dougb Date: Sun Jan 2 02:46:06 2011 New Revision: 216882 URL: http://svn.freebsd.org/changeset/base/216882 Log: Re-sort to match usage() Remove -all variants Modified: user/dougb/portmaster/files/zsh-completions Modified: user/dougb/portmaster/files/zsh-completions ============================================================================== --- user/dougb/portmaster/files/zsh-completions Sun Jan 2 02:45:44 2011 (r216881) +++ user/dougb/portmaster/files/zsh-completions Sun Jan 2 02:46:06 2011 (r216882) @@ -30,11 +30,6 @@ _arguments -A "-*" : \ "--index[use INDEX exclusively to check if a port is up to date]" \ "--index-first[use the INDEX for status, but double-check with the port]" \ "--index-only[do not try to use /usr/ports]" \ - "--show-work[list what ports are and would be installed]" \ - "-o[replace the installed port with a port from a different origin]:new port dir in /usr/ports:->ports" \ - "-r[rebuild port, and all ports that depend on it]:name/glob of port in /var/db/pkg:->pkgs" \ - "-R[used with -\[rf\] to skip ports updated on a previous run]" \ - "-a[check all ports, update as necessary]" \ "--delete-build-only[delete ports that are build-only dependencies after a successful run]" \ {-P,--packages}"[use packages, but build port if not available]" \ {-PP,--packages-only}"[fail if no package is available]" \ @@ -44,18 +39,21 @@ _arguments -A "-*" : \ "--local-packagedir=-[where local packages can be found]:path:_files -/" \ "--packages-local[use packages from --local-packagedir only]" \ "--delete-packages[after installing from a package, delete it]" \ + "-a[check all ports, update as necessary]" \ + "--show-work[list what ports are and would be installed]" \ + "-o[replace the installed port with a port from a different origin]:new port dir in /usr/ports:->ports" \ + "-r[rebuild port, and all ports that depend on it]:name/glob of port in /var/db/pkg:->pkgs" \ + "-R[used with -\[rf\] to skip ports updated on a previous run]" \ "-l[list all installed ports by category]" \ "-L[list all installed ports by category, and search for updates]" \ + "--list-origins[list directories from /usr/ports for root and leaf ports]" \ + "-F[fetch distfiles only]" \ "-e[expunge a port via pkg_delete, and remove its distfiles]:full name of port directory in /var/db/pkg:->pkgs" \ "-s[clean out stale ports that used to be depended on]" \ - "-F[fetch distfiles only]" \ "--clean-distfiles[offer to delete stale distfiles]" \ - "--clean-distfiles-all[delete stale distfiles without prompting]" \ "--clean-packages[offer to delete stale packages]" \ - "--clean-packages-all[delete stale packages without prompting]" \ "--check-depends[cross-check and update dependency information for all ports]" \ "--check-port-dbdir[check for stale entries in /var/db/ports]" \ - "--list-origins[list directories from /usr/ports for root and leaf ports]" \ "(-h --help)"{-h,--help}"[display help message]" \ "--version[display the version number]" \ '*:Packages and Ports:->pkgs_ports'