diff --git a/textproc/p5-Pod-POM/Makefile b/textproc/p5-Pod-POM/Makefile new file mode 100644 index 00000000000..453ea5430af --- /dev/null +++ b/textproc/p5-Pod-POM/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2003/04/09 10:53:55 wilfried Exp $ + +COMMENT= "Convert Pod documents into a simple object model form" + +DISTNAME= Pod-POM-0.15 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 + +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Pod/} + +MAINTAINER= Morten Liebach + +# Artistic +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +CONFIGURE_STYLE= perl + +.include diff --git a/textproc/p5-Pod-POM/distinfo b/textproc/p5-Pod-POM/distinfo new file mode 100644 index 00000000000..6f6ea7f898a --- /dev/null +++ b/textproc/p5-Pod-POM/distinfo @@ -0,0 +1,3 @@ +MD5 (Pod-POM-0.15.tar.gz) = baa50e390cb1ae8b465c2eac05288f37 +RMD160 (Pod-POM-0.15.tar.gz) = 346499de1ea1b488a85bcea9e0bad36d4e44139a +SHA1 (Pod-POM-0.15.tar.gz) = c4f1172c41450e745540ea6e8ea7f5913150f16b diff --git a/textproc/p5-Pod-POM/pkg/DESCR b/textproc/p5-Pod-POM/pkg/DESCR new file mode 100644 index 00000000000..e9edb02d5a8 --- /dev/null +++ b/textproc/p5-Pod-POM/pkg/DESCR @@ -0,0 +1,9 @@ +This module implements a parser to convert Pod documents into a +simple object model form known hereafter as the Pod Object Model. +The object model is generated as a hierarchical tree of nodes, each +of which represents a different element of the original document. +The tree can be walked manually and the nodes examined, printed or +otherwise manipulated. In addition, Pod::POM supports and provides +view objects which can automatically traverse the tree, or section +thereof, and generate an output representation in one form or +another. diff --git a/textproc/p5-Pod-POM/pkg/PLIST b/textproc/p5-Pod-POM/pkg/PLIST new file mode 100644 index 00000000000..60b319dcd9a --- /dev/null +++ b/textproc/p5-Pod-POM/pkg/PLIST @@ -0,0 +1,26 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2003/04/09 10:53:55 wilfried Exp $ +bin/podlint +bin/pom2 +${P5SITE}/Pod/POM.pm +${P5SITE}/Pod/POM/Constants.pm +${P5SITE}/Pod/POM/Node.pm +${P5SITE}/Pod/POM/Nodes.pm +${P5SITE}/Pod/POM/Test.pm +${P5SITE}/Pod/POM/View.pm +${P5SITE}/Pod/POM/View/HTML.pm +${P5SITE}/Pod/POM/View/Pod.pm +${P5SITE}/Pod/POM/View/Text.pm +@comment ${P5ARCH}/auto/Pod/POM/.packlist +@comment ${P5ARCH}/perllocal.pod +man/man1/podlint.1 +man/man1/pom2.1 +man/man3p/Pod::POM.3p +man/man3p/Pod::POM::Node.3p +@comment @dirrm man/man3p +@comment @dirrm ${P5ARCH}/auto/Pod/POM +@comment @dirrm ${P5ARCH}/auto/Pod +@comment @dirrm ${P5ARCH}/auto +@comment @dirrm ${P5ARCH} +@dirrm ${P5SITE}/Pod/POM/View +@dirrm ${P5SITE}/Pod/POM +@comment @dirrm ${P5SITE}/Pod