summaryrefslogtreecommitdiff
path: root/graphics/tex-epstopdf/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2013-12-03 19:55:56 +0000
committerminskim <minskim>2013-12-03 19:55:56 +0000
commitdd350f173f42dafa65c6ec33b436f13f90fd1ee4 (patch)
treec0335c4b7b1755d1728a6dd77088d714588561d4 /graphics/tex-epstopdf/Makefile
parent53220d219a76fc89e6027ae69c16a88bd7afed1f (diff)
downloadpkgsrc-dd350f173f42dafa65c6ec33b436f13f90fd1ee4.tar.gz
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.
Diffstat (limited to 'graphics/tex-epstopdf/Makefile')
-rw-r--r--graphics/tex-epstopdf/Makefile7
1 files changed, 3 insertions, 4 deletions
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