freebsd-dev/usr.sbin/pkg_install
John Polstra fc29ad10fd Fixed pkg_create to eliminate the limits on the size of the PLIST.
Formerly, there were limits on both the number of files (hard-coded into
the program) and the number of characters (because of the ARG_MAX limit
in exec(2)).  In this new version, the filenames are passed to tar through
a pipe, using tar's "-T" option, rather than on the command line.
1996-02-06 22:49:11 +00:00
..
add Bring my pkg_install improvements forward from 2.1. 1995-11-12 04:55:40 +00:00
create Fixed pkg_create to eliminate the limits on the size of the PLIST. 1996-02-06 22:49:11 +00:00
delete Bring my pkg_install improvements forward from 2.1. 1995-11-12 04:55:40 +00:00
info Bring forward my changes from 2.1 1995-10-25 15:38:37 +00:00
lib Bring my pkg_install improvements forward from 2.1. 1995-11-12 04:55:40 +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! :-)