Opened 21 years ago

Last modified 8 years ago

#284 closed defect

patch for port.1 — at Initial Version

Reported by: fkr-ml@… Owned by: kvv@…
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

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

Change History (0)

Note: See TracTickets for help on using tickets.