diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Tests/DESCR | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-Tests/Makefile | 15 | ||||
-rw-r--r-- | textproc/p5-Pod-Tests/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-Tests/distinfo | 5 |
4 files changed, 24 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Tests/DESCR b/textproc/p5-Pod-Tests/DESCR new file mode 100644 index 00000000000..f3289a4d770 --- /dev/null +++ b/textproc/p5-Pod-Tests/DESCR @@ -0,0 +1,3 @@ +This is a specialized POD viewer to extract embedded tests and code +examples from POD. It doesn't do much more than that. pod2test does +the useful work. diff --git a/textproc/p5-Pod-Tests/Makefile b/textproc/p5-Pod-Tests/Makefile new file mode 100644 index 00000000000..78b55fba90e --- /dev/null +++ b/textproc/p5-Pod-Tests/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/24 18:41:52 wiz Exp $ + +DISTNAME= Pod-Tests-0.18 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Pod-Tests/ +COMMENT= Perl5 module that extracts embedded tests and code examples from POD + +PERL5_PACKLIST= auto/Pod-Tests/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Pod-Tests/PLIST b/textproc/p5-Pod-Tests/PLIST new file mode 100644 index 00000000000..9feaa70f81c --- /dev/null +++ b/textproc/p5-Pod-Tests/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/11/24 18:41:52 wiz Exp $ diff --git a/textproc/p5-Pod-Tests/distinfo b/textproc/p5-Pod-Tests/distinfo new file mode 100644 index 00000000000..421786da1f1 --- /dev/null +++ b/textproc/p5-Pod-Tests/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/11/24 18:41:52 wiz Exp $ + +SHA1 (Pod-Tests-0.18.tar.gz) = 88f07cc9862d1d02789be75f76b500eb9b94643a +RMD160 (Pod-Tests-0.18.tar.gz) = d6f152c698cd7e15d263b5033d9500b39f75977c +Size (Pod-Tests-0.18.tar.gz) = 18608 bytes |