pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/p5-Regexp-Common Import p5-Regexp-Common-2.11...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2554ddb68516
branches:  trunk
changeset: 470013:2554ddb68516
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Thu Mar 04 23:21:15 2004 +0000

description:
Import p5-Regexp-Common-2.113 from pkgsrc-wip.  Packaged by dieter Roelants
and slightly modified by me.

By default, this module exports a single hash (`%RE') that stores or
generates commonly needed regular expressions.  Patterns currently
provided include:

    * balanced parentheses and brackets
    * delimited text (with escapes)
    * integers and floating-point numbers in any base (up to 36)
    * comments in 44 languages
    * offensive language
    * lists of any pattern
    * IPv4 addresses
    * URIs.
    * Zip codes.

diffstat:

 textproc/p5-Regexp-Common/DESCR    |  13 +++++++++++++
 textproc/p5-Regexp-Common/Makefile |  19 +++++++++++++++++++
 textproc/p5-Regexp-Common/PLIST    |   1 +
 textproc/p5-Regexp-Common/distinfo |   4 ++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r 2b60723318ea -r 2554ddb68516 textproc/p5-Regexp-Common/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Regexp-Common/DESCR   Thu Mar 04 23:21:15 2004 +0000
@@ -0,0 +1,13 @@
+By default, this module exports a single hash (`%RE') that stores or
+generates commonly needed regular expressions.  Patterns currently
+provided include:
+
+    * balanced parentheses and brackets
+    * delimited text (with escapes)
+    * integers and floating-point numbers in any base (up to 36)
+    * comments in 44 languages
+    * offensive language
+    * lists of any pattern
+    * IPv4 addresses
+    * URIs.
+    * Zip codes.
diff -r 2b60723318ea -r 2554ddb68516 textproc/p5-Regexp-Common/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Regexp-Common/Makefile        Thu Mar 04 23:21:15 2004 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/04 23:21:15 minskim Exp $
+#
+
+DISTNAME=              Regexp-Common-2.113
+PKGNAME=               p5-${DISTNAME}
+CATEGORIES=            textproc perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Regexp/}
+
+MAINTAINER=            dieter.NetBSD%pandora.be@localhost
+COMMENT=               Provide commonly requested regular expressions
+
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
+USE_BUILDLINK3=                yes
+USE_LANGUAGES=         # empty
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Regexp/Common/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 2b60723318ea -r 2554ddb68516 textproc/p5-Regexp-Common/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Regexp-Common/PLIST   Thu Mar 04 23:21:15 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/04 23:21:15 minskim Exp $
diff -r 2b60723318ea -r 2554ddb68516 textproc/p5-Regexp-Common/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Regexp-Common/distinfo        Thu Mar 04 23:21:15 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/03/04 23:21:15 minskim Exp $
+
+SHA1 (Regexp-Common-2.113.tar.gz) = 6cc1312438cce311626c70f151816229fa8e7de1
+Size (Regexp-Common-2.113.tar.gz) = 136055 bytes



Home | Main Index | Thread Index | Old Index