From dd350f173f42dafa65c6ec33b436f13f90fd1ee4 Mon Sep 17 00:00:00 2001 From: minskim Date: Tue, 3 Dec 2013 19:55:56 +0000 Subject: Update tex-epstopdf{,-doc} to 2.20 Changes: * New command line argument --(no)safer which allows setting -dNOSAFER instead of -dSAFER (only for non-restricted). * New command line argument --pdfsettings for Ghostscript's -dPDFSETTINGS. * New command line argument --(no)quiet. * New command line argument --device for specifying a differnt Ghostscript device (limited set of devices for restricted mode). * New command line arguments --gsopts and --gsopt for adding Ghostscript options. * Full support of ghostscript's option -r, DPIxDPI added. * Support for DOS EPS binary files (TN 5002) added. * Removes PJL commands at start of file. * explain option naming conventions (= defaults for Getopt::Long). * use /usr/bin/env, since Ruby has apparently required #! for years, and we rely on it for our other scripts, so why not. * uselessly placate -w. Debian bug 672281. --- graphics/tex-epstopdf/Makefile | 7 +++---- graphics/tex-epstopdf/distinfo | 10 +++++----- graphics/tex-epstopdf/patches/patch-bin_epstopdf | 8 +------- 3 files changed, 9 insertions(+), 16 deletions(-) (limited to 'graphics/tex-epstopdf') diff --git a/graphics/tex-epstopdf/Makefile b/graphics/tex-epstopdf/Makefile index 7e2ad32e193..4e71569c1d3 100644 --- a/graphics/tex-epstopdf/Makefile +++ b/graphics/tex-epstopdf/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2013/05/31 12:41:09 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2013/12/03 19:55:56 minskim Exp $ DISTNAME= epstopdf -PKGNAME= tex-${DISTNAME}-2.16 -PKGREVISION= 3 -TEXLIVE_REV= 19287 +PKGNAME= tex-${DISTNAME}-2.20 +TEXLIVE_REV= 31789 MAINTAINER= minskim@NetBSD.org COMMENT= Convert EPS to 'encapsulated' PDF using GhostScript diff --git a/graphics/tex-epstopdf/distinfo b/graphics/tex-epstopdf/distinfo index f96684e1b44..25c1755bf87 100644 --- a/graphics/tex-epstopdf/distinfo +++ b/graphics/tex-epstopdf/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/10/26 20:33:02 minskim Exp $ +$NetBSD: distinfo,v 1.2 2013/12/03 19:55:56 minskim Exp $ -SHA1 (tex-epstopdf-19287/epstopdf.tar.xz) = 938ed63852efdf4d768a9d09314358bfee1463e1 -RMD160 (tex-epstopdf-19287/epstopdf.tar.xz) = d5933dba9c8422c9b682e65c508490258f4eac2f -Size (tex-epstopdf-19287/epstopdf.tar.xz) = 8288 bytes -SHA1 (patch-bin_epstopdf) = f4ca49bfd6c8b1f73ce1812c81a1a36ab0fb6d71 +SHA1 (tex-epstopdf-31789/epstopdf.tar.xz) = fef79631142b67daa87a07dfb6aa705fb0a70c59 +RMD160 (tex-epstopdf-31789/epstopdf.tar.xz) = 7e32cf118c83be517c5fb8c9114570ce4e56bcb2 +Size (tex-epstopdf-31789/epstopdf.tar.xz) = 11884 bytes +SHA1 (patch-bin_epstopdf) = 04898c48d8dafacd0256c855c05a251983989848 diff --git a/graphics/tex-epstopdf/patches/patch-bin_epstopdf b/graphics/tex-epstopdf/patches/patch-bin_epstopdf index 7bed0eb49f0..4c7a65d27de 100644 --- a/graphics/tex-epstopdf/patches/patch-bin_epstopdf +++ b/graphics/tex-epstopdf/patches/patch-bin_epstopdf @@ -1,15 +1,9 @@ -$NetBSD: patch-bin_epstopdf,v 1.1.1.1 2011/10/26 20:33:02 minskim Exp $ +$NetBSD: patch-bin_epstopdf,v 1.2 2013/12/03 19:55:56 minskim Exp $ Fix paths to commands: gs and kpathsea. --- bin/epstopdf.orig 2010-05-19 23:29:01.000000000 +0000 +++ bin/epstopdf -@@ -1,4 +1,3 @@ --eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $argv:q' -- if 0; -+#!/usr/bin/perl - use strict; - @@ -165,5 +164,5 @@ my $on_windows_or_cygwin = $on_windows | ### ghostscript command name -- cgit v1.2.3