#284: patch for port.1 -----------------------+-------------------- Reporter: fkr-ml@… | Owner: kvv@… Type: defect | Status: closed Priority: Normal | Milestone: Component: base | Version: 1.0 Resolution: fixed | Keywords: Port: | -----------------------+-------------------- Description changed by ryandesign@…: Old description:
here is a patch for port.1 to mention all the targets 'port' takes:
---- Index: port.1 =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port/port.1,v retrieving revision 1.10 diff -u -r1.10 port.1 --- port.1 15 Nov 2002 21:25:58 -0000 1.10 +++ port.1 1 Dec 2002 21:46:36 -0000 @@ -72,6 +72,27 @@ .It Fl f force mode (ignore state file) .El +.Sh TARGETS +.Nm +knows several targets. The most important is the "install" target, which installs the supplied port. +.Pp +The other targets are: +.Pp +.Dl uninstall +.Dl clean +.Dl search +.Pp +Besides the main targets +.Nm +takes each single stage of the port building process as a possible target. These +stages (besides "install") are: +.Pp +.Dl fetch +.Dl extract +.Dl patch +.Dl configure +.Dl build +.Pp .Sh EXAMPLES Invoking .Nm @@ -85,11 +106,19 @@ .Pp .Dl "port uninstall vim .Pp +To clean up after the port was build: +.Pp +.Dl "port clean vim +.Pp Using .Nm to list all available ports: .Pp .Dl "port search .+ +.Pp +To look for a specific port, supply a search string: +.Pp +.Dl "port search vim .Pp The following demonstrates invoking .Nm ---- this is also available here:
New description: here is a patch for port.1 to mention all the targets 'port' takes: {{{ Index: port.1 =================================================================== RCS file: /Volumes/src/cvs/od/proj/darwinports/base/src/port/port.1,v retrieving revision 1.10 diff -u -r1.10 port.1 --- port.1 15 Nov 2002 21:25:58 -0000 1.10 +++ port.1 1 Dec 2002 21:46:36 -0000 @@ -72,6 +72,27 @@ .It Fl f force mode (ignore state file) .El +.Sh TARGETS +.Nm +knows several targets. The most important is the "install" target, which installs the supplied port. +.Pp +The other targets are: +.Pp +.Dl uninstall +.Dl clean +.Dl search +.Pp +Besides the main targets +.Nm +takes each single stage of the port building process as a possible target. These +stages (besides "install") are: +.Pp +.Dl fetch +.Dl extract +.Dl patch +.Dl configure +.Dl build +.Pp .Sh EXAMPLES Invoking .Nm @@ -85,11 +106,19 @@ .Pp .Dl "port uninstall vim .Pp +To clean up after the port was build: +.Pp +.Dl "port clean vim +.Pp Using .Nm to list all available ports: .Pp .Dl "port search .+ +.Pp +To look for a specific port, supply a search string: +.Pp +.Dl "port search vim .Pp The following demonstrates invoking .Nm }}} this is also available here: http://www.opendarwin.org/~fkr/patch-port.1 -- -- Ticket URL: <https://trac.macports.org/ticket/284#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X