freebsd-skq/usr.sbin/pkg_install
Kris Kennaway ff7543ca42 Clean up some of the evil string handling in this code, replace
warnx()+exit() with errx() and replace a big if..then..else construct
to determine the package download directory with a lookup table.

Reviewed by:	jkh
MFC after:	2 weeks
2001-05-12 09:44:32 +00:00
..
add Clean up some of the evil string handling in this code, replace 2001-05-12 09:44:32 +00:00
create When creating a package sort dependencies in such a way that if dependency 2001-03-15 10:47:00 +00:00
delete When creating a package sort dependencies in such a way that if dependency 2001-03-15 10:47:00 +00:00
info Decapitalise first letter of warning message. 2001-03-26 09:57:26 +00:00
lib Clean up some of the evil string handling in this code, replace 2001-05-12 09:44:32 +00:00
sign Change check_sign to proper "pkg_sign" reference. 2001-03-08 02:26:33 +00:00
update beforeinstall -> SCRIPTS. 2001-04-07 11:21:35 +00:00
version The pkg_version -c output will now call for a "make clean" before and 2001-04-30 15:35:43 +00:00
Makefile Don't build pkg_sign tools if crypto is not installed, or is not 2001-04-24 08:59:40 +00:00
Makefile.inc - Backout botched attempt to introduce MANSECT feature. 2001-03-26 14:42:20 +00:00
README
tkpkg Remove some $Log$ debris 1999-08-29 15:54:49 +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! :-)