diff options
author | petef <petef@FreeBSD.org> | 2002-01-27 13:10:10 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-01-27 13:10:10 +0800 |
commit | 1846ac0ad4bc6b709eb1f521b9ccc60625879048 (patch) | |
tree | 66a7111572115743809390e0afeb02be1081fb7d /textproc | |
parent | f64ef7fe29c4a5d07aa25f6ead666a46de80c269 (diff) | |
download | freebsd-ports-gnome-1846ac0ad4bc6b709eb1f521b9ccc60625879048.tar.gz freebsd-ports-gnome-1846ac0ad4bc6b709eb1f521b9ccc60625879048.tar.zst freebsd-ports-gnome-1846ac0ad4bc6b709eb1f521b9ccc60625879048.zip |
Add p5-Text-Metaphone 1.96, a modern soundex: phonetic encoding of
words.
PR: 33383
Submitted by: Seamus Venasse <svenasse@polaris.ca>
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Metaphone/Makefile | 22 | ||||
-rw-r--r-- | textproc/p5-Text-Metaphone/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Metaphone/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Metaphone/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-Text-Metaphone/pkg-plist | 7 |
6 files changed, 40 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index efa016e3f789..5d6be7d3fd8f 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Text-Metaphone/Makefile b/textproc/p5-Text-Metaphone/Makefile new file mode 100644 index 000000000000..0bd04c89c38f --- /dev/null +++ b/textproc/p5-Text-Metaphone/Makefile @@ -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> diff --git a/textproc/p5-Text-Metaphone/distinfo b/textproc/p5-Text-Metaphone/distinfo new file mode 100644 index 000000000000..4a40ccae882d --- /dev/null +++ b/textproc/p5-Text-Metaphone/distinfo @@ -0,0 +1 @@ +MD5 (Text-Metaphone-1.96.tar.gz) = b918985b2364b8d3a5bd0b0ba714ebd0 diff --git a/textproc/p5-Text-Metaphone/pkg-comment b/textproc/p5-Text-Metaphone/pkg-comment new file mode 100644 index 000000000000..206c9df76226 --- /dev/null +++ b/textproc/p5-Text-Metaphone/pkg-comment @@ -0,0 +1 @@ +A modern soundex: phonetic encoding of words diff --git a/textproc/p5-Text-Metaphone/pkg-descr b/textproc/p5-Text-Metaphone/pkg-descr new file mode 100644 index 000000000000..f653ecbb957a --- /dev/null +++ b/textproc/p5-Text-Metaphone/pkg-descr @@ -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> diff --git a/textproc/p5-Text-Metaphone/pkg-plist b/textproc/p5-Text-Metaphone/pkg-plist new file mode 100644 index 000000000000..87e808c0d99a --- /dev/null +++ b/textproc/p5-Text-Metaphone/pkg-plist @@ -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 |