aboutsummaryrefslogtreecommitdiff
path: root/textproc/Makefile
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-23 10:08:10 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2015-02-23 10:08:10 +0000
commit30797fa475a2dbda6b1dbec9d38f46f85968df14 (patch)
tree9f6231b2212e59d301befa94b67d67ed8e0756ce /textproc/Makefile
parent7c08c97173cd36a05f37dfc6e0a63ce27b8309dd (diff)
downloadports-30797fa475a2dbda6b1dbec9d38f46f85968df14.tar.gz
ports-30797fa475a2dbda6b1dbec9d38f46f85968df14.zip
- Add p5-Text-Soundex 3.04
Soundex is a phonetic algorithm for indexing names by sound, as pronounced in English. The goal is for names with the same pronunciation to be encoded to the same representation so that they can be matched despite minor differences in spelling. Soundex is the most widely known of all phonetic algorithms and is often used (incorrectly) as a synonym for "phonetic algorithm". Improvements to Soundex are the basis for many modern phonetic algorithms. (Wikipedia, 2007) Text::Soundex implements the original soundex algorithm developed by Robert Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation called "American Soundex" used for US census data, and current maintained by the National Archives and Records Administration (NARA). The soundex algorithm may be recognized from Donald Knuth's The Art of Computer Programming. The algorithm described by Knuth is the NARA algorithm. WWW: http://search.cpan.org/dist/Text-Soundex/
Notes
Notes: svn path=/head/; revision=379658
Diffstat (limited to 'textproc/Makefile')
-rw-r--r--textproc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 8550d04c1c33..fbf9b25e801f 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -858,6 +858,7 @@
SUBDIR += p5-Text-Similarity
SUBDIR += p5-Text-SimpleTable
SUBDIR += p5-Text-SimpleTemplate
+ SUBDIR += p5-Text-Soundex
SUBDIR += p5-Text-SpellChecker
SUBDIR += p5-Text-SpellChecker-GUI
SUBDIR += p5-Text-Striphigh