Sat Feb 9 07:58:04 2019 UTC ()
Import Regexp-Trie-0.02 as devel/p5-Regexp-Trie.

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".


(wen)
diff -r0 -r1.1 pkgsrc/devel/p5-Regexp-Trie/DESCR
diff -r0 -r1.1 pkgsrc/devel/p5-Regexp-Trie/Makefile
diff -r0 -r1.1 pkgsrc/devel/p5-Regexp-Trie/distinfo

File Added: pkgsrc/devel/p5-Regexp-Trie/DESCR
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".

File Added: pkgsrc/devel/p5-Regexp-Trie/Makefile
# $NetBSD: Makefile,v 1.1 2019/02/09 07:58:03 wen Exp $

DISTNAME=	Regexp-Trie-0.02
PKGNAME=	p5-${DISTNAME}
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=Regexp/}

MAINTAINER=	wen@NetBSD.org
HOMEPAGE=	http://search.cpan.org/dist/Regexp-Trie/
COMMENT=	Builds trie-ized regexp
LICENSE=	${PERL5_LICENSE}

PERL5_PACKLIST=	auto/Regexp/Trie/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-Regexp-Trie/distinfo
$NetBSD: distinfo,v 1.1 2019/02/09 07:58:03 wen Exp $

SHA1 (Regexp-Trie-0.02.tar.gz) = 8b3f51fe809fa608cfdfe643bf711d894cbb3dc5
RMD160 (Regexp-Trie-0.02.tar.gz) = 328aaa147de2c1a44b45b4dfe6005e25fc9bb6c3
SHA512 (Regexp-Trie-0.02.tar.gz) = 49aac4f9d49f71a2cf7111e549da0f3dfa77679d313080095188e8172e5fea0fdb256b8d784949716813d51c03fe9fdfe097e394bba34016fa61bd82c4c20995
Size (Regexp-Trie-0.02.tar.gz) = 3365 bytes