1bbe06780b
add pkg ... For each listed package, write the absolute pathnames of the files listed in its +CONTENTS file together with the package they belong to into the package database. This should be used only by pkg_view(1). delete pkg ... For each listed package, remove all file entries in the package database that belong to the package. This should be used only by pkg_view(1). These commands will be used by pkg_view(1) to keep the pkgdb.byfile.db files for each view consistent with what's stored in each view. Since we stole these names from the debug code, change the names of the debug commands to "addkey" and "delkey". |
||
---|---|---|
.. | ||
add | ||
admin | ||
create | ||
delete | ||
info | ||
lib | ||
view | ||
Makefile | ||
Makefile.inc | ||
README | ||
tkpkg |
# $NetBSD: README,v 1.7 2003/09/02 07:34:48 jlam Exp $ # Original from FreeBSD, no rcs id. This is the pkg_install suite of tools for doing maintainance of software "packages". More documentation is available in the man pages for each individual command. This code was written by Jordan Hubbard for FreeBSD, snatched and mildly reshaped by John Kohl in NetBSD and the changes taken back into FreeBSD again by Jordan, who then proceeded to add another couple of dozen features on top. Whee! :-) In another round of enhancements, NetBSD changes were added by Alistair Crooks, Hubert Feyrer, Thorsten Frueauf, Christian E. Hopps, and Johnny Lam. When making snapshots, please modify PKGTOOLS_VERSION in lib/version.h to that day's date.