[126122] trunk/base/doc

cal at macports.org cal at macports.org
Sat Oct 4 04:36:26 PDT 2014


Revision: 126122
          https://trac.macports.org/changeset/126122
Author:   cal at macports.org
Date:     2014-10-04 04:36:26 -0700 (Sat, 04 Oct 2014)
Log Message:
-----------
base: generate roff from asciidoc source, enable port-outdated.1

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

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

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2014-10-04 11:35:50 UTC (rev 126121)
+++ trunk/base/doc/Makefile.in	2014-10-04 11:36:26 UTC (rev 126122)
@@ -58,6 +58,7 @@
 		port-mirror.1 \
 		port-mpkg.1 \
 		port-notes.1 \
+		port-outdated.1 \
 		port-patch.1 \
 		port-pkg.1 \
 		port-quit.1 \

Added: trunk/base/doc/port-outdated.1
===================================================================
--- trunk/base/doc/port-outdated.1	                        (rev 0)
+++ trunk/base/doc/port-outdated.1	2014-10-04 11:36:26 UTC (rev 126122)
@@ -0,0 +1,112 @@
+'\" t
+.TH "PORT\-OUTDATED" "1" "2014\-10\-04" "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-outdated \- List outdated ports
+.SH "SYNOPSIS"
+.sp
+.nf
+\fBport\fR [\fB\-q\fR] \fBoutdated\fR
+.fi
+.SH "DESCRIPTION"
+.sp
+\fBport outdated\fR lists all ports that have newer versions available\&. For each port, it prints the name and both the old and the new version\&. \fBport outdated\fR will give you the reason why MacPorts considers a port to be outdated\&. This could be
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+due to an update, i\&.e\&. if the version number increased,
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+due to a revision bump, i\&.e\&. a higher revision,
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+due to an epoch increase (used in situations where the version number decreased, but the port still is newer than the previous one), or
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+due to an OS upgrade\&. MacPorts will consider ports built on a previous version of OS X outdated\&.
+.RE
+.sp
+The ports listed in \fBport outdated\fR are the ports that will be upgraded when you run
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+$> sudo port upgrade outdated
+.fi
+.if n \{\
+.RE
+.\}
+.sp
+i\&.e\&. those the \fIoutdated\fR pseudo\-port selector expands to, with one exception: If you have the newest version of a port installed, but deactivated in favor of an older version, \fBport outdated\fR will list it as outdated, but \fBsudo port upgrade outdated\fR will not upgrade it\&. This can be used to intentionally stay at an older version of a port, e\&.g\&. if the newer version does not work as expected\&. Note that MacPorts will still install newer versions of such ports if they are dependencies of other ports to be installed or upgraded\&.
+.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
+\fB\-q\fR
+.RS 4
+Do not list the header line or the message that no ports are outdated, respectively\&.
+.RE
+.SH "SEE ALSO"
+.sp
+\fBport\fR(1), \fBport-upgrade\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
+.\}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141004/37b75dab/attachment.html>


More information about the macports-changes mailing list