[123890] trunk/base/doc

cal at macports.org cal at macports.org
Fri Aug 15 13:10:51 PDT 2014


Revision: 123890
          https://trac.macports.org/changeset/123890
Author:   cal at macports.org
Date:     2014-08-15 13:10:51 -0700 (Fri, 15 Aug 2014)
Log Message:
-----------
base: (re-)generate roff from asciidoc source, enable new manpages in Makefile.in

Modified Paths:
--------------
    trunk/base/doc/Makefile.in
    trunk/base/doc/port-cd.1

Added Paths:
-----------
    trunk/base/doc/port-distfiles.1
    trunk/base/doc/port-dmg.1
    trunk/base/doc/port-echo.1
    trunk/base/doc/port-exit.1
    trunk/base/doc/port-gohome.1
    trunk/base/doc/port-info.1
    trunk/base/doc/port-mdmg.1
    trunk/base/doc/port-mpkg.1
    trunk/base/doc/port-pkg.1
    trunk/base/doc/port-quit.1

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2014-08-15 20:06:28 UTC (rev 123889)
+++ trunk/base/doc/Makefile.in	2014-08-15 20:10:51 UTC (rev 123890)
@@ -32,14 +32,25 @@
 		port-destroot.1 \
 		port-dir.1 \
 		port-distcheck.1 \
+		port-distfiles.1 \
+		port-dmg.1 \
+		port-echo.1 \
 		port-edit.1 \
+		port-exit.1 \
 		port-extract.1 \
 		port-fetch.1 \
 		port-file.1 \
+		port-gohome.1 \
 		port-help.1 \
+		port-info.1 \
 		port-install.1 \
+		port-installed.1 \
 		port-location.1 \
+		port-mdmg.1 \
+		port-mpkg.1 \
 		port-patch.1 \
+		port-pkg.1 \
+		port-quit.1 \
 		port-rdeps.1 \
 		port-rev-upgrade.1 \
 		port-selfupdate.1 \

Modified: trunk/base/doc/port-cd.1
===================================================================
--- trunk/base/doc/port-cd.1	2014-08-15 20:06:28 UTC (rev 123889)
+++ trunk/base/doc/port-cd.1	2014-08-15 20:10:51 UTC (rev 123890)
@@ -1,5 +1,5 @@
 '\" t
-.TH "PORT\-CD" "1" "2014\-08\-06" "MacPorts 2\&.3\&.99" "MacPorts Manual"
+.TH "PORT\-CD" "1" "2014\-08\-15" "MacPorts 2\&.3\&.99" "MacPorts Manual"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
@@ -25,12 +25,16 @@
 .sp
 To be used only in interactive mode:
 .sp
-\fBcd\fR [\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]
+.nf
+\fBcd\fR
+    [\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]
+.fi
 .SH "DESCRIPTION"
 .sp
 \fBcd\fR can be used in interactive mode of \fBport\fR (see \fBport-interactive\fR(7)) to change the current working directory to the directory that contains a given port\&. The second parameter is not optional, as it usually is with \fBcd\fR in your shell\&.
+.SH "BUGS"
 .sp
-Note that \fBport cd\fR can be used from the command line, but is a no\-op\&.
+\fBport cd\fR can be used from the command line, but is a no\-op\&.
 .SH "SEE ALSO"
 .sp
 \fBport\fR(1), \fBport-interactive\fR(7)

Added: trunk/base/doc/port-distfiles.1
===================================================================
--- trunk/base/doc/port-distfiles.1	                        (rev 0)
+++ trunk/base/doc/port-distfiles.1	2014-08-15 20:10:51 UTC (rev 123890)
@@ -0,0 +1,49 @@
+'\" t
+.TH "PORT\-DISTFILES" "1" "2014\-08\-15" "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-distfiles \- Print a list of distribution files for a port
+.SH "SYNOPSIS"
+.sp
+.nf
+\fBport\fR [\fB\-qvd\fR] [\fB\-D\fR \fIportdir\fR] \fBdistfiles\fR
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+.fi
+.SH "DESCRIPTION"
+.sp
+Print a list of source archives required to build the given port along with the checksums for the file and a list of mirrors\&. If you want to verify that all mirrors actually serve the same file see \fBport-distcheck\fR(1)\&.
+.sp
+To delete the distfiles once they have been downloaded, use \fBport clean \-\-dist\fR\&. See \fBport-clean\fR(1) for more information regarding the \fBclean\fR command\&.
+.SH "SEE ALSO"
+.sp
+\fBport\fR(1), \fBport-distcheck\fR(1), \fBport-clean\fR(1)
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+(C) 2014 The MacPorts Project
+Clemens Lang <cal at macports\&.org>
+.fi
+.if n \{\
+.RE
+.\}

Added: trunk/base/doc/port-dmg.1
===================================================================
--- trunk/base/doc/port-dmg.1	                        (rev 0)
+++ trunk/base/doc/port-dmg.1	2014-08-15 20:10:51 UTC (rev 123890)
@@ -0,0 +1,93 @@
+'\" t
+.TH "PORT\-DMG" "1" "2014\-08\-15" "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-dmg, port-mdmg, port-pkg, port-mpkg \- Create binary archives of a port, and optionally its dependencies\&.
+.SH "SYNOPSIS"
+.sp
+.nf
+\fBport\fR [\fB\-vdqysbckpotf\fR] [\fB\-D\fR \fIportdir\fR] \fBdmg\fR
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+.fi
+.sp
+.nf
+\fBport\fR [\fB\-vdqysbckpotf\fR] [\fB\-D\fR \fIportdir\fR] \fBmdmg\fR
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+.fi
+.sp
+.nf
+\fBport\fR [\fB\-vdqysbckpotf\fR] [\fB\-D\fR \fIportdir\fR] \fBpkg\fR
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+.fi
+.sp
+.nf
+\fBport\fR [\fB\-vdqysbckpotf\fR] [\fB\-D\fR \fIportdir\fR] \fBmpkg\fR
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+.fi
+.SH "DESCRIPTION"
+.sp
+These commands create OS X\-native binary archives of a given port\&. Depending on the command, either a \&.dmg disk image file, or a \&.pkg installer package is created\&.
+.sp
+\fBport dmg\fR creates an OS X disk image\&. \fBport pkg\fR wraps the same files in an OS X installer package\&. In most cases you probably want to package a port and all its library and runtime dependencies in a single package suitable for binary redistribution\&. You can use a metapackage to do this\&. Create one using \fBport mdmg\fR or \fBport mpkg\fR\&.
+.sp
+All packages are placed in a port\(cqs work directory, which can be located using \fBport-work\fR(1)\&.
+.if n \{\
+.sp
+.\}
+.RS 4
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+.ps +1
+\fBWarning\fR
+.ps -1
+.br
+.sp
+If you want to create installer packages using MacPorts for redistribution, make sure you do not use a standard installation of MacPorts in \fI/opt/local\fR\&. If you do that, your installer package will conflict on systems that \fBdo\fR have MacPorts installed\&.
+.sp
+Instead, follow \m[blue]\fBSection 2\&.2\&.4 of the MacPorts Guide\fR\m[]\&\s-2\u[1]\d\s+2 and choose a prefix specific to the software you are trying to package, e\&.g\&., \fI/opt/logrotate\fR for \fIlogrotate\fR\&. Then use this custom MacPorts installation to build your package\&.
+.sp .5v
+.RE
+.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-work\fR(1), \m[blue]\fBSection 2\&.2\&.4 of the MacPorts Guide\fR\m[]\&\s-2\u[1]\d\s+2
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+(C) 2014 The MacPorts Project
+Clemens Lang <cal at macports\&.org>
+.fi
+.if n \{\
+.RE
+.\}
+.SH "EXTERNAL REFERENCES"
+.IP " 1." 4
+Section 2.2.4 of the MacPorts Guide
+.RS 4
+\%http://guide.macports.org/#installing.macports.source.multiple
+.RE

Added: trunk/base/doc/port-echo.1
===================================================================
--- trunk/base/doc/port-echo.1	                        (rev 0)
+++ trunk/base/doc/port-echo.1	2014-08-15 20:10:51 UTC (rev 123890)
@@ -0,0 +1,67 @@
+'\" t
+.TH "PORT\-ECHO" "1" "2014\-08\-15" "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-echo \- Print the list of ports the argument expands to
+.SH "SYNOPSIS"
+.sp
+.nf
+\fBport\fR \fBecho\fR
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+.fi
+.SH "DESCRIPTION"
+.sp
+\fBport echo\fR expands its argument list according to MacPorts\*(Aq rules and prints a list of ports that match the expression given as argument\&. It can be useful to see what a pseudo\-portname or a pseudo\-portname selector (see \fBport\fR(1)) expands to\&.
+.SH "EXAMPLES"
+.sp
+Common use cases are:
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+port echo depends:zlib
+port echo inactive
+port echo obsolete
+port echo requested
+port echo leaves
+port echo category:^mail$
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+Note that \fBecho\fR is usually \fInot\fR used to list outdated ports, since a separate action \fBport-outdated\fR(1) exists for that\&. \fBport outdated\fR has the advantage compared to \fBport echo outdated\fR that it gives the reason why MacPorts considers the port outdated\&.
+.SH "SEE ALSO"
+.sp
+\fBport\fR(1), \fBport-outdated\fR(1)
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+(C) 2014 The MacPorts Project
+Clemens Lang <cal at macports\&.org>
+.fi
+.if n \{\
+.RE
+.\}

Added: trunk/base/doc/port-exit.1
===================================================================
--- trunk/base/doc/port-exit.1	                        (rev 0)
+++ trunk/base/doc/port-exit.1	2014-08-15 20:10:51 UTC (rev 123890)
@@ -0,0 +1,55 @@
+'\" t
+.TH "PORT\-EXIT" "1" "2014\-08\-15" "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-exit \- Exit interactive mode
+.SH "SYNOPSIS"
+.sp
+To be used only in interactive mode:
+.sp
+.nf
+\fBexit\fR
+.fi
+.sp
+.nf
+\fBquit\fR
+.fi
+.SH "DESCRIPTION"
+.sp
+\fBexit\fR or \fBquit\fR can only be used in interactive mode of \fBport\fR (see \fBport-interactive\fR(7))\&. It causes the interactive interpreter to exit\&.
+.SH "BUGS"
+.sp
+\fBport exit\fR and \fBport quit\fR can be used from the command line, but are no\-ops\&.
+.SH "SEE ALSO"
+.sp
+\fBport\fR(1), \fBport-interactive\fR(7)
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+(C) 2014 The MacPorts Project
+Clemens Lang <cal at macports\&.org>
+.fi
+.if n \{\
+.RE
+.\}

Added: trunk/base/doc/port-gohome.1
===================================================================
--- trunk/base/doc/port-gohome.1	                        (rev 0)
+++ trunk/base/doc/port-gohome.1	2014-08-15 20:10:51 UTC (rev 123890)
@@ -0,0 +1,47 @@
+'\" t
+.TH "PORT\-GOHOME" "1" "2014\-08\-15" "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-gohome \- Open the homepage(s) of the given port(s)
+.SH "SYNOPSIS"
+.sp
+.nf
+\fBport\fR [\fB\-D\fR \fIportdir\fR] \fBgohome\fR
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+.fi
+.SH "DESCRIPTION"
+.sp
+\fBport gohome\fR opens the homepage of the given port(s) in your default browser\&.
+.SH "SEE ALSO"
+.sp
+\fBport\fR(1)
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+(C) 2014 The MacPorts Project
+Clemens Lang <cal at macports\&.org>
+.fi
+.if n \{\
+.RE
+.\}

Added: trunk/base/doc/port-info.1
===================================================================
--- trunk/base/doc/port-info.1	                        (rev 0)
+++ trunk/base/doc/port-info.1	2014-08-15 20:10:51 UTC (rev 123890)
@@ -0,0 +1,164 @@
+'\" t
+.TH "PORT\-INFO" "1" "2014\-08\-15" "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-info \- Return information about the given ports\&.
+.SH "SYNOPSIS"
+.sp
+.nf
+\fBport\fR [\fB\-q\fR] [\fB\-D\fR \fIportdir\fR] \fBinfo\fR
+     [\-\-categories|\-\-category] [\-\-depends] [\-\-depends_fetch] [\-\-depends_extract]
+     [\-\-depends_build] [\-\-depends_lib] [\-\-depends_run] [\-\-description] [\-\-epoch]
+     [\-\-fullname] [\-\-heading] [\-\-homepage] [\-\-index] [\-\-license] [\-\-line]
+     [\-\-long_description] [\-\-maintainer|\-\-maintainers] [\-\-name]
+     [\-\-platform|\-\-platforms] [\-\-portdir] [\-\-pretty] [\-\-replaced_by]
+     [\-\-revision] [\-\-subports] [\-\-variant|\-\-variants] [\-\-version]
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+.fi
+.SH "DESCRIPTION"
+.sp
+\fBport info\fR prints information about the given ports\&. Specifying at least one of the options limits the output to the corresponding field\&. If no fields are specified, a useful default set consisting of name, epoch, version, revision, categories, replaced_by, variants, description, homepage, dependencies, platforms, license, and maintainers is shown\&.
+.SH "OPTIONS"
+.sp
+The following options do not select fields for the output but change how the information is obtained or formatted:
+.PP
+\-\-index
+.RS 4
+Do not read the Portfile, but rely solely on the port index information\&. Note that this option will prevent the information reported from reflecting the effects of any variants specified\&.
+.RE
+.PP
+\-\-line
+.RS 4
+Print a single line for each port\&. Fields are separated by spaces\&.
+.RE
+.PP
+\-\-pretty
+.RS 4
+Format the output in a convenient, human\-readable fashion\&. This is the default when no options are specified\&.
+.RE
+.sp
+The rest of the options affect which fields will be given in the output:
+.PP
+\-\-category, or \-\-categories
+.RS 4
+List the categories of a port\&.
+.RE
+.PP
+\-\-depends, \-\-depends_fetch, \-\-depends_extract, \-\-depends_build, \-\-depends_lib, and \-\-depends_run
+.RS 4
+List the specified dependencies of a port\&.
+\fB\-\-depends\fR
+is a shorthand option for all other
+\fB\-\-depends_\fR* options\&.
+.RE
+.PP
+\-\-description, and \-\-long_description
+.RS 4
+Print the short, and long description of a port, respectively\&.
+.RE
+.PP
+\-\-epoch, \-\-version, \-\-revision
+.RS 4
+List the components of a MacPorts version tuple, epoch, version and revision, respectively\&.
+.RE
+.PP
+\-\-fullname
+.RS 4
+Print name and the full MacPorts version tuple, e\&.g\&., "yubico\-pam @2\&.16"\&.
+.RE
+.PP
+\-\-heading
+.RS 4
+Like
+\fB\-\-fullname\fR
+but including the categories\&.
+.RE
+.PP
+\-\-homepage
+.RS 4
+List the homepage of a port\&.
+.RE
+.PP
+\-\-license
+.RS 4
+Print the license that applies to the source code of a port\&.
+.RE
+.PP
+\-\-maintainer, or \-\-maintainers
+.RS 4
+List the email address(es) of a port\(cqs maintainer(s)\&.
+.RE
+.PP
+\-\-name
+.RS 4
+Print the name of a port\&.
+.RE
+.PP
+\-\-platform, or \-\-platforms
+.RS 4
+List the platforms supported by a port\&. This field exists for historical reasons only\&. In modern MacPorts, this is always
+\fIdarwin\fR, i\&.e\&., OS X\&.
+.RE
+.PP
+\-\-portdir
+.RS 4
+Print the path to a port\(cqs directory relative to the port tree root\&.
+.RE
+.PP
+\-\-replaced_by
+.RS 4
+List the name of the port that replaces a port, if any\&.
+.RE
+.PP
+\-\-subports
+.RS 4
+Print a list of subports defined by this port\(cqs Portfile, i\&.e\&., ports that are defined in the same Portfile because they share common parts\&.
+.RE
+.PP
+\-\-variant, or \-\-variants
+.RS 4
+List the variants defined by a port by name\&.
+.RE
+.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\&.
+.PP
+\-q
+.RS 4
+Do not print the field description when using
+\fB\-\-pretty\fR
+output\&.
+.RE
+.SH "SEE ALSO"
+.sp
+\fBport\fR(1)
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+(C) 2014 The MacPorts Project
+Clemens Lang <cal at macports\&.org>
+.fi
+.if n \{\
+.RE
+.\}

Added: trunk/base/doc/port-mdmg.1
===================================================================
--- trunk/base/doc/port-mdmg.1	                        (rev 0)
+++ trunk/base/doc/port-mdmg.1	2014-08-15 20:10:51 UTC (rev 123890)
@@ -0,0 +1 @@
+.so man1/port-dmg.1

Added: trunk/base/doc/port-mpkg.1
===================================================================
--- trunk/base/doc/port-mpkg.1	                        (rev 0)
+++ trunk/base/doc/port-mpkg.1	2014-08-15 20:10:51 UTC (rev 123890)
@@ -0,0 +1 @@
+.so man1/port-dmg.1

Added: trunk/base/doc/port-pkg.1
===================================================================
--- trunk/base/doc/port-pkg.1	                        (rev 0)
+++ trunk/base/doc/port-pkg.1	2014-08-15 20:10:51 UTC (rev 123890)
@@ -0,0 +1 @@
+.so man1/port-dmg.1

Added: trunk/base/doc/port-quit.1
===================================================================
--- trunk/base/doc/port-quit.1	                        (rev 0)
+++ trunk/base/doc/port-quit.1	2014-08-15 20:10:51 UTC (rev 123890)
@@ -0,0 +1 @@
+.so man1/port-exit.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140815/c1d33426/attachment-0001.html>


More information about the macports-changes mailing list