summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2003-05-17 22:07:35 +0000
committerarved <arved@FreeBSD.org>2003-05-17 22:07:35 +0000
commitd557cb83027dadc0c46e84f0c9f988201f6ff7bc (patch)
tree5971e991fb3b955b4c8de7fb249506e74ca398f8 /sysutils
parent61be12107e86360d783bbedcd74d096fb602d9b2 (diff)
downloadFreeBSD-ports-d557cb83027dadc0c46e84f0c9f988201f6ff7bc.zip
FreeBSD-ports-d557cb83027dadc0c46e84f0c9f988201f6ff7bc.tar.gz
Add gpkgdep, utility that displays the package dependencies in different views.
PR: 46667 Submitted by: Heiner Eichmann <h.eichmann@gmx.de>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/gpkgdep/Makefile23
-rw-r--r--sysutils/gpkgdep/distinfo1
-rw-r--r--sysutils/gpkgdep/pkg-descr12
-rw-r--r--sysutils/gpkgdep/pkg-plist1
5 files changed, 38 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile
index 02f7294..6733afc 100644
--- a/sysutils/Makefile
+++ b/sysutils/Makefile
@@ -107,6 +107,7 @@
SUBDIR += gnomesystemmonitor
SUBDIR += gok
SUBDIR += gpart
+ SUBDIR += gpkgdep
SUBDIR += grub
SUBDIR += gtk-imonc
SUBDIR += gtk-send-pr
diff --git a/sysutils/gpkgdep/Makefile b/sysutils/gpkgdep/Makefile
new file mode 100644
index 0000000..69be331
--- /dev/null
+++ b/sysutils/gpkgdep/Makefile
@@ -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>
diff --git a/sysutils/gpkgdep/distinfo b/sysutils/gpkgdep/distinfo
new file mode 100644
index 0000000..64dea228
--- /dev/null
+++ b/sysutils/gpkgdep/distinfo
@@ -0,0 +1 @@
+MD5 (gpkgdep-0.0.tar.bz2) = 5057eccc0d434ca54571accb9535545a
diff --git a/sysutils/gpkgdep/pkg-descr b/sysutils/gpkgdep/pkg-descr
new file mode 100644
index 0000000..a32c7dc
--- /dev/null
+++ b/sysutils/gpkgdep/pkg-descr
@@ -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
diff --git a/sysutils/gpkgdep/pkg-plist b/sysutils/gpkgdep/pkg-plist
new file mode 100644
index 0000000..1e66302
--- /dev/null
+++ b/sysutils/gpkgdep/pkg-plist
@@ -0,0 +1 @@
+bin/gpkgdep
OpenPOWER on IntegriCloud