mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
Add p5-Pod-LaTeX 0.58, convert Pod to LaTeX.
PR: ports/93913 Submitted by: Paul Dlug <paul@aps.org> Approved by: tobez (implicit)
This commit is contained in:
parent
09fdfbffe7
commit
d7c266e3cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=161862
@ -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
|
||||
|
31
textproc/p5-Pod-LaTeX/Makefile
Normal file
31
textproc/p5-Pod-LaTeX/Makefile
Normal file
@ -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>
|
3
textproc/p5-Pod-LaTeX/distinfo
Normal file
3
textproc/p5-Pod-LaTeX/distinfo
Normal file
@ -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
|
1
textproc/p5-Pod-LaTeX/pkg-descr
Normal file
1
textproc/p5-Pod-LaTeX/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Convert Pod data into formatted LaTeX output.
|
6
textproc/p5-Pod-LaTeX/pkg-plist
Normal file
6
textproc/p5-Pod-LaTeX/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user