From ea70af8b1646f8496face9aa9f8735ecd31001e9 Mon Sep 17 00:00:00 2001 From: epg Date: Sun, 26 Sep 2004 04:41:03 +0000 Subject: 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. --- textproc/p5-Pod-Simple/DESCR | 7 +++++++ textproc/p5-Pod-Simple/Makefile | 17 +++++++++++++++++ textproc/p5-Pod-Simple/PLIST | 1 + textproc/p5-Pod-Simple/distinfo | 4 ++++ 4 files changed, 29 insertions(+) create mode 100644 textproc/p5-Pod-Simple/DESCR create mode 100644 textproc/p5-Pod-Simple/Makefile create mode 100644 textproc/p5-Pod-Simple/PLIST create mode 100644 textproc/p5-Pod-Simple/distinfo (limited to 'textproc/p5-Pod-Simple') 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 -- cgit v1.2.3