summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-03-31 22:40:28 +0000
committerKarl Berry <karl@freefriends.org>2012-03-31 22:40:28 +0000
commitaeb52de85a365d28a2b85ef54696a7477a0b470b (patch)
tree2c93d7b884c2e78fcfd558d78b0c0d898892978e
parent19b358b743aa966103c1e73be655d45760c0fb4e (diff)
dosepsbin (23mar12)
git-svn-id: svn://tug.org/texlive/trunk@25808 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl20
-rw-r--r--Master/texmf-dist/doc/support/dosepsbin/README4
-rw-r--r--Master/texmf-dist/doc/support/dosepsbin/dosepsbin.html10
-rw-r--r--Master/texmf-dist/doc/support/dosepsbin/dosepsbin.ltx6
-rw-r--r--Master/texmf-dist/doc/support/dosepsbin/dosepsbin.pdfbin46221 -> 46315 bytes
-rw-r--r--Master/texmf-dist/doc/support/dosepsbin/dosepsbin.txt8
-rwxr-xr-xMaster/texmf-dist/scripts/dosepsbin/dosepsbin.pl20
-rw-r--r--Master/texmf-dist/source/support/dosepsbin/configure18
-rw-r--r--Master/texmf-dist/source/support/dosepsbin/configure.ac4
-rw-r--r--Master/texmf/doc/man/man1/dosepsbin.114
-rw-r--r--Master/texmf/doc/man/man1/dosepsbin.man1.pdfbin7022 -> 7051 bytes
11 files changed, 69 insertions, 35 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl b/Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl
index 5f7fedbb575..41b72991fc3 100755
--- a/Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl
+++ b/Build/source/texk/texlive/linked_scripts/dosepsbin/dosepsbin.pl
@@ -4,10 +4,10 @@ use strict;
$^W=1;
my $prj = 'dosepsbin';
-my $version = '1.1';
-my $date = '2011/12/05';
+my $version = '1.2';
+my $date = '2012/03/22';
my $author = 'Heiko Oberdiek';
-my $copyright = "Copyright 2011 $author";
+my $copyright = "Copyright 2011-2012 $author";
my $verbose = 0;
my $quiet = 0;
@@ -196,7 +196,7 @@ verbose_kv 'length of TIFF section', $length_tiff;
print "--> $type section is not available.\n" unless $quiet;
return '<not present>';
}
- $$ref_off >= 32 and $$ref_off < $inputfile_size or
+ $$ref_off >= 30 and $$ref_off < $inputfile_size or
die_error "Invalid offset of PS section", {
'1 input file' => $inputfile,
"2 offset of $type section" => $$ref_off,
@@ -298,7 +298,7 @@ dosepsbin -- Extract PS/WMF/TIFF sections from DOS EPS binary files
=head1 VERSION
-2011-12-05 v1.1
+2012-03-22 v1.2
=head1 SYNOPSIS
@@ -407,7 +407,7 @@ Heiko Oberdiek, email: heiko.oberdiek at googlemail.com
=head1 COPYRIGHT AND LICENSE
-Copyright 2011 by Heiko Oberdiek.
+Copyright 2011-2012 by Heiko Oberdiek.
This library is free software; you may redistribute it and/or
modify it under the same terms as Perl itself
@@ -444,6 +444,14 @@ in section "5.2 Windows Metafile or TIFF":
=back
+=item B<2012/03/22 v1.2>
+
+=over 2
+
+=item * Fix in validation test for offset of PS section.
+
+=back
+
=back
=cut
diff --git a/Master/texmf-dist/doc/support/dosepsbin/README b/Master/texmf-dist/doc/support/dosepsbin/README
index 5b07a872794..c03e55d85b7 100644
--- a/Master/texmf-dist/doc/support/dosepsbin/README
+++ b/Master/texmf-dist/doc/support/dosepsbin/README
@@ -1,6 +1,6 @@
-README for dosepsbin 2011/12/05 v1.1
+README for dosepsbin 2012/03/22 v1.2
-Copyright 2011 by Heiko Oberdiek
+Copyright 2011-2012 by Heiko Oberdiek
License
=======
diff --git a/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.html b/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.html
index 3ede791b88f..0b07de64f14 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-12-05 v1.1</p>
+<p>2012-03-22 v1.2</p>
<p>
</p>
<hr />
@@ -165,7 +165,7 @@ and stores the result in file <em>test-ps.eps</em>:</p>
</p>
<hr />
<h1><a name="copyright_and_license">Copyright and license</a></h1>
-<p>Copyright 2011 by Heiko Oberdiek.</p>
+<p>Copyright 2011-2012 by Heiko Oberdiek.</p>
<p>This library is free software; you may redistribute it and/or
modify it under the same terms as Perl itself
(Perl Artistic License/GNU General Public License, version 2).</p>
@@ -198,6 +198,12 @@ in section ``5.2 Windows Metafile or TIFF'':</p>
<li><strong><a name="item_text">Typo fixed in help text (thanks Peter Breitenlohner).</a></strong><br />
</li>
</ul>
+<li><strong><a name="item__2f03_2f22_v1_2e2"><strong>2012/03/22 v1.2</strong></a></strong><br />
+</li>
+<ul>
+<li><strong><a name="item_fix_in_validation_test_for_offset_of_ps_section_2e">Fix in validation test for offset of PS section.</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 20375ecb1bd..640f26db54c 100644
--- a/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.ltx
+++ b/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.ltx
@@ -1,6 +1,6 @@
% dosepsbin.ltx
%
-% Copyright 2011 by Heiko Oberdiek.
+% Copyright 2011-2012 by Heiko Oberdiek.
%
% The file is part of project dosepsbin.
% It's free software; you may redistribute it and/or
@@ -9,8 +9,8 @@
\documentclass[a4paper,12pt]{article}
-\providecommand*{\DATE}{2011/12/05}
-\providecommand*{\VERSION}{1.1}
+\providecommand*{\DATE}{2012/03/22}
+\providecommand*{\VERSION}{1.2}
\usepackage[
hmargin=1in,
diff --git a/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.pdf b/Master/texmf-dist/doc/support/dosepsbin/dosepsbin.pdf
index 63e39fc5dba..6b606fa442d 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 d9d63514d86..c1467a38d4f 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-12-05 v1.1
+ 2012-03-22 v1.2
SYNOPSIS
@@ -94,7 +94,7 @@ AUTHOR
COPYRIGHT AND LICENSE
- Copyright 2011 by Heiko Oberdiek.
+ Copyright 2011-2012 by Heiko Oberdiek.
This library is free software; you may redistribute it and/or modify it
under the same terms as Perl itself (Perl Artistic License/GNU General
@@ -121,3 +121,7 @@ HISTORY
* Typo fixed in help text (thanks Peter Breitenlohner).
+ 2012/03/22 v1.2
+
+ * Fix in validation test for offset of PS section.
+
diff --git a/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl b/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl
index 5f7fedbb575..41b72991fc3 100755
--- a/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl
+++ b/Master/texmf-dist/scripts/dosepsbin/dosepsbin.pl
@@ -4,10 +4,10 @@ use strict;
$^W=1;
my $prj = 'dosepsbin';
-my $version = '1.1';
-my $date = '2011/12/05';
+my $version = '1.2';
+my $date = '2012/03/22';
my $author = 'Heiko Oberdiek';
-my $copyright = "Copyright 2011 $author";
+my $copyright = "Copyright 2011-2012 $author";
my $verbose = 0;
my $quiet = 0;
@@ -196,7 +196,7 @@ verbose_kv 'length of TIFF section', $length_tiff;
print "--> $type section is not available.\n" unless $quiet;
return '<not present>';
}
- $$ref_off >= 32 and $$ref_off < $inputfile_size or
+ $$ref_off >= 30 and $$ref_off < $inputfile_size or
die_error "Invalid offset of PS section", {
'1 input file' => $inputfile,
"2 offset of $type section" => $$ref_off,
@@ -298,7 +298,7 @@ dosepsbin -- Extract PS/WMF/TIFF sections from DOS EPS binary files
=head1 VERSION
-2011-12-05 v1.1
+2012-03-22 v1.2
=head1 SYNOPSIS
@@ -407,7 +407,7 @@ Heiko Oberdiek, email: heiko.oberdiek at googlemail.com
=head1 COPYRIGHT AND LICENSE
-Copyright 2011 by Heiko Oberdiek.
+Copyright 2011-2012 by Heiko Oberdiek.
This library is free software; you may redistribute it and/or
modify it under the same terms as Perl itself
@@ -444,6 +444,14 @@ in section "5.2 Windows Metafile or TIFF":
=back
+=item B<2012/03/22 v1.2>
+
+=over 2
+
+=item * Fix in validation test for offset of PS section.
+
+=back
+
=back
=cut
diff --git a/Master/texmf-dist/source/support/dosepsbin/configure b/Master/texmf-dist/source/support/dosepsbin/configure
index c97727b6ddd..f0ba4f0bea9 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.1.
+# Generated by GNU Autoconf 2.57 for dosepsbin 1.2.
#
# 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.1'
-PACKAGE_STRING='dosepsbin 1.1'
+PACKAGE_VERSION='1.2'
+PACKAGE_STRING='dosepsbin 1.2'
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.1 to adapt to many kinds of systems.
+\`configure' configures dosepsbin 1.2 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.1:";;
+ short | recursive ) echo "Configuration of dosepsbin 1.2:";;
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.1
+dosepsbin configure 1.2
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.1, which was
+It was created by dosepsbin $as_me 1.2, 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.1, which was
+This file was extended by dosepsbin $as_me 1.2, 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.1
+dosepsbin config.status 1.2
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 5846e7e2f8a..64a35abb8ac 100644
--- a/Master/texmf-dist/source/support/dosepsbin/configure.ac
+++ b/Master/texmf-dist/source/support/dosepsbin/configure.ac
@@ -1,13 +1,13 @@
dnl configure.ac
dnl
-dnl Copyright 2011 by Heiko Oberdiek.
+dnl Copyright 2011-2012 by Heiko Oberdiek.
dnl
dnl The file is part of project dosepsbin.
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.1, heiko.oberdiek@googlemail.com)
+AC_INIT(dosepsbin, 1.2, 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 ca2734d2a08..6f2fa66b2b1 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-12-05 v1.1" "perl v5.8.1" "User Contributed Perl Documentation"
+.TH DOSEPSBIN 1 "2012-03-22 v1.2" "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\-12\-05 v1.1
+2012\-03\-22 v1.2
.SH "SYNOPSIS"
.IX Header "SYNOPSIS"
The progam \fBdosepsbin\fR analyses an \s-1EPS\s0 file that is not
@@ -229,7 +229,7 @@ and stores the result in file \fItest\-ps.eps\fR:
Heiko Oberdiek, email: heiko.oberdiek at googlemail.com
.SH "COPYRIGHT AND LICENSE"
.IX Header "COPYRIGHT AND LICENSE"
-Copyright 2011 by Heiko Oberdiek.
+Copyright 2011\-2012 by Heiko Oberdiek.
.PP
This library is free software; you may redistribute it and/or
modify it under the same terms as Perl itself
@@ -265,3 +265,11 @@ in section \*(L"5.2 Windows Metafile or \s-1TIFF\s0\*(R":
.RE
.RS 2
.RE
+.IP "\fB2012/03/22 v1.2\fR" 2
+.IX Item "2012/03/22 v1.2"
+.RS 2
+.IP "* Fix in validation test for offset of \s-1PS\s0 section." 2
+.IX Item "Fix in validation test for offset of PS section."
+.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 a8efe40a854..ebbd02f8166 100644
--- a/Master/texmf/doc/man/man1/dosepsbin.man1.pdf
+++ b/Master/texmf/doc/man/man1/dosepsbin.man1.pdf
Binary files differ