[132715] trunk/base/doc

cal at macports.org cal at macports.org
Sun Feb 8 10:13:16 PST 2015


Revision: 132715
          https://trac.macports.org/changeset/132715
Author:   cal at macports.org
Date:     2015-02-08 10:13:16 -0800 (Sun, 08 Feb 2015)
Log Message:
-----------
base: generate roff from asciidoc, enable port-{setrequested,unsetrequested,setunrequested}.1, #44530, see NewHelpSystem

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

Added Paths:
-----------
    trunk/base/doc/port-setrequested.1
    trunk/base/doc/port-setunrequested.1
    trunk/base/doc/port-unsetrequested.1

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2015-02-08 18:12:19 UTC (rev 132714)
+++ trunk/base/doc/Makefile.in	2015-02-08 18:13:16 UTC (rev 132715)
@@ -72,8 +72,11 @@
 		port-search.1 \
 		port-select.1 \
 		port-selfupdate.1 \
+		port-setrequested.1 \
+		port-setunrequested.1 \
 		port-uninstall.1 \
 		port-unload.1 \
+		port-unsetrequested.1 \
 		port-url.1 \
 		port-work.1 \
 		port.1 \

Added: trunk/base/doc/port-setrequested.1
===================================================================
--- trunk/base/doc/port-setrequested.1	                        (rev 0)
+++ trunk/base/doc/port-setrequested.1	2015-02-08 18:13:16 UTC (rev 132715)
@@ -0,0 +1,59 @@
+'\" t
+.TH "PORT\-SETREQUESTED" "1" "2015\-02\-08" "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-setrequested, port-unsetrequested, port-setunrequested \- Set and clear the \*(Aqmanually installed\*(Aq flag of a port
+.SH "SYNOPSIS"
+.sp
+.nf
+\fBport\fR [\fB\-qvd\fR] [\fB\-D\fR \fIportdir\fR] \fBsetrequested\fR
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+.fi
+.sp
+.nf
+\fBport\fR [\fB\-qvd\fR] [\fB\-D\fR \fIportdir\fR] [\fBunsetrequested\fR | \fBsetunrequested\fR]
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+.fi
+.SH "DESCRIPTION"
+.sp
+MacPorts keeps records indicating whether you installed a port manually, or whether it was pulled in as a dependency of another port\&. This flag is called \fIrequested\fR and is usually automatically set for all ports you list after \fBport install\fR when installing\&. You can disable this automatic behavior by passing the \fB\-\-unrequested\fR flag to \fBport install\fR\&. See \fBport-install\fR(1) for more information\&.
+.sp
+\fBport setrequested\fR and \fBport unsetrequested\fR allow you to manipulate the requested flag of a port manually\&. \fBport setunrequested\fR is an alias of \fBport unsetrequested\fR\&.
+.sp
+The requested flag is used to expand the \fIleaves\fR pseudo\-portname, i\&.e\&. the list of ports that were automatically installed and are no longer needed\&. See \fBport\fR(1) for more information on pseudo\-portnames\&.
+.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
+.\}

Added: trunk/base/doc/port-setunrequested.1
===================================================================
--- trunk/base/doc/port-setunrequested.1	                        (rev 0)
+++ trunk/base/doc/port-setunrequested.1	2015-02-08 18:13:16 UTC (rev 132715)
@@ -0,0 +1 @@
+.so man1/port-setrequested.1

Added: trunk/base/doc/port-unsetrequested.1
===================================================================
--- trunk/base/doc/port-unsetrequested.1	                        (rev 0)
+++ trunk/base/doc/port-unsetrequested.1	2015-02-08 18:13:16 UTC (rev 132715)
@@ -0,0 +1 @@
+.so man1/port-setrequested.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150208/16ae1626/attachment.html>


More information about the macports-changes mailing list