[129055] trunk/base/doc

cal at macports.org cal at macports.org
Thu Dec 4 11:24:23 PST 2014


Revision: 129055
          https://trac.macports.org/changeset/129055
Author:   cal at macports.org
Date:     2014-12-04 11:24:23 -0800 (Thu, 04 Dec 2014)
Log Message:
-----------
base: generate roff from asciidoc source, enable port-provides.1 manpage

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

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

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2014-12-04 19:23:54 UTC (rev 129054)
+++ trunk/base/doc/Makefile.in	2014-12-04 19:24:23 UTC (rev 129055)
@@ -62,6 +62,7 @@
 		port-patch.1 \
 		port-pkg.1 \
 		port-platform.1 \
+		port-provides.1 \
 		port-quit.1 \
 		port-rdependents.1 \
 		port-rdeps.1 \

Added: trunk/base/doc/port-provides.1
===================================================================
--- trunk/base/doc/port-provides.1	                        (rev 0)
+++ trunk/base/doc/port-provides.1	2014-12-04 19:24:23 UTC (rev 129055)
@@ -0,0 +1,67 @@
+'\" t
+.TH "PORT\-PROVIDES" "1" "2014\-12\-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-provides \- Find the port that installed a file
+.SH "SYNOPSIS"
+.sp
+.nf
+\fBport\fR \fBprovides\fR \fIfile\fR \&...
+.fi
+.SH "DESCRIPTION"
+.sp
+\fBport provides\fR looks up which port installed a given file, if the file has been installed by MacPorts\&. If the given file is not known to MacPorts it was either obtained using a different method, or has been created by a script or an executable after installation\&.
+.sp
+All files that are part of a port will be removed when you uninstall said port\&. For this reason, configuration files are often not registered to a port to preserve modifications across updates\&.
+.if n \{\
+.sp
+.\}
+.RS 4
+.it 1 an-trap
+.nr an-no-space-flag 1
+.nr an-break-flag 1
+.br
+.ps +1
+\fBNote\fR
+.ps -1
+.br
+.sp
+You can only use \fBprovides\fR on files that you have installed on your system\&. MacPorts does currently not have a global database of files\&. If you\(cqre looking for the port that provides a specific file, \fBprovides\fR is useless to you\&.
+.sp .5v
+.RE
+.SH "BUGS"
+.sp
+If MacPorts is configured to use a prefix that contains symlinks, \fBprovides\fR may incorrectly report that a file is unknown to MacPorts\&.
+.SH "SEE ALSO"
+.sp
+\fBport\fR(1), \fBport-contents\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/20141204/6ffb3163/attachment.html>


More information about the macports-changes mailing list