diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-24 18:41:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-24 18:41:52 +0000 |
commit | 6e9012d84c5d34b3b80eac526c7e5bf4c6bb91bf (patch) | |
tree | 694319dc92872e5e40e7420d2368084bdc379d85 /textproc | |
parent | e0e3e8b03688c44f75c127ad721f4e920555ad3b (diff) | |
download | pkgsrc-6e9012d84c5d34b3b80eac526c7e5bf4c6bb91bf.tar.gz |
Initial import of p5-Pod-Tests:
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.
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 |