Age | Commit message (Collapse) | Author | Files | Lines |
|
pkglocate now works with description and PLIST files in the package's
main directory.
|
|
|
|
otherwise, pkg_info is not found
|
|
directories are empty, and may get pruned by "cvs [checkout|update]
-P" - check for a category Makefile to work out whether a directory
houses a category, or is some other part of the infrastructure.
|
|
installed. Otherwise fall back to grep(1), in which case approximate
matching (-p) won't work.
|
|
|
|
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
|