[134977] trunk/base/doc

cal at macports.org cal at macports.org
Sun Apr 12 12:24:51 PDT 2015


Revision: 134977
          https://trac.macports.org/changeset/134977
Author:   cal at macports.org
Date:     2015-04-12 12:24:51 -0700 (Sun, 12 Apr 2015)
Log Message:
-----------
base: enable port-unarchive.1, generate roff from asciidoc, closes #44530

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

Added Paths:
-----------
    trunk/base/doc/port-unarchive.1

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2015-04-12 19:24:18 UTC (rev 134976)
+++ trunk/base/doc/Makefile.in	2015-04-12 19:24:51 UTC (rev 134977)
@@ -77,6 +77,7 @@
 		port-space.1 \
 		port-sync.1 \
 		port-test.1 \
+		port-unarchive.1 \
 		port-uninstall.1 \
 		port-unload.1 \
 		port-unsetrequested.1 \

Added: trunk/base/doc/port-unarchive.1
===================================================================
--- trunk/base/doc/port-unarchive.1	                        (rev 0)
+++ trunk/base/doc/port-unarchive.1	2015-04-12 19:24:51 UTC (rev 134977)
@@ -0,0 +1,51 @@
+'\" t
+.TH "PORT\-UNARCHIVE" "1" "2015\-04\-12" "MacPorts 2\&.3\&.99" "MacPorts Manual"
+.\" -----------------------------------------------------------------
+.\" * Define some portability stuff
+.\" -----------------------------------------------------------------
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.\" http://bugs.debian.org/507673
+.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
+.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+.ie \n(.g .ds Aq \(aq
+.el       .ds Aq '
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+port-unarchive \- Extract the destroot of the given ports from a binary archive
+.SH "SYNOPSIS"
+.sp
+.nf
+\fBport\fR [\fB\-vdtoy\fR] [\fB\-D\fR \fIportdir\fR] \fBunarchive\fR
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+     [+/\- variant \&...]
+.fi
+.SH "DESCRIPTION"
+.sp
+Extract the destroot (i\&.e\&. the set of files that are installed by a port) from installed or downloaded binary archives\&. Usually, users will not have to run this command manually\&. It is run automatically by MacPorts when installing a port from a pre\-built binary\&. The possibility to execute it directly exists for debugging purposes\&.
+.SH "GLOBAL OPTIONS"
+.sp
+Please see the section \fBGLOBAL OPTIONS\fR in the \fBport\fR(1) man page for a description of global port options\&.
+.SH "SEE ALSO"
+.sp
+\fBport\fR(1), \fBport-install\fR(1)
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+(C) 2015 The MacPorts Project
+Clemens Lang <cal at macports\&.org>
+.fi
+.if n \{\
+.RE
+.\}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150412/771a938a/attachment.html>


More information about the macports-changes mailing list