aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-YAPE-Regex-Explain
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-06-11 16:51:26 +0800
committererwin <erwin@FreeBSD.org>2003-06-11 16:51:26 +0800
commitaf27070634e51a1f5405f91ebec774321304204d (patch)
treea0a9c195a7a8c8f58b747607a225e0aec4e40e18 /textproc/p5-YAPE-Regex-Explain
parent9475a1b7ef31b4a512aa122949decbd27e444a50 (diff)
downloadfreebsd-ports-gnome-af27070634e51a1f5405f91ebec774321304204d.tar.gz
freebsd-ports-gnome-af27070634e51a1f5405f91ebec774321304204d.tar.zst
freebsd-ports-gnome-af27070634e51a1f5405f91ebec774321304204d.zip
Add p5-YAPE-Regex-Explain 3.011, explanation of a Regular Expression.
PR: 52890 Submitted by: Mathieu Arnold <m@absolight.net>
Diffstat (limited to 'textproc/p5-YAPE-Regex-Explain')
-rw-r--r--textproc/p5-YAPE-Regex-Explain/Makefile25
-rw-r--r--textproc/p5-YAPE-Regex-Explain/distinfo1
-rw-r--r--textproc/p5-YAPE-Regex-Explain/pkg-descr4
-rw-r--r--textproc/p5-YAPE-Regex-Explain/pkg-plist7
4 files changed, 37 insertions, 0 deletions
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 <m@absolight.net>
+#
+# $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 <bsd.port.mk>
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