[Midnightbsd-cvs] mports: mports/devel:

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


Log Message:
-----------


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

Added Files:
-----------
    mports/devel/p5-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.190
retrieving revision 1.191
diff -L devel/Makefile -L devel/Makefile -u -r1.190 -r1.191
--- devel/Makefile
+++ devel/Makefile
@@ -166,6 +166,7 @@
     SUBDIR += p5-Params-Validate
     SUBDIR += p5-PatchReader
     SUBDIR += p5-PathTools
+    SUBDIR += p5-Pod-Coverage
     SUBDIR += p5-ReadLine-Perl
     SUBDIR += p5-Scope-Guard
     SUBDIR += p5-Spiffy
--- /dev/null
+++ devel/p5-Pod-Coverage/pkg-descr
@@ -0,0 +1,11 @@
+Developers hate writing documentation. They'd hate it even more if their
+computer tattled on them, but maybe they'll be even more thankful in the long
+run. Even if not, perlmodstyle tells you to, so you must obey.
+
+This module provides a mechanism for determining if the pod for a given module
+is comprehensive.
+
+WWW: http://search.cpan.org/dist/Pod-Coverage/
+
+-- 
+Mathieu Arnold
--- /dev/null
+++ devel/p5-Pod-Coverage/pkg-plist
@@ -0,0 +1,11 @@
+ at comment $FreeBSD: ports/devel/p5-Pod-Coverage/pkg-plist,v 1.5 2006/08/07 12:31:49 mat Exp $
+%%PORTDOCS%%%%EXAMPLESDIR%%/check_installed
+%%PORTDOCS%%%%EXAMPLESDIR%%/script-covered
+%%SITE_PERL%%/Pod/Coverage.pm
+%%SITE_PERL%%/Pod/Coverage/CountParents.pm
+%%SITE_PERL%%/Pod/Coverage/ExportOnly.pm
+%%SITE_PERL%%/Pod/Coverage/Overloader.pm
+bin/pod_cover
+%%PORTDOCS%%@dirrmtry %%EXAMPLESDIR%%
+ at dirrmtry %%SITE_PERL%%/Pod/Coverage
+ at dirrmtry %%SITE_PERL%%/Pod
--- /dev/null
+++ devel/p5-Pod-Coverage/Makefile
@@ -0,0 +1,42 @@
+# New ports collection makefile for:	p5-Pod-Coverage
+# Date created:	   10 octobre 2003
+# Whom:		   mat
+#
+# $MidnightBSD: mports/devel/p5-Pod-Coverage/Makefile,v 1.1 2008/03/21 19:59:57 laffer1 Exp $
+# $FreeBSD: ports/devel/p5-Pod-Coverage/Makefile,v 1.13 2007/10/26 21:46:04 mat Exp $
+#
+
+PORTNAME=	Pod-Coverage
+PORTVERSION=	0.19
+CATEGORIES=	devel textproc perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Checks if the documentation of a module is comprehensive
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser \
+		${SITE_PERL}/Devel/Symdump.pm:${PORTSDIR}/devel/p5-Devel-Symdump
+
+PERL_MODBUILD=	yes
+
+MAN3=		Pod::Coverage.3 \
+		Pod::Coverage::CountParents.3 \
+		Pod::Coverage::ExportOnly.3 \
+		Pod::Coverage::Overloader.3
+
+.if !defined(NOPORTDOCS)
+PORTDOCS=	Changes README
+EXAMPLES=	examples/check_installed examples/script-covered
+
+post-install:
+	@${MKDIR} ${DOCSDIR}
+	@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
+	@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
+	@${MKDIR} ${EXAMPLESDIR}
+	@${INSTALL_DATA} ${EXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR}
+	@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
+.endif
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Pod-Coverage/distinfo
@@ -0,0 +1,3 @@
+MD5 (Pod-Coverage-0.19.tar.gz) = 93af52dac8bafed7702ed290d988ffa4
+SHA256 (Pod-Coverage-0.19.tar.gz) = 045d5b3ee1fdf6333b1e2e9ba7c14636ffe64af675979bc41fb8daca3ff93acf
+SIZE (Pod-Coverage-0.19.tar.gz) = 13630


More information about the Midnightbsd-cvs mailing list