pkgsrc/pkgtools/pkg_install/files
dillo 2b4de40b79 sync with src (revision 1.115):
(pkg_do) When marking already installed package as manually installed,
         only print message if we succeeded.

Noted by wiz.
2005-12-08 19:41:04 +00:00
..
add sync with src (revision 1.115): 2005-12-08 19:41:04 +00:00
admin Sync with base system as of Sat Nov 5 13:19:32 UTC 2005. 2005-11-05 13:20:08 +00:00
bpm Sync with base system as of Sat Nov 5 13:19:32 UTC 2005. 2005-11-05 13:20:08 +00:00
create Reduce the use of the system() function in pkg_install to avoid quoting 2005-11-22 15:44:59 +00:00
delete Update to 20050530: 2005-05-30 13:23:31 +00:00
info Reduce the use of the system() function in pkg_install to avoid quoting 2005-11-22 15:44:59 +00:00
lib Specify the full path to tar when unpacking a package. 2005-12-06 01:08:09 +00:00
view Update to 20050530: 2005-05-30 13:23:31 +00:00
config.guess update config.{sub,guess} for various bootstrap tools. fixes build on 2004-12-12 00:46:28 +00:00
config.sub update config.{sub,guess} for various bootstrap tools. fixes build on 2004-12-12 00:46:28 +00:00
configure add autoconf test for missing (like in openbsd-3.6) or broken (like 2005-06-10 01:37:21 +00:00
configure.ac add autoconf test for missing (like in openbsd-3.6) or broken (like 2005-06-10 01:37:21 +00:00
install-sh
Makefile.in Don't use .PHONY, which isn't understood by every make. Split out the 2004-08-31 17:40:41 +00:00
pi2nbcompat Sync with base system as of Sat Nov 5 13:19:32 UTC 2005. 2005-11-05 13:20:08 +00:00
pkg_install2nbcompat Sync with base system as of Sat Nov 5 13:19:32 UTC 2005. 2005-11-05 13:20:08 +00:00
README Update to 20050530: 2005-05-30 13:23:31 +00:00
tkpkg

# $NetBSD: README,v 1.7 2005/05/30 13:23:31 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.