summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Pod-Parser/DESCR8
-rw-r--r--textproc/p5-Pod-Parser/Makefile21
-rw-r--r--textproc/p5-Pod-Parser/distinfo5
3 files changed, 34 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Parser/DESCR b/textproc/p5-Pod-Parser/DESCR
new file mode 100644
index 00000000000..1a1d1e30e77
--- /dev/null
+++ b/textproc/p5-Pod-Parser/DESCR
@@ -0,0 +1,8 @@
+To create a POD filter for translating POD documentation into some other
+format, you create a subclass of Pod::Parser which typically overrides just
+the base class implementation for the following methods:
+
+ * command()
+ * verbatim()
+ * textblock()
+ * interior_sequence()
diff --git a/textproc/p5-Pod-Parser/Makefile b/textproc/p5-Pod-Parser/Makefile
new file mode 100644
index 00000000000..d6aafdd80f6
--- /dev/null
+++ b/textproc/p5-Pod-Parser/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/03/22 22:02:59 sno Exp $
+
+DISTNAME= Pod-Parser-1.38
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/Pod-Parser/
+COMMENT= POD filters and translators
+
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+PKG_DESTDIR_SUPPORT= user-destdir
+
+PERL5_PACKLIST= auto/Pod/Parser/.packlist
+
+pre-configure:
+ @${FIND} ${WRKSRC} -name '*.orig' -print -type f | ${XARGS} ${RM} -f
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/textproc/p5-Pod-Parser/distinfo b/textproc/p5-Pod-Parser/distinfo
new file mode 100644
index 00000000000..5a1bcb4c022
--- /dev/null
+++ b/textproc/p5-Pod-Parser/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/03/22 22:02:59 sno Exp $
+
+SHA1 (Pod-Parser-1.38.tar.gz) = 099a41475a92465c4997234930cd37a3009e3efa
+RMD160 (Pod-Parser-1.38.tar.gz) = 820a07d928b6795f983cf3e92714d34a883b652c
+Size (Pod-Parser-1.38.tar.gz) = 103288 bytes