From 4fd3233b2cc39f9eb932992d6b81c1bafaa0cc02 Mon Sep 17 00:00:00 2001 From: jtb Date: Mon, 16 Apr 2001 17:40:41 +0000 Subject: Initial import of p5-Pod-POM. This module converts POD documents into an object model format, known as Pod Object Model (POM). It builds a hierarchy of nodes, which represent elements within each of the documents. Submitted by Nathan Ahlstrom in PR #12640. --- textproc/p5-Pod-POM/Makefile | 19 +++++++++++++++++++ textproc/p5-Pod-POM/files/md5 | 3 +++ textproc/p5-Pod-POM/pkg/DESCR | 3 +++ textproc/p5-Pod-POM/pkg/PLIST | 1 + 4 files changed, 26 insertions(+) create mode 100644 textproc/p5-Pod-POM/Makefile create mode 100644 textproc/p5-Pod-POM/files/md5 create mode 100644 textproc/p5-Pod-POM/pkg/DESCR create mode 100644 textproc/p5-Pod-POM/pkg/PLIST (limited to 'textproc/p5-Pod-POM') diff --git a/textproc/p5-Pod-POM/Makefile b/textproc/p5-Pod-POM/Makefile new file mode 100644 index 00000000000..1f959a72971 --- /dev/null +++ b/textproc/p5-Pod-POM/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 17:40:41 jtb Exp $ +# + +DISTNAME= Pod-POM-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.kfs.org/~abw/ +COMMENT= p5 module to format POD into an object format, hence POM + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pod/POM/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Pod-POM/files/md5 b/textproc/p5-Pod-POM/files/md5 new file mode 100644 index 00000000000..3d368eb3a54 --- /dev/null +++ b/textproc/p5-Pod-POM/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/04/16 17:40:41 jtb Exp $ + +SHA1 (Pod-POM-0.02.tar.gz) = 1c38b60ea595556729d8f5c5cd510dca2e503e86 diff --git a/textproc/p5-Pod-POM/pkg/DESCR b/textproc/p5-Pod-POM/pkg/DESCR new file mode 100644 index 00000000000..9b99a016d36 --- /dev/null +++ b/textproc/p5-Pod-POM/pkg/DESCR @@ -0,0 +1,3 @@ +This module converts POD documents into an object model format, known as +Pod Object Model (POM). It builds a hierarchy of nodes, which represent +elements within each of the documents. diff --git a/textproc/p5-Pod-POM/pkg/PLIST b/textproc/p5-Pod-POM/pkg/PLIST new file mode 100644 index 00000000000..c9e7cefeae0 --- /dev/null +++ b/textproc/p5-Pod-POM/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/16 17:40:41 jtb Exp $ -- cgit v1.2.3