aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Xhtml
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-07-13 01:51:48 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-07-13 01:51:48 +0000
commit75199522170d79e6293de05f8abc27fadf1f8df1 (patch)
tree9cc020342bd370acb0c5d2193b83b7a5fdd456a9 /textproc/p5-Pod-Xhtml
parent6637f55607684a19e1b172cb1de0123450228aa0 (diff)
downloadports-75199522170d79e6293de05f8abc27fadf1f8df1.tar.gz
ports-75199522170d79e6293de05f8abc27fadf1f8df1.zip
Add p5-Pod-Xhtml 1.52, generate well-formed XHTML documents from POD
format documentation. PR: ports/100174 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=167656
Diffstat (limited to 'textproc/p5-Pod-Xhtml')
-rw-r--r--textproc/p5-Pod-Xhtml/Makefile26
-rw-r--r--textproc/p5-Pod-Xhtml/distinfo3
-rw-r--r--textproc/p5-Pod-Xhtml/pkg-descr14
-rw-r--r--textproc/p5-Pod-Xhtml/pkg-plist7
4 files changed, 50 insertions, 0 deletions
diff --git a/textproc/p5-Pod-Xhtml/Makefile b/textproc/p5-Pod-Xhtml/Makefile
new file mode 100644
index 000000000000..b472d22e2461
--- /dev/null
+++ b/textproc/p5-Pod-Xhtml/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: p5-Pod-Xhtml
+# Date created: 2006-07-13
+# Whom: Gea-Suan Lin <gslin@gslin.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Pod-Xhtml
+PORTVERSION= 1.52
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Pod
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gslin@gslin.org
+COMMENT= Generate well-formed XHTML documents from POD format documentation
+
+BUILD_DEPENDS= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN1= pod2xhtml.1
+MAN3= Pod::Xhtml.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Pod-Xhtml/distinfo b/textproc/p5-Pod-Xhtml/distinfo
new file mode 100644
index 000000000000..25d5b2fe461f
--- /dev/null
+++ b/textproc/p5-Pod-Xhtml/distinfo
@@ -0,0 +1,3 @@
+MD5 (Pod-Xhtml-1.52.tar.gz) = 2894be2c319c1e120d9fefcdd4e6fe8b
+SHA256 (Pod-Xhtml-1.52.tar.gz) = 42c30da1fb7f8f2fa062e2175585ea44445fd63baf30cf0f481adf5a6c646db4
+SIZE (Pod-Xhtml-1.52.tar.gz) = 22868
diff --git a/textproc/p5-Pod-Xhtml/pkg-descr b/textproc/p5-Pod-Xhtml/pkg-descr
new file mode 100644
index 000000000000..423f2945dde1
--- /dev/null
+++ b/textproc/p5-Pod-Xhtml/pkg-descr
@@ -0,0 +1,14 @@
+There's Pod::PXML and Pod::XML, so why do we need Pod::Xhtml? You need
+an XSLT to transform XML into XHTML and many people don't have the
+time or inclination to do this. But they want to make sure that the
+pages they put on their web site are well-formed, they want those
+pages to use stylesheets easily, and possibly they want to squirt the
+XHTML through some kind of filter for more processing.
+
+By generating well-formed XHTML straight away we allow anyone to just
+use the output files as-is. For those who want to use XML tools or
+transformations they can use the XHTML as a source, because it's a
+well-formed XML document.
+
+Author: P Kent & Simon Flack <cpan _at_ bbc _dot_ co _dot_ uk>
+WWW: http://search.cpan.org/dist/Pod-Xhtml/
diff --git a/textproc/p5-Pod-Xhtml/pkg-plist b/textproc/p5-Pod-Xhtml/pkg-plist
new file mode 100644
index 000000000000..69c6a8441e97
--- /dev/null
+++ b/textproc/p5-Pod-Xhtml/pkg-plist
@@ -0,0 +1,7 @@
+@comment $FreeBSD$
+bin/pod2xhtml
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Xhtml/.packlist
+%%SITE_PERL%%/Pod/Xhtml.pm
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/Xhtml
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod
+@dirrmtry %%SITE_PERL%%/Pod