[122866] trunk/base/src/port/port-help.tcl
cal at macports.org
cal at macports.org
Fri Aug 1 05:08:39 PDT 2014
Revision: 122866
https://trac.macports.org/changeset/122866
Author: cal at macports.org
Date: 2014-08-01 05:08:39 -0700 (Fri, 01 Aug 2014)
Log Message:
-----------
base: Improve port help search output.
Modified Paths:
--------------
trunk/base/src/port/port-help.tcl
Modified: trunk/base/src/port/port-help.tcl
===================================================================
--- trunk/base/src/port/port-help.tcl 2014-08-01 12:00:11 UTC (rev 122865)
+++ trunk/base/src/port/port-help.tcl 2014-08-01 12:08:39 UTC (rev 122866)
@@ -277,12 +277,18 @@
set porthelp(search) {
Search for a port
---case-sensitive match the search string in a case-sensitive manner
---exact match the literal search string exactly
---glob treat the given search string as a glob (default)
---line print each result on a single line
---regex treat the given search string as a regular expression
---<field> match against <field>, default is '--name --description'
+--case-sensitive match the search string in a case-sensitive manner
+--exact match the literal search string exactly
+--glob treat the given search string as a glob (default)
+--line print each result on a single line
+--regex treat the given search string as a regular expression
+--<field> match against <field>, default is '--name --description'.
+ Possible values for <field> are category, categories,
+ depends, depends_build, depends_extract, depends_fetch,
+ depends_lib, depends_run, description, epoch, homepage,
+ long_description, maintainer, maintainers, name, platform,
+ platforms, portdir, revision, variant, variants, and
+ version.
}
set porthelp(select) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140801/42163340/attachment.html>
More information about the macports-changes
mailing list