freebsd-ports/misc/whichman/pkg-descr
Doug Barton 2fadfa2cfb For ports maintained by ports@FreeBSD.org, remove names and/or
e-mail addresses from the pkg-descr file that could reasonably
be mistaken for maintainer contact information in order to avoid
confusion on the part of users looking for support. As a pleasant
side effect this also avoids confusion and/or frustration for people
who are no longer maintaining those ports.
2009-12-21 02:19:12 +00:00

20 lines
655 B
Plaintext

Approximate matching searching utilities to search for manpages and files.
This package holds THREE little search utilities:
* whichman -- search utility for man pages and it works
much like the well known unix command "where".
* ftff -- a fault tolerant file finder
ftff works like the whichman above but searches the directory
tree. This is a case in-sensitive and fault tolerant way of
'find . -name xxxx -print'
* ftwhich -- a fault tolerant "which" command
ftwhich finds files (programs) which are in one of the directories in
your PATH and uses a fault tolerant search algorithem.
WWW: http://main.linuxfocus.org/~guido/#whichman