Home
Personal
Unix
Programming
Networking
Documents
Reporting
Weblog
CityRail
BOM pictures
Other projects
Contact me
               
   
pkg_tree(7)	 FreeBSD System Manager's Manual      pkg_tree(7)



NAME
       pkg tree - Generate a graphical tree of packages and their
       dependencies

SYNOPSIS
       pkg tree [-v] [package-prefix ...]

DESCRIPTION
       This program generates a graphical tree of packages and
       their dependancies.

USAGE
       To show the dependencies of all packages, run it without
       arguments:

       [~] edwin@k7>pkg tree

       To show the dependencies of one package, run it with an
       argument:

	[~] edwin@k7>pkg tree linux-netscape
	linux-netscape-navigator-4.79
	|\__ netscape-remote-1.0_1
	|\__ netscape-wrapper-2000.07.07
	|\__ linux_base-6.1
	|\__ imake-4.1.0 (unknown)
	|\__ freetype2-2.0.5
	 \__ XFree86-libraries-4.1.0 (unknown)

       To also show the dependencies of the dependencies, use the
       -v parameter:

	[~] edwin@k7>pkg tree -v linux-netscape
	linux-netscape-navigator-4.79
	|\__ netscape-remote-1.0_1
	|     |\__ imake-4.1.0 (unknown)
	|     |\__ freetype2-2.0.3 (unknown)
	|      \__ XFree86-libraries-4.1.0 (unknown)
	|\__ netscape-wrapper-2000.07.07
	|     |\__ freetype2-2.0.3 (unknown)
	|     |\__ imake-4.1.0 (unknown)
	|     |\__ netscape-remote-1.0_1
	|     |     |\__ imake-4.1.0 (unknown)
	|     |     |\__ freetype2-2.0.3 (unknown)
	|     |      \__ XFree86-libraries-4.1.0 (unknown)
	|      \__ XFree86-libraries-4.1.0 (unknown)
	|\__ linux_base-6.1
	|\__ imake-4.1.0 (unknown)
	|\__ freetype2-2.0.5
	 \__ XFree86-libraries-4.1.0 (unknown)

RETURN VALUES
       Always 0.

BUGS
       Ports which have upgraded ports in their dependencies
       don't show their dependencies anymore if the old port is
       deleted; it then prints "(unknown)".

AUTHOR
       Edwin Groothuis, edwin@mavetju.org
       (http://www.mavetju.org)

SEE ALSO
       ports(7)













3rd Berkeley Distributionecember 15, 2001	      pkg_tree(7)
       
               
               

$Id: pkg_tree-man.php,v 1.1 2002/01/26 01:48:23 mavetju Exp $