- Add p5-Text-Prefix-XS 0.15

Text::Prefix::XS implements something of an trie algorithm for matching (and
extracting) prefixes from text strings.

WWW: http://search.cpan.org/dist/Text-Prefix-XS/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2011-12-28 15:59:51 +00:00
parent 78ec4bbcf4
commit 55e30789f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288190
5 changed files with 43 additions and 0 deletions

View File

@ -800,6 +800,7 @@
SUBDIR += p5-Text-ParagraphDiff
SUBDIR += p5-Text-ParseWords
SUBDIR += p5-Text-Patch
SUBDIR += p5-Text-Prefix-XS
SUBDIR += p5-Text-QRCode
SUBDIR += p5-Text-Query
SUBDIR += p5-Text-Quote

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Text-Prefix-XS
# Date created: 2011-12-24
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Text-Prefix-XS
PORTVERSION= 0.15
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Fast prefix searching
BUILD_DEPENDS= p5-Digest-SHA1>=1:${PORTSDIR}/security/p5-Digest-SHA1
RUN_DEPENDS= p5-Digest-SHA1>=1:${PORTSDIR}/security/p5-Digest-SHA1
TEST_DEPENDS= p5-Test-Deep>=0.108:${PORTSDIR}/devel/p5-Test-Deep
PERL_CONFIGURE= yes
MAN3= Text::Prefix::XS.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Text-Prefix-XS-0.15.tar.gz) = 57f0b614b15aea528ca04fa3853e21702d9dbdccf4070fac0c15bd6c4f78044a
SIZE (Text-Prefix-XS-0.15.tar.gz) = 14714

View File

@ -0,0 +1,4 @@
Text::Prefix::XS implements something of an trie algorithm for matching (and
extracting) prefixes from text strings.
WWW: http://search.cpan.org/dist/Text-Prefix-XS/

View File

@ -0,0 +1,10 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Prefix/XS.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Text/Prefix/trie.pl
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Prefix/XS/.packlist
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Prefix/XS/XS.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Prefix/XS/XS.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Prefix/XS
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Prefix
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text/Prefix
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Text