From fcfc412a69e7eb008edab4f447b9ce52601ebc0c Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 12 Jul 2009 22:19:58 +0000 Subject: 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 --- textproc/Makefile | 1 + textproc/p5-LaTeX-Pod/Makefile | 27 +++++++++++++++++++++++++++ textproc/p5-LaTeX-Pod/distinfo | 3 +++ textproc/p5-LaTeX-Pod/pkg-descr | 5 +++++ textproc/p5-LaTeX-Pod/pkg-plist | 6 ++++++ 5 files changed, 42 insertions(+) create mode 100644 textproc/p5-LaTeX-Pod/Makefile create mode 100644 textproc/p5-LaTeX-Pod/distinfo create mode 100644 textproc/p5-LaTeX-Pod/pkg-descr create mode 100644 textproc/p5-LaTeX-Pod/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index 99da1785749c..447d70c3ac9e 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -447,6 +447,7 @@ SUBDIR += p5-LJ-SpellCheck SUBDIR += p5-LaTeX-Driver SUBDIR += p5-LaTeX-Encode + SUBDIR += p5-LaTeX-Pod SUBDIR += p5-LaTeX-TOM SUBDIR += p5-LaTeX-Table SUBDIR += p5-Lingua-Conjunction 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 +# +# $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 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 -- cgit v1.2.3