Changeset 38033 for trunk/base/src
- Timestamp:
- 07/03/08 16:49:00 (5 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/port/port.tcl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/port/port.tcl
r37909 r38033 56 56 } 57 57 58 59 58 proc print_help {args} { 60 59 global cmdname … … 98 97 99 98 Additional pseudo-portnames start with... 100 variants:, variant:, description:, portdir:, homepage:, epoch:, 101 platforms:, platform:, name:, long_description:, maintainers:, 102 maintainer:, categories:, category:, version:, and revision:. 99 variants:, variant:, description:, depends:, depends_lib:, depends_run:, 100 depends_build:, portdir:, homepage:, epoch:, platforms:, platform:, name:, 101 long_description:, maintainers:, maintainer:, categories:, category:, version:, 102 and revision:. 103 103 These each select a set of ports based on a regex search of metadata 104 104 about the ports. In all such cases, a standard regex pattern following

