1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add p5-Pod-POM 0.15, pOD Object Model.

This commit is contained in:
Sergey Skvortsov 2002-05-27 09:55:11 +00:00
parent 83beb9bf07
commit a0b4d043b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60113
6 changed files with 56 additions and 0 deletions

View File

@ -141,6 +141,7 @@
SUBDIR += p5-PDF-Create
SUBDIR += p5-Parse-Syslog
SUBDIR += p5-Pod-Constants
SUBDIR += p5-Pod-POM
SUBDIR += p5-PodParser
SUBDIR += p5-RADIUS-UserFile
SUBDIR += p5-RDF-Notation3

View File

@ -0,0 +1,23 @@
# New ports collection makefile for: Pod::POM
# Date created: 18 Dec 2001
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Pod-POM
PORTVERSION= 0.15
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Pod
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
PERL_CONFIGURE= yes
MAN1= podlint.1 pom2.1
MAN3= Pod::POM.3 Pod::POM::Node.3
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Pod-POM-0.15.tar.gz) = baa50e390cb1ae8b465c2eac05288f37

View File

@ -0,0 +1 @@
POD Object Model

View File

@ -0,0 +1,13 @@
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.
WWW: http://search.cpan.org/search?dist=Pod-POM
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,17 @@
bin/pom2
bin/podlint
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod/POM/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Pod/POM.pm
lib/perl5/site_perl/%%PERL_VER%%/Pod/POM/Constants.pm
lib/perl5/site_perl/%%PERL_VER%%/Pod/POM/Node.pm
lib/perl5/site_perl/%%PERL_VER%%/Pod/POM/Nodes.pm
lib/perl5/site_perl/%%PERL_VER%%/Pod/POM/Test.pm
lib/perl5/site_perl/%%PERL_VER%%/Pod/POM/View.pm
lib/perl5/site_perl/%%PERL_VER%%/Pod/POM/View/HTML.pm
lib/perl5/site_perl/%%PERL_VER%%/Pod/POM/View/Pod.pm
lib/perl5/site_perl/%%PERL_VER%%/Pod/POM/View/Text.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Pod/POM/View
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Pod/POM
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod/POM
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Pod 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Pod 2>/dev/null || true