Subject: CVS commit: pkgsrc/pkgtools/pkg_install/files
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/13/2003 05:50:26
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sat Sep 13 05:50:26 UTC 2003

Modified Files:
	pkgsrc/pkgtools/pkg_install/files/admin: main.c pkg_admin.1
	    pkg_admin.cat1
	pkgsrc/pkgtools/pkg_install/files/lib: version.h

Log Message:
Update pkg_install to version 20030912.  Changes from 200230907 are
adding two new options to pkg_admin(1) to simply using this utility to
list the bare package names that match patterns when looking in PKG_DBDIR:

      -b      Print only the basenames when matching package names for
              lsall and lsbest.

      -d lsdir
              Set lsdir as the path to the directory in which to find
              matching package names for lsall and lsbest.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/pkgtools/pkg_install/files/admin/main.c
cvs rdiff -r1.3 -r1.4 pkgsrc/pkgtools/pkg_install/files/admin/pkg_admin.1 \
    pkgsrc/pkgtools/pkg_install/files/admin/pkg_admin.cat1
cvs rdiff -r1.12 -r1.13 pkgsrc/pkgtools/pkg_install/files/lib/version.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.