pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Regexp-Trie
Module Name: pkgsrc
Committed By: wen
Date: Sat Feb 9 07:58:04 UTC 2019
Added Files:
pkgsrc/devel/p5-Regexp-Trie: DESCR Makefile distinfo
Log Message:
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".
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/p5-Regexp-Trie/DESCR \
pkgsrc/devel/p5-Regexp-Trie/Makefile pkgsrc/devel/p5-Regexp-Trie/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/p5-Regexp-Trie/DESCR
diff -u /dev/null pkgsrc/devel/p5-Regexp-Trie/DESCR:1.1
--- /dev/null Sat Feb 9 07:58:04 2019
+++ pkgsrc/devel/p5-Regexp-Trie/DESCR Sat Feb 9 07:58:03 2019
@@ -0,0 +1,5 @@
+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".
Index: pkgsrc/devel/p5-Regexp-Trie/Makefile
diff -u /dev/null pkgsrc/devel/p5-Regexp-Trie/Makefile:1.1
--- /dev/null Sat Feb 9 07:58:04 2019
+++ pkgsrc/devel/p5-Regexp-Trie/Makefile Sat Feb 9 07:58:03 2019
@@ -0,0 +1,16 @@
+# $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@localhost
+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"
Index: pkgsrc/devel/p5-Regexp-Trie/distinfo
diff -u /dev/null pkgsrc/devel/p5-Regexp-Trie/distinfo:1.1
--- /dev/null Sat Feb 9 07:58:04 2019
+++ pkgsrc/devel/p5-Regexp-Trie/distinfo Sat Feb 9 07:58:03 2019
@@ -0,0 +1,6 @@
+$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
Home |
Main Index |
Thread Index |
Old Index