diff options
author | markd <markd@pkgsrc.org> | 2021-02-15 03:53:47 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2021-02-15 03:53:47 +0000 |
commit | 182fba73bb59855b29bb93466a8a634c0bc49c7a (patch) | |
tree | 2b900c1960f34f33760c3b2ac0a746e40846a1e0 /graphics/tex-pdfcrop | |
parent | 941b6d50ee2230c2bd3fcb45896c61712593132d (diff) | |
download | pkgsrc-182fba73bb59855b29bb93466a8a634c0bc49c7a.tar.gz |
tex-pdfcrop{,-doc}: update to 1.40
* adapted to pdf version 2.0,
* adapted the luatex code to the current luatex primitives
* corrected a problem with the pdfversion setting when using xetex.
* added an uncompress option (for debugging)
* improved ghostscript detection on windows when a bash is used
* added direct pdf version support to xetex.
Diffstat (limited to 'graphics/tex-pdfcrop')
-rw-r--r-- | graphics/tex-pdfcrop/Makefile | 9 | ||||
-rw-r--r-- | graphics/tex-pdfcrop/distinfo | 10 |
2 files changed, 9 insertions, 10 deletions
diff --git a/graphics/tex-pdfcrop/Makefile b/graphics/tex-pdfcrop/Makefile index 53e13e16fe8..3148e7a2b20 100644 --- a/graphics/tex-pdfcrop/Makefile +++ b/graphics/tex-pdfcrop/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.14 2020/08/31 18:09:45 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2021/02/15 03:53:47 markd Exp $ DISTNAME= pdfcrop -PKGNAME= tex-${DISTNAME}-1.37 -PKGREVISION= 5 -TEXLIVE_REV= 29348 +PKGNAME= tex-${DISTNAME}-1.40 +TEXLIVE_REV= 55435 MAINTAINER= minskim@NetBSD.org +HOMEPAGE= https://ctan.org/pkg/pdfcrop COMMENT= Crop PDF graphics LICENSE= lppl-1.3c @@ -21,7 +21,6 @@ SUBST_SED.paths+= -e 's,@GHOSTSCRIPT@,${TOOLS_PATH.gs},g' TEX_TEXMF_DIRS= # empty -TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" post-extract: diff --git a/graphics/tex-pdfcrop/distinfo b/graphics/tex-pdfcrop/distinfo index e44d8da87e9..a92846f8d23 100644 --- a/graphics/tex-pdfcrop/distinfo +++ b/graphics/tex-pdfcrop/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2015/11/03 21:34:27 agc Exp $ +$NetBSD: distinfo,v 1.4 2021/02/15 03:53:47 markd Exp $ -SHA1 (tex-pdfcrop-29348/pdfcrop.tar.xz) = 73d1ddc9e9238d433fe648e6714152894184e5f6 -RMD160 (tex-pdfcrop-29348/pdfcrop.tar.xz) = 30b14dd082d947e26785fe7f3ef4734d565ccca9 -SHA512 (tex-pdfcrop-29348/pdfcrop.tar.xz) = 528cffd3e37f1a76b19725b9f50bd87bb27b0496938888c0505833f60baaf48f33c4afd9665abbd48176a77f207992fe796fbdaef71390fa0984e130796cfb94 -Size (tex-pdfcrop-29348/pdfcrop.tar.xz) = 10712 bytes +SHA1 (pdfcrop.r55435.tar.xz) = 693d9e0b28afc92269442300a24d47c132784834 +RMD160 (pdfcrop.r55435.tar.xz) = bc094d7428cd593fc19f54382e9b62053f3e0dd7 +SHA512 (pdfcrop.r55435.tar.xz) = ba611ee2a516fb031a7f3c93f563b2aaa2e50d4ef95433a5d83ee46191c2a6001fdd4ef25f33166c0e3f9791e85c200e452684974d54d34e8d651a7254f6652c +Size (pdfcrop.r55435.tar.xz) = 10888 bytes SHA1 (patch-bin_pdfcrop) = 1c617675f70a1b04a11956404b1bdafb31af30cc |