Subject: CVS commit: pkgsrc/mk/scripts
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 01/04/2003 23:03:09
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Sat Jan  4 21:03:09 UTC 2003

Added Files:
	pkgsrc/mk/scripts: chkdatabase.awk mkdatabase

Log Message:
add two scripts used for creating dependency databases.  These scripts
can be used anytime one needs to extract the complete dependency information
for a package for example, when creating a README.html file for the pkg.
The approach used by mkdatabase requires exactly one make call per package
which makes it scale well to packages with large dependency trees that have
many paths to the leaves.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/mk/scripts/chkdatabase.awk \
    pkgsrc/mk/scripts/mkdatabase

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