NetBSD/usr.sbin/pkg_install/info
dillo 75b9797969 Implement framework to store variable=value pairs about an installed package.
Use this in pkg_add to mark installed dependencies as automatically installed.

pkg_add: new flag -A: marks package as automatically installed.
pkg_admin: new commands set and unset to modify variable pairs for
	   installed packages.
pkg_info: report these variable pairs with -Q/-B.
	  new flag -u: report only manually installed packages (not
	  installed with pkg_add -A).
	  Error out if -a/-u and a package name is specified.

Joint work with Thomas Klausner.

As discussed on tech-pkg.
2005-11-03 21:16:41 +00:00
..
info.h Implement framework to store variable=value pairs about an installed package. 2005-11-03 21:16:41 +00:00
main.c Implement framework to store variable=value pairs about an installed package. 2005-11-03 21:16:41 +00:00
Makefile
perform.c Implement framework to store variable=value pairs about an installed package. 2005-11-03 21:16:41 +00:00
pkg_info.1 Implement framework to store variable=value pairs about an installed package. 2005-11-03 21:16:41 +00:00
show.c Implement framework to store variable=value pairs about an installed package. 2005-11-03 21:16:41 +00:00