diff options
author | des <des@FreeBSD.org> | 2001-03-11 01:14:27 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-03-11 01:14:27 +0000 |
commit | 58b456eba77476db88abeb37e1985f1c1b088919 (patch) | |
tree | 554f2cafc3c4fce1fb6a56e43c8c0b503cabac2d /ports-mgmt/porteasy/src/porteasy.8 | |
parent | 2cffb0476938b8232bab2f3c171383eaa54d6b0d (diff) | |
download | FreeBSD-ports-58b456eba77476db88abeb37e1985f1c1b088919.zip FreeBSD-ports-58b456eba77476db88abeb37e1985f1c1b088919.tar.gz |
Porteasy 2.3: cvspass magic for anoncvs.freebsd.org; new -w option for
displaying a port's web site URL; don't build by default (sometimes you
just want to update a port and all its dependencies); code cleanup.
Diffstat (limited to 'ports-mgmt/porteasy/src/porteasy.8')
-rw-r--r-- | ports-mgmt/porteasy/src/porteasy.8 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/ports-mgmt/porteasy/src/porteasy.8 b/ports-mgmt/porteasy/src/porteasy.8 index ad5a504..2442454 100644 --- a/ports-mgmt/porteasy/src/porteasy.8 +++ b/ports-mgmt/porteasy/src/porteasy.8 @@ -35,7 +35,7 @@ .Nd fetch and build ports .Sh SYNOPSIS .Nm porteasy -.Op Fl abCceFfhikLluVv +.Op Fl abCceFfhikLluVvw .Op Fl D Ar date .Op Fl d Ar dir .Op Fl p Ar dir @@ -99,10 +99,10 @@ Show the version number and exit. .It Fl v Verbose mode: show more information about what is being done. +.It Fl w +Show the URL of the port's web site if there is one listed in the port +description. .El -.Pp -If no options are specified, the default is to build the specified -ports. .Ss Port names The port names listed on the command line may be either unqualified or fully qualified. @@ -179,6 +179,13 @@ If no ports were specified, instead prints a list of all installed ports, with unknown ports (i.e. ports that are not in the index file, or are out of date) indicated with a question mark. +.It Show the URLs of the selected ports' web sites +If the +.Fl w +option was specified, +.Nm +prints the URL of the web site of each port that was specified on the +command line, if a URL is listed in that port's description. .It Clean the tree If the .Fl c |