From 60edd78bc4717167c14b2ad1ee01b083bb4e74bc Mon Sep 17 00:00:00 2001 From: erwin Date: Wed, 2 Jul 2003 17:56:45 +0000 Subject: Add p5-Pod-Escapes 1.03, for resolving Pod E<...> sequences. PR: 54015 Submitted by: Mathieu Arnold --- textproc/Makefile | 1 + textproc/p5-Pod-Escapes/Makefile | 22 ++++++++++++++++++++++ textproc/p5-Pod-Escapes/distinfo | 1 + textproc/p5-Pod-Escapes/pkg-descr | 4 ++++ textproc/p5-Pod-Escapes/pkg-plist | 5 +++++ 5 files changed, 33 insertions(+) create mode 100644 textproc/p5-Pod-Escapes/Makefile create mode 100644 textproc/p5-Pod-Escapes/distinfo create mode 100644 textproc/p5-Pod-Escapes/pkg-descr create mode 100644 textproc/p5-Pod-Escapes/pkg-plist 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 +# +# $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 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 -- cgit