[50158] branches/new-help-system/base/doc

raimue at macports.org raimue at macports.org
Sun Apr 26 17:24:38 PDT 2009


Revision: 50158
          http://trac.macports.org/changeset/50158
Author:   raimue at macports.org
Date:     2009-04-26 17:24:38 -0700 (Sun, 26 Apr 2009)
Log Message:
-----------
doc:
Man page for 'port uninstall'

Modified Paths:
--------------
    branches/new-help-system/base/doc/Makefile

Added Paths:
-----------
    branches/new-help-system/base/doc/port-uninstall.1
    branches/new-help-system/base/doc/port-uninstall.1.txt

Modified: branches/new-help-system/base/doc/Makefile
===================================================================
--- branches/new-help-system/base/doc/Makefile	2009-04-27 00:23:12 UTC (rev 50157)
+++ branches/new-help-system/base/doc/Makefile	2009-04-27 00:24:38 UTC (rev 50158)
@@ -1,6 +1,7 @@
 A2X=		a2x
 MAN1=		port.1 \
-		port-install.1
+		port-install.1 \
+		port-uninstall.1
 MAN5=		macports.conf.5
 MAN7=		portfile.7 portstyle.7 porthier.7 portgroup.7
 INSTALLDIR=	${DESTDIR}${prefix}

Added: branches/new-help-system/base/doc/port-uninstall.1
===================================================================
--- branches/new-help-system/base/doc/port-uninstall.1	                        (rev 0)
+++ branches/new-help-system/base/doc/port-uninstall.1	2009-04-27 00:24:38 UTC (rev 50158)
@@ -0,0 +1,59 @@
+'\" t
+.\"     Title: port-install
+.\"    Author: [see the "AUTHORS" section]
+.\" Generator: DocBook XSL Stylesheets v1.74.3 <http://docbook.sf.net/>
+.\"      Date: 04/27/2009
+.\"    Manual: MacPorts Manual
+.\"    Source: MacPorts 1.8.0
+.\"  Language: English
+.\"
+.TH "PORT\-INSTALL" "1" "04/27/2009" "MacPorts 1\&.8\&.0" "MacPorts Manual"
+.\" -----------------------------------------------------------------
+.\" * set default formatting
+.\" -----------------------------------------------------------------
+.\" disable hyphenation
+.nh
+.\" disable justification (adjust text to left margin only)
+.ad l
+.\" -----------------------------------------------------------------
+.\" * MAIN CONTENT STARTS HERE *
+.\" -----------------------------------------------------------------
+.SH "NAME"
+port-uninstall \- Remove a previously installed port
+.SH "SYNOPSIS"
+.sp
+.nf
+\fBport\fR [\fB\-vdquxpf\fR] [\fB\-D\fR \fIportdir\fR] \fBuninstall\fR
+     [\-\-follow\-dependents]
+     [[\fIportname\fR | \fIpseudo\-portname\fR | \fIport\-expressions\fR | \fIport\-url\fR]]
+     [@version]
+.fi
+.SH "DESCRIPTION"
+.sp
+\fBport uninstall\fR removes a port from your system\&. You can only uninstall a port if all dependents have been removed before or by applying force with \fB\-f\fR\&.
+.sp
+If multiple versions of the same port are installed, you need to specify a version using the \fB at version\fR syntax\&. Use \fBport installed\fR to find out which versions are currently installed on your system\&. If multiple versions are installed and you did not specify a version, \fBport\fR will output a list\&.
+.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 "LOCAL OPTIONS"
+.PP
+\-\-follow\-dependents
+.RS 4
+Also uninstall all ports depending on one of the specified ports\&.
+.RE
+.SH "SEE ALSO"
+.sp
+port(1), port\-uninstall(1), port\-info(1), port\-variants(1), variants\&.conf(5)
+.SH "AUTHORS"
+.sp
+.if n \{\
+.RS 4
+.\}
+.nf
+(C) 2009 The MacPorts Project
+(C) 2009 Rainer Mueller <raimue at macports\&.org>
+.fi
+.if n \{\
+.RE
+.\}

Added: branches/new-help-system/base/doc/port-uninstall.1.txt
===================================================================
--- branches/new-help-system/base/doc/port-uninstall.1.txt	                        (rev 0)
+++ branches/new-help-system/base/doc/port-uninstall.1.txt	2009-04-27 00:24:38 UTC (rev 50158)
@@ -0,0 +1,47 @@
+// $Id$
+// vim: set et sw=4 ts=8 syntax=asciidoc tw=80:
+port-install(1)
+===============
+
+NAME
+----
+port-uninstall - Remove a previously installed port
+
+SYNOPSIS
+--------
+[verse]
+*port* [*-vdquxpf*] [*-D* 'portdir'] *uninstall*
+     [--follow-dependents]
+     [['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
+     [@version]
+
+DESCRIPTION
+-----------
+*port uninstall* removes a port from your system. You can only uninstall a port
+if all dependents have been removed before or by applying force with *-f*.
+    
+If multiple versions of the same port are installed, you need to specify a
+version using the *@version* syntax. Use *port installed* to find out
+which versions are currently installed on your system. If multiple versions are
+installed and you did not specify a version, *port* will output a list.
+
+
+include::global-flags.txt[]
+
+
+LOCAL OPTIONS
+-------------
+
+--follow-dependents::
+    Also uninstall all ports depending directly or indirectly on one of the
+    specified ports.
+
+
+SEE ALSO
+--------
+port(1), port-uninstall(1), port-info(1), port-variants(1), variants.conf(5)
+
+AUTHORS
+-------
+ (C) 2009 The MacPorts Project
+ (C) 2009 Rainer Mueller <raimue at macports.org>


Property changes on: branches/new-help-system/base/doc/port-uninstall.1.txt
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090426/b3870bdb/attachment.html>


More information about the macports-changes mailing list