NetBSD/usr.sbin/pkg_install
grant 99871d087e use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine.
the former represents the CPU architecture, which is what is recorded
in binary packages.

also allow the OS name to be overridden, as pkgsrc doesn't always use
the value of utsname.sysname.

bump version to 20030113.
2004-01-13 08:30:34 +00:00
..
add use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine. 2004-01-13 08:30:34 +00:00
admin
bpm Sort options; drop trailing spaces; fix wording of 2003-12-21 11:39:17 +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; new sentence, new line; 2004-01-06 16:22:06 +00:00
lib use ${MACHINE_ARCH} instead of what uname() puts into utsname.machine. 2004-01-13 08:30:34 +00:00
view s/netbsd.org/NetBSD.org/i 2003-11-12 13:31:07 +00:00
Makefile Add a simple text menu-based binary package manager, bpm(1). 2003-12-21 11:31:46 +00:00
Makefile.inc
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.