Import p5-Regexp-Parser version 0.20.
Should fix PR#39541. This module parses regular expressions (regexes). Its default "grammar" is Perl 5.8.4's regex set. Grammar is quoted because the module does not so much define a grammar as let each matched node state what it expects to match next, but there is not currently a way of extracting a complete grammar. This may change in future versions.
This commit is contained in:
parent
2c917a537b
commit
75f6480afc
3 changed files with 28 additions and 0 deletions
5
devel/p5-Regexp-Parser/DESCR
Normal file
5
devel/p5-Regexp-Parser/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module parses regular expressions (regexes). Its default "grammar" is Perl
|
||||
5.8.4's regex set. Grammar is quoted because the module does not so much define
|
||||
a grammar as let each matched node state what it expects to match next, but
|
||||
there is not currently a way of extracting a complete grammar. This may change
|
||||
in future versions.
|
18
devel/p5-Regexp-Parser/Makefile
Normal file
18
devel/p5-Regexp-Parser/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/09/15 15:14:51 he Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Regexp-Parser-0.20
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Regexp/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Regexp-Parser/
|
||||
COMMENT= Perl 5 base class for parsing regexes
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PERL5_PACKLIST= auto/Regexp/Parser/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Regexp-Parser/distinfo
Normal file
5
devel/p5-Regexp-Parser/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/09/15 15:14:51 he Exp $
|
||||
|
||||
SHA1 (Regexp-Parser-0.20.tar.gz) = 46c45e9a95c2d3f6869094705ad8c1731d04c787
|
||||
RMD160 (Regexp-Parser-0.20.tar.gz) = 810c484258b35ee282bcac65653dd719fddfbf94
|
||||
Size (Regexp-Parser-0.20.tar.gz) = 40388 bytes
|
Loading…
Reference in a new issue