#284 closed defect (fixed)
patch for port.1
Reported by: | fkr-ml@… | Owned by: | kvv@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | base | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
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:
Change History (2)
comment:1 Changed 22 years ago by eric@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|
Note: See
TracTickets for help on using
tickets.
committed