diff options
author | Karl Berry <karl@freefriends.org> | 2010-05-19 23:30:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-05-19 23:30:48 +0000 |
commit | a0047b5b7711a9dc13055c02499ba780ee8158f6 (patch) | |
tree | 5bdf911f5b74d85162fd7b9b433e28a96ca9d084 /Master | |
parent | fbb845dbf14abed6bf09e37a35044b79a91823a2 (diff) |
i386-cygwin pretest1 update
git-svn-id: svn://tug.org/texlive/trunk@18363 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
141 files changed, 293 insertions, 45 deletions
diff --git a/Master/bin/i386-cygwin/afm2pl.exe b/Master/bin/i386-cygwin/afm2pl.exe Binary files differindex 908864e1f08..a1616e93643 100755 --- a/Master/bin/i386-cygwin/afm2pl.exe +++ b/Master/bin/i386-cygwin/afm2pl.exe diff --git a/Master/bin/i386-cygwin/afm2tfm.exe b/Master/bin/i386-cygwin/afm2tfm.exe Binary files differindex d6b659abe7b..00b2873d440 100755 --- a/Master/bin/i386-cygwin/afm2tfm.exe +++ b/Master/bin/i386-cygwin/afm2tfm.exe diff --git a/Master/bin/i386-cygwin/aleph.exe b/Master/bin/i386-cygwin/aleph.exe Binary files differindex acad5940f3a..e7d922eb880 100755 --- a/Master/bin/i386-cygwin/aleph.exe +++ b/Master/bin/i386-cygwin/aleph.exe diff --git a/Master/bin/i386-cygwin/bbox.exe b/Master/bin/i386-cygwin/bbox.exe Binary files differindex 0e122a81b0a..039efcef83d 100755 --- a/Master/bin/i386-cygwin/bbox.exe +++ b/Master/bin/i386-cygwin/bbox.exe diff --git a/Master/bin/i386-cygwin/bg5conv.exe b/Master/bin/i386-cygwin/bg5conv.exe Binary files differindex 9e4e5a551e0..16a4be5119a 100755 --- a/Master/bin/i386-cygwin/bg5conv.exe +++ b/Master/bin/i386-cygwin/bg5conv.exe diff --git a/Master/bin/i386-cygwin/bibtex.exe b/Master/bin/i386-cygwin/bibtex.exe Binary files differindex e40510b84a0..f6a36768762 100755 --- a/Master/bin/i386-cygwin/bibtex.exe +++ b/Master/bin/i386-cygwin/bibtex.exe diff --git a/Master/bin/i386-cygwin/bibtex8.exe b/Master/bin/i386-cygwin/bibtex8.exe Binary files differindex aac3d2a3a86..5b47c8f128c 100755 --- a/Master/bin/i386-cygwin/bibtex8.exe +++ b/Master/bin/i386-cygwin/bibtex8.exe diff --git a/Master/bin/i386-cygwin/bibtexu.exe b/Master/bin/i386-cygwin/bibtexu.exe Binary files differnew file mode 100755 index 00000000000..24e66efdc63 --- /dev/null +++ b/Master/bin/i386-cygwin/bibtexu.exe diff --git a/Master/bin/i386-cygwin/cef5conv.exe b/Master/bin/i386-cygwin/cef5conv.exe Binary files differindex 2dd3c3f5340..5ced00f127c 100755 --- a/Master/bin/i386-cygwin/cef5conv.exe +++ b/Master/bin/i386-cygwin/cef5conv.exe diff --git a/Master/bin/i386-cygwin/cefconv.exe b/Master/bin/i386-cygwin/cefconv.exe Binary files differindex b5355389c07..ed8166a6561 100755 --- a/Master/bin/i386-cygwin/cefconv.exe +++ b/Master/bin/i386-cygwin/cefconv.exe diff --git a/Master/bin/i386-cygwin/cefsconv.exe b/Master/bin/i386-cygwin/cefsconv.exe Binary files differindex c84474a31a6..de0f16ea0d5 100755 --- a/Master/bin/i386-cygwin/cefsconv.exe +++ b/Master/bin/i386-cygwin/cefsconv.exe diff --git a/Master/bin/i386-cygwin/cfftot1.exe b/Master/bin/i386-cygwin/cfftot1.exe Binary files differindex f24d993e036..8b99327f3e3 100755 --- a/Master/bin/i386-cygwin/cfftot1.exe +++ b/Master/bin/i386-cygwin/cfftot1.exe diff --git a/Master/bin/i386-cygwin/chktex.exe b/Master/bin/i386-cygwin/chktex.exe Binary files differnew file mode 100755 index 00000000000..1f66c59d4b6 --- /dev/null +++ b/Master/bin/i386-cygwin/chktex.exe diff --git a/Master/bin/i386-cygwin/chkweb b/Master/bin/i386-cygwin/chkweb new file mode 100755 index 00000000000..cbc0caa780d --- /dev/null +++ b/Master/bin/i386-cygwin/chkweb @@ -0,0 +1,56 @@ +#! /bin/sh + +# ChkWEB v1.0, runs the LaTeX parts of a CWEB file through ChkTeX. +# Copyright (C) 1996 Jens T. Berger Thielemann +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Contact the author at: +# Jens Berger +# Spektrumvn. 4 +# N-0666 Oslo +# Norway +# E-mail: <jensthi@ifi.uio.no> + + +params= + +for p +do + case $p in + --) break + ;; + -*) params="$params $p" + shift + ;; + *) break + ;; + esac +done + + +if test "$1" = ""; then + deweb | chktex -v3 $params +else + for file + do + if test -f $file; then + deweb $file | chktex -p $file -v3 $params + else + deweb $file.w | chktex -p $file.w -v3 $params + fi + done +fi + diff --git a/Master/bin/i386-cygwin/ctangle.exe b/Master/bin/i386-cygwin/ctangle.exe Binary files differindex 3e67070be9a..b5612c29b32 100755 --- a/Master/bin/i386-cygwin/ctangle.exe +++ b/Master/bin/i386-cygwin/ctangle.exe diff --git a/Master/bin/i386-cygwin/ctie.exe b/Master/bin/i386-cygwin/ctie.exe Binary files differindex a239fa37bdb..dd37d28b62a 100755 --- a/Master/bin/i386-cygwin/ctie.exe +++ b/Master/bin/i386-cygwin/ctie.exe diff --git a/Master/bin/i386-cygwin/cweave.exe b/Master/bin/i386-cygwin/cweave.exe Binary files differindex 2ca309c14e7..da4e3401491 100755 --- a/Master/bin/i386-cygwin/cweave.exe +++ b/Master/bin/i386-cygwin/cweave.exe diff --git a/Master/bin/i386-cygwin/detex.exe b/Master/bin/i386-cygwin/detex.exe Binary files differindex ec3501ffb04..29ef121419e 100755 --- a/Master/bin/i386-cygwin/detex.exe +++ b/Master/bin/i386-cygwin/detex.exe diff --git a/Master/bin/i386-cygwin/devnag.exe b/Master/bin/i386-cygwin/devnag.exe Binary files differindex 20ef4b4f3c4..65d91196f6d 100755 --- a/Master/bin/i386-cygwin/devnag.exe +++ b/Master/bin/i386-cygwin/devnag.exe diff --git a/Master/bin/i386-cygwin/deweb b/Master/bin/i386-cygwin/deweb new file mode 100755 index 00000000000..245119b134a --- /dev/null +++ b/Master/bin/i386-cygwin/deweb @@ -0,0 +1,122 @@ +#! /usr/bin/env perl +# deweb v1.2, kills the C sections of a CWEB file, for passing to ChkTeX. +# Copyright (C) 1996 Jens T. Berger Thielemann +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +# +# Contact the author at: +# Jens Berger +# Spektrumvn. 4 +# N-0666 Oslo +# Norway +# E-mail: <jensthi@ifi.uio.no> +# +# +# + +print STDERR "DeWEB v1.2 - Copyright 1996 Jens T. Berger Thielemann\n"; + +undef $/; +$texmode = 1; +$_ = <>; + +while(/\@/) +{ + &out($`); + $_ = $'; + + if(/^@/) { + $_ = $'; + &out('@'); + next; + } + + if(/^([\s\n])/) { + $_ = $'; + print "\n" if $1 eq "\n"; + $texmode = 1; + next; + } + + if(/^[cpd]/i) { + $_ = $'; + $texmode = 0; + next; + } + + if(/^\,/i) { + $_ = $'; + print '\,'; + next; + } + + if(m!^/!) { + $_ = $'; + print '\\\\'; + next; + } + + if(/^[h\&\|\;\#\+]/i || /^i.*/i) { + $_ = $'; + next; + } + + if(/^\*[0-9\*]?((.|\n)*?\.)/) { + $_ = $'; + print $1; + $texmode = 1; + next; + } + + if(/^[<(^.t!]((.|\n)*?)\@\>/i) { + $_ = $'; + print '{'.$1.'}'; + $texmode = 0; + next; + } + + if(/^[=]((.|\n)*?)\@\>/) { + $_ = $'; + print &printnl($1); + next; + } + + if(/^[fsl](\s+\S+\s+\S+)|^\'(.|\n)*?\'|^\[((.|\n)*?)\@\]/i) { + $_ = $'; + print &printnl($+); + next; + } + + @line = split(/\n/, $_, 2); + print STDERR "Unknown opcode, ignored. Buffer:\n$line[0]\n"; + +} + +print $_; + +sub printnl { + my($foo); + if(defined $_[0]) { + $foo = $_[0]; + $foo =~ s/.//g; + } else { + $foo = ""; + } + $foo; +} + +sub out { + print $texmode? $_[0] : &printnl($_[0]); +} diff --git a/Master/bin/i386-cygwin/disdvi.exe b/Master/bin/i386-cygwin/disdvi.exe Binary files differindex a6f361eeec0..db3a3e93fc7 100755 --- a/Master/bin/i386-cygwin/disdvi.exe +++ b/Master/bin/i386-cygwin/disdvi.exe diff --git a/Master/bin/i386-cygwin/dt2dv.exe b/Master/bin/i386-cygwin/dt2dv.exe Binary files differindex eba486f2f68..b07f517a11e 100755 --- a/Master/bin/i386-cygwin/dt2dv.exe +++ b/Master/bin/i386-cygwin/dt2dv.exe diff --git a/Master/bin/i386-cygwin/dv2dt.exe b/Master/bin/i386-cygwin/dv2dt.exe Binary files differindex df2ae2fca16..3d54bdc924e 100755 --- a/Master/bin/i386-cygwin/dv2dt.exe +++ b/Master/bin/i386-cygwin/dv2dt.exe diff --git a/Master/bin/i386-cygwin/dvi2tty.exe b/Master/bin/i386-cygwin/dvi2tty.exe Binary files differindex 5d705aced1b..28766955423 100755 --- a/Master/bin/i386-cygwin/dvi2tty.exe +++ b/Master/bin/i386-cygwin/dvi2tty.exe diff --git a/Master/bin/i386-cygwin/dvibook.exe b/Master/bin/i386-cygwin/dvibook.exe Binary files differindex 46a503f02c5..8bcd6988b5e 100755 --- a/Master/bin/i386-cygwin/dvibook.exe +++ b/Master/bin/i386-cygwin/dvibook.exe diff --git a/Master/bin/i386-cygwin/dviconcat.exe b/Master/bin/i386-cygwin/dviconcat.exe Binary files differindex a8bdac1eaa8..16a6ad9d51e 100755 --- a/Master/bin/i386-cygwin/dviconcat.exe +++ b/Master/bin/i386-cygwin/dviconcat.exe diff --git a/Master/bin/i386-cygwin/dvicopy.exe b/Master/bin/i386-cygwin/dvicopy.exe Binary files differindex 43afcfc420a..6ee6c9c5869 100755 --- a/Master/bin/i386-cygwin/dvicopy.exe +++ b/Master/bin/i386-cygwin/dvicopy.exe diff --git a/Master/bin/i386-cygwin/dvidvi.exe b/Master/bin/i386-cygwin/dvidvi.exe Binary files differindex e3f46022b73..99ad74830fd 100755 --- a/Master/bin/i386-cygwin/dvidvi.exe +++ b/Master/bin/i386-cygwin/dvidvi.exe diff --git a/Master/bin/i386-cygwin/dvihp b/Master/bin/i386-cygwin/dvihp index 6b149517086..fdaf3fb87bf 100755 --- a/Master/bin/i386-cygwin/dvihp +++ b/Master/bin/i386-cygwin/dvihp @@ -1,6 +1,7 @@ #!/bin/sh # $Id: dvihp,v 1.3 1996/12/03 19:53:56 karl Exp karl $ -# Run dvicopy, then dvilj[k]. kb@mail.tug.org, 1994. Public domain. +# Run dvicopy, then dvilj[k]. Originally written by Karl Berry. +# Public domain. # Try to accept arguments a la dvips, from Thomas Esser. : ${DVILJ=dvilj4} # the dvilj variant to run @@ -43,7 +44,7 @@ usage="Usage: `basename $0` [OPTIONS] [DVIFILE[.dvi]]. Other options are passed to the dvilj program. -Email bug reports to tex-k@mail.tug.org." +Email bug reports to tex-k@tug.org." if test $# -eq 0; then diff --git a/Master/bin/i386-cygwin/dvilj.exe b/Master/bin/i386-cygwin/dvilj.exe Binary files differindex 38ec94845c5..a623409cd8e 100755 --- a/Master/bin/i386-cygwin/dvilj.exe +++ b/Master/bin/i386-cygwin/dvilj.exe diff --git a/Master/bin/i386-cygwin/dvilj2p.exe b/Master/bin/i386-cygwin/dvilj2p.exe Binary files differindex 38890693897..95baab0e770 100755 --- a/Master/bin/i386-cygwin/dvilj2p.exe +++ b/Master/bin/i386-cygwin/dvilj2p.exe diff --git a/Master/bin/i386-cygwin/dvilj4.exe b/Master/bin/i386-cygwin/dvilj4.exe Binary files differindex 13563e5878f..71502c16f25 100755 --- a/Master/bin/i386-cygwin/dvilj4.exe +++ b/Master/bin/i386-cygwin/dvilj4.exe diff --git a/Master/bin/i386-cygwin/dvilj4l.exe b/Master/bin/i386-cygwin/dvilj4l.exe Binary files differindex 1de8e4e7891..5ec1f558473 100755 --- a/Master/bin/i386-cygwin/dvilj4l.exe +++ b/Master/bin/i386-cygwin/dvilj4l.exe diff --git a/Master/bin/i386-cygwin/dvipdfmx.exe b/Master/bin/i386-cygwin/dvipdfmx.exe Binary files differindex 7d2b187bc59..28f999c68cd 100755 --- a/Master/bin/i386-cygwin/dvipdfmx.exe +++ b/Master/bin/i386-cygwin/dvipdfmx.exe diff --git a/Master/bin/i386-cygwin/dvipng.exe b/Master/bin/i386-cygwin/dvipng.exe Binary files differindex 602ba2f2102..e9d6b9a2c29 100755 --- a/Master/bin/i386-cygwin/dvipng.exe +++ b/Master/bin/i386-cygwin/dvipng.exe diff --git a/Master/bin/i386-cygwin/dvipos.exe b/Master/bin/i386-cygwin/dvipos.exe Binary files differindex b418eb15216..9c942b91008 100755 --- a/Master/bin/i386-cygwin/dvipos.exe +++ b/Master/bin/i386-cygwin/dvipos.exe diff --git a/Master/bin/i386-cygwin/dvips.exe b/Master/bin/i386-cygwin/dvips.exe Binary files differindex 73ae2c16928..c13b55a9368 100755 --- a/Master/bin/i386-cygwin/dvips.exe +++ b/Master/bin/i386-cygwin/dvips.exe diff --git a/Master/bin/i386-cygwin/dviselect.exe b/Master/bin/i386-cygwin/dviselect.exe Binary files differindex 72fea3c7d63..958c47caa38 100755 --- a/Master/bin/i386-cygwin/dviselect.exe +++ b/Master/bin/i386-cygwin/dviselect.exe diff --git a/Master/bin/i386-cygwin/dvisvgm.exe b/Master/bin/i386-cygwin/dvisvgm.exe Binary files differnew file mode 100755 index 00000000000..af9618665e3 --- /dev/null +++ b/Master/bin/i386-cygwin/dvisvgm.exe diff --git a/Master/bin/i386-cygwin/dvitodvi.exe b/Master/bin/i386-cygwin/dvitodvi.exe Binary files differindex a9ce40be7a3..339f6cec52a 100755 --- a/Master/bin/i386-cygwin/dvitodvi.exe +++ b/Master/bin/i386-cygwin/dvitodvi.exe diff --git a/Master/bin/i386-cygwin/dvitype.exe b/Master/bin/i386-cygwin/dvitype.exe Binary files differindex d748821928c..60128bbcc6e 100755 --- a/Master/bin/i386-cygwin/dvitype.exe +++ b/Master/bin/i386-cygwin/dvitype.exe diff --git a/Master/bin/i386-cygwin/epsffit.exe b/Master/bin/i386-cygwin/epsffit.exe Binary files differindex 00e4148200f..7c5a73ecc61 100755 --- a/Master/bin/i386-cygwin/epsffit.exe +++ b/Master/bin/i386-cygwin/epsffit.exe diff --git a/Master/bin/i386-cygwin/extconv.exe b/Master/bin/i386-cygwin/extconv.exe Binary files differindex 7350fedde59..d5f3d9ae23e 100755 --- a/Master/bin/i386-cygwin/extconv.exe +++ b/Master/bin/i386-cygwin/extconv.exe diff --git a/Master/bin/i386-cygwin/fmtutil b/Master/bin/i386-cygwin/fmtutil index f12885629e2..6257aba50e7 100755 --- a/Master/bin/i386-cygwin/fmtutil +++ b/Master/bin/i386-cygwin/fmtutil @@ -1,6 +1,7 @@ #!/bin/sh # fmtutil - utility to maintain format files. # Public domain. Originally written by Thomas Esser. +# Run with --help for usage. # program history: # further changes in texk/tetex/ChangeLog. @@ -58,7 +59,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' progname=fmtutil argv0=$0 -version=20091223.1047 +version='$Id: fmtutil 17423 2010-03-11 17:53:34Z karl $' cnf=fmtutil.cnf # name of the config file export PATH @@ -82,13 +83,24 @@ cleanup() ############################################################################### help() { - cat <<'eof' + cat <<eof +$version Usage: fmtutil [OPTION]... CMD [ARG]... +Usage: mktexfmt FMT.fmt|BASE.base|MEM.mem|FMTNAME + +Rebuild and manage TeX formats (and Metafont bases and MetaPost mems). + +If the command name ends in mktexfmt, only one format can be created. +The only options supported are --help and --version, and the command +line must consist of either a format name, with its extension, or a +plain name that is passed as the argument to --byfmt (see below). The +full name of the generated file (if any) is written to stdout, and +nothing else. -Rebuild, manage, and otherwise manipulate TeX formats (and Metafont -bases and MetaPost mems). +If not operating in mktexfmt mode, the command line can be more general, +and multiple formats can be generated, as follows. -Valid options: +Valid options for fmtutil: --cnffile FILE --fmtdir DIRECTORY --no-engine-subdir don't use engine-specific subdir of the fmtdir @@ -97,7 +109,7 @@ Valid options: --dolinks (not implemented, just for compatibility) --force (not implemented, just for compatibility) -Valid commands: +Valid commands for fmtutil: --all recreate all format files --missing create all missing format files --refresh recreate only existing format files @@ -116,6 +128,9 @@ Valid commands: The config file is named fmtutil.cnf, and running kpsewhich fmtutil.cnf should show the active file. + +Report bugs to: tex-k@tug.org +TeX Live home page: <http://tug.org/texlive/> eof cleanup 0 } @@ -398,18 +413,15 @@ main() mktexfmtMode=true fullfmt=$1; shift case $fullfmt in + ""|--help) help ;; + --version) version ;; + --*) abort "unknown option $fullfmt, try --help" ;; *.fmt|*.mem|*.base) - set x --byfmt `echo $fullfmt | sed 's@\.[a-z]*$@@'` ${1+"$@"}; shift - ;; - *.*) - abort "unknown format type: $fullfmt" - ;; - "") - help - ;; - *) - set x --byfmt $fullfmt; shift - ;; + set x --byfmt `echo $fullfmt | sed 's@\.[a-z]*$@@'` ${1+"$@"} + shift + ;; + *.*) abort "unknown format type: $fullfmt" ;; + *) set x --byfmt $fullfmt; shift ;; esac ;; esac @@ -482,7 +494,7 @@ main() esac if test -n "$cfgparam"; then - test -f "$cnf_file" || abort "config file \`$cnf_file' not found" + test -f "$cnf_file" || abort "config file \`$cnf_file' not found (ls-R missing?)" fi if test -n "$cfgmaint"; then diff --git a/Master/bin/i386-cygwin/gftodvi.exe b/Master/bin/i386-cygwin/gftodvi.exe Binary files differindex afcb732077f..b6e2e11e415 100755 --- a/Master/bin/i386-cygwin/gftodvi.exe +++ b/Master/bin/i386-cygwin/gftodvi.exe diff --git a/Master/bin/i386-cygwin/gftopk.exe b/Master/bin/i386-cygwin/gftopk.exe Binary files differindex 1bc4d48bfcd..b70b52e57e9 100755 --- a/Master/bin/i386-cygwin/gftopk.exe +++ b/Master/bin/i386-cygwin/gftopk.exe diff --git a/Master/bin/i386-cygwin/gftype.exe b/Master/bin/i386-cygwin/gftype.exe Binary files differindex 6b283004716..2cdfe45431c 100755 --- a/Master/bin/i386-cygwin/gftype.exe +++ b/Master/bin/i386-cygwin/gftype.exe diff --git a/Master/bin/i386-cygwin/gsftopk.exe b/Master/bin/i386-cygwin/gsftopk.exe Binary files differindex eeb6d6fac07..31d638977ec 100755 --- a/Master/bin/i386-cygwin/gsftopk.exe +++ b/Master/bin/i386-cygwin/gsftopk.exe diff --git a/Master/bin/i386-cygwin/hbf2gf.exe b/Master/bin/i386-cygwin/hbf2gf.exe Binary files differindex 5be2c4ec87b..0f4836decfb 100755 --- a/Master/bin/i386-cygwin/hbf2gf.exe +++ b/Master/bin/i386-cygwin/hbf2gf.exe diff --git a/Master/bin/i386-cygwin/kpseaccess.exe b/Master/bin/i386-cygwin/kpseaccess.exe Binary files differindex 838af6e6540..a07310c10f4 100755 --- a/Master/bin/i386-cygwin/kpseaccess.exe +++ b/Master/bin/i386-cygwin/kpseaccess.exe diff --git a/Master/bin/i386-cygwin/kpsereadlink.exe b/Master/bin/i386-cygwin/kpsereadlink.exe Binary files differindex bd4b0eb654d..3c3ecf02b8e 100755 --- a/Master/bin/i386-cygwin/kpsereadlink.exe +++ b/Master/bin/i386-cygwin/kpsereadlink.exe diff --git a/Master/bin/i386-cygwin/kpsestat.exe b/Master/bin/i386-cygwin/kpsestat.exe Binary files differindex 610c7fa2089..7508feca908 100755 --- a/Master/bin/i386-cygwin/kpsestat.exe +++ b/Master/bin/i386-cygwin/kpsestat.exe diff --git a/Master/bin/i386-cygwin/kpsewhich.exe b/Master/bin/i386-cygwin/kpsewhich.exe Binary files differindex e29953f4d18..9cff81f2f30 100755 --- a/Master/bin/i386-cygwin/kpsewhich.exe +++ b/Master/bin/i386-cygwin/kpsewhich.exe diff --git a/Master/bin/i386-cygwin/lacheck.exe b/Master/bin/i386-cygwin/lacheck.exe Binary files differindex 129922774c9..c7b854402be 100755 --- a/Master/bin/i386-cygwin/lacheck.exe +++ b/Master/bin/i386-cygwin/lacheck.exe diff --git a/Master/bin/i386-cygwin/luatex.exe b/Master/bin/i386-cygwin/luatex.exe Binary files differindex 45672ce38d0..d6132349f33 100755 --- a/Master/bin/i386-cygwin/luatex.exe +++ b/Master/bin/i386-cygwin/luatex.exe diff --git a/Master/bin/i386-cygwin/mag.exe b/Master/bin/i386-cygwin/mag.exe Binary files differindex 78fc1f1af57..2abf5ef1d79 100755 --- a/Master/bin/i386-cygwin/mag.exe +++ b/Master/bin/i386-cygwin/mag.exe diff --git a/Master/bin/i386-cygwin/makeindex.exe b/Master/bin/i386-cygwin/makeindex.exe Binary files differindex 9f163b8099a..1692992533a 100755 --- a/Master/bin/i386-cygwin/makeindex.exe +++ b/Master/bin/i386-cygwin/makeindex.exe diff --git a/Master/bin/i386-cygwin/makejvf.exe b/Master/bin/i386-cygwin/makejvf.exe Binary files differnew file mode 100755 index 00000000000..176dfb719a0 --- /dev/null +++ b/Master/bin/i386-cygwin/makejvf.exe diff --git a/Master/bin/i386-cygwin/mendex.exe b/Master/bin/i386-cygwin/mendex.exe Binary files differnew file mode 100755 index 00000000000..4c5f40636be --- /dev/null +++ b/Master/bin/i386-cygwin/mendex.exe diff --git a/Master/bin/i386-cygwin/mf-nowin.exe b/Master/bin/i386-cygwin/mf-nowin.exe Binary files differindex fb1f54f0a33..5384c84db21 100755 --- a/Master/bin/i386-cygwin/mf-nowin.exe +++ b/Master/bin/i386-cygwin/mf-nowin.exe diff --git a/Master/bin/i386-cygwin/mf.exe b/Master/bin/i386-cygwin/mf.exe Binary files differindex 7872657f834..7a6325993f7 100755 --- a/Master/bin/i386-cygwin/mf.exe +++ b/Master/bin/i386-cygwin/mf.exe diff --git a/Master/bin/i386-cygwin/mft.exe b/Master/bin/i386-cygwin/mft.exe Binary files differindex b4235867ed6..b43f2fd707d 100755 --- a/Master/bin/i386-cygwin/mft.exe +++ b/Master/bin/i386-cygwin/mft.exe diff --git a/Master/bin/i386-cygwin/mktexmf b/Master/bin/i386-cygwin/mktexmf index 32bb85ec3d8..2bd683c7f0a 100755 --- a/Master/bin/i386-cygwin/mktexmf +++ b/Master/bin/i386-cygwin/mktexmf @@ -4,10 +4,10 @@ # (If you change or delete the word `original' on the previous line, # installation won't write this script over yours.) # -# te@dbs.uni-hannover.de, kb@mail.tug.org, and infovore@xs4all.nl. +# Originally written by Thomas Esser. # Public domain. -version='$Id: mktexmf,v 1.27 2005/01/25 17:39:21 olaf Exp $' +version='$Id: mktexmf 16497 2009-12-24 18:38:47Z karl $' progname=`echo $0 | sed 's%.*/%%'` usage="Usage: $progname FONT. diff --git a/Master/bin/i386-cygwin/mktexpk b/Master/bin/i386-cygwin/mktexpk index baed82a83fa..1d0a4b4e2be 100755 --- a/Master/bin/i386-cygwin/mktexpk +++ b/Master/bin/i386-cygwin/mktexpk @@ -8,7 +8,7 @@ # Report bugs to tex-k@tug.org. # Public domain. -version='$Id: mktexpk,v 1.34 2005/06/21 10:49:10 olaf Exp $' +version='$Id: mktexpk 16497 2009-12-24 18:38:47Z karl $' progname=`echo $0 | sed 's%.*/%%'` usage="Usage: $progname [OPTIONS] NAME [REDIRECT], Create a PK font. diff --git a/Master/bin/i386-cygwin/mktextfm b/Master/bin/i386-cygwin/mktextfm index e695f8ffbf4..bc65668e92e 100755 --- a/Master/bin/i386-cygwin/mktextfm +++ b/Master/bin/i386-cygwin/mktextfm @@ -4,10 +4,10 @@ # (If you change or delete the word `original' on the previous line, # installation won't write this script over yours.) # -# te@dbs.uni-hannover.de, kb@mail.tug.org, and infovore@xs4all.nl. +# Primarily written by Thomas Esser, Karl Berry, and Olaf Weber. # Public domain. -version='$Id: mktextfm,v 1.27 2004/07/03 19:25:15 olaf Exp $' +version='$Id: mktextfm 16497 2009-12-24 18:38:47Z karl $' progname=`echo $0 | sed 's%.*/%%'` usage="Usage: $progname [--destdir DESTDIR] FONT. diff --git a/Master/bin/i386-cygwin/mmafm.exe b/Master/bin/i386-cygwin/mmafm.exe Binary files differindex 4fafbcccfbc..8fe4ce0f446 100755 --- a/Master/bin/i386-cygwin/mmafm.exe +++ b/Master/bin/i386-cygwin/mmafm.exe diff --git a/Master/bin/i386-cygwin/mmpfb.exe b/Master/bin/i386-cygwin/mmpfb.exe Binary files differindex 1928d37b859..e6ebffef79f 100755 --- a/Master/bin/i386-cygwin/mmpfb.exe +++ b/Master/bin/i386-cygwin/mmpfb.exe diff --git a/Master/bin/i386-cygwin/mpost.exe b/Master/bin/i386-cygwin/mpost.exe Binary files differindex c42d02f1073..03d92b1270a 100755 --- a/Master/bin/i386-cygwin/mpost.exe +++ b/Master/bin/i386-cygwin/mpost.exe diff --git a/Master/bin/i386-cygwin/musixflx.exe b/Master/bin/i386-cygwin/musixflx.exe Binary files differindex 6dc4cdd4ade..b143d627aac 100755 --- a/Master/bin/i386-cygwin/musixflx.exe +++ b/Master/bin/i386-cygwin/musixflx.exe diff --git a/Master/bin/i386-cygwin/odvicopy.exe b/Master/bin/i386-cygwin/odvicopy.exe Binary files differindex cb028b1f393..b7a6bff6b53 100755 --- a/Master/bin/i386-cygwin/odvicopy.exe +++ b/Master/bin/i386-cygwin/odvicopy.exe diff --git a/Master/bin/i386-cygwin/odvitype.exe b/Master/bin/i386-cygwin/odvitype.exe Binary files differindex 46059c45034..8bbd3269904 100755 --- a/Master/bin/i386-cygwin/odvitype.exe +++ b/Master/bin/i386-cygwin/odvitype.exe diff --git a/Master/bin/i386-cygwin/omfonts.exe b/Master/bin/i386-cygwin/omfonts.exe Binary files differindex c64a26de430..49a54b5828e 100755 --- a/Master/bin/i386-cygwin/omfonts.exe +++ b/Master/bin/i386-cygwin/omfonts.exe diff --git a/Master/bin/i386-cygwin/otangle.exe b/Master/bin/i386-cygwin/otangle.exe Binary files differindex 4edd8e64e70..4a80dbf3e31 100755 --- a/Master/bin/i386-cygwin/otangle.exe +++ b/Master/bin/i386-cygwin/otangle.exe diff --git a/Master/bin/i386-cygwin/otfinfo.exe b/Master/bin/i386-cygwin/otfinfo.exe Binary files differindex bec3640c540..1657dd142dc 100755 --- a/Master/bin/i386-cygwin/otfinfo.exe +++ b/Master/bin/i386-cygwin/otfinfo.exe diff --git a/Master/bin/i386-cygwin/otftotfm.exe b/Master/bin/i386-cygwin/otftotfm.exe Binary files differindex 5c335bbe9f8..d29b1dd288a 100755 --- a/Master/bin/i386-cygwin/otftotfm.exe +++ b/Master/bin/i386-cygwin/otftotfm.exe diff --git a/Master/bin/i386-cygwin/otp2ocp.exe b/Master/bin/i386-cygwin/otp2ocp.exe Binary files differindex 034786dfa68..3e4255ce82d 100755 --- a/Master/bin/i386-cygwin/otp2ocp.exe +++ b/Master/bin/i386-cygwin/otp2ocp.exe diff --git a/Master/bin/i386-cygwin/outocp.exe b/Master/bin/i386-cygwin/outocp.exe Binary files differindex 6906c76feb5..1599ecf97d2 100755 --- a/Master/bin/i386-cygwin/outocp.exe +++ b/Master/bin/i386-cygwin/outocp.exe diff --git a/Master/bin/i386-cygwin/patgen.exe b/Master/bin/i386-cygwin/patgen.exe Binary files differindex 11227fd7d2f..6ab081a56fc 100755 --- a/Master/bin/i386-cygwin/patgen.exe +++ b/Master/bin/i386-cygwin/patgen.exe diff --git a/Master/bin/i386-cygwin/pbibtex.exe b/Master/bin/i386-cygwin/pbibtex.exe Binary files differnew file mode 100755 index 00000000000..7d252521517 --- /dev/null +++ b/Master/bin/i386-cygwin/pbibtex.exe diff --git a/Master/bin/i386-cygwin/pdfclose.exe b/Master/bin/i386-cygwin/pdfclose.exe Binary files differindex 68f6882af3f..5c2f31c853b 100755 --- a/Master/bin/i386-cygwin/pdfclose.exe +++ b/Master/bin/i386-cygwin/pdfclose.exe diff --git a/Master/bin/i386-cygwin/pdfopen.exe b/Master/bin/i386-cygwin/pdfopen.exe Binary files differindex bf0f344e4f9..0852376f198 100755 --- a/Master/bin/i386-cygwin/pdfopen.exe +++ b/Master/bin/i386-cygwin/pdfopen.exe diff --git a/Master/bin/i386-cygwin/pdftex.exe b/Master/bin/i386-cygwin/pdftex.exe Binary files differindex e6d59447e21..219401ec47d 100755 --- a/Master/bin/i386-cygwin/pdftex.exe +++ b/Master/bin/i386-cygwin/pdftex.exe diff --git a/Master/bin/i386-cygwin/pdftosrc.exe b/Master/bin/i386-cygwin/pdftosrc.exe Binary files differindex 63e2fdae1e3..0674860f565 100755 --- a/Master/bin/i386-cygwin/pdftosrc.exe +++ b/Master/bin/i386-cygwin/pdftosrc.exe diff --git a/Master/bin/i386-cygwin/pdvitype.exe b/Master/bin/i386-cygwin/pdvitype.exe Binary files differnew file mode 100755 index 00000000000..1dace5bc42a --- /dev/null +++ b/Master/bin/i386-cygwin/pdvitype.exe diff --git a/Master/bin/i386-cygwin/pfb2pfa.exe b/Master/bin/i386-cygwin/pfb2pfa.exe Binary files differindex f157c3c2a1b..1cb1cb4f71f 100755 --- a/Master/bin/i386-cygwin/pfb2pfa.exe +++ b/Master/bin/i386-cygwin/pfb2pfa.exe diff --git a/Master/bin/i386-cygwin/pk2bm.exe b/Master/bin/i386-cygwin/pk2bm.exe Binary files differindex 32885c43ac1..d55aa9ecf76 100755 --- a/Master/bin/i386-cygwin/pk2bm.exe +++ b/Master/bin/i386-cygwin/pk2bm.exe diff --git a/Master/bin/i386-cygwin/pktogf.exe b/Master/bin/i386-cygwin/pktogf.exe Binary files differindex 66a68549d53..4885cc796e4 100755 --- a/Master/bin/i386-cygwin/pktogf.exe +++ b/Master/bin/i386-cygwin/pktogf.exe diff --git a/Master/bin/i386-cygwin/pktype.exe b/Master/bin/i386-cygwin/pktype.exe Binary files differindex ceac45aa98d..2f3f5c5b8d2 100755 --- a/Master/bin/i386-cygwin/pktype.exe +++ b/Master/bin/i386-cygwin/pktype.exe diff --git a/Master/bin/i386-cygwin/platex b/Master/bin/i386-cygwin/platex new file mode 120000 index 00000000000..cc678e38936 --- /dev/null +++ b/Master/bin/i386-cygwin/platex @@ -0,0 +1 @@ +ptex.exe
\ No newline at end of file diff --git a/Master/bin/i386-cygwin/pltotf.exe b/Master/bin/i386-cygwin/pltotf.exe Binary files differindex c1e11c76ebf..2864a4f93ed 100755 --- a/Master/bin/i386-cygwin/pltotf.exe +++ b/Master/bin/i386-cygwin/pltotf.exe diff --git a/Master/bin/i386-cygwin/pooltype.exe b/Master/bin/i386-cygwin/pooltype.exe Binary files differindex 84e545d1ec6..af67495f560 100755 --- a/Master/bin/i386-cygwin/pooltype.exe +++ b/Master/bin/i386-cygwin/pooltype.exe diff --git a/Master/bin/i386-cygwin/ppltotf.exe b/Master/bin/i386-cygwin/ppltotf.exe Binary files differnew file mode 100755 index 00000000000..0e6add4f1a3 --- /dev/null +++ b/Master/bin/i386-cygwin/ppltotf.exe diff --git a/Master/bin/i386-cygwin/ps2pk.exe b/Master/bin/i386-cygwin/ps2pk.exe Binary files differindex 4047d397bea..0d313e717bb 100755 --- a/Master/bin/i386-cygwin/ps2pk.exe +++ b/Master/bin/i386-cygwin/ps2pk.exe diff --git a/Master/bin/i386-cygwin/psbook.exe b/Master/bin/i386-cygwin/psbook.exe Binary files differindex 205258c7688..c88ee5a1815 100755 --- a/Master/bin/i386-cygwin/psbook.exe +++ b/Master/bin/i386-cygwin/psbook.exe diff --git a/Master/bin/i386-cygwin/psnup.exe b/Master/bin/i386-cygwin/psnup.exe Binary files differindex 022e6fd15e0..b0d25c52a22 100755 --- a/Master/bin/i386-cygwin/psnup.exe +++ b/Master/bin/i386-cygwin/psnup.exe diff --git a/Master/bin/i386-cygwin/psresize.exe b/Master/bin/i386-cygwin/psresize.exe Binary files differindex f9a64296fc8..83d26422cf4 100755 --- a/Master/bin/i386-cygwin/psresize.exe +++ b/Master/bin/i386-cygwin/psresize.exe diff --git a/Master/bin/i386-cygwin/psselect.exe b/Master/bin/i386-cygwin/psselect.exe Binary files differindex 78a48dc0eb5..93e23d54a5f 100755 --- a/Master/bin/i386-cygwin/psselect.exe +++ b/Master/bin/i386-cygwin/psselect.exe diff --git a/Master/bin/i386-cygwin/pstops.exe b/Master/bin/i386-cygwin/pstops.exe Binary files differindex ac3860df55a..d17896613fb 100755 --- a/Master/bin/i386-cygwin/pstops.exe +++ b/Master/bin/i386-cygwin/pstops.exe diff --git a/Master/bin/i386-cygwin/ptex.exe b/Master/bin/i386-cygwin/ptex.exe Binary files differnew file mode 100755 index 00000000000..e911d641e81 --- /dev/null +++ b/Master/bin/i386-cygwin/ptex.exe diff --git a/Master/bin/i386-cygwin/ptftopl.exe b/Master/bin/i386-cygwin/ptftopl.exe Binary files differnew file mode 100755 index 00000000000..7fbe5160628 --- /dev/null +++ b/Master/bin/i386-cygwin/ptftopl.exe diff --git a/Master/bin/i386-cygwin/repstopdf b/Master/bin/i386-cygwin/repstopdf new file mode 120000 index 00000000000..859052f5166 --- /dev/null +++ b/Master/bin/i386-cygwin/repstopdf @@ -0,0 +1 @@ +epstopdf
\ No newline at end of file diff --git a/Master/bin/i386-cygwin/sjisconv.exe b/Master/bin/i386-cygwin/sjisconv.exe Binary files differindex e1618b52bc2..5a59f690c13 100755 --- a/Master/bin/i386-cygwin/sjisconv.exe +++ b/Master/bin/i386-cygwin/sjisconv.exe diff --git a/Master/bin/i386-cygwin/synctex.exe b/Master/bin/i386-cygwin/synctex.exe Binary files differindex 3f3aea1959a..a99705e7b8f 100755 --- a/Master/bin/i386-cygwin/synctex.exe +++ b/Master/bin/i386-cygwin/synctex.exe diff --git a/Master/bin/i386-cygwin/t1ascii.exe b/Master/bin/i386-cygwin/t1ascii.exe Binary files differindex 775e1f7b7bd..c85a4bdfe08 100755 --- a/Master/bin/i386-cygwin/t1ascii.exe +++ b/Master/bin/i386-cygwin/t1ascii.exe diff --git a/Master/bin/i386-cygwin/t1asm.exe b/Master/bin/i386-cygwin/t1asm.exe Binary files differindex 4887e1a5d57..35e0b75ee4e 100755 --- a/Master/bin/i386-cygwin/t1asm.exe +++ b/Master/bin/i386-cygwin/t1asm.exe diff --git a/Master/bin/i386-cygwin/t1binary.exe b/Master/bin/i386-cygwin/t1binary.exe Binary files differindex 609d57e831e..0427c64c9f9 100755 --- a/Master/bin/i386-cygwin/t1binary.exe +++ b/Master/bin/i386-cygwin/t1binary.exe diff --git a/Master/bin/i386-cygwin/t1disasm.exe b/Master/bin/i386-cygwin/t1disasm.exe Binary files differindex 742d09ef3c3..24824e1deb6 100755 --- a/Master/bin/i386-cygwin/t1disasm.exe +++ b/Master/bin/i386-cygwin/t1disasm.exe diff --git a/Master/bin/i386-cygwin/t1dotlessj.exe b/Master/bin/i386-cygwin/t1dotlessj.exe Binary files differindex 797642ebcfc..ddb85f832fc 100755 --- a/Master/bin/i386-cygwin/t1dotlessj.exe +++ b/Master/bin/i386-cygwin/t1dotlessj.exe diff --git a/Master/bin/i386-cygwin/t1lint.exe b/Master/bin/i386-cygwin/t1lint.exe Binary files differindex 94a9e6824c9..c051875ebd5 100755 --- a/Master/bin/i386-cygwin/t1lint.exe +++ b/Master/bin/i386-cygwin/t1lint.exe diff --git a/Master/bin/i386-cygwin/t1mac.exe b/Master/bin/i386-cygwin/t1mac.exe Binary files differindex 8cf04fa1279..948b740b78d 100755 --- a/Master/bin/i386-cygwin/t1mac.exe +++ b/Master/bin/i386-cygwin/t1mac.exe diff --git a/Master/bin/i386-cygwin/t1rawafm.exe b/Master/bin/i386-cygwin/t1rawafm.exe Binary files differindex a0845a3c024..83eed22ac37 100755 --- a/Master/bin/i386-cygwin/t1rawafm.exe +++ b/Master/bin/i386-cygwin/t1rawafm.exe diff --git a/Master/bin/i386-cygwin/t1reencode.exe b/Master/bin/i386-cygwin/t1reencode.exe Binary files differindex 078b08e517d..e13ac7b2f73 100755 --- a/Master/bin/i386-cygwin/t1reencode.exe +++ b/Master/bin/i386-cygwin/t1reencode.exe diff --git a/Master/bin/i386-cygwin/t1testpage.exe b/Master/bin/i386-cygwin/t1testpage.exe Binary files differindex fe3aa20eb2a..f7cdc97bf99 100755 --- a/Master/bin/i386-cygwin/t1testpage.exe +++ b/Master/bin/i386-cygwin/t1testpage.exe diff --git a/Master/bin/i386-cygwin/t1unmac.exe b/Master/bin/i386-cygwin/t1unmac.exe Binary files differindex e9ae5d7d4fa..c799f0ef1bb 100755 --- a/Master/bin/i386-cygwin/t1unmac.exe +++ b/Master/bin/i386-cygwin/t1unmac.exe diff --git a/Master/bin/i386-cygwin/t4ht.exe b/Master/bin/i386-cygwin/t4ht.exe Binary files differindex c979ed087bd..00ab7b83ce8 100755 --- a/Master/bin/i386-cygwin/t4ht.exe +++ b/Master/bin/i386-cygwin/t4ht.exe diff --git a/Master/bin/i386-cygwin/tangle.exe b/Master/bin/i386-cygwin/tangle.exe Binary files differindex a2229617159..24668d822c4 100755 --- a/Master/bin/i386-cygwin/tangle.exe +++ b/Master/bin/i386-cygwin/tangle.exe diff --git a/Master/bin/i386-cygwin/tcdialog.exe b/Master/bin/i386-cygwin/tcdialog.exe Binary files differindex dc542954b3d..483a784a0b3 100755 --- a/Master/bin/i386-cygwin/tcdialog.exe +++ b/Master/bin/i386-cygwin/tcdialog.exe diff --git a/Master/bin/i386-cygwin/teckit_compile.exe b/Master/bin/i386-cygwin/teckit_compile.exe Binary files differindex 04a0d3bdfa6..19a42ae552f 100755 --- a/Master/bin/i386-cygwin/teckit_compile.exe +++ b/Master/bin/i386-cygwin/teckit_compile.exe diff --git a/Master/bin/i386-cygwin/tex.exe b/Master/bin/i386-cygwin/tex.exe Binary files differindex b14509ebccc..3ce8cffc18f 100755 --- a/Master/bin/i386-cygwin/tex.exe +++ b/Master/bin/i386-cygwin/tex.exe diff --git a/Master/bin/i386-cygwin/tex2xindy.exe b/Master/bin/i386-cygwin/tex2xindy.exe Binary files differindex 6630e5c49ec..f8013f3c783 100755 --- a/Master/bin/i386-cygwin/tex2xindy.exe +++ b/Master/bin/i386-cygwin/tex2xindy.exe diff --git a/Master/bin/i386-cygwin/tex4ht.exe b/Master/bin/i386-cygwin/tex4ht.exe Binary files differindex b94d30a51d4..4dc93c90284 100755 --- a/Master/bin/i386-cygwin/tex4ht.exe +++ b/Master/bin/i386-cygwin/tex4ht.exe diff --git a/Master/bin/i386-cygwin/texconfig b/Master/bin/i386-cygwin/texconfig index fe0927136e0..f37b30b1283 100755 --- a/Master/bin/i386-cygwin/texconfig +++ b/Master/bin/i386-cygwin/texconfig @@ -25,7 +25,7 @@ test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' progname=texconfig # the version string -version=20080708.1050 +version='$Id$' envVars=" AFMFONTS BIBINPUTS BSTINPUTS CMAPFONTS CWEBINPUTS ENCFONTS GFFONTS @@ -586,8 +586,9 @@ Get more help with: $progname pdftex $progname xdvi -See http://tug.org/texlive/ for other documentation, etc. -Report bugs to <tex-k@tug.org>." +Report bugs to: tex-k@tug.org +TeX Live home page: <http://tug.org/texlive/> +" case $1 in # texconfig conf diff --git a/Master/bin/i386-cygwin/texlinks b/Master/bin/i386-cygwin/texlinks index c77ceea60c0..09b3488d263 100755 --- a/Master/bin/i386-cygwin/texlinks +++ b/Master/bin/i386-cygwin/texlinks @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: texlinks 13904 2009-06-23 00:47:00Z karl $ +# $Id: texlinks 18035 2010-04-28 17:41:52Z mpg $ # Thomas Esser, 1999, 2002, 2003. public domain. @@ -39,7 +39,7 @@ export PATH # hack around a bug in zsh: test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' -version=20090623.0228 +version='$Id: texlinks 18035 2010-04-28 17:41:52Z mpg $' progname=texlinks cnf=fmtutil.cnf # name of the config file @@ -65,7 +65,9 @@ operate. If no directories are specified and --multiplatform is likewise not specified, the directory of this script itself is used. With --multiplatform, all child dirs of an upper-level bin/ dir are used. -Report bugs to tex-k@tug.org.' +Report bugs to: tex-k@tug.org +TeX Live home page: <http://tug.org/texlive/> +' ############################################################################### # abort(errmsg) @@ -308,7 +310,7 @@ main() main_args_while="$@" test "x$fmt" = "x$engine" && continue - if test -f "$d/$engine"; then + if test -f "$d/$engine$exeext"; then case $unlink in true) rm_link "$d/$fmt";; diff --git a/Master/bin/i386-cygwin/tftopl.exe b/Master/bin/i386-cygwin/tftopl.exe Binary files differindex 03f586dce33..399385efa91 100755 --- a/Master/bin/i386-cygwin/tftopl.exe +++ b/Master/bin/i386-cygwin/tftopl.exe diff --git a/Master/bin/i386-cygwin/tie.exe b/Master/bin/i386-cygwin/tie.exe Binary files differindex 4406b37c7b9..3007fcf7879 100755 --- a/Master/bin/i386-cygwin/tie.exe +++ b/Master/bin/i386-cygwin/tie.exe diff --git a/Master/bin/i386-cygwin/tpic2pdftex b/Master/bin/i386-cygwin/tpic2pdftex index 70c1a33c7e8..8277e0d3c7b 100755 --- a/Master/bin/i386-cygwin/tpic2pdftex +++ b/Master/bin/i386-cygwin/tpic2pdftex @@ -1,6 +1,6 @@ #!/bin/sh - # -# $Id: tpic2pdftex,v 1.94 2007/01/14 19:05:32 hahe Exp $ +# $Id: tpic2pdftex,v 1.97 2010/01/16 11:51:43 hahe Exp $ # # Experimental awk-script for conversion of tpic \specials as produced # by (groff-)pic into pdfTeX \pdfliteral sections for further processing @@ -20,7 +20,7 @@ # Bounding box does not care for line thickness (groff pic feature). # Splines might be outside bounding box. # -# Copyright (C) 2002--2004 by Hartmut Henkel +# Copyright (C) 2002--2010 by Hartmut Henkel # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -33,15 +33,15 @@ # See the GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program; if not, write to the -# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, -# MA 02111-1307 USA +# along with this program. If not, see <http://www.gnu.org/licenses/>. # # The author may be contacted via the e-mail address # # hartmut_henkel@gmx.de # # NEWS: +# 24 Dec. 2009 - use gawk for default awk only if it exists +# (patch by Karl Berry). # 14 Jan. 2007 - make it executable shell script, calling awk # 16 Dec. 2004 - Replaced // {print} by {print} (some AWKs did choke) # 09 Apr. 2004 - Locale check: Decimal point in float numbers? @@ -65,7 +65,55 @@ # ######################################################################## -AWK=${AWK:-gawk} +# In case someone pedantic insists on using grep -E. +: ${EGREP=egrep}} + +# Systems which define $COMSPEC or $ComSpec use semicolons to separate +# directories in TEXINPUTS -- except for Cygwin et al., where COMSPEC +# might be inherited, but : is used. + +if test -n "$COMSPEC$ComSpec" \ + && uname | $EGREP -iv 'cygwin|mingw|djgpp' >/dev/null; then + path_sep=";" +else + path_sep=":" +fi + +# findprog PROG +# ------------- +# Return true if PROG is somewhere in PATH, else false. + +findprog () +{ + local saveIFS="$IFS" + IFS=$path_sep # break path components at the path separator + for dir in $PATH; do + IFS=$saveIFS + # The basic test for an executable is `test -f $f && test -x $f'. + # (`test -x' is not enough, because it can also be true for directories.) + # We have to try this both for $1 and $1.exe. + # + # Note: On Cygwin and DJGPP, `test -x' also looks for .exe. On Cygwin, + # also `test -f' has this enhancement, bot not on DJGPP. (Both are + # design decisions, so there is little chance to make them consistent.) + # Thusly, it seems to be difficult to make use of these enhancements. + # + if { test -f "$dir/$1" && test -x "$dir/$1"; } || + { test -f "$dir/$1.exe" && test -x "$dir/$1.exe"; }; then + return 0 + fi + done + return 1 +} + +if test -z "$AWK"; then # if set by user, leave it. + if findprog gawk; then + AWK=gawk + else + AWK=awk + fi +fi + export LANG="C" AWKPROG=' diff --git a/Master/bin/i386-cygwin/ttf2afm.exe b/Master/bin/i386-cygwin/ttf2afm.exe Binary files differindex 82de51e81ed..b96a580becb 100755 --- a/Master/bin/i386-cygwin/ttf2afm.exe +++ b/Master/bin/i386-cygwin/ttf2afm.exe diff --git a/Master/bin/i386-cygwin/ttf2pk.exe b/Master/bin/i386-cygwin/ttf2pk.exe Binary files differindex 4fbe1827362..0c46cd14aed 100755 --- a/Master/bin/i386-cygwin/ttf2pk.exe +++ b/Master/bin/i386-cygwin/ttf2pk.exe diff --git a/Master/bin/i386-cygwin/ttf2tfm.exe b/Master/bin/i386-cygwin/ttf2tfm.exe Binary files differindex 5f4425c0823..1ed3a30b290 100755 --- a/Master/bin/i386-cygwin/ttf2tfm.exe +++ b/Master/bin/i386-cygwin/ttf2tfm.exe diff --git a/Master/bin/i386-cygwin/ttfdump.exe b/Master/bin/i386-cygwin/ttfdump.exe Binary files differindex ac62271a2cf..83031ef7b35 100755 --- a/Master/bin/i386-cygwin/ttfdump.exe +++ b/Master/bin/i386-cygwin/ttfdump.exe diff --git a/Master/bin/i386-cygwin/ttftotype42.exe b/Master/bin/i386-cygwin/ttftotype42.exe Binary files differindex fd0aeb6d001..1c9166219e8 100755 --- a/Master/bin/i386-cygwin/ttftotype42.exe +++ b/Master/bin/i386-cygwin/ttftotype42.exe diff --git a/Master/bin/i386-cygwin/updmap b/Master/bin/i386-cygwin/updmap index 723bde70a02..2483052a7de 100755 --- a/Master/bin/i386-cygwin/updmap +++ b/Master/bin/i386-cygwin/updmap @@ -1,10 +1,11 @@ #!/bin/sh -# updmap: utility to maintain map files for outline fonts. -# Thomas Esser. Public domain. +# updmap - utility to maintain map files for outline fonts. +# Public domain. Originally written by Thomas Esser. # Run with --help for usage. ############################################################################### # program history: +# further changes in texk/tetex/ChangeLog. # Sun May 25 21:05:32 CEST 2008 (Reinhard Kotucha) # add function symlink_or_copy needed by tl-portable. # Post-te retirement, now maintained in TeX Live; see @@ -94,7 +95,7 @@ export PATH test -n "${ZSH_VERSION+set}" && alias -g '${1+"$@"}'='"$@"' # the version string -version='$Id: updmap 14402 2009-07-23 17:09:15Z karl $' +version='$Id: updmap 17423 2010-03-11 17:53:34Z karl $' # ############################################################################### @@ -104,7 +105,8 @@ version='$Id: updmap 14402 2009-07-23 17:09:15Z karl $' help() { cat <<eof -Usage: updmap [OPTION]... [COMMAND]... +$version +Usage: updmap [OPTION]... [COMMAND]... Update the default font map files used by pdftex, dvips, and dvipdfm, as determined by updmap.cfg (the one returned by running "kpsewhich @@ -159,11 +161,13 @@ written, run updmap -n. For step-by-step instructions on making new fonts known to TeX, see http://tug.org/fonts/fontinstall.html. -Report bugs to <tex-k@tug.org>. +Report bugs to: tex-k@tug.org +TeX Live home page: <http://tug.org/texlive/> eof (exit 0); exit } +# ############################################################################### # verboseMsg(msg) # print `msg' to stderr is $verbose is true @@ -899,7 +903,7 @@ setupCfgFile() case "$cnfFile" in "") cnfFile=`locateWeb2c $cnfFileShort` case "$cnfFile" in - "") abort "config file $cnfFileShort not found" + "") abort "config file $cnfFileShort not found (ls-R missing?)" esac;; esac setupLog @@ -1008,7 +1012,7 @@ processOptions() --help|-help|-h) help;; --version) - echo "$progname version $version."; (exit 0); exit 0;; + echo "$progname version $version"; (exit 0); exit 0;; "") break;; *) abort "$progname: unknown option \`$1'. Try $progname --help for help";; esac diff --git a/Master/bin/i386-cygwin/vftovp.exe b/Master/bin/i386-cygwin/vftovp.exe Binary files differindex ca4edefbb47..6707142a44d 100755 --- a/Master/bin/i386-cygwin/vftovp.exe +++ b/Master/bin/i386-cygwin/vftovp.exe diff --git a/Master/bin/i386-cygwin/vlna.exe b/Master/bin/i386-cygwin/vlna.exe Binary files differindex 123b7fa7ec2..6fb46825368 100755 --- a/Master/bin/i386-cygwin/vlna.exe +++ b/Master/bin/i386-cygwin/vlna.exe diff --git a/Master/bin/i386-cygwin/vptovf.exe b/Master/bin/i386-cygwin/vptovf.exe Binary files differindex 9125bc99059..a7d67dcc677 100755 --- a/Master/bin/i386-cygwin/vptovf.exe +++ b/Master/bin/i386-cygwin/vptovf.exe diff --git a/Master/bin/i386-cygwin/weave.exe b/Master/bin/i386-cygwin/weave.exe Binary files differindex 16c41760b5f..42038b0b992 100755 --- a/Master/bin/i386-cygwin/weave.exe +++ b/Master/bin/i386-cygwin/weave.exe diff --git a/Master/bin/i386-cygwin/xdvi-xaw.exe b/Master/bin/i386-cygwin/xdvi-xaw.exe Binary files differindex 9714506b217..e94af6202ba 100755 --- a/Master/bin/i386-cygwin/xdvi-xaw.exe +++ b/Master/bin/i386-cygwin/xdvi-xaw.exe diff --git a/Master/bin/i386-cygwin/xdvipdfmx.exe b/Master/bin/i386-cygwin/xdvipdfmx.exe Binary files differindex 2b1051b908c..418802e3a91 100755 --- a/Master/bin/i386-cygwin/xdvipdfmx.exe +++ b/Master/bin/i386-cygwin/xdvipdfmx.exe diff --git a/Master/bin/i386-cygwin/xetex.exe b/Master/bin/i386-cygwin/xetex.exe Binary files differindex 2408fbda46d..b45147f7c9f 100755 --- a/Master/bin/i386-cygwin/xetex.exe +++ b/Master/bin/i386-cygwin/xetex.exe diff --git a/Master/bin/i386-cygwin/xindy-lisp.exe b/Master/bin/i386-cygwin/xindy-lisp.exe Binary files differindex 21942557d88..736718c6537 100755 --- a/Master/bin/i386-cygwin/xindy-lisp.exe +++ b/Master/bin/i386-cygwin/xindy-lisp.exe diff --git a/Master/bin/i386-cygwin/xindy.mem b/Master/bin/i386-cygwin/xindy.mem Binary files differindex 07313f890e3..e7b3b1e0440 100644 --- a/Master/bin/i386-cygwin/xindy.mem +++ b/Master/bin/i386-cygwin/xindy.mem |