diff options
author | miwi <miwi@FreeBSD.org> | 2009-07-13 06:19:58 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-07-13 06:19:58 +0800 |
commit | 945fb8207cc597df52c3f2451be01a4eafe089dd (patch) | |
tree | ea7999ef91e3fc235c4f6e55b944ec3936feb727 /textproc/p5-LaTeX-Pod | |
parent | 89a7c39601171baa9602e3d16a418753b090e98d (diff) | |
download | freebsd-ports-gnome-945fb8207cc597df52c3f2451be01a4eafe089dd.tar.gz freebsd-ports-gnome-945fb8207cc597df52c3f2451be01a4eafe089dd.tar.zst freebsd-ports-gnome-945fb8207cc597df52c3f2451be01a4eafe089dd.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>
Diffstat (limited to 'textproc/p5-LaTeX-Pod')
-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 |
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 |