[Midnightbsd-cvs] mports: mports/textproc: yeah i'm not done yet

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 21 16:10:57 EDT 2008


Log Message:
-----------
yeah i'm not done yet

Modified Files:
--------------
    mports/textproc:
        Makefile (r1.87 -> r1.88)

Added Files:
-----------
    mports/textproc/p5-Pod-Escapes:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/textproc/Makefile,v
retrieving revision 1.87
retrieving revision 1.88
diff -L textproc/Makefile -L textproc/Makefile -u -r1.87 -r1.88
--- textproc/Makefile
+++ textproc/Makefile
@@ -58,6 +58,7 @@
     SUBDIR += p5-libxml
     SUBDIR += p5-Parse-Syslog
     SUBDIR += p5-Perl-Critic
+    SUBDIR += p5-Pod-Escapes
     SUBDIR += p5-Pod-POM
     SUBDIR += p5-Pod-Parser
     SUBDIR += p5-Pod-Simple
--- /dev/null
+++ 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/
--- /dev/null
+++ textproc/p5-Pod-Escapes/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Pod/Escapes.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Escapes/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Escapes
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod
+ at dirrmtry %%SITE_PERL%%/Pod
--- /dev/null
+++ 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 at absolight.net>
+#
+# $MidnightBSD: mports/textproc/p5-Pod-Escapes/Makefile,v 1.1 2008/03/21 20:10:55 laffer1 Exp $
+# $FreeBSD: ports/textproc/p5-Pod-Escapes/Makefile,v 1.4 2007/08/31 13:37:19 mat Exp $
+#
+
+PORTNAME=	Pod-Escapes
+PORTVERSION=	1.04
+CATEGORIES=	textproc devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	For resolving Pod E<...> sequences
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Pod::Escapes.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ textproc/p5-Pod-Escapes/distinfo
@@ -0,0 +1,3 @@
+MD5 (Pod-Escapes-1.04.tar.gz) = 00ea2e0d2e84ed98517a4616708b68d3
+SHA256 (Pod-Escapes-1.04.tar.gz) = 2f3ec504285980a50aa2e2caf1884df0493855c5e6aea3def3051daa6d2b2ff3
+SIZE (Pod-Escapes-1.04.tar.gz) = 10187


More information about the Midnightbsd-cvs mailing list