Subject: CVS commit: src/distrib/sets
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 06/12/2003 20:04:00
Module Name:	src
Committed By:	agc
Date:		Thu Jun 12 20:04:00 UTC 2003

Added Files:
	src/distrib/sets: attrs comments descrs regpkg regpkgset

Log Message:
Add the comments file, which is a single file containing all the COMMENT
file entries from the syspkg hierarchy, brought up to date to include some
that had been missed out.

Add the descrs file, which is a single file containing all the DESCR
file entries from the syspkg hierarchy, brought up to date to include some
that had been missed out.

Thanks to Jim Wise for all the work that went into the syspkg sets.

Add the attrs file, which is a single file to which can be added
attributes (like preserve).

Add a regpkg script, which allows a single system package to be
registered, based simply on its setname and syspkg name.  All the
information is gleaned from the lists files by means of scripts, no
source tree is needed.  The version number for the system package is
calculated automatically, based on the most recent mtime of the files
that constitute a system package.

Add a regpkgset script, to register all the system packages in a set.
The set names recognised are "all", "base", "comp", "etc", "games",
"man", "misc", "text".


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 src/distrib/sets/attrs src/distrib/sets/comments \
    src/distrib/sets/descrs src/distrib/sets/regpkg \
    src/distrib/sets/regpkgset

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