freebsd-dev/usr.sbin/pkg_install
Andrey A. Chernov 573999ad8a If some files lost in /var/db/pkg/<port>/ after system crash f.e.,
pkg_manage silently dumps core, pkg_info claims about them to
stderr, which makes very difficult to find what directory cause it via
tons of pkg_info -a output. I found solution which covers both variants,
now pkg_info claims about missing files to stdout among valid output
with ERROR: prefix. It heals pkg_manage to not dump core and makes
easy to find errors in pkg_info -a output by simple /ERROR 'more' command.
1995-07-30 01:08:34 +00:00
..
add Merge RELENG_2_0_5 into HEAD 1995-06-11 19:33:05 +00:00
create Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
delete Remove trailing whitespace. 1995-05-30 03:57:47 +00:00
info If some files lost in /var/db/pkg/<port>/ after system crash f.e., 1995-07-30 01:08:34 +00:00
lib Fix coredump for -v flag 1995-07-28 01:50:35 +00:00
+COMMENT Added files necessary for automating packing of distributions. 1993-10-10 20:24:47 +00:00
+CONTENTS Added files necessary for automating packing of distributions. 1993-10-10 20:24:47 +00:00
+DESC Added files necessary for automating packing of distributions. 1993-10-10 20:24:47 +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
pkg Added Rich's wish front-end. 1993-09-04 17:06:09 +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! :-)