1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

add pkg_tree

Get a 'graphical' tree-overview of installed packages

PR:		30776
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
This commit is contained in:
Ying-Chieh Liao 2001-10-11 14:14:03 +00:00
parent 72f874611b
commit 813b775b23
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48688
11 changed files with 63 additions and 0 deletions

View File

@ -0,0 +1,15 @@
# New ports collection makefile for: pkg_tree
# Date created: 24 September 2001
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= pkg_tree
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (pkg_tree-1.0.tar.gz) = 5cfdf6f24e17963eccf83eab2bd9893f

View File

@ -0,0 +1 @@
Get a 'graphical' tree-overview of installed packages

View File

@ -0,0 +1,13 @@
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:
[~] 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)
WWW: http://www.mavetju.org

View File

@ -0,0 +1 @@
bin/pkg_tree

View File

@ -120,6 +120,7 @@
SUBDIR += personality
SUBDIR += pib
SUBDIR += pkg_remove
SUBDIR += pkg_tree
SUBDIR += portupgrade
SUBDIR += prips
SUBDIR += procmap

View File

@ -0,0 +1,15 @@
# New ports collection makefile for: pkg_tree
# Date created: 24 September 2001
# Whom: Edwin Groothuis (edwin@mavetju.org)
#
# $FreeBSD$
#
PORTNAME= pkg_tree
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= http://www.mavetju.org/download/
MAINTAINER= edwin@mavetju.org
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (pkg_tree-1.0.tar.gz) = 5cfdf6f24e17963eccf83eab2bd9893f

View File

@ -0,0 +1 @@
Get a 'graphical' tree-overview of installed packages

View File

@ -0,0 +1,13 @@
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:
[~] 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)
WWW: http://www.mavetju.org

View File

@ -0,0 +1 @@
bin/pkg_tree