diff options
author | aaron <aaron@FreeBSD.org> | 2006-05-10 09:59:49 +0800 |
---|---|---|
committer | aaron <aaron@FreeBSD.org> | 2006-05-10 09:59:49 +0800 |
commit | b16e0b1b0c36744b30408be0e780f82e8d89296b (patch) | |
tree | 0ed606a4c687a43e908f52419e03a282f594153c /textproc | |
parent | 76a945b2525e80a3a10b0ec63e4a393411a68e91 (diff) | |
download | freebsd-ports-gnome-b16e0b1b0c36744b30408be0e780f82e8d89296b.tar.gz freebsd-ports-gnome-b16e0b1b0c36744b30408be0e780f82e8d89296b.tar.zst freebsd-ports-gnome-b16e0b1b0c36744b30408be0e780f82e8d89296b.zip |
Add p5-Pod-LaTeX 0.58, convert Pod to LaTeX.
PR: ports/93913
Submitted by: Paul Dlug <paul@aps.org>
Approved by: tobez (implicit)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-LaTeX/Makefile | 31 | ||||
-rw-r--r-- | textproc/p5-Pod-LaTeX/distinfo | 3 | ||||
-rw-r--r-- | textproc/p5-Pod-LaTeX/pkg-descr | 1 | ||||
-rw-r--r-- | textproc/p5-Pod-LaTeX/pkg-plist | 6 |
5 files changed, 42 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 7b781c0c1a50..e88c08784ec2 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -380,6 +380,7 @@ SUBDIR += p5-Pod-Constants SUBDIR += p5-Pod-DocBook SUBDIR += p5-Pod-Escapes + SUBDIR += p5-Pod-LaTeX SUBDIR += p5-Pod-POM SUBDIR += p5-Pod-POM-View-HTML-Filter SUBDIR += p5-Pod-Parser diff --git a/textproc/p5-Pod-LaTeX/Makefile b/textproc/p5-Pod-LaTeX/Makefile new file mode 100644 index 000000000000..6fadc47fcc10 --- /dev/null +++ b/textproc/p5-Pod-LaTeX/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-Pod-LaTeX +# Date created: 2006-02-27 +# Whom: Paul Dlug <paul@aps.org> +# +# $FreeBSD$ +# + +PORTNAME= Pod-LaTeX +PORTVERSION= 0.58 +CATEGORIES= textproc devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Pod +PKGNAMEPREFIX= p5- + +MAINTAINER= paul@aps.org +COMMENT= Convert Pod to LaTeX + +PERL_CONFIGURE= yes + +MAN1= pod2latex.1 + +MAN3= Pod::LaTeX.3 + +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500600 +BUILD_DEPENDS+= ${SITE_PERL}/Pod/Parser.pm:${PORTSDIR}/textproc/p5-Pod-Parser +RUN_DEPENDS+= ${BUILD_DEPENDS} +.endif + +.include <bsd.port.post.mk> diff --git a/textproc/p5-Pod-LaTeX/distinfo b/textproc/p5-Pod-LaTeX/distinfo new file mode 100644 index 000000000000..76294211f7c6 --- /dev/null +++ b/textproc/p5-Pod-LaTeX/distinfo @@ -0,0 +1,3 @@ +MD5 (Pod-LaTeX-0.58.tar.gz) = cb21e88f40b4d5533e0bcf777510fe3f +SHA256 (Pod-LaTeX-0.58.tar.gz) = 3a0dd8296708b5d7f5febcb54198a138cbd54e4302c97b9633d3399fea0015d1 +SIZE (Pod-LaTeX-0.58.tar.gz) = 26809 diff --git a/textproc/p5-Pod-LaTeX/pkg-descr b/textproc/p5-Pod-LaTeX/pkg-descr new file mode 100644 index 000000000000..3ff484e5fd2b --- /dev/null +++ b/textproc/p5-Pod-LaTeX/pkg-descr @@ -0,0 +1 @@ +Convert Pod data into formatted LaTeX output. diff --git a/textproc/p5-Pod-LaTeX/pkg-plist b/textproc/p5-Pod-LaTeX/pkg-plist new file mode 100644 index 000000000000..35b6e1a6abca --- /dev/null +++ b/textproc/p5-Pod-LaTeX/pkg-plist @@ -0,0 +1,6 @@ +@comment $FreeBSD$ +bin/pod2latex +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/LaTeX/.packlist +%%SITE_PERL%%/Pod/LaTeX.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod/LaTeX +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Pod |