From f92116a6f2c2c387cb30ad72c8177e31e41a5b55 Mon Sep 17 00:00:00 2001 From: Anton Berezin Date: Sun, 25 Nov 2001 14:27:47 +0000 Subject: Add p5-Regexp-Common, a perl module which provides commonly requested regular expressions. --- textproc/p5-Regexp-Common/Makefile | 22 ++++++++++++++++++++++ textproc/p5-Regexp-Common/distinfo | 1 + textproc/p5-Regexp-Common/pkg-comment | 1 + textproc/p5-Regexp-Common/pkg-descr | 17 +++++++++++++++++ textproc/p5-Regexp-Common/pkg-plist | 5 +++++ 5 files changed, 46 insertions(+) create mode 100644 textproc/p5-Regexp-Common/Makefile create mode 100644 textproc/p5-Regexp-Common/distinfo create mode 100644 textproc/p5-Regexp-Common/pkg-comment create mode 100644 textproc/p5-Regexp-Common/pkg-descr create mode 100644 textproc/p5-Regexp-Common/pkg-plist (limited to 'textproc/p5-Regexp-Common') diff --git a/textproc/p5-Regexp-Common/Makefile b/textproc/p5-Regexp-Common/Makefile new file mode 100644 index 000000000000..8dbd662063e7 --- /dev/null +++ b/textproc/p5-Regexp-Common/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: devel/p5-Regexp-Common +# Date created: 25 November 2001 +# Whom: Anton Berezin +# +# $FreeBSD$ +# + +PORTNAME= Regexp-Common +PORTVERSION= 0.01 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Regexp +PKGNAMEPREFIX= p5- + +MAINTAINER= tobez@FreeBSD.org + +PERL_CONFIGURE= yes + +MAN3= Regexp::Common.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include diff --git a/textproc/p5-Regexp-Common/distinfo b/textproc/p5-Regexp-Common/distinfo new file mode 100644 index 000000000000..4c55f46dc36c --- /dev/null +++ b/textproc/p5-Regexp-Common/distinfo @@ -0,0 +1 @@ +MD5 (Regexp-Common-0.01.tar.gz) = b0bee7dad83c7f53f677cdffaeecbcad diff --git a/textproc/p5-Regexp-Common/pkg-comment b/textproc/p5-Regexp-Common/pkg-comment new file mode 100644 index 000000000000..411d1fcd42ee --- /dev/null +++ b/textproc/p5-Regexp-Common/pkg-comment @@ -0,0 +1 @@ +Regexp::Common - Provide commonly requested regular expressions diff --git a/textproc/p5-Regexp-Common/pkg-descr b/textproc/p5-Regexp-Common/pkg-descr new file mode 100644 index 000000000000..4b836be6d135 --- /dev/null +++ b/textproc/p5-Regexp-Common/pkg-descr @@ -0,0 +1,17 @@ +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 C, C++, Perl, and shell + * offensive language + * lists of any pattern + * IPv4 addresses + +Author: Damian Conway +WWW: http://search.cpan.org/search?dist=Regexp-Common + +-Anton + diff --git a/textproc/p5-Regexp-Common/pkg-plist b/textproc/p5-Regexp-Common/pkg-plist new file mode 100644 index 000000000000..15f18dd05023 --- /dev/null +++ b/textproc/p5-Regexp-Common/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Regexp/Common/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Regexp/Common.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Regexp/Common +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Regexp 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Regexp 2>/dev/null || true -- cgit v1.2.3