pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Regexp-Parser Import p5-Regexp-Parser version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f15ca047659
branches:  trunk
changeset: 547346:1f15ca047659
user:      he <he%pkgsrc.org@localhost>
date:      Mon Sep 15 15:14:51 2008 +0000

description:
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.

diffstat:

 devel/p5-Regexp-Parser/DESCR    |   5 +++++
 devel/p5-Regexp-Parser/Makefile |  18 ++++++++++++++++++
 devel/p5-Regexp-Parser/distinfo |   5 +++++
 3 files changed, 28 insertions(+), 0 deletions(-)

diffs (40 lines):

diff -r 844cb33c99f4 -r 1f15ca047659 devel/p5-Regexp-Parser/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Regexp-Parser/DESCR      Mon Sep 15 15:14:51 2008 +0000
@@ -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.
diff -r 844cb33c99f4 -r 1f15ca047659 devel/p5-Regexp-Parser/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Regexp-Parser/Makefile   Mon Sep 15 15:14:51 2008 +0000
@@ -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@localhost
+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"
diff -r 844cb33c99f4 -r 1f15ca047659 devel/p5-Regexp-Parser/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Regexp-Parser/distinfo   Mon Sep 15 15:14:51 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index