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 --- .../texk/texlive/linked_scripts/epstopdf/epstopdf.pl | 19 ++++++++++++------- Master/texmf-dist/doc/man/man1/epstopdf.man1.pdf | Bin 9859 -> 9859 bytes Master/texmf-dist/doc/man/man1/repstopdf.man1.pdf | Bin 9859 -> 9859 bytes Master/texmf-dist/scripts/epstopdf/epstopdf.pl | 19 ++++++++++++------- Master/tlpkg/libexec/ctan2tds | 3 ++- 5 files changed, 26 insertions(+), 15 deletions(-) diff --git a/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl b/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl index b83e4bef60b..f263df00933 100755 --- a/Build/source/texk/texlive/linked_scripts/epstopdf/epstopdf.pl +++ b/Build/source/texk/texlive/linked_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 = < 'latex', # requires interaction 'etextools' => 'etex -translate-file=empty.tcx', # no 8-bit 'extpfeil' => 'latex -translate-file=empty.tcx', # no 8-bit - 'fancytooltips' => 'latex', # requires interaction + 'facture' => 'latex', # requires interaction + 'fancytooltips'=> 'latex', # requires interaction 'fancyvrb' => 'latex -translate-file=empty.tcx', # no 8-bit 'fbithesis' => 'latex', # requires interaction 'fge' => 'latex', # requires interaction -- cgit v1.2.3