1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Add p5-Regexp-Trie 0.02

Regexp::Trie is a faster but simpler version of Regexp::Assemble or
Regexp::Optimizer. It builds a trie-ized regexp as above.

This module is faster than Regexp::Assemble but you can only add literals. a+b
is treated as a\+b, not "more than one a's followed by b".

WWW: https://metacpan.org/release/Regexp-Trie
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-02-05 13:47:43 +00:00
parent e8b5e4841d
commit 1737f0bca2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=492212
5 changed files with 34 additions and 0 deletions

View File

@ -3310,6 +3310,7 @@
SUBDIR += p5-Regexp-RegGrp
SUBDIR += p5-Regexp-Shellish
SUBDIR += p5-Regexp-Subst-Parallel
SUBDIR += p5-Regexp-Trie
SUBDIR += p5-Religion
SUBDIR += p5-Reply
SUBDIR += p5-ResourcePool

View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Regexp-Trie
PORTVERSION= 0.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Builds trie-ized regexp
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1549317708
SHA256 (Regexp-Trie-0.02.tar.gz) = fb2bf94ed8dbc1f4a95d9fc8f710cb67b3f796c6efc9c4bb4c2cfa3ebaa1c5fa
SIZE (Regexp-Trie-0.02.tar.gz) = 3365

View File

@ -0,0 +1,7 @@
Regexp::Trie is a faster but simpler version of Regexp::Assemble or
Regexp::Optimizer. It builds a trie-ized regexp as above.
This module is faster than Regexp::Assemble but you can only add literals. a+b
is treated as a\+b, not "more than one a's followed by b".
WWW: https://metacpan.org/release/Regexp-Trie

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Regexp/Trie.pm
%%PERL5_MAN3%%/Regexp::Trie.3.gz