diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-03 11:29:15 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-03 11:29:15 +0000 |
commit | 4c8d1a3f6dbc9a25410b54a0937d0a9726d2ee00 (patch) | |
tree | 584a5abe91c4600b6631d51a5dcdd2cfa7db7698 | |
parent | e7eff3f68b0bd51be42335487b9ba53a52e82488 (diff) | |
download | ports-4c8d1a3f6dbc9a25410b54a0937d0a9726d2ee00.tar.gz ports-4c8d1a3f6dbc9a25410b54a0937d0a9726d2ee00.zip |
Notes
-rw-r--r-- | textproc/p5-LaTeX-Driver/Makefile | 26 | ||||
-rw-r--r-- | textproc/p5-LaTeX-Driver/distinfo | 4 | ||||
-rw-r--r-- | textproc/p5-LaTeX-Driver/pkg-plist | 6 |
3 files changed, 18 insertions, 18 deletions
diff --git a/textproc/p5-LaTeX-Driver/Makefile b/textproc/p5-LaTeX-Driver/Makefile index 1f1433fd17ba..543c7287f7cd 100644 --- a/textproc/p5-LaTeX-Driver/Makefile +++ b/textproc/p5-LaTeX-Driver/Makefile @@ -2,31 +2,27 @@ # $FreeBSD$ PORTNAME= LaTeX-Driver -PORTVERSION= 0.12 +PORTVERSION= 0.20.02 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl module of LaTeX Driver -BUILD_DEPENDS= p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \ - p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor + p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ + p5-IPC-ShellCmd>=0:${PORTSDIR}/devel/p5-IPC-ShellCmd \ + p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_TEX= latex USES= perl5 USE_PERL5= configure +USE_TEX= latex -MAN1= latex2ps.1 latex2pdf.1 latex2dvi.1 -MAN3= LaTeX::Driver.3 \ - LaTeX::Driver::Paths.3 \ - LaTeX::Driver::FilterProgram.3 - -NO_STAGE= yes -.include <bsd.port.pre.mk> -post-extract: - @${REINPLACE_CMD} -e 's#<STDIN>#"\r"#g' ${WRKSRC}/Makefile.PL - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/textproc/p5-LaTeX-Driver/distinfo b/textproc/p5-LaTeX-Driver/distinfo index 15edc49de45a..3a2d2640087f 100644 --- a/textproc/p5-LaTeX-Driver/distinfo +++ b/textproc/p5-LaTeX-Driver/distinfo @@ -1,2 +1,2 @@ -SHA256 (LaTeX-Driver-0.12.tar.gz) = 8200a0b009178d98fca7150c085491f4ff605284107d032181905c32ea15c5af -SIZE (LaTeX-Driver-0.12.tar.gz) = 34850 +SHA256 (LaTeX-Driver-0.2002.tar.gz) = 721f74bbc6a89b07a87385ea2f720af880aad64260fbd4426e0fed9ad979c64c +SIZE (LaTeX-Driver-0.2002.tar.gz) = 32270 diff --git a/textproc/p5-LaTeX-Driver/pkg-plist b/textproc/p5-LaTeX-Driver/pkg-plist index 120a39fd1b77..d6613da295af 100644 --- a/textproc/p5-LaTeX-Driver/pkg-plist +++ b/textproc/p5-LaTeX-Driver/pkg-plist @@ -2,9 +2,13 @@ bin/latex2dvi bin/latex2pdf bin/latex2ps %%SITE_PERL%%/LaTeX/Driver.pm -%%SITE_PERL%%/LaTeX/Driver/Paths.pm %%SITE_PERL%%/LaTeX/Driver/FilterProgram.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LaTeX-Driver/.packlist +%%PERL5_MAN3%%/LaTeX::Driver.3.gz +%%PERL5_MAN3%%/LaTeX::Driver::FilterProgram.3.gz +man/man1/latex2dvi.1.gz +man/man1/latex2pdf.1.gz +man/man1/latex2ps.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/LaTeX-Driver @dirrm %%SITE_PERL%%/LaTeX/Driver @dirrmtry %%SITE_PERL%%/LaTeX |