diff options
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Match-FastAlternatives/Makefile | 21 | ||||
-rw-r--r-- | textproc/p5-Text-Match-FastAlternatives/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Match-FastAlternatives/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/p5-Text-Match-FastAlternatives/pkg-plist | 9 |
5 files changed, 37 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index a5c3591ab5c7..82ab07d9dd88 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -686,6 +686,7 @@ SUBDIR += p5-Text-Highlight SUBDIR += p5-Text-Language-Guess SUBDIR += p5-Text-Markdown + SUBDIR += p5-Text-Match-FastAlternatives SUBDIR += p5-Text-Metaphone SUBDIR += p5-Text-MicroTemplate SUBDIR += p5-Text-MultiMarkdown 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 |