diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-28 06:37:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-07-28 06:37:05 +0000 |
commit | 16722c6913f951777eba98830634ef630f1f29bf (patch) | |
tree | 517a98e1d18c70a298079ebe833a19dc4fc24c91 /ports-mgmt | |
parent | e3d3302b5951eb436bc97f0b8c49e6481cc51235 (diff) |
Update description of pkg_tree
The example in the description of pkg_tree shows old package
names (imake-4, XFree86-libraries).
PR: ports/125990
Submitted by: Carlos Santos <unixmania@gmail.com>
Notes
Notes:
svn path=/head/; revision=217732
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/pkg_tree/pkg-descr | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/ports-mgmt/pkg_tree/pkg-descr b/ports-mgmt/pkg_tree/pkg-descr index 4c214909ec25..d315c41a2d7e 100644 --- a/ports-mgmt/pkg_tree/pkg-descr +++ b/ports-mgmt/pkg_tree/pkg-descr @@ -1,13 +1,24 @@ Get a 'graphical' tree-overview of installed packages Generates a ascii-art-graphical tree of packages and their dependancies. -For example for itk-3.2_1: +For example for setxkbmap and xkbcomp - [~] edwin@k7>pkg_tree tk-8 - tk-8.3.3 - |\__ tcl-8.3.3_3 (unknown) - |\__ imake-4.1.0 (unknown) - |\__ freetype2-2.0.4 - \__ XFree86-libraries-4.1.0 (unknown) + [~] edwin@k7>pkg_tree 'xkb[cm]' + setxkbmap-1.0.4 + |\__ kbproto-1.0.3 + |\__ pkg-config-0.23_1 + |\__ xproto-7.0.10_1 + |\__ libXau-1.0.3_2 + |\__ libXdmcp-1.0.2_1 + |\__ libX11-1.1.3_1,1 + \__ libxkbfile-1.0.4 + xkbcomp-1.0.3 + |\__ kbproto-1.0.3 + |\__ pkg-config-0.23_1 + |\__ xproto-7.0.10_1 + |\__ libXau-1.0.3_2 + |\__ libXdmcp-1.0.2_1 + |\__ libX11-1.1.3_1,1 + \__ libxkbfile-1.0.4 WWW: http://www.mavetju.org/ |