diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-07-12 22:19:58 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-07-12 22:19:58 +0000 |
commit | fcfc412a69e7eb008edab4f447b9ce52601ebc0c (patch) | |
tree | ce043e1b0fe12fee4b2b0f029c24ee02c242f8f4 /textproc | |
parent | 09671d4a292970920667286a870889ef56690c8d (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-LaTeX-Pod/Makefile | 27 | ||||
-rw-r--r-- | textproc/p5-LaTeX-Pod/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-LaTeX-Pod/pkg-descr | 5 | ||||
-rw-r--r-- | textproc/p5-LaTeX-Pod/pkg-plist | 6 |
5 files changed, 42 insertions, 0 deletions
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 <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 |