aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-07-03 01:56:45 +0800
committererwin <erwin@FreeBSD.org>2003-07-03 01:56:45 +0800
commit60edd78bc4717167c14b2ad1ee01b083bb4e74bc (patch)
treedb366112005c4b2f9d73e97a99bd49e74c344d7a
parent9e3b671df93a4d854986d21c2129ab136971a906 (diff)
downloadfreebsd-ports-gnome-60edd78bc4717167c14b2ad1ee01b083bb4e74bc.tar.gz
freebsd-ports-gnome-60edd78bc4717167c14b2ad1ee01b083bb4e74bc.tar.zst
freebsd-ports-gnome-60edd78bc4717167c14b2ad1ee01b083bb4e74bc.zip
Add p5-Pod-Escapes 1.03, for resolving Pod E<...> sequences.
PR: 54015 Submitted by: Mathieu Arnold <m@absolight.net>
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/p5-Pod-Escapes/Makefile22
-rw-r--r--textproc/p5-Pod-Escapes/distinfo1
-rw-r--r--textproc/p5-Pod-Escapes/pkg-descr4
-rw-r--r--textproc/p5-Pod-Escapes/pkg-plist5
5 files changed, 33 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 1643e857fbf7..f10164a6b3f3 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -197,6 +197,7 @@
SUBDIR += p5-PDF-Create
SUBDIR += p5-Parse-Syslog
SUBDIR += p5-Pod-Constants
+ SUBDIR += p5-Pod-Escapes
SUBDIR += p5-Pod-POM
SUBDIR += p5-PodParser
SUBDIR += p5-RADIUS-UserFile
diff --git a/textproc/p5-Pod-Escapes/Makefile b/textproc/p5-Pod-Escapes/Makefile
new file mode 100644
index 000000000000..c6ae65aa5b59
--- /dev/null
+++ b/textproc/p5-Pod-Escapes/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-Pod-Escapes
+# Date created: 2 july 2003
+# Whom: Mathieu Arnold <m@absolight.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Pod-Escapes
+PORTVERSION= 1.03
+CATEGORIES= textproc devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Pod
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= m@absolight.net
+COMMENT= For resolving Pod E<...> sequences
+
+PERL_CONFIGURE= yes
+
+MAN3= Pod::Escapes.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Pod-Escapes/distinfo b/textproc/p5-Pod-Escapes/distinfo
new file mode 100644
index 000000000000..4bf1896c0e62
--- /dev/null
+++ b/textproc/p5-Pod-Escapes/distinfo
@@ -0,0 +1 @@
+MD5 (Pod-Escapes-1.03.tar.gz) = a94933e85498788e2ff2777c53f99ea5
diff --git a/textproc/p5-Pod-Escapes/pkg-descr b/textproc/p5-Pod-Escapes/pkg-descr
new file mode 100644
index 000000000000..5183df196cb2
--- /dev/null
+++ b/textproc/p5-Pod-Escapes/pkg-descr
@@ -0,0 +1,4 @@
+This module provides things that are useful in decoding Pod E<...> sequences.
+Presumably, it should be used only by Pod parsers and/or formatters.
+
+WWW: http://search.cpan.org/dist/Pod-Escapes/
diff --git a/textproc/p5-Pod-Escapes/pkg-plist b/textproc/p5-Pod-Escapes/pkg-plist
new file mode 100644
index 000000000000..805bf0b26141
--- /dev/null
+++ b/textproc/p5-Pod-Escapes/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Pod/Escapes.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Escapes/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Escapes
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Pod 2>/dev/null || true