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:
parent
72f874611b
commit
813b775b23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48688
15
ports-mgmt/pkg_tree/Makefile
Normal file
15
ports-mgmt/pkg_tree/Makefile
Normal 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>
|
1
ports-mgmt/pkg_tree/distinfo
Normal file
1
ports-mgmt/pkg_tree/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pkg_tree-1.0.tar.gz) = 5cfdf6f24e17963eccf83eab2bd9893f
|
1
ports-mgmt/pkg_tree/pkg-comment
Normal file
1
ports-mgmt/pkg_tree/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Get a 'graphical' tree-overview of installed packages
|
13
ports-mgmt/pkg_tree/pkg-descr
Normal file
13
ports-mgmt/pkg_tree/pkg-descr
Normal 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
|
1
ports-mgmt/pkg_tree/pkg-plist
Normal file
1
ports-mgmt/pkg_tree/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/pkg_tree
|
@ -120,6 +120,7 @@
|
||||
SUBDIR += personality
|
||||
SUBDIR += pib
|
||||
SUBDIR += pkg_remove
|
||||
SUBDIR += pkg_tree
|
||||
SUBDIR += portupgrade
|
||||
SUBDIR += prips
|
||||
SUBDIR += procmap
|
||||
|
15
sysutils/pkg_tree/Makefile
Normal file
15
sysutils/pkg_tree/Makefile
Normal 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>
|
1
sysutils/pkg_tree/distinfo
Normal file
1
sysutils/pkg_tree/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (pkg_tree-1.0.tar.gz) = 5cfdf6f24e17963eccf83eab2bd9893f
|
1
sysutils/pkg_tree/pkg-comment
Normal file
1
sysutils/pkg_tree/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Get a 'graphical' tree-overview of installed packages
|
13
sysutils/pkg_tree/pkg-descr
Normal file
13
sysutils/pkg_tree/pkg-descr
Normal 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
|
1
sysutils/pkg_tree/pkg-plist
Normal file
1
sysutils/pkg_tree/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/pkg_tree
|
Loading…
Reference in New Issue
Block a user