Subject: CVS commit: pkgsrc/pkgtools/pkgchk/files
To: None <pkgsrc-changes@netbsd.org>
From: David Brownlee <abs@netbsd.org>
List: pkgsrc-changes
Date: 09/28/2001 00:13:47
Module Name:	pkgsrc
Committed By:	abs
Date:		Thu Sep 27 21:13:47 UTC 2001

Modified Files:
	doc: pkg-CHANGES
	pkgsrc/pkgtools/pkgchk: Makefile
	pkgsrc/pkgtools/pkgchk/files: pkgchk.8 pkgchk.sh

Log Message:
Updated pkgchk to 1.13
    Speed optimisations:
	Reduce number of calls to 'make'
	If a package is checked in the '-u' check, skip it in the '-a' check
    Features:
	Output after the checking phase is now suitable for use as an sh script
	Implement '-r' which will recursively delete mismatched packages
    Fixes:
	Change pkgchk references to pkg_chk


To generate a diff of this commit:
cvs rdiff -r1.5142 -r1.5143 doc/pkg-CHANGES
cvs rdiff -r1.13 -r1.14 pkgsrc/pkgtools/pkgchk/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/pkgtools/pkgchk/files/pkgchk.8
cvs rdiff -r1.14 -r1.15 pkgsrc/pkgtools/pkgchk/files/pkgchk.sh

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