NetBSD/usr.sbin/pkg_install
joerg 32ce5ba905 Add conditional code to ignore the non-numeric part of an OS version
for the sake of compatibility tests in pkg_add.
E.g. DragonFly versions like
	1.4.0-RELEASE
are reduced to
	1.4.0

This code is disabled by default on NetBSD.
2006-01-25 00:17:34 +00:00
..
add Add conditional code to ignore the non-numeric part of an OS version 2006-01-25 00:17:34 +00:00
admin Add compat #ifdefs from pkgsrc, to make syncing easier between the 2005-11-05 13:11:02 +00:00
bpm
create Reduce the use of the system() function in pkg_install to avoid quoting 2005-11-23 04:59:14 +00:00
delete Only warn about running as non-root when -v is given 2005-12-03 01:08:38 +00:00
info Reduce the use of the system() function in pkg_install to avoid quoting 2005-11-23 04:59:14 +00:00
lib Add conditional code to ignore the non-numeric part of an OS version 2006-01-25 00:17:34 +00:00
view
Makefile
Makefile.inc Add compat #ifdefs from pkgsrc, to make syncing easier between the 2005-11-05 13:11: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.