[72275] trunk/base/src/port/port.tcl

jberry at macports.org jberry at macports.org
Sat Oct 9 10:16:02 PDT 2010


Revision: 72275
          http://trac.macports.org/changeset/72275
Author:   jberry at macports.org
Date:     2010-10-09 10:16:00 -0700 (Sat, 09 Oct 2010)
Log Message:
-----------
Modify port help output to make clear that the depof, rdepof, dependentof, and rdependentofpseudo-ports  do not use regex to select the port they operate on.

Modified Paths:
--------------
    trunk/base/src/port/port.tcl

Modified: trunk/base/src/port/port.tcl
===================================================================
--- trunk/base/src/port/port.tcl	2010-10-09 17:14:32 UTC (rev 72274)
+++ trunk/base/src/port/port.tcl	2010-10-09 17:16:00 UTC (rev 72275)
@@ -91,17 +91,19 @@
 requested, unrequested and leaves.
 These pseudo-portnames expand to the set of ports named.
 
-Additional pseudo-portnames start with...
-variants:, variant:, description:, depends:, depends_lib:, depends_run:,
-depends_build:, depends_fetch:, depends_extract:, portdir:, homepage:, epoch:,
-platforms:, platform:, name:, long_description:, maintainers:, maintainer:,
-categories:, category:, version:, revision:, license:, depof:, rdepof:,
-dependentof:, and rdependentof:.
-These each select a set of ports based on a regex search of metadata
+Pseudo-portnames starting with variants:, variant:, description:, depends:,
+depends_lib:, depends_run:, depends_build:, depends_fetch:, depends_extract:,
+portdir:, homepage:, epoch:, platforms:, platform:, name:, long_description:,
+maintainers:, maintainer:, categories:, category:, version:, revision:, and
+license: each select a set of ports based on a regex search of metadata
 about the ports. In all such cases, a standard regex pattern following
 the colon will be used to select the set of ports to which the
 pseudo-portname expands.
 
+Pseudo-portnames starting with depof:, rdepof:, dependentof:, and rdependentof:
+select ports that are direct or recursive dependencies or dependents of the
+following portname, respectively.
+
 Portnames that contain standard glob characters will be expanded to the
 set of ports matching the glob pattern.
     
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101009/30155534/attachment.html>


More information about the macports-changes mailing list