Add p5-Text-Metaphone 1.96, a modern soundex: phonetic encoding of

words.

PR:		33383
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Pete Fritchman 2002-01-27 05:10:10 +00:00
parent d815cb04cb
commit 305884cfe5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=53827
6 changed files with 40 additions and 0 deletions

View file

@ -149,6 +149,7 @@
SUBDIR += p5-Text-Flowchart
SUBDIR += p5-Text-Format
SUBDIR += p5-Text-Graphics
SUBDIR += p5-Text-Metaphone
SUBDIR += p5-Text-Query
SUBDIR += p5-Text-SimpleTemplate
SUBDIR += p5-Text-Template

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: Text::Metaphone
# Date created: 30 Dec 2001
# Whom: Seamus Venasse <svenasse@polaris.ca>
#
# $FreeBSD$
#
PORTNAME= Text-Metaphone
PORTVERSION= 1.96
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Text
PKGNAMEPREFIX= p5-
MAINTAINER= svenasse@polaris.ca
PERL_CONFIGURE= yes
MAN3= Text::Metaphone.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (Text-Metaphone-1.96.tar.gz) = b918985b2364b8d3a5bd0b0ba714ebd0

View file

@ -0,0 +1 @@
A modern soundex: phonetic encoding of words

View file

@ -0,0 +1,8 @@
Metaphone() is a function whereby a string/word is broken down into
a rough approximation of its english phonetic pronunciation. Very
similar in concept and purpose to soundex, but much more comprehensive
in its approach.
WWW: http://search.cpan.org/search?dist=Text-Metaphone
Seamus Venasse <svenasse@polaris.ca>

View file

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/Metaphone.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Metaphone/.packlist
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Metaphone/Metaphone.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Metaphone/Metaphone.so
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/Metaphone
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text 2>/dev/null || true