Import p5-Pod-POM 0.15; submitted by Morten Liebach <m@mongers.org>

Convert Pod documents into a simple object model form
This commit is contained in:
wilfried 2003-04-09 10:53:55 +00:00
parent 4df9415736
commit 4642defccf
4 changed files with 59 additions and 0 deletions

View File

@ -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 <m@mongers.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -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

View File

@ -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.

View File

@ -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