NetBSD/usr.sbin/pkg_install/lib
grant 37ca47b551 rework pkg_info(8) operating on binary packages, deprecating the `-.'
argument as it is no longer required (but is retained as a no-op for
backward compatibility).

the behaviour is now what is expected and intended:

	- when the pkg argument is path (absolute or relative) to a
	  binary pkg, pkg_info operates on it.
	- when no pkg argument is given, or the argument is not a
	  binary pkg path, pkg_info operates on the installed packages.

`pkg_info foo-1.0.tgz', `pkg_info /path/to/foo-1.0.tgz', etc. now work
correctly when foo-1.0.tgz is in the cwd.

bump PKGTOOLS_VERSION to 20050210.
2005-02-10 22:52:31 +00:00
..
defs.h Pull in a much simplified version of the vtest functionality. This new 2002-01-09 16:17:08 +00:00
fexec.c reset values when malloc fails. 2003-09-23 15:07:43 +00:00
file.c Teach pkg_add(1) and pkg_delete(1) to pass PKG_METADATA_DIR and 2005-02-04 09:03:02 +00:00
ftpio.c Address PR 28826 from Tyler Retzlaff - when extracting files from a binary 2005-01-06 11:56:39 +00:00
global.c
lib.h Teach pkg_add(1) and pkg_delete(1) to pass PKG_METADATA_DIR and 2005-02-04 09:03:02 +00:00
lpkg.c Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by 2003-09-02 07:34:47 +00:00
Makefile Use MKPRIVATELIB=yes instead of providing an empty libinstall:: target and 2004-05-23 02:24:50 +00:00
path.c Introduce a new abstraction in the C code, called MaxPathSize. All 2004-12-29 11:34:59 +00:00
path.h Merge src/usr.sbin/pkg_install on the pkgviews branch into the HEAD by 2003-09-02 07:34:47 +00:00
pen.c Introduce a new abstraction in the C code, called MaxPathSize. All 2004-12-29 11:34:59 +00:00
pkgdb.c make this build with WARNS=2 2005-02-04 12:13:18 +00:00
plist.c Always echo the command about to be executed to standard output, not 2005-01-06 11:59:35 +00:00
str.c Introduce a new abstraction in the C code, called MaxPathSize. All 2004-12-29 11:34:59 +00:00
version.c
version.h rework pkg_info(8) operating on binary packages, deprecating the `-.' 2005-02-10 22:52:31 +00:00