[52360] branches/images-and-archives/base/doc/port.1
blb at macports.org
blb at macports.org
Sun Jun 14 19:45:21 PDT 2009
Revision: 52360
http://trac.macports.org/changeset/52360
Author: blb at macports.org
Date: 2009-06-14 19:45:21 -0700 (Sun, 14 Jun 2009)
Log Message:
-----------
Remove documentation of removed bits
Modified Paths:
--------------
branches/images-and-archives/base/doc/port.1
Modified: branches/images-and-archives/base/doc/port.1
===================================================================
--- branches/images-and-archives/base/doc/port.1 2009-06-15 02:34:49 UTC (rev 52359)
+++ branches/images-and-archives/base/doc/port.1 2009-06-15 02:45:21 UTC (rev 52360)
@@ -218,10 +218,6 @@
force mode (ignore state file)
.It Fl o
honor state files older than Portfile
-.It Fl s
-source-only mode (build and install from source, ignore all binary archives, do not create/recreate binary archives) (only applies when archive mode is enabled)
-.It Fl b
-binary-only mode (build and install from binary archives, ignore source, abort if no archive present; do not create/recreate binary archives from source) (only applies when archive mode is enabled)
.It Fl c
autoclean mode (execute clean after install)
.It Fl k
@@ -390,24 +386,12 @@
This is the default when no flag is given.
To remove the distribution files (tarballs, etc), specify
.Fl -dist .
-To remove the archive(s) for the current version of a port, pass
-.Fl -archive .
-To remove the work files, distribution files and archives, pass
+To remove the work and distribution files, pass
.Fl -all .
For example:
.Pp
.Dl "port clean --dist vim"
-.Dl "port clean --archive vim"
-.Pp
-To remove only certain version(s) of a port's archives (
-.Ar version
-is any valid UNIX glob pattern), you can use:
-.Pp
-.Dl "port clean --archive vim 6.2.114"
-.Pp
-or:
-.Pp
-.Dl "port clean --archive vim '6.*'"
+.Dl "port clean --all vim"
.Ss echo
Writes to stdout the arguments passed to
.Nm .
@@ -510,12 +494,6 @@
.Ss ed
An alias for
.Ic edit .
-.Ss unarchive
-Unpack the port from a pre-built binary archive. When archive mode is enabled, this command is called automatically, prior to
-.Ar fetch ,
-to check for an existing binary archive to unpack. If found, it is unpacked and all stages up to
-.Ar install
-are then skipped.
.Ss fetch
Fetches the distribution files required to build
.Ar portname .
@@ -549,14 +527,6 @@
.Ar portname .
To nitpick about whitespace and patchfile names, use
.Fl -nitpick .
-.Ss archive
-Archive the port for a later
-.Ar unarchive .
-When archive mode is enabled, binary archives will be created automatically whenever an
-.Ar install
-is performed, or when the
-.Ar archive
-target is called explicitly.
.Ss distcheck
Check if the distfiles haven't changed and can be fetched.
.Ss distfiles
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090614/4aa0b7bc/attachment-0001.html>
More information about the macports-changes
mailing list