diff options
author | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:20:36 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-12-31 05:20:36 +0000 |
commit | 4193137a142a6b0ad21b85d2e3a6f8b8c541bf23 (patch) | |
tree | a8a5b8566cdf5c8d28fb137d85f1efccc24f0bff /textproc/p5-Text-DoubleMetaphone | |
parent | b7607ef66b82d6bdcb097374c542df88affd1c03 (diff) | |
download | ports-4193137a142a6b0ad21b85d2e3a6f8b8c541bf23.tar.gz ports-4193137a142a6b0ad21b85d2e3a6f8b8c541bf23.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-DoubleMetaphone')
-rw-r--r-- | textproc/p5-Text-DoubleMetaphone/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Text-DoubleMetaphone/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-DoubleMetaphone/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Text-DoubleMetaphone/pkg-descr | 7 | ||||
-rw-r--r-- | textproc/p5-Text-DoubleMetaphone/pkg-plist | 8 |
5 files changed, 40 insertions, 0 deletions
diff --git a/textproc/p5-Text-DoubleMetaphone/Makefile b/textproc/p5-Text-DoubleMetaphone/Makefile new file mode 100644 index 000000000000..bf15bfcf5330 --- /dev/null +++ b/textproc/p5-Text-DoubleMetaphone/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: textproc/p5-Text-DoubleMetaphone +# Date created: 29 December 2000 +# Whom: Anton Berezin <tobez@tobez.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-DoubleMetaphone +PORTVERSION= 0.04 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Text +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@tobez.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MAN3= Text::DoubleMetaphone.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-DoubleMetaphone/distinfo b/textproc/p5-Text-DoubleMetaphone/distinfo new file mode 100644 index 000000000000..bbf1ec2474e7 --- /dev/null +++ b/textproc/p5-Text-DoubleMetaphone/distinfo @@ -0,0 +1 @@ +MD5 (Text-DoubleMetaphone-0.04.tar.gz) = ffa435709f0404ccd112ec4a38a71508 diff --git a/textproc/p5-Text-DoubleMetaphone/pkg-comment b/textproc/p5-Text-DoubleMetaphone/pkg-comment new file mode 100644 index 000000000000..69a8fb6f4af8 --- /dev/null +++ b/textproc/p5-Text-DoubleMetaphone/pkg-comment @@ -0,0 +1 @@ +Phonetic encoding of words diff --git a/textproc/p5-Text-DoubleMetaphone/pkg-descr b/textproc/p5-Text-DoubleMetaphone/pkg-descr new file mode 100644 index 000000000000..d61855592926 --- /dev/null +++ b/textproc/p5-Text-DoubleMetaphone/pkg-descr @@ -0,0 +1,7 @@ +This module implements a "sounds like" algorithm developed by Lawrence +Philips which he published in the June, 2000 issue of C/C++ Users +Journal. Double Metaphone is an improved version of Philips' original +Metaphone algorithm. + +-Anton +<tobez@tobez.org> diff --git a/textproc/p5-Text-DoubleMetaphone/pkg-plist b/textproc/p5-Text-DoubleMetaphone/pkg-plist new file mode 100644 index 000000000000..675a1088944f --- /dev/null +++ b/textproc/p5-Text-DoubleMetaphone/pkg-plist @@ -0,0 +1,8 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/DoubleMetaphone/DoubleMetaphone.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/DoubleMetaphone/DoubleMetaphone.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/DoubleMetaphone/autosplit.ix +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/DoubleMetaphone/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Text/DoubleMetaphone.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Text/DoubleMetaphone +@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 |