Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2009 13:57:05 +0000 (UTC)
From:      Thomas Abthorpe <tabthorpe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-6@freebsd.org
Subject:   svn commit: r187711 - stable/6/share/man/man7
Message-ID:  <200901261357.n0QDv5LJ051602@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tabthorpe (ports committer)
Date: Mon Jan 26 13:57:05 2009
New Revision: 187711
URL: http://svn.freebsd.org/changeset/base/187711

Log:
  MFC of r187573:
  
  Document targets run-depends-list and build-depends-list
  
  Approved by:	keramida

Modified:
  stable/6/share/man/man7/ports.7   (contents, props changed)

Modified: stable/6/share/man/man7/ports.7
==============================================================================
--- stable/6/share/man/man7/ports.7	Mon Jan 26 13:56:23 2009	(r187710)
+++ stable/6/share/man/man7/ports.7	Mon Jan 26 13:57:05 2009	(r187711)
@@ -25,7 +25,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 21, 2008
+.Dd January 21, 2009
 .Dt PORTS 7
 .Os
 .Sh NAME
@@ -196,9 +196,14 @@ Fetch the distfiles of the port and all 
 .It Cm fetch-recursive-list
 Show list of files that would be retrieved by
 .Cm fetch-recursive .
+.It Cm run-depends-list , build-depends-list
+Print a list of all the compile and run dependencies, and dependencies
+of those dependencies, by port directory.
+.It Cm all-depends-list
+Print a list of all dependencies for the port.
 .It Cm pretty-print-run-depends-list , pretty-print-build-depends-list
 Print a list of all the compile and run dependencies, and dependencies
-of those dependencies.
+of those dependencies, by port name and version.
 .It Cm missing
 Print a list of missing dependencies to be installed for the port.
 .It Cm clean
@@ -249,6 +254,8 @@ and
 Like
 .Cm package ,
 but makes a package for each depending port as well.
+.It Cm package-name
+Prints the name with version of the port.
 .It Cm readmes
 Create a port's
 .Pa README.html .



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901261357.n0QDv5LJ051602>