NetBSD/usr.sbin/pkg_install
lukem 66176dfdff Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is
a variable that is used by in-tree Makefiles to control behaviour.
(MKsomevar variables are generally intended to be controlled by the end-user)
2008-05-03 14:48:30 +00:00
..
add Switch to src/dist as primary src location of pkg_install. 2007-07-16 19:33:02 +00:00
admin Switch to src/dist as primary src location of pkg_install. 2007-07-16 19:33:02 +00:00
audit-packages Switch to src/dist as primary src location of pkg_install. 2007-07-16 19:33:02 +00:00
bpm Switch to src/dist as primary src location of pkg_install. 2007-07-16 19:33:02 +00:00
create It is probably better to use build.c in SRCS instead of build.o. 2007-08-03 21:50:27 +00:00
delete Switch to src/dist as primary src location of pkg_install. 2007-07-16 19:33:02 +00:00
info Catch up with pkg_install-20080202: pkg_info needs libarchive, libbz2 2008-02-03 21:27:27 +00:00
lib Rename MKPRIVATELIB to LIBISPRIVATE, to make it clearer that this is 2008-05-03 14:48:30 +00:00
view Switch to src/dist as primary src location of pkg_install. 2007-07-16 19:57:46 +00:00
Makefile Update to pkg_install-20070714 2007-07-14 20:03:41 +00:00
Makefile.inc Switch to src/dist as primary src location of pkg_install. 2007-07-16 19:33:02 +00:00
README
tkpkg

README

# $NetBSD: README,v 1.13 2005/03/01 13:19:51 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, Rene Hexel,
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.

src/usr.sbin/pkg_install is the canonical location for these sources.
Any changes should be made here first, then merged over to pkgsrc.