Bug 46667

Summary: New Port: gpkgdep 0.0, a graphical package dependency vie=
Product: Ports & Packages Reporter: Heiner <h.eichmann>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description Heiner 2003-01-01 17:40:03 UTC
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 'wanted'=20
packages, all packages depending on them are marked as well. By this obso=
lete=20
packages can be found easily.
Comment 1 Heiner 2003-01-01 20:43:09 UTC
My Mailer somehow scrambled the attachment. Try this:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       gpkgdep
#       gpkgdep/distinfo
#       gpkgdep/Makefile
#       gpkgdep/pkg-comment
#       gpkgdep/pkg-descr
#       gpkgdep/pkg-plist
#
echo c - gpkgdep
mkdir -p gpkgdep > /dev/null 2>&1
echo x - gpkgdep/distinfo
sed 's/^X//' >gpkgdep/distinfo << 'END-of-gpkgdep/distinfo'
XMD5 (gpkgdep-0.0.tar.bz2) =3D 5057eccc0d434ca54571accb9535545a
END-of-gpkgdep/distinfo
echo x - gpkgdep/Makefile
sed 's/^X//' >gpkgdep/Makefile << 'END-of-gpkgdep/Makefile'
X# New ports collection makefile for: gpkgped
X# Date created:                      2002/11/28
X# Whom:                              Heiner <h.eichmann@gmx.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=3D      gpkgdep
XPORTVERSION=3D   0.0
XCATEGORIES=3D    sysutils
XMASTER_SITES=3D  http://gpkgdep.sourceforge.net/release/
X
XMAINTAINER=3D    h.eichmann@gmx.de
X
XBUILD_DEPENDS=3D autoconf:${PORTSDIR}/devel/autoconf \
X               automake:${PORTSDIR}/devel/automake
X
XLIB_DEPENDS=3D   gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
X
XUSE_BZIP2=3D     yes
XUSE_AUTOMAKE=3D  yes
XAUTOMAKE_ARGS=3D --add-missing
XUSE_GMAKE=3D     yes
X
X.include <bsd.port.mk>
END-of-gpkgdep/Makefile
echo x - gpkgdep/pkg-comment
sed 's/^X//' >gpkgdep/pkg-comment << 'END-of-gpkgdep/pkg-comment'
XShows package dependencies in tree views
END-of-gpkgdep/pkg-comment
echo x - gpkgdep/pkg-descr
sed 's/^X//' >gpkgdep/pkg-descr << 'END-of-gpkgdep/pkg-descr'
Xgpkgdep shows the FreeBSD package dependencies
Xin three different views:
X- a tree view shows all packages required by each package
X- a tree view shows all packages which depend on each package
X- a list view allows to play with the packages. By marking all
Xwanted packages all reqiured are marked as well. This helps to
Xidentify unused packages.
X
XWWW: http://gpkgdep.sourceforge.net
X
XHeiner
Xh.eichmann@gmx.de
END-of-gpkgdep/pkg-descr
echo x - gpkgdep/pkg-plist
sed 's/^X//' >gpkgdep/pkg-plist << 'END-of-gpkgdep/pkg-plist'
Xbin/gpkgdep
END-of-gpkgdep/pkg-plist
exit
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2003-05-17 23:07:53 UTC
State Changed
From-To: open->closed

committed, thanks