- 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:
parent
78ec4bbcf4
commit
55e30789f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288190
@ -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
|
||||
|
26
textproc/p5-Text-Prefix-XS/Makefile
Normal file
26
textproc/p5-Text-Prefix-XS/Makefile
Normal 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>
|
2
textproc/p5-Text-Prefix-XS/distinfo
Normal file
2
textproc/p5-Text-Prefix-XS/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Text-Prefix-XS-0.15.tar.gz) = 57f0b614b15aea528ca04fa3853e21702d9dbdccf4070fac0c15bd6c4f78044a
|
||||
SIZE (Text-Prefix-XS-0.15.tar.gz) = 14714
|
4
textproc/p5-Text-Prefix-XS/pkg-descr
Normal file
4
textproc/p5-Text-Prefix-XS/pkg-descr
Normal 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/
|
10
textproc/p5-Text-Prefix-XS/pkg-plist
Normal file
10
textproc/p5-Text-Prefix-XS/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user