Subject: CVS commit: pkgsrc/pkgtools/pkgdepgraph
To: None <pkgsrc-changes@netbsd.org>
From: Andrew Brown <atatat@netbsd.org>
List: pkgsrc-changes
Date: 03/15/2003 01:39:57
Module Name:	pkgsrc
Committed By:	atatat
Date:		Fri Mar 14 23:39:56 UTC 2003

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

Log Message:
Add -A, which causes -R to print a list of pkg_add commands (instead
of commands to rebuild directly from pkgsrc), -K (as with lintpkgsrc)
as a way of specifying the PKG_PATH (the environment is also checked),
and convert to using Getopt::Long, so that we can stuff multiple
values for "out of date" packages or packages to be "updated" into
arrays.  Now you can make more than one package be out of date, etc.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/pkgtools/pkgdepgraph/Makefile
cvs rdiff -r1.4 -r1.5 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.