Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 02/21/2000 04:38:57
Module Name:	pkgsrc
Committed By:	agc
Date:		Mon Feb 21 12:38:56 UTC 2000

Added Files:
	pkgsrc: pkglocate

Log Message:
Add a small shell script to locate words in either the PLIST files or
the package description files, using approximate matching.

# Locate words in description, or files in the PLISTs
#
# [-i] == ignore case when searching
# [-f] == look for a file, rather than a word or phrase
# [-p] == use approximate matching
# [-v] == be verbose
#
# Usage: pkglocate [-i] [-p] [-f] [-v] word


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 pkgsrc/pkglocate

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