the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: whichman
Version: 2.4
Revision: 1
Description: Approximate-match find -name, which, whatis
DescDetail: <<
ftff, ftwhich and whichman are fault tolerant search utilities.
whichman allows to search for man pages that match approximately the
specified search key. ftff is a fault tolerant file find utility and
ftwhich is a fault tolerant version for the 'which' command. The error
tolerant approximate string match is based on the Levenshtein Distance
between two strings. This is a measure for the number of replacements,
insertions and deletions that are necessary to transform string A into
string B.
<<
DescPort: Fix obvious typo in self-declared version string.
Homepage: http://main.linuxfocus.org/~guido/
License: GPL
Maintainer: Daniel Macks
Source: http://main.linuxfocus.org/~guido/%n-%v.tar.gz
Source-MD5: cc3d35f26bbd8bf99f4f16b276384333
PatchScript: perl -pi -e 's/Version: 2.3/Version: %v/' levdist.h
CompileScript: <<
make
<<
InstallScript: <<
make install prefix=%i
<<
DocFiles: README