summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-06-21 23:11:03 +0000
committerKarl Berry <karl@freefriends.org>2009-06-21 23:11:03 +0000
commitbcd351a3e4c58a6f37bf5df8809be628fe2643f0 (patch)
tree9e58e66202872ae69dd07053ad7fa3fed136deca
parentff98d11a739b40006ca2806f1b0ab7c0fe69d4e4 (diff)
new epstopdf from gerben, coming to ctan soon
git-svn-id: svn://tug.org/texlive/trunk@13862 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl11
-rwxr-xr-xMaster/texmf/scripts/epstopdf/epstopdf.pl11
2 files changed, 12 insertions, 10 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl b/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl
index be4875fe485..9fa433f2317 100755
--- a/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl
+++ b/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl
@@ -79,24 +79,25 @@ use strict;
# * Simplified the (atend) support
# 2007/05/18 v.2.9.7gw (Gerben Wierda)
# * Merged both supplied 2.9.6 versions
-# 2007/07/18 v.2.9.8gw
-# 2008/08/26 v.2.9.9gw
+# 2007/07/18 v2.9.8gw
+# 2008/08/26 v2.9.9gw
# * Switch to embed fonts (default=yes) (J.P. Chretien)
# * turned no AutoRotatePages into an option (D. Kreil) (default = None)
# * Added resolution switch (D. Kreil)
# * Added BSD-style license
+# 2009/05/09 v2.9.10gw
+# * Changed cygwin name for ghostscript to gs
### program identification
my $program = "epstopdf";
my $filedate="2008/08/26";
-my $fileversion="2.9.9gw";
-my $copyright = "Copyright 1998-2001 by Sebastian Rahtz et al., 2002-2008 by Gerben Wierda et al. Free software under a BSD-style license.";
+my $fileversion="2.9.10gw";
+my $copyright = "Copyright 1998-2001 by Sebastian Rahtz et al., 2002-2009 by Gerben Wierda et al. Free software under a BSD-style license.";
my $title = "\U$program\E $fileversion, $filedate - $copyright\n";
### ghostscript command name
my $GS = "gs";
$GS = "gswin32c" if $^O eq 'MSWin32';
-$GS = "gswin32c" if $^O =~ /cygwin/;
### options
$::opt_help=0;
diff --git a/Master/texmf/scripts/epstopdf/epstopdf.pl b/Master/texmf/scripts/epstopdf/epstopdf.pl
index c0a9177eb09..9fa433f2317 100755
--- a/Master/texmf/scripts/epstopdf/epstopdf.pl
+++ b/Master/texmf/scripts/epstopdf/epstopdf.pl
@@ -79,24 +79,25 @@ use strict;
# * Simplified the (atend) support
# 2007/05/18 v.2.9.7gw (Gerben Wierda)
# * Merged both supplied 2.9.6 versions
-# 2007/07/18 v.2.9.8gw
-# 2008/08/26 v.2.9.9gw
+# 2007/07/18 v2.9.8gw
+# 2008/08/26 v2.9.9gw
# * Switch to embed fonts (default=yes) (J.P. Chretien)
# * turned no AutoRotatePages into an option (D. Kreil) (default = None)
# * Added resolution switch (D. Kreil)
# * Added BSD-style license
+# 2009/05/09 v2.9.10gw
+# * Changed cygwin name for ghostscript to gs
### program identification
my $program = "epstopdf";
my $filedate="2008/08/26";
-my $fileversion="2.9.9gw";
-my $copyright = "Copyright 1998-2001 by Sebastian Rahtz et al., 2002-2008 by Gerben Wierda et al. Free software under a BSD-style license.";
+my $fileversion="2.9.10gw";
+my $copyright = "Copyright 1998-2001 by Sebastian Rahtz et al., 2002-2009 by Gerben Wierda et al. Free software under a BSD-style license.";
my $title = "\U$program\E $fileversion, $filedate - $copyright\n";
### ghostscript command name
my $GS = "gs";
$GS = "gswin32c" if $^O eq 'MSWin32';
-###$GS = "gswin32c" if $^O =~ /cygwin/;
### options
$::opt_help=0;