From ae67cc080174efe5e37020d3f7d4b3c858e78298 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Wed, 11 Jun 2003 08:51:26 +0000 Subject: Add p5-YAPE-Regex-Explain 3.011, explanation of a Regular Expression. PR: 52890 Submitted by: Mathieu Arnold --- textproc/p5-YAPE-Regex-Explain/Makefile | 25 +++++++++++++++++++++++++ textproc/p5-YAPE-Regex-Explain/distinfo | 1 + textproc/p5-YAPE-Regex-Explain/pkg-descr | 4 ++++ textproc/p5-YAPE-Regex-Explain/pkg-plist | 7 +++++++ 4 files changed, 37 insertions(+) create mode 100644 textproc/p5-YAPE-Regex-Explain/Makefile create mode 100644 textproc/p5-YAPE-Regex-Explain/distinfo create mode 100644 textproc/p5-YAPE-Regex-Explain/pkg-descr create mode 100644 textproc/p5-YAPE-Regex-Explain/pkg-plist (limited to 'textproc/p5-YAPE-Regex-Explain') diff --git a/textproc/p5-YAPE-Regex-Explain/Makefile b/textproc/p5-YAPE-Regex-Explain/Makefile new file mode 100644 index 000000000000..bdbc4d0a8da1 --- /dev/null +++ b/textproc/p5-YAPE-Regex-Explain/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-YAPE-Regex-Explain +# Date created: 3 juin 2003 +# Whom: Mathieu Arnold +# +# $FreeBSD$ +# + +PORTNAME= YAPE-Regex-Explain +PORTVERSION= 3.011 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../by-authors/id/P/PI/PINYAN +PKGNAMEPREFIX= p5- + +MAINTAINER= m@absolight.net +COMMENT= Explanation of a Regular Expression + +BUILD_DEPENDS= ${SITE_PERL}/YAPE/Regex.pm:${PORTSDIR}/textproc/p5-YAPE-Regex +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes + +MAN3= YAPE::Regex::Explain.3 + +.include diff --git a/textproc/p5-YAPE-Regex-Explain/distinfo b/textproc/p5-YAPE-Regex-Explain/distinfo new file mode 100644 index 000000000000..f522078be258 --- /dev/null +++ b/textproc/p5-YAPE-Regex-Explain/distinfo @@ -0,0 +1 @@ +MD5 (YAPE-Regex-Explain-3.011.tar.gz) = 3e6f3eed266cb52ceec6b1fb70d3e4f8 diff --git a/textproc/p5-YAPE-Regex-Explain/pkg-descr b/textproc/p5-YAPE-Regex-Explain/pkg-descr new file mode 100644 index 000000000000..74d91e0bf39b --- /dev/null +++ b/textproc/p5-YAPE-Regex-Explain/pkg-descr @@ -0,0 +1,4 @@ +This module merely sub-classes YAPE::Regex, and produces a rather verbose +explanation of a regex, suitable for demonstration and tutorial purposes. + +WWW: http://search.cpan.org/dist/YAPE-Regex-Explain/ diff --git a/textproc/p5-YAPE-Regex-Explain/pkg-plist b/textproc/p5-YAPE-Regex-Explain/pkg-plist new file mode 100644 index 000000000000..60cff8626a0f --- /dev/null +++ b/textproc/p5-YAPE-Regex-Explain/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/YAPE/Regex/Explain.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE/Regex/Explain/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE/Regex/Explain +@unexec rmdir %D/%%SITE_PERL%%/YAPE/Regex 2>/dev/null || true +@unexec rmdir %D%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE/Regex 2>/dev/null || true +@unexec rmdir %D%%SITE_PERL%%/%%PERL_ARCH%%/auto/YAPE 2>/dev/null || true +@unexec rmdir %D%%SITE_PERL%%/YAPE 2>/dev/null || true -- cgit v1.2.3