diff options
author | epg <epg@pkgsrc.org> | 2004-09-26 04:41:03 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2004-09-26 04:41:03 +0000 |
commit | d0c0c32e9e1ddc1eb6cca3bbecb6f6f5a14bf0f9 (patch) | |
tree | fbc09b3a742ce7b35a19cf145f44ac477c1015b9 /textproc | |
parent | 098ade01672a3f4f00955ad5a698b6fe97d4c239 (diff) | |
download | pkgsrc-d0c0c32e9e1ddc1eb6cca3bbecb6f6f5a14bf0f9.tar.gz |
Import p5-Pod-Simple-3.02.
Pod::Simple is a Perl library for parsing text in the Pod ("plain
old documentation") markup language that is typically used for
writing documentation for Perl and for Perl modules.
Pod formatters can use Pod::Simple to parse Pod documents into
produce renderings of them in plain ASCII, in HTML, or in any number
of other formats.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Pod-Simple/DESCR | 7 | ||||
-rw-r--r-- | textproc/p5-Pod-Simple/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Pod-Simple/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-Simple/distinfo | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Simple/DESCR b/textproc/p5-Pod-Simple/DESCR new file mode 100644 index 00000000000..5bfd44afc39 --- /dev/null +++ b/textproc/p5-Pod-Simple/DESCR @@ -0,0 +1,7 @@ +Pod::Simple is a Perl library for parsing text in the Pod ("plain +old documentation") markup language that is typically used for +writing documentation for Perl and for Perl modules. + +Pod formatters can use Pod::Simple to parse Pod documents into +produce renderings of them in plain ASCII, in HTML, or in any number +of other formats. diff --git a/textproc/p5-Pod-Simple/Makefile b/textproc/p5-Pod-Simple/Makefile new file mode 100644 index 00000000000..cb8a612cc4e --- /dev/null +++ b/textproc/p5-Pod-Simple/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/09/26 04:41:03 epg Exp $ + +DISTNAME= Pod-Simple-3.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Simple framework for parsing Pod + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pod/Simple/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Pod-Simple/PLIST b/textproc/p5-Pod-Simple/PLIST new file mode 100644 index 00000000000..a668a9c07ea --- /dev/null +++ b/textproc/p5-Pod-Simple/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 04:41:03 epg Exp $ diff --git a/textproc/p5-Pod-Simple/distinfo b/textproc/p5-Pod-Simple/distinfo new file mode 100644 index 00000000000..3527dab1135 --- /dev/null +++ b/textproc/p5-Pod-Simple/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/09/26 04:41:03 epg Exp $ + +SHA1 (Pod-Simple-3.02.tar.gz) = 4cd8dfdc30eef20accde0465af2a49f62471103c +Size (Pod-Simple-3.02.tar.gz) = 252317 bytes |