gpkgdep - A Graphical Package Dependency Viewer for FreeBSD.
Hosted by: SourceForge Logo
     
Introduction
Documentation
Screenshots
Download
Installation
Forum
     
There two possible ways two install gpkgdep.

Manually

First install the x11-toolkits/gtk20 port or make sure, it is already installed. If the verson of the installed gtk2 is below 2.0.9, the tables can not be sorted (gtk bug)!

Download the latest source code tarball, extract it somewhere, enter the newly created gpkgdep-0.0 directory and enter:
automake --add-missing
autoconf
./configure
make
This procedure creates the executable /gpkgdep/gpkgdep. Copy it to whatever location and execute it. Do not forget to delete the directory created by extracting the tarball (no longer needed).

To deinstall it just delete the executable.

Automatically

Use the FreeDSB port system:
cd /usr/ports/sysutils/gpkgdep
make install clean
Now gpkgdep is installed and registered as a usual package. Type
usr/local/bin/gpkgped
or simply
gpkgdep
to start it.

To deinstall it use FreeBSD deinstall mechanism (f.e. type
make deinstall
in the gpkgdep port directory).