freebsd_amp_hwpstate/usr.sbin/pkg_install
Bill Fumerola ab13b06dc0 Add a new option for pkg_add, -r.
The remote option allows for automatic package fetching and installation
using the package repository found on wcarchive. Naturally, this site
can be overridden with a enviornment variable.

This code uses getobjformat() and getosreldate(). This means when some event
causes the package to be fetched to change (such as e-day) the logic also
needs to be changed.

Sorta reviewed by:	jkh
Code suggestions:	peter, jkh, eivind, msmith
1999-01-17 01:22:55 +00:00
..
add Add a new option for pkg_add, -r. 1999-01-17 01:22:55 +00:00
create Make it possible to have separate install scripts as well as have 1998-12-16 13:59:31 +00:00
delete document PKG_DBDIR 1998-12-31 20:29:29 +00:00
info change wording slightly to match other pkg_*.1 1998-12-31 20:28:55 +00:00
lib Make it possible to have separate install scripts as well as have 1998-12-16 13:59:31 +00:00
Makefile
Makefile.inc
README
tkpkg

README

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