freebsd-nq/usr.sbin/pkg_install
Maxim Sobolev d4f82fcf34 Vastly decrease amount of memory comsumed in the case when we have to read
ports/INDEX, by allocating eactly amount of memory necessary for storing
each particular entry, insdead of 4K per entry (more than 7000 entries -
go figure). Memory consumption went down to some 500K from some 30M.
2002-09-09 08:00:32 +00:00
..
add When installing package from a local file assume that all subsequent 2002-09-03 06:59:33 +00:00
create Reorg just a tad to better express our bzip intentions. 2002-08-25 01:01:08 +00:00
delete Reorder libraries to fix static linking (libssl depends on libcrypto, so 2002-06-12 12:45:24 +00:00
info Use --fast-read mode to extract metadata from package file. Since metadata 2002-09-09 06:06:09 +00:00
lib Don't treat unknown commands as fatal errors: they are probably just 2002-08-31 20:21:47 +00:00
sign replace __FUNCTION__ with standardized __func__. 2002-05-11 04:17:55 +00:00
version Vastly decrease amount of memory comsumed in the case when we have to read 2002-09-09 08:00:32 +00:00
Makefile Do my bit for the Perl removal team and shoot my own, rather mangy 2002-05-08 18:44:24 +00:00
Makefile.inc
README
tkpkg

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