Add gpkgdep, utility that displays the package dependencies in different views.

PR:		46667
Submitted by:	Heiner Eichmann <h.eichmann@gmx.de>
This commit is contained in:
Tilman Keskinoz 2003-05-17 22:07:35 +00:00
parent 1112fa5505
commit af8de1f642
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81177
5 changed files with 38 additions and 0 deletions

View File

@ -107,6 +107,7 @@
SUBDIR += gnomesystemmonitor
SUBDIR += gok
SUBDIR += gpart
SUBDIR += gpkgdep
SUBDIR += grub
SUBDIR += gtk-imonc
SUBDIR += gtk-send-pr

23
sysutils/gpkgdep/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: gpkgdep
# Date created: 2002/11/28
# Whom: Heiner <h.eichmann@gmx.de>
#
# $FreeBSD$
PORTNAME= gpkgdep
PORTVERSION= 0.0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gpkgdep
MAINTAINER= h.eichmann@gmx.de
COMMENT= Shows package dependencies in tree views
LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
USE_BZIP2= yes
USE_AUTOMAKE_VER= 15
AUTOMAKE_ARGS= --add-missing
USE_GMAKE= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (gpkgdep-0.0.tar.bz2) = 5057eccc0d434ca54571accb9535545a

View File

@ -0,0 +1,12 @@
gpkgdep shows the FreeBSD package dependencies
in three different views:
- a tree view shows all packages required by each package
- a tree view shows all packages which depend on each package
- a list view allows to play with the packages. By marking all
wanted packages all reqiured are marked as well. This helps to
identify unused packages.
WWW: http://gpkgdep.sourceforge.net
Heiner
h.eichmann@gmx.de

View File

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