pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Pod Initial import of p5-Test-Pod versio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0f581f1389b4
branches: trunk
changeset: 482644:0f581f1389b4
user: seb <seb%pkgsrc.org@localhost>
date: Sun Oct 31 14:46:47 2004 +0000
description:
Initial import of p5-Test-Pod version 1.20 in the NetBSD Packages
Collection.
The Test::Pod Perl 5 module permits to check the validity of a POD file,
and reports its result in standard Test::Simple fashion.
diffstat:
devel/p5-Test-Pod/DESCR | 2 ++
devel/p5-Test-Pod/Makefile | 22 ++++++++++++++++++++++
devel/p5-Test-Pod/PLIST | 1 +
devel/p5-Test-Pod/distinfo | 4 ++++
4 files changed, 29 insertions(+), 0 deletions(-)
diffs (45 lines):
diff -r ee11e69d98a9 -r 0f581f1389b4 devel/p5-Test-Pod/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Pod/DESCR Sun Oct 31 14:46:47 2004 +0000
@@ -0,0 +1,2 @@
+The Test::Pod Perl module permits to check the validity of a POD file, and
+report its result in standard Test::Simple fashion.
diff -r ee11e69d98a9 -r 0f581f1389b4 devel/p5-Test-Pod/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Pod/Makefile Sun Oct 31 14:46:47 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/31 14:46:47 seb Exp $
+
+DISTNAME= Test-Pod-1.20
+PKGNAME= p5-${DISTNAME}
+SVR4_PKGNAME= p5tp
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
+
+MAINTAINER= seb%NetBSD.org@localhost
+COMMENT= Perl5 module to check for POD errors in files
+
+DEPENDS+= p5-Pod-Simple-[0-9]*:../../textproc/p5-Pod-Simple
+# These are only for the 'test' target.
+BUILD_DEPENDS+= p5-Test-Builder-Tester-[0-9]*:../../devel/p5-Test-Builder-Tester
+BUILD_DEPENDS+= p5-Pod-Escapes-[0-9]*:../../textproc/p5-Pod-Escapes
+
+USE_BUILDLINK3= yes
+USE_LANGUAGES= # empty
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Test/Pod/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r ee11e69d98a9 -r 0f581f1389b4 devel/p5-Test-Pod/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Pod/PLIST Sun Oct 31 14:46:47 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/31 14:46:47 seb Exp $
diff -r ee11e69d98a9 -r 0f581f1389b4 devel/p5-Test-Pod/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-Pod/distinfo Sun Oct 31 14:46:47 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/31 14:46:47 seb Exp $
+
+SHA1 (Test-Pod-1.20.tar.gz) = c3653e41a8bcadbde8e9775eff444a07412f867d
+Size (Test-Pod-1.20.tar.gz) = 6817 bytes
Home |
Main Index |
Thread Index |
Old Index