aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-LaTeX-Pod
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-07-12 22:19:58 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-07-12 22:19:58 +0000
commitfcfc412a69e7eb008edab4f447b9ce52601ebc0c (patch)
treece043e1b0fe12fee4b2b0f029c24ee02c242f8f4 /textproc/p5-LaTeX-Pod
parent09671d4a292970920667286a870889ef56690c8d (diff)
downloadports-fcfc412a69e7eb008edab4f447b9ce52601ebc0c.tar.gz
ports-fcfc412a69e7eb008edab4f447b9ce52601ebc0c.zip
LaTeX::Pod converts LaTeX sources to Perl's POD (Plain old
documentation) format. Currently only a subset of the available LaTeX language is supported. WWW: http://search.cpan.org/dist/LaTeX-Pod/ PR: ports/136639 Submitted by: Wen Heping <wenheping at gmail.com>
Notes
Notes: svn path=/head/; revision=237663
Diffstat (limited to 'textproc/p5-LaTeX-Pod')
-rw-r--r--textproc/p5-LaTeX-Pod/Makefile27
-rw-r--r--textproc/p5-LaTeX-Pod/distinfo3
-rw-r--r--textproc/p5-LaTeX-Pod/pkg-descr5
-rw-r--r--textproc/p5-LaTeX-Pod/pkg-plist6
4 files changed, 41 insertions, 0 deletions
diff --git a/textproc/p5-LaTeX-Pod/Makefile b/textproc/p5-LaTeX-Pod/Makefile
new file mode 100644
index 000000000000..7975366f3eff
--- /dev/null
+++ b/textproc/p5-LaTeX-Pod/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: LaTeX-Pod
+# Date created: 10 July, 2009
+# Whom: Wen Heping <wenheping@gmail.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= LaTeX-Pod
+PORTVERSION= 0.19
+CATEGORIES= textproc perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= wenheping@gmail.com
+COMMENT= Transform LaTeX source files to POD
+
+BUILD_DEPENDS= p5-LaTeX-TOM>=0.9:${PORTSDIR}/textproc/p5-LaTeX-TOM \
+ p5-Params-Validate>=0.91:${PORTSDIR}/devel/p5-Params-Validate \
+ p5-boolean>=0.20:${PORTSDIR}/devel/p5-boolean
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+PERL_CONFIGURE= yes
+
+MAN1= latex2pod.1
+MAN3= LaTeX::Pod.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-LaTeX-Pod/distinfo b/textproc/p5-LaTeX-Pod/distinfo
new file mode 100644
index 000000000000..cfec0bb70c6e
--- /dev/null
+++ b/textproc/p5-LaTeX-Pod/distinfo
@@ -0,0 +1,3 @@
+MD5 (LaTeX-Pod-0.19.tar.gz) = fc221dde92a649b3f1a72f673aa30d25
+SHA256 (LaTeX-Pod-0.19.tar.gz) = 6b794ec8784e814eb0790fae4d12ef707af0e5406319d7776d3bba0b2da5d316
+SIZE (LaTeX-Pod-0.19.tar.gz) = 8000
diff --git a/textproc/p5-LaTeX-Pod/pkg-descr b/textproc/p5-LaTeX-Pod/pkg-descr
new file mode 100644
index 000000000000..5b4d65947407
--- /dev/null
+++ b/textproc/p5-LaTeX-Pod/pkg-descr
@@ -0,0 +1,5 @@
+LaTeX::Pod converts LaTeX sources to Perl's POD (Plain old
+documentation) format. Currently only a subset of the available
+LaTeX language is supported.
+
+WWW: http://search.cpan.org/dist/LaTeX-Pod/
diff --git a/textproc/p5-LaTeX-Pod/pkg-plist b/textproc/p5-LaTeX-Pod/pkg-plist
new file mode 100644
index 000000000000..6da7089804c6
--- /dev/null
+++ b/textproc/p5-LaTeX-Pod/pkg-plist
@@ -0,0 +1,6 @@
+bin/latex2pod
+%%SITE_PERL%%/LaTeX/Pod.pm
+%%SITE_PERL%%/mach/auto/LaTeX/Pod/.packlist
+@dirrm %%SITE_PERL%%/mach/auto/LaTeX/Pod
+@dirrmtry %%SITE_PERL%%/mach/auto/LaTeX
+@dirrmtry %%SITE_PERL%%/LaTeX