[Midnightbsd-cvs] mports: mports/devel: add p5-Test*

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 21 15:58:17 EDT 2008


Log Message:
-----------
add p5-Test*

Modified Files:
--------------
    mports/devel:
        Makefile (r1.189 -> r1.190)

Added Files:
-----------
    mports/devel/p5-Test-Pod:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)
    mports/devel/p5-Test-Pod-Coverage:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.189
retrieving revision 1.190
diff -L devel/Makefile -L devel/Makefile -u -r1.189 -r1.190
--- devel/Makefile
+++ devel/Makefile
@@ -176,6 +176,8 @@
     SUBDIR += p5-Test-Base
     SUBDIR += p5-Test-Exception
     SUBDIR += p5-Test-Harness
+    SUBDIR += p5-Test-Pod
+    SUBDIR += p5-Test-Pod-Coverage
     SUBDIR += p5-Test-Simple
     SUBDIR += p5-Tie-IxHash
     SUBDIR += p5-Time-HiRes
--- /dev/null
+++ devel/p5-Test-Pod/pkg-descr
@@ -0,0 +1,4 @@
+Check POD files for errors or warnings in a test file, using Pod::Simple to do
+the heavy lifting.
+
+WWW: http://search.cpan.org/dist/Test-Pod/
--- /dev/null
+++ devel/p5-Test-Pod/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/Test/Pod.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+ at dirrmtry %%SITE_PERL%%/Test
--- /dev/null
+++ devel/p5-Test-Pod/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for:	p5-Test-Pod
+# Date created:	   2 july 2003
+# Whom:		   Mathieu Arnold <m at absolight.net>
+#
+# $MidnightBSD: mports/devel/p5-Test-Pod/Makefile,v 1.1 2008/03/21 19:58:15 laffer1 Exp $
+# $FreeBSD: ports/devel/p5-Test-Pod/Makefile,v 1.16 2007/09/08 00:59:11 linimon Exp $
+#
+
+PORTNAME=	Test-Pod
+PORTVERSION=	1.26
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Test
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Check for POD errors in files
+
+BUILD_DEPENDS=	${SITE_PERL}/Test/Builder/Tester.pm:${PORTSDIR}/devel/p5-Test-Simple \
+		${SITE_PERL}/Pod/Simple.pm:${PORTSDIR}/textproc/p5-Pod-Simple
+RUN_DEPENDS=	${BUILD_DEPENDS}
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Test::Pod.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Test-Pod/distinfo
@@ -0,0 +1,3 @@
+MD5 (Test-Pod-1.26.tar.gz) = 2f259135656ac4549b65a4f14f07b7c6
+SHA256 (Test-Pod-1.26.tar.gz) = a4e1cd69dcfecab9b557314bd626227df3ae38958080bb80cb41a97863dcb908
+SIZE (Test-Pod-1.26.tar.gz) = 6807
--- /dev/null
+++ devel/p5-Test-Pod-Coverage/pkg-descr
@@ -0,0 +1,3 @@
+Checks for POD coverage in files for your distribution.
+
+WWW: http://search.cpan.org/dist/Test-Pod-Coverage/
--- /dev/null
+++ devel/p5-Test-Pod-Coverage/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/Test/Pod/Coverage.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod/Coverage/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod/Coverage
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Pod
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
+ at dirrmtry %%SITE_PERL%%/Test/Pod
+ at dirrmtry %%SITE_PERL%%/Test
--- /dev/null
+++ devel/p5-Test-Pod-Coverage/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for:	p5-Test-Pod-Coverage
+# Date created:				20 november 2004
+# Whom:					Lars Thegler <lth at FreeBSD.org>
+#
+# $MidnightBSD: mports/devel/p5-Test-Pod-Coverage/Makefile,v 1.1 2008/03/21 19:58:15 laffer1 Exp $
+# $FreeBSD: ports/devel/p5-Test-Pod-Coverage/Makefile,v 1.6 2007/09/08 00:59:11 linimon Exp $
+#
+
+PORTNAME=	Test-Pod-Coverage
+PORTVERSION=	1.08
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Test
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Check for pod coverage in your distribution
+
+RUN_DEPENDS=	p5-Pod-Coverage>0:${PORTSDIR}/devel/p5-Pod-Coverage \
+		p5-Test-Simple>0:${PORTSDIR}/devel/p5-Test-Simple
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+PERL_CONFIGURE=	YES
+
+MAN3=		Test::Pod::Coverage.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Test-Pod-Coverage/distinfo
@@ -0,0 +1,3 @@
+MD5 (Test-Pod-Coverage-1.08.tar.gz) = 33405cca7c75b7b89c06ba30eea66692
+SHA256 (Test-Pod-Coverage-1.08.tar.gz) = e06336c3eb7d0f37605934b983ececf2782c78dda04ffdb96c7dc12f466a5578
+SIZE (Test-Pod-Coverage-1.08.tar.gz) = 6418


More information about the Midnightbsd-cvs mailing list