Subject: CVS commit: src/usr.sbin/pkg_install
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 03/08/2007 18:20:21
Module Name:	src
Committed By:	joerg
Date:		Thu Mar  8 18:20:20 UTC 2007

Modified Files:
	src/usr.sbin/pkg_install/create: create.h main.c perform.c pkg_create.1
	src/usr.sbin/pkg_install/lib: version.h

Log Message:
Add a new option to pkg_create to allow easy registration of all
dependencies. Just like -P is used for the full dependencies to create
@blddep entries in the PLIST, -T does that as well. To reduce the chance
of confusing older tools, they are sorted after the full dependencies.
Bump pkg_install version to 20070308.


To generate a diff of this commit:
cvs rdiff -r1.21 -r1.22 src/usr.sbin/pkg_install/create/create.h
cvs rdiff -r1.32 -r1.33 src/usr.sbin/pkg_install/create/main.c
cvs rdiff -r1.47 -r1.48 src/usr.sbin/pkg_install/create/perform.c
cvs rdiff -r1.44 -r1.45 src/usr.sbin/pkg_install/create/pkg_create.1
cvs rdiff -r1.82 -r1.83 src/usr.sbin/pkg_install/lib/version.h

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