[123068] trunk/base/doc

cal at macports.org cal at macports.org
Mon Aug 4 14:56:35 PDT 2014


Revision: 123068
          https://trac.macports.org/changeset/123068
Author:   cal at macports.org
Date:     2014-08-04 14:56:35 -0700 (Mon, 04 Aug 2014)
Log Message:
-----------
base: document port-archive, #44530

Modified Paths:
--------------
    trunk/base/doc/Makefile.in

Added Paths:
-----------
    trunk/base/doc/port-archive.1.txt

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2014-08-04 20:29:47 UTC (rev 123067)
+++ trunk/base/doc/Makefile.in	2014-08-04 21:56:35 UTC (rev 123068)
@@ -17,6 +17,7 @@
 
 MAN1=	\
 		port-activate.1 \
+		port-archive.1 \
 		port-build.1 \
 		port-checksum.1 \
 		port-configure.1 \

Copied: trunk/base/doc/port-archive.1.txt (from rev 123025, trunk/base/doc/port-install.1.txt)
===================================================================
--- trunk/base/doc/port-archive.1.txt	                        (rev 0)
+++ trunk/base/doc/port-archive.1.txt	2014-08-04 21:56:35 UTC (rev 123068)
@@ -0,0 +1,43 @@
+// vim: set et sw=4 ts=8 ft=asciidoc tw=80:
+port-archive(1)
+===============
+$Id$
+
+NAME
+----
+port-archive - Create an archive of a port.
+
+SYNOPSIS
+--------
+[cmdsynopsis]
+*port* [*-vdqysbckpotf*] [*-D* 'portdir'] *archive*
+     [['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
+     [+/-variant ...]
+
+DESCRIPTION
+-----------
+*port archive* will create the port image (also called archive) for a port but
+will not actually install the port's files. In a nutshell, *port archive* is
+like *install*, but without the implicit *activate* at the end. See
+man:port-install[1] and man:port-activate[1] and the *PORT IMAGES* section for
+details. The created port image can be located using man:port-location[1],
+
+You can choose multiple variants, by specifying +name, which indicates the
+variant is desired, or -name, indicating the contrary.
+
+Global variants will be applied as specified in *variants.conf*(5).
+
+include::archives.txt[]
+
+include::global-flags.txt[]
+
+
+SEE ALSO
+--------
+man:port[1], man:port-install[1], man:port-activate[1], man:port-info[1],
+man:port-variants[1], man:variants.conf[5]
+
+AUTHORS
+-------
+ (C) 2014 The MacPorts Project
+ Clemens Lang <cal at macports.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140804/762174c9/attachment-0001.html>


More information about the macports-changes mailing list