freebsd-nq/usr.sbin/pkg_install
Jordan K. Hubbard 50f56e483a Add MD5 checksums to packing list for all files during pkg_create and use
later at pkg_delete time to verify that you're deleting what you added.
This, of course, does NOT cover the case where a file you still need
hasn't changed!  That's a tougher problem to solve, and this provides
only the minimal amount of safety belt.  MD5 checksums are stored in comment
fields, so packages produced with these tools are backwards compatible with
the older ones.
1996-07-30 10:48:20 +00:00
..
add Add MD5 checksums to packing list for all files during pkg_create and use 1996-07-30 10:48:20 +00:00
create Add MD5 checksums to packing list for all files during pkg_create and use 1996-07-30 10:48:20 +00:00
delete Add MD5 checksums to packing list for all files during pkg_create and use 1996-07-30 10:48:20 +00:00
info Add MD5 checksums to packing list for all files during pkg_create and use 1996-07-30 10:48:20 +00:00
lib Add MD5 checksums to packing list for all files during pkg_create and use 1996-07-30 10:48:20 +00:00
Makefile Delete obsoleted *dist targets. 1994-09-13 10:20:37 +00:00
Makefile.inc Make this stop trying to go into /usr/local and inherit the settings 1994-09-13 10:20:02 +00:00
README Second round: 1995-04-22 13:58:24 +00:00
tkpkg Many of John T. Kohl's patches from NetBSD. Thanks, John! 1994-12-06 00:51:50 +00:00

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! :-)