[118040] branches/release_2_3/base

cal at macports.org cal at macports.org
Wed Mar 19 17:12:44 PDT 2014


Revision: 118040
          https://trac.macports.org/changeset/118040
Author:   cal at macports.org
Date:     2014-03-19 17:12:44 -0700 (Wed, 19 Mar 2014)
Log Message:
-----------
release_2_3: merge documentation of select --summary from trunk, r118038 and r118039

Revision Links:
--------------
    https://trac.macports.org/changeset/118038
    https://trac.macports.org/changeset/118039

Modified Paths:
--------------
    branches/release_2_3/base/doc/port.1
    branches/release_2_3/base/src/port/port-help.tcl

Property Changed:
----------------
    branches/release_2_3/base/


Property changes on: branches/release_2_3/base
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/gsoc08-privileges/base:37343-46937
/branches/gsoc09-logging/base:51231-60371
/branches/gsoc11-rev-upgrade/base:78828-88375
/branches/gsoc11-statistics/base:79520,79666
/branches/gsoc13-tests:106692-111324
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692
   + /branches/gsoc08-privileges/base:37343-46937
/branches/gsoc09-logging/base:51231-60371
/branches/gsoc11-rev-upgrade/base:78828-88375
/branches/gsoc11-statistics/base:79520,79666
/branches/gsoc13-tests:106692-111324
/branches/universal-sanity/base:51872-52323
/branches/variant-descs-14482/base:34469-34855,34900-37508,37511-37512,41040-41463,42575-42626,42640-42659
/trunk/base:118038-118039
/users/perry/base-bugs_and_notes:45682-46060
/users/perry/base-select:44044-44692

Modified: branches/release_2_3/base/doc/port.1
===================================================================
--- branches/release_2_3/base/doc/port.1	2014-03-20 00:08:21 UTC (rev 118039)
+++ branches/release_2_3/base/doc/port.1	2014-03-20 00:12:44 UTC (rev 118040)
@@ -393,7 +393,9 @@
 might be linked to
 .Ic "python2.6" .
 Available select groups are installed as subdirectories of
-.Ar ${prefix}/etc/select/ .
+.Ar ${prefix}/etc/select/
+and can be listed using
+.Fl -summary .
 To list the available versions in a group, use
 .Fl -list .
 To see which version is currently selected for a group, use
@@ -403,9 +405,10 @@
 .Pp
 For example:
 .Pp
+.Dl "port select --summary"
+.Dl "port select --show python"
 .Dl "port select --list python"
-.Dl "port select --show gcc"
-.Dl "port select --set gcc mp-gcc44"
+.Dl "port select --set python python34"
 .Pp
 .Ss activate
 Activate the installed

Modified: branches/release_2_3/base/src/port/port-help.tcl
===================================================================
--- branches/release_2_3/base/src/port/port-help.tcl	2014-03-20 00:08:21 UTC (rev 118039)
+++ branches/release_2_3/base/src/port/port-help.tcl	2014-03-20 00:12:44 UTC (rev 118040)
@@ -298,12 +298,14 @@
 of these becomes the version run when you simply use 'python'.
 
 <arguments> must include the group upon which to be acted, and may include
-a version if --set is used.
+a version if --set is used. <arguments> can be empty for --summary.
 
---list   List available versions for the group
---set    Select the given version for the group
---show   Show which version is currently selected for the group (default if
-         none given)
+--list     List available versions for the group
+--set      Select the given version for the group
+--show     Show which version is currently selected for the group (default
+           if none given)
+--summary  Display a summary of all available select groups and choices as
+           well as the currently selected ports.
 }
 
 set porthelp(selfupdate) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140319/b286aaa6/attachment.html>


More information about the macports-changes mailing list