From 33c79a94c250a3143662b3d95437bf838e424f99 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 25 Jan 2015 00:05:46 +0000 Subject: epstopdf (24jan15) git-svn-id: svn://tug.org/texlive/trunk@36139 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/epstopdf/epstopdf.pl | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'Master/texmf-dist/scripts/epstopdf') diff --git a/Master/texmf-dist/scripts/epstopdf/epstopdf.pl b/Master/texmf-dist/scripts/epstopdf/epstopdf.pl index b83e4bef60b..f263df00933 100755 --- a/Master/texmf-dist/scripts/epstopdf/epstopdf.pl +++ b/Master/texmf-dist/scripts/epstopdf/epstopdf.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: epstopdf.pl 34293 2014-06-18 18:16:38Z karl $ +# $Id: epstopdf.pl 36129 2015-01-24 00:30:11Z karl $ # (Copyright lines below.) # # Redistribution and use in source and binary forms, with or without @@ -30,13 +30,16 @@ # Level 2 PS interpreter should work, although in practice using # Ghostscript is near-universal. Many more details below. # -# One thing not allowed for: the case of +# One thing not supported is the case of # "%%BoundingBox: (atend)" when input is not seekable (e.g., from a pipe), # # emacs-page -my $ver = "2.22"; +my $ver = "2.23"; # History +# 2015/01/22 v2.23 (Karl Berry) +# * use # instead of = to placate msys; report from KUROKI Yusuke, +# tex-k mail 20 Jan 2015 12:40:16. # 2014/06/18 v2.22 (Karl Berry) # * escape % in $outputfilename; report from William Fischer, # tex-k mail 16 Jun 2014 18:45:12. @@ -168,7 +171,7 @@ my $ver = "2.22"; ### emacs-page ### program identification my $program = "epstopdf"; -my $ident = '($Id: epstopdf.pl 34293 2014-06-18 18:16:38Z karl $)' . " $ver"; +my $ident = '($Id: epstopdf.pl 36129 2015-01-24 00:30:11Z karl $)' . " $ver"; my $copyright = <