NetBSD/usr.sbin/pkg_install
joerg 2ccbc1ff9d Switch to src/dist as primary src location of pkg_install.
Adjust the Makefiles to be reachover Makefiles and remove
some unnecessary warning exceptions.

audit-packages.conf is stored redundantly in src/etc, not changed yet.
pkgsrc.7 is also kept in share/man/man7.

Add a comment in lib/nbcompat.h to make the file non-empty.
2007-07-16 19:57:46 +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 Switch to src/dist as primary src location of pkg_install. 2007-07-16 19:33:02 +00:00
delete Switch to src/dist as primary src location of pkg_install. 2007-07-16 19:33:02 +00:00
info Switch to src/dist as primary src location of pkg_install. 2007-07-16 19:33:02 +00:00
lib Switch to src/dist as primary src location of pkg_install. 2007-07-16 19:33:02 +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.