summaryrefslogtreecommitdiff
path: root/graphics/tex-pdfcrop
diff options
context:
space:
mode:
authormarkd <markd>2015-04-21 23:41:27 +0000
committermarkd <markd>2015-04-21 23:41:27 +0000
commitcf4f53f027f991c864490554fb4b42bf5a708b92 (patch)
treecb2816972bc2122547866958fec5f48e9dd69950 /graphics/tex-pdfcrop
parentcc3e797632e4ea5857b51190e138eadd336e128d (diff)
downloadpkgsrc-cf4f53f027f991c864490554fb4b42bf5a708b92.tar.gz
Update tex-pdfcrop{,-doc} to 1.37
latest texlive version. changes unknown.
Diffstat (limited to 'graphics/tex-pdfcrop')
-rw-r--r--graphics/tex-pdfcrop/Makefile7
-rw-r--r--graphics/tex-pdfcrop/distinfo10
-rw-r--r--graphics/tex-pdfcrop/patches/patch-bin_pdfcrop10
3 files changed, 13 insertions, 14 deletions
diff --git a/graphics/tex-pdfcrop/Makefile b/graphics/tex-pdfcrop/Makefile
index 8c773e3034a..710a2226ba2 100644
--- a/graphics/tex-pdfcrop/Makefile
+++ b/graphics/tex-pdfcrop/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2014/05/29 23:36:41 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2015/04/21 23:41:27 markd Exp $
DISTNAME= pdfcrop
-PKGNAME= tex-${DISTNAME}-1.32
-PKGREVISION= 4
-TEXLIVE_REV= 23499
+PKGNAME= tex-${DISTNAME}-1.37
+TEXLIVE_REV= 29348
MAINTAINER= minskim@NetBSD.org
COMMENT= Crop PDF graphics
diff --git a/graphics/tex-pdfcrop/distinfo b/graphics/tex-pdfcrop/distinfo
index cdde5cefd80..711f91986c1 100644
--- a/graphics/tex-pdfcrop/distinfo
+++ b/graphics/tex-pdfcrop/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2011/10/27 18:05:13 minskim Exp $
+$NetBSD: distinfo,v 1.2 2015/04/21 23:41:27 markd Exp $
-SHA1 (tex-pdfcrop-23499/pdfcrop.tar.xz) = e0a236ccae4fa12b17a2f6616666b5d778b54ef7
-RMD160 (tex-pdfcrop-23499/pdfcrop.tar.xz) = fd299f08904fef9a913b7d3489cb2289c17ee3bf
-Size (tex-pdfcrop-23499/pdfcrop.tar.xz) = 9900 bytes
-SHA1 (patch-bin_pdfcrop) = 344bb78acd65c2d750220043aaa13f549d7e742e
+SHA1 (tex-pdfcrop-29348/pdfcrop.tar.xz) = 73d1ddc9e9238d433fe648e6714152894184e5f6
+RMD160 (tex-pdfcrop-29348/pdfcrop.tar.xz) = 30b14dd082d947e26785fe7f3ef4734d565ccca9
+Size (tex-pdfcrop-29348/pdfcrop.tar.xz) = 10712 bytes
+SHA1 (patch-bin_pdfcrop) = 1c617675f70a1b04a11956404b1bdafb31af30cc
diff --git a/graphics/tex-pdfcrop/patches/patch-bin_pdfcrop b/graphics/tex-pdfcrop/patches/patch-bin_pdfcrop
index 4afb50d22ef..c5a5cae7341 100644
--- a/graphics/tex-pdfcrop/patches/patch-bin_pdfcrop
+++ b/graphics/tex-pdfcrop/patches/patch-bin_pdfcrop
@@ -1,12 +1,12 @@
-$NetBSD: patch-bin_pdfcrop,v 1.1.1.1 2011/10/27 18:05:13 minskim Exp $
+$NetBSD: patch-bin_pdfcrop,v 1.2 2015/04/21 23:41:27 markd Exp $
---- bin/pdfcrop.orig 2011-10-27 17:31:01.000000000 +0000
+--- bin/pdfcrop.orig 2012-11-04 23:01:42.000000000 +0000
+++ bin/pdfcrop
-@@ -118,6 +118,7 @@ $archname = 'unknown' unless defined $Co
+@@ -141,6 +141,7 @@ sub exterr () {
# get Ghostscript command name
$::opt_gscmd = '';
sub find_ghostscript () {
+ $::opt_gscmd = "@GHOSTSCRIPT@";
return if $::opt_gscmd;
- my $system = 'unix';
- $system = "dos" if $^O =~ /dos/i;
+ if ($::opt_debug) {
+ print "* Perl executable: $^X\n";