diff options
author | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 09:55:11 +0000 |
---|---|---|
committer | Sergey Skvortsov <skv@FreeBSD.org> | 2002-05-27 09:55:11 +0000 |
commit | a0b4d043b494ac8291eee7d4f72646af8db0071d (patch) | |
tree | 8a55170c8462f1134af3523e3aa0cce475ac8abe | |
parent | 83beb9bf07a14450e8aff0abed084f814bc826b0 (diff) | |
download | ports-a0b4d043b494ac8291eee7d4f72646af8db0071d.tar.gz ports-a0b4d043b494ac8291eee7d4f72646af8db0071d.zip |
Notes
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/Makefile | 23 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/pkg-comment | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/pkg-descr | 13 | ||||
-rw-r--r-- | textproc/p5-Pod-POM/pkg-plist | 17 |
6 files changed, 56 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index eb8194324c71..8177bd63a481 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -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 diff --git a/textproc/p5-Pod-POM/Makefile b/textproc/p5-Pod-POM/Makefile new file mode 100644 index 000000000000..c49dc577b9f0 --- /dev/null +++ b/textproc/p5-Pod-POM/Makefile @@ -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> diff --git a/textproc/p5-Pod-POM/distinfo b/textproc/p5-Pod-POM/distinfo new file mode 100644 index 000000000000..d514ca2b8373 --- /dev/null +++ b/textproc/p5-Pod-POM/distinfo @@ -0,0 +1 @@ +MD5 (Pod-POM-0.15.tar.gz) = baa50e390cb1ae8b465c2eac05288f37 diff --git a/textproc/p5-Pod-POM/pkg-comment b/textproc/p5-Pod-POM/pkg-comment new file mode 100644 index 000000000000..9b1b2f73d2d9 --- /dev/null +++ b/textproc/p5-Pod-POM/pkg-comment @@ -0,0 +1 @@ +POD Object Model diff --git a/textproc/p5-Pod-POM/pkg-descr b/textproc/p5-Pod-POM/pkg-descr new file mode 100644 index 000000000000..dad3b222f7d1 --- /dev/null +++ b/textproc/p5-Pod-POM/pkg-descr @@ -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 diff --git a/textproc/p5-Pod-POM/pkg-plist b/textproc/p5-Pod-POM/pkg-plist new file mode 100644 index 000000000000..212401393921 --- /dev/null +++ b/textproc/p5-Pod-POM/pkg-plist @@ -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 |