pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Pod-Simple Import p5-Pod-Simple-3.02.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2aa7adcf37e6
branches:  trunk
changeset: 481119:2aa7adcf37e6
user:      epg <epg%pkgsrc.org@localhost>
date:      Sun Sep 26 04:41:03 2004 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (45 lines):

diff -r 9a276114dd6f -r 2aa7adcf37e6 textproc/p5-Pod-Simple/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Simple/DESCR      Sun Sep 26 04:41:03 2004 +0000
@@ -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 -r 9a276114dd6f -r 2aa7adcf37e6 textproc/p5-Pod-Simple/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Simple/Makefile   Sun Sep 26 04:41:03 2004 +0000
@@ -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@localhost
+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 -r 9a276114dd6f -r 2aa7adcf37e6 textproc/p5-Pod-Simple/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Simple/PLIST      Sun Sep 26 04:41:03 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/09/26 04:41:03 epg Exp $
diff -r 9a276114dd6f -r 2aa7adcf37e6 textproc/p5-Pod-Simple/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Pod-Simple/distinfo   Sun Sep 26 04:41:03 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index