summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl16
-rw-r--r--Master/texmf-dist/doc/support/dosepsbin/README2
-rw-r--r--Master/texmf-dist/doc/support/dosepsbin/dosepsbin.html10
-rw-r--r--Master/texmf-dist/doc/support/dosepsbin/dosepsbin.ltx4
-rw-r--r--Master/texmf-dist/doc/support/dosepsbin/dosepsbin.pdfbin46090 -> 46221 bytes
-rw-r--r--Master/texmf-dist/doc/support/dosepsbin/dosepsbin.txt8
-rwxr-xr-xMaster/texmf-dist/scripts/dosepsbin/dosepsbin.pl16
-rw-r--r--Master/texmf-dist/source/support/dosepsbin/configure18
-rw-r--r--Master/texmf-dist/source/support/dosepsbin/configure.ac2
-rw-r--r--Master/texmf/doc/man/man1/dosepsbin.114
-rw-r--r--Master/texmf/doc/man/man1/dosepsbin.man1.pdfbin6951 -> 7022 bytes
11 files changed, 62 insertions, 28 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl b/Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl
index b87bd25af54..5f7fedbb575 100755
--- a/Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl
+++ b/Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl
@@ -4,8 +4,8 @@ use strict;
$^W=1;
my $prj = 'dosepsbin';
-my $version = '1.0';
-my $date = '2011/11/10';
+my $version = '1.1';
+my $date = '2011/12/05';
my $author = 'Heiko Oberdiek';
my $copyright = "Copyright 2011 $author";
@@ -298,7 +298,7 @@ dosepsbin -- Extract PS/WMF/TIFF sections from DOS EPS binary files
=head1 VERSION
-2011-11-10 v1.0
+2011-12-05 v1.1
=head1 SYNOPSIS
@@ -315,7 +315,7 @@ Options:
--eps-file <file> Write PS section to <file>.
--wmf-file <file> Write WMF section to <file>.
- --tiff-file <file> Write WMF section to <file>.
+ --tiff-file <file> Write TIFF section to <file>.
--inputfile <file> The name of the input file.
--verbose Verbose output.
--quiet Only errors and warnings are printed.
@@ -436,6 +436,14 @@ in section "5.2 Windows Metafile or TIFF":
=back
+=item B<2011/12/05 v1.1>
+
+=over 2
+
+=item * Typo fixed in help text (thanks Peter Breitenlohner).
+
+=back
+
=back
=cut
diff --git a/Master/texmf-dist/doc/support/dosepsbin/README b/Master/texmf-dist/doc/support/dosepsbin/README
index 83dd6571808..5b07a872794 100644
--- a/Master/texmf-dist/doc/support/dosepsbin/README
+++ b/Master/texmf-dist/doc/support/dosepsbin/README
@@ -1,4 +1,4 @@
-README for dosepsbin 2011/11/10 v1.0
+README for dosepsbin 2011/12/05 v1.1
Copyright 2011 by Heiko Oberdiek
diff --git a/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.html b/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.html
index 63477cdc835..3ede791b88f 100644
--- a/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.html
+++ b/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.html
@@ -39,7 +39,7 @@
</p>
<hr />
<h1><a name="version">Version</a></h1>
-<p>2011-11-10 v1.0</p>
+<p>2011-12-05 v1.1</p>
<p>
</p>
<hr />
@@ -55,7 +55,7 @@ given options, the sections are then written to files.</p>
<pre>
--eps-file &lt;file&gt; Write PS section to &lt;file&gt;.
--wmf-file &lt;file&gt; Write WMF section to &lt;file&gt;.
- --tiff-file &lt;file&gt; Write WMF section to &lt;file&gt;.
+ --tiff-file &lt;file&gt; Write TIFF section to &lt;file&gt;.
--inputfile &lt;file&gt; The name of the input file.
--verbose Verbose output.
--quiet Only errors and warnings are printed.
@@ -192,6 +192,12 @@ in section ``5.2 Windows Metafile or TIFF'':</p>
<li><strong><a name="item_first_version_2e">First version.</a></strong><br />
</li>
</ul>
+<li><strong><a name="item__2f12_2f05_v1_2e1"><strong>2011/12/05 v1.1</strong></a></strong><br />
+</li>
+<ul>
+<li><strong><a name="item_text">Typo fixed in help text (thanks Peter Breitenlohner).</a></strong><br />
+</li>
+</ul>
</ol>
</body>
diff --git a/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.ltx b/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.ltx
index c2206cdc21d..20375ecb1bd 100644
--- a/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.ltx
+++ b/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.ltx
@@ -9,8 +9,8 @@
\documentclass[a4paper,12pt]{article}
-\providecommand*{\DATE}{2011/11/10}
-\providecommand*{\VERSION}{1.0}
+\providecommand*{\DATE}{2011/12/05}
+\providecommand*{\VERSION}{1.1}
\usepackage[
hmargin=1in,
diff --git a/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.pdf b/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.pdf
index 854143d8eec..63e39fc5dba 100644
--- a/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.pdf
+++ b/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.txt b/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.txt
index 3980a9e55c4..d9d63514d86 100644
--- a/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.txt
+++ b/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.txt
@@ -4,7 +4,7 @@ NAME
VERSION
- 2011-11-10 v1.0
+ 2011-12-05 v1.1
SYNOPSIS
@@ -21,7 +21,7 @@ SYNOPSIS
--eps-file <file> Write PS section to <file>.
--wmf-file <file> Write WMF section to <file>.
- --tiff-file <file> Write WMF section to <file>.
+ --tiff-file <file> Write TIFF section to <file>.
--inputfile <file> The name of the input file.
--verbose Verbose output.
--quiet Only errors and warnings are printed.
@@ -117,3 +117,7 @@ HISTORY
* First version.
+ 2011/12/05 v1.1
+
+ * Typo fixed in help text (thanks Peter Breitenlohner).
+
diff --git a/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl b/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl
index b87bd25af54..5f7fedbb575 100755
--- a/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl
+++ b/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl
@@ -4,8 +4,8 @@ use strict;
$^W=1;
my $prj = 'dosepsbin';
-my $version = '1.0';
-my $date = '2011/11/10';
+my $version = '1.1';
+my $date = '2011/12/05';
my $author = 'Heiko Oberdiek';
my $copyright = "Copyright 2011 $author";
@@ -298,7 +298,7 @@ dosepsbin -- Extract PS/WMF/TIFF sections from DOS EPS binary files
=head1 VERSION
-2011-11-10 v1.0
+2011-12-05 v1.1
=head1 SYNOPSIS
@@ -315,7 +315,7 @@ Options:
--eps-file <file> Write PS section to <file>.
--wmf-file <file> Write WMF section to <file>.
- --tiff-file <file> Write WMF section to <file>.
+ --tiff-file <file> Write TIFF section to <file>.
--inputfile <file> The name of the input file.
--verbose Verbose output.
--quiet Only errors and warnings are printed.
@@ -436,6 +436,14 @@ in section "5.2 Windows Metafile or TIFF":
=back
+=item B<2011/12/05 v1.1>
+
+=over 2
+
+=item * Typo fixed in help text (thanks Peter Breitenlohner).
+
+=back
+
=back
=cut
diff --git a/Master/texmf-dist/source/support/dosepsbin/configure b/Master/texmf-dist/source/support/dosepsbin/configure
index 81caa0e6e12..c97727b6ddd 100644
--- a/Master/texmf-dist/source/support/dosepsbin/configure
+++ b/Master/texmf-dist/source/support/dosepsbin/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.57 for dosepsbin 1.0.
+# Generated by GNU Autoconf 2.57 for dosepsbin 1.1.
#
# Report bugs to <heiko.oberdiek@googlemail.com>.
#
@@ -268,8 +268,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='dosepsbin'
PACKAGE_TARNAME='dosepsbin'
-PACKAGE_VERSION='1.0'
-PACKAGE_STRING='dosepsbin 1.0'
+PACKAGE_VERSION='1.1'
+PACKAGE_STRING='dosepsbin 1.1'
PACKAGE_BUGREPORT='heiko.oberdiek@googlemail.com'
ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS INSTALL_PROGRAM INSTALL_SCRIPT INSTALL_DATA LIBOBJS LTLIBOBJS'
@@ -721,7 +721,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures dosepsbin 1.0 to adapt to many kinds of systems.
+\`configure' configures dosepsbin 1.1 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -778,7 +778,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of dosepsbin 1.0:";;
+ short | recursive ) echo "Configuration of dosepsbin 1.1:";;
esac
cat <<\_ACEOF
@@ -845,7 +845,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-dosepsbin configure 1.0
+dosepsbin configure 1.1
generated by GNU Autoconf 2.57
Copyright 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, 2002
@@ -860,7 +860,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by dosepsbin $as_me 1.0, which was
+It was created by dosepsbin $as_me 1.1, which was
generated by GNU Autoconf 2.57. Invocation command line was
$ $0 $@
@@ -1694,7 +1694,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by dosepsbin $as_me 1.0, which was
+This file was extended by dosepsbin $as_me 1.1, which was
generated by GNU Autoconf 2.57. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -1749,7 +1749,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-dosepsbin config.status 1.0
+dosepsbin config.status 1.1
configured by $0, generated by GNU Autoconf 2.57,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/Master/texmf-dist/source/support/dosepsbin/configure.ac b/Master/texmf-dist/source/support/dosepsbin/configure.ac
index a5c03c0dde1..5846e7e2f8a 100644
--- a/Master/texmf-dist/source/support/dosepsbin/configure.ac
+++ b/Master/texmf-dist/source/support/dosepsbin/configure.ac
@@ -7,7 +7,7 @@ dnl It's free software; you may redistribute it and/or
dnl modify it under the same terms as Perl itself
dnl (Perl Artistic License/GNU General Public License, version 2).
dnl
-AC_INIT(dosepsbin, 1.0, heiko.oberdiek@googlemail.com)
+AC_INIT(dosepsbin, 1.1, heiko.oberdiek@googlemail.com)
AC_CONFIG_FILES(Makefile)
diff --git a/Master/texmf/doc/man/man1/dosepsbin.1 b/Master/texmf/doc/man/man1/dosepsbin.1
index ee80c3d37a7..ca2734d2a08 100644
--- a/Master/texmf/doc/man/man1/dosepsbin.1
+++ b/Master/texmf/doc/man/man1/dosepsbin.1
@@ -129,12 +129,12 @@
.\" ========================================================================
.\"
.IX Title "DOSEPSBIN 1"
-.TH DOSEPSBIN 1 "2011-11-10 v1.0" "perl v5.8.1" "User Contributed Perl Documentation"
+.TH DOSEPSBIN 1 "2011-12-05 v1.1" "perl v5.8.1" "User Contributed Perl Documentation"
.SH "NAME"
dosepsbin \-\- Extract PS/WMF/TIFF sections from DOS EPS binary files
.SH "VERSION"
.IX Header "VERSION"
-2011\-11\-10 v1.0
+2011\-12\-05 v1.1
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
The progam \fBdosepsbin\fR analyses an \s-1EPS\s0 file that is not
@@ -153,7 +153,7 @@ Options:
.Vb 9
\& --eps-file <file> Write PS section to <file>.
\& --wmf-file <file> Write WMF section to <file>.
-\& --tiff-file <file> Write WMF section to <file>.
+\& --tiff-file <file> Write TIFF section to <file>.
\& --inputfile <file> The name of the input file.
\& --verbose Verbose output.
\& --quiet Only errors and warnings are printed.
@@ -257,3 +257,11 @@ in section \*(L"5.2 Windows Metafile or \s-1TIFF\s0\*(R":
.RE
.RS 2
.RE
+.IP "\fB2011/12/05 v1.1\fR" 2
+.IX Item "2011/12/05 v1.1"
+.RS 2
+.IP "* Typo fixed in help text (thanks Peter Breitenlohner)." 2
+.IX Item "Typo fixed in help text (thanks Peter Breitenlohner)."
+.RE
+.RS 2
+.RE
diff --git a/Master/texmf/doc/man/man1/dosepsbin.man1.pdf b/Master/texmf/doc/man/man1/dosepsbin.man1.pdf
index 59e441f0547..a8efe40a854 100644
--- a/Master/texmf/doc/man/man1/dosepsbin.man1.pdf
+++ b/Master/texmf/doc/man/man1/dosepsbin.man1.pdf
Binary files differ