diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-30 05:01:28 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2010-04-30 05:01:28 +0000 |
commit | f6f0bd4e97a6c68fb1728bb36091b470a94ae0e6 (patch) | |
tree | f6cf5a18e486e3270fb48a733435e5425122d66a /textproc/p5-Text-Match-FastAlternatives | |
parent | 2d75ac453e46a632fef05da7fbff080c4c5eac3f (diff) | |
download | ports-f6f0bd4e97a6c68fb1728bb36091b470a94ae0e6.tar.gz ports-f6f0bd4e97a6c68fb1728bb36091b470a94ae0e6.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Match-FastAlternatives')
4 files changed, 36 insertions, 0 deletions
diff --git a/textproc/p5-Text-Match-FastAlternatives/Makefile b/textproc/p5-Text-Match-FastAlternatives/Makefile new file mode 100644 index 000000000000..e9700019db07 --- /dev/null +++ b/textproc/p5-Text-Match-FastAlternatives/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: p5-Text-Match-FastAlternatives +# Date created: 30 April 2010 +# Whom: Kevin Lo <kevlo@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Text-Match-FastAlternatives +PORTVERSION= 1.04 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kevlo@FreeBSD.org +COMMENT= Efficient search for many strings + +PERL_CONFIGURE= yes + +MAN3= Text::Match::FastAlternatives.3 + +.include <bsd.port.mk> diff --git a/textproc/p5-Text-Match-FastAlternatives/distinfo b/textproc/p5-Text-Match-FastAlternatives/distinfo new file mode 100644 index 000000000000..a199c6fad310 --- /dev/null +++ b/textproc/p5-Text-Match-FastAlternatives/distinfo @@ -0,0 +1,3 @@ +MD5 (Text-Match-FastAlternatives-1.04.tar.gz) = efe2209026a72073bac7e96e5ee7788c +SHA256 (Text-Match-FastAlternatives-1.04.tar.gz) = e991d3afb26e36dd8b5abc3aaa1d33c4a46ed73afd6cbc47ee83851770bb50a0 +SIZE (Text-Match-FastAlternatives-1.04.tar.gz) = 61469 diff --git a/textproc/p5-Text-Match-FastAlternatives/pkg-descr b/textproc/p5-Text-Match-FastAlternatives/pkg-descr new file mode 100644 index 000000000000..c7761cba22b1 --- /dev/null +++ b/textproc/p5-Text-Match-FastAlternatives/pkg-descr @@ -0,0 +1,3 @@ +This module allows you to search for any of a list of substrings +("keys") in a larger string. It is particularly efficient when the set +of keys is large. diff --git a/textproc/p5-Text-Match-FastAlternatives/pkg-plist b/textproc/p5-Text-Match-FastAlternatives/pkg-plist new file mode 100644 index 000000000000..6cb207f0139b --- /dev/null +++ b/textproc/p5-Text-Match-FastAlternatives/pkg-plist @@ -0,0 +1,9 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Match/FastAlternatives/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Match/FastAlternatives/FastAlternatives.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Match/FastAlternatives/FastAlternatives.so +%%SITE_PERL%%/%%PERL_ARCH%%/Text/Match/FastAlternatives.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Text/Match +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Match/FastAlternatives +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Match +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text |