base: doc: document port deps, port rdeps, https://trac.macports.org/ticket/44530

git-svn-id: https://svn.macports.org/repository/macports/trunk/base@123681 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
Clemens Lang
2014-08-12 12:24:46 +00:00
parent ba2ca473a4
commit ce747811d0
3 changed files with 59 additions and 0 deletions
+2
View File
@@ -28,6 +28,7 @@ MAN1= \
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 @@ MAN1= \
port-help.1 \
port-install.1 \
port-patch.1 \
port-rdeps.1 \
port-rev-upgrade.1 \
port-selfupdate.1 \
port-uninstall.1 \
+56
View File
@@ -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@macports.org>
+1
View File
@@ -0,0 +1 @@
.so man1/port-deps.1