[123071] trunk/base/doc

cal at macports.org cal at macports.org
Mon Aug 4 15:07:38 PDT 2014


Revision: 123071
          https://trac.macports.org/changeset/123071
Author:   cal at macports.org
Date:     2014-08-04 15:07:38 -0700 (Mon, 04 Aug 2014)
Log Message:
-----------
base: document port-archivefetch, #44530

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

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

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2014-08-04 22:07:04 UTC (rev 123070)
+++ trunk/base/doc/Makefile.in	2014-08-04 22:07:38 UTC (rev 123071)
@@ -18,6 +18,7 @@
 MAN1=	\
 		port-activate.1 \
 		port-archive.1 \
+		port-archivefetch.1 \
 		port-build.1 \
 		port-checksum.1 \
 		port-configure.1 \

Copied: trunk/base/doc/port-archivefetch.1.txt (from rev 123068, trunk/base/doc/port-archive.1.txt)
===================================================================
--- trunk/base/doc/port-archivefetch.1.txt	                        (rev 0)
+++ trunk/base/doc/port-archivefetch.1.txt	2014-08-04 22:07:38 UTC (rev 123071)
@@ -0,0 +1,48 @@
+// vim: set et sw=4 ts=8 ft=asciidoc tw=80:
+port-archivefetch(1)
+====================
+$Id$
+
+NAME
+----
+port-archivefetch - Fetch archive for the given ports if available.
+
+SYNOPSIS
+--------
+[cmdsynopsis]
+*port* [*-vdqypotf*] [*-D* 'portdir'] *archivefetch*
+     [['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
+     [+/-variant ...]
+
+DESCRIPTION
+-----------
+*port archivefetch* attempts to download a binary archive for the given port(s)
+from the configured binary sources, by default from 'packages.macports.org' and
+its mirrors. An archive or port image is a tarball containing the files of
+a port and some metadata and can be used to install a port without building it
+from source. See the *PORT IMAGES* section for a description of the port image
+concept in MacPorts.
+
+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 man:variants.conf[5].
+
+include::archives.txt[]
+
+include::global-flags.txt[]
+
+-p::
+    Proceed even if a port fails to fetch. This is useful if you are trying to
+    download all available binary images for a number of ports, e.g., if you
+    want to install them later without a network connection.
+
+
+SEE ALSO
+--------
+man:port[1], man:port-archive[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/f6b631f6/attachment.html>


More information about the macports-changes mailing list