[123681] trunk/base/doc

cal at macports.org cal at macports.org
Tue Aug 12 05:24:46 PDT 2014


Revision: 123681
          https://trac.macports.org/changeset/123681
Author:   cal at macports.org
Date:     2014-08-12 05:24:46 -0700 (Tue, 12 Aug 2014)
Log Message:
-----------
base: doc: document port deps, port rdeps, #44530

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

Added Paths:
-----------
    trunk/base/doc/port-deps.1.txt
    trunk/base/doc/port-rdeps.1.soelim

Modified: trunk/base/doc/Makefile.in
===================================================================
--- trunk/base/doc/Makefile.in	2014-08-12 11:58:21 UTC (rev 123680)
+++ trunk/base/doc/Makefile.in	2014-08-12 12:24:46 UTC (rev 123681)
@@ -28,6 +28,7 @@
 		port-contents.1 \
 		port-deactivate.1 \
 		port-dependents.1 \
+		port-deps.1 \
 		port-destroot.1 \
 		port-edit.1 \
 		port-extract.1 \
@@ -35,6 +36,7 @@
 		port-help.1 \
 		port-install.1 \
 		port-patch.1 \
+		port-rdeps.1 \
 		port-rev-upgrade.1 \
 		port-selfupdate.1 \
 		port-uninstall.1 \

Copied: trunk/base/doc/port-deps.1.txt (from rev 123678, trunk/base/doc/port-dependents.1.txt)
===================================================================
--- trunk/base/doc/port-deps.1.txt	                        (rev 0)
+++ trunk/base/doc/port-deps.1.txt	2014-08-12 12:24:46 UTC (rev 123681)
@@ -0,0 +1,56 @@
+// vim: set et sw=4 ts=8 ft=asciidoc tw=80:
+port-deps(1)
+============
+$Id$
+
+NAME
+----
+port-deps, port-rdeps - Display a dependency listing for the given port(s)
+
+SYNOPSIS
+--------
+[cmdsynopsis]
+*port* [*-D* 'portdir'] *deps*
+     [--index] [--no-build]
+     [['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
+
+[cmdsynopsis]
+*port* [*-D* 'portdir'] *rdeps*
+     [--full] [--index] [--no-build]
+     [['portname' | 'pseudo-portname' | 'port-expressions' | 'port-url']]
+
+DESCRIPTION
+-----------
+*port deps* lists all dependencies of the given port(s), i.e., the ports that
+need to be installed to build or use a port.
+
+*port rdeps* recursively descends into the dependencies and displays a tree of
+dependencies for a given port.
+
+OPTIONS
+-------
+*--full*::
+    When using *rdeps*, display all branches of the dependency tree instead of
+    listing each dependency only once.
+
+*--index*::
+    Do not read Portfiles, but instead rely solely on the PortIndex information.
+    Note that this option will prevent the dependencies reported from reflecting
+    the effects of any variants specified.
+
+*--no-build*::
+    Exclude dependencies only required at build time, i.e., fetch, extract, and
+    build dependencies.
+
+include::global-flags.txt[]
+
+include::dependents-vs-dependencies.txt[]
+
+SEE ALSO
+--------
+man:port[1], man:port-variants[1]
+
+AUTHORS
+-------
+ (C) 2014 The MacPorts Project
+ Clemens Lang <cal at macports.org>

Copied: trunk/base/doc/port-rdeps.1.soelim (from rev 123672, trunk/base/doc/port-deactivate.1.soelim)
===================================================================
--- trunk/base/doc/port-rdeps.1.soelim	                        (rev 0)
+++ trunk/base/doc/port-rdeps.1.soelim	2014-08-12 12:24:46 UTC (rev 123681)
@@ -0,0 +1 @@
+.so man1/port-deps.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140812/a388689f/attachment.html>


More information about the macports-changes mailing list