- 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/
This commit is contained in:
parent
7c08c97173
commit
30797fa475
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379658
@ -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
|
||||
|
16
textproc/p5-Text-Soundex/Makefile
Normal file
16
textproc/p5-Text-Soundex/Makefile
Normal file
@ -0,0 +1,16 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Text-Soundex
|
||||
PORTVERSION= 3.04
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Implementation of the soundex algorithm
|
||||
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Text-Soundex/distinfo
Normal file
2
textproc/p5-Text-Soundex/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Text-Soundex-3.04.tar.gz) = 2e56bb4324ee0186b908b3bd78463643affe7295624af0628e81491e910283d9
|
||||
SIZE (Text-Soundex-3.04.tar.gz) = 9024
|
16
textproc/p5-Text-Soundex/pkg-descr
Normal file
16
textproc/p5-Text-Soundex/pkg-descr
Normal file
@ -0,0 +1,16 @@
|
||||
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/
|
3
textproc/p5-Text-Soundex/pkg-plist
Normal file
3
textproc/p5-Text-Soundex/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
%%SITE_ARCH%%/Text/Soundex.pm
|
||||
%%SITE_ARCH%%/auto/Text/Soundex/Soundex.so
|
||||
%%PERL5_MAN3%%/Text::Soundex.3.gz
|
Loading…
Reference in New Issue
Block a user