You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
base: generate roff from asciidoc, enable port-{setrequested,unsetrequested,setunrequested}.1, https://trac.macports.org/ticket/44530, see NewHelpSystem
git-svn-id: https://svn.macports.org/repository/macports/trunk/base@132715 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
@@ -72,8 +72,11 @@ MAN1= \
|
||||
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 \
|
||||
|
||||
@@ -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@macports\&.org>
|
||||
.fi
|
||||
.if n \{\
|
||||
.RE
|
||||
.\}
|
||||
@@ -0,0 +1 @@
|
||||
.so man1/port-setrequested.1
|
||||
@@ -0,0 +1 @@
|
||||
.so man1/port-setrequested.1
|
||||
Reference in New Issue
Block a user