Subject: CVS commit: pkgsrc/pkgtools/pkgdepgraph
To: None <pkgsrc-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: pkgsrc-changes
Date: 12/26/2002 07:40:50
Module Name:	pkgsrc
Committed By:	atatat
Date:		Thu Dec 26 05:40:49 UTC 2002

Modified Files:
	pkgsrc/pkgtools/pkgdepgraph: Makefile
	pkgsrc/pkgtools/pkgdepgraph/files: pkgdepgraph.1 pkgdepgraph.pl
Added Files:
	pkgsrc/pkgtools/pkgdepgraph: INSTALL

Log Message:
Upgrade pkgdepgraph to 1.1.  New features are:

(1) Graph recoloring, so that as you delete and rebuild bunches of
packages, you can see how far along you are (I use this a *lot*).

(2) Subgraph grouping (based on work done by David Maxwell) which
clusters groups of packages with common prefixes in their names inside
a box.

(3) The explicit dependency on the graphviz pkg has been removed so
that pkgdepgraph can be run on "client machines" that only wish to
generate graph data, not to view it (ie, machines that have packages
installed but which do not wish to incur the overhead of X or the
other stuff that graphviz requires).  The fact that you should install
graphviz *somewhere* so that you can view the data is noted by the new
INSTALL script.

Some useless comments have also been removed.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/pkgtools/pkgdepgraph/INSTALL
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/pkgtools/pkgdepgraph/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/pkgtools/pkgdepgraph/files/pkgdepgraph.1 \
    pkgsrc/pkgtools/pkgdepgraph/files/pkgdepgraph.pl

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.