NetBSD/usr.sbin/pkg_install
grant 70ba7aa408 check the OS, architecture and version of a package against the host
and spit out a warning if any of them differ. bail if the OS or arch
differ. installation can be forced with -f.

sanity checked by simonb. fixes PR pkg/18966 from mrg.
2003-12-20 00:47:18 +00:00
..
add check the OS, architecture and version of a package against the host 2003-12-20 00:47:18 +00:00
admin Initialize cnt; from Greg A. Woods in PR 22862. 2003-09-19 17:44:53 +00:00
create Replace strnncpy calls with strlcpy calls. Remove strnncpy. 2003-10-04 00:50:34 +00:00
delete Don't compare an int to NULL. 2003-10-21 02:48:07 +00:00
info Fix typo, reported by Soren Jacobsen in PR 23666. 2003-12-06 08:25:39 +00:00
lib check the OS, architecture and version of a package against the host 2003-12-20 00:47:18 +00:00
view s/netbsd.org/NetBSD.org/i 2003-11-12 13:31:07 +00:00
Makefile Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by 2003-09-02 07:34:47 +00:00
Makefile.inc remove redundant comments about zoularis. 2003-09-23 05:39:41 +00:00
README Sort names. 2003-10-04 00:53:12 +00:00
tkpkg

README

# $NetBSD: README,v 1.10 2003/10/04 00:53:12 wiz Exp $
# Original from FreeBSD, no rcs id.

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

In another round of enhancements, NetBSD changes were added by
Alistair Crooks, Hubert Feyrer, Thorsten Frueauf, Christian E. Hopps,
Thomas Klausner, Johnny Lam, and Matthias Scheler.

When making snapshots, please modify PKGTOOLS_VERSION in lib/version.h
to that day's date.