Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 02/16/2001 15:06:21
Module Name:	pkgsrc
Committed By:	wiz
Date:		Fri Feb 16 13:06:20 UTC 2001

Modified Files:
	pkgsrc: Packages.txt
	pkgsrc/mk: bsd.pkg.mk bsd.pkg.subdir.mk
	pkgsrc/pkgtools/pkglint: Makefile
	pkgsrc/pkgtools/pkglint/files: pkglint.pl
	pkgsrc/pkgtools/port2pkg: Makefile
	pkgsrc/pkgtools/port2pkg/files: port2pkg.pl
	pkgsrc/pkgtools/url2pkg: Makefile
	pkgsrc/pkgtools/url2pkg/files: url2pkg

Log Message:
Change COMMENT handling:
COMMENTs are now a variable in the Makefile instead of a pkg/COMMENT
file. The COMMENT var should be in the maintainer block after the
homepage.
Modify bsd.pkg.mk, pkglint, url2pkg, and port2pkg (last one untested)
for the new behaviour. Document new state in Packages.txt.
This should save lots of inodes, and lots of time when untarring/updating.
Idea by Alistair Crooks.
For the time being, accept pkg/COMMENT instead of a COMMENT var to avoid
a flag day.


To generate a diff of this commit:
cvs rdiff -r1.139 -r1.140 pkgsrc/Packages.txt
cvs rdiff -r1.662 -r1.663 pkgsrc/mk/bsd.pkg.mk
cvs rdiff -r1.40 -r1.41 pkgsrc/mk/bsd.pkg.subdir.mk
cvs rdiff -r1.77 -r1.78 pkgsrc/pkgtools/pkglint/Makefile
cvs rdiff -r1.38 -r1.39 pkgsrc/pkgtools/pkglint/files/pkglint.pl
cvs rdiff -r1.9 -r1.10 pkgsrc/pkgtools/port2pkg/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/pkgtools/port2pkg/files/port2pkg.pl
cvs rdiff -r1.11 -r1.12 pkgsrc/pkgtools/url2pkg/Makefile
cvs rdiff -r1.14 -r1.15 pkgsrc/pkgtools/url2pkg/files/url2pkg

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