summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-04-16 22:45:23 +0000
committerKarl Berry <karl@freefriends.org>2008-04-16 22:45:23 +0000
commit49196198aeedbac128ad31c9d43e4dd6cb694742 (patch)
tree6228f23f811707464c1ebe8b25c36a84f83e52d6
parent7c4a225d15aa459868f3ecad2d2f49d7d52d0961 (diff)
remove old installer, CD vs. DVD files
git-svn-id: svn://tug.org/texlive/trunk@7460 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/00INST.TL5
-rw-r--r--Master/00LIVE.TL6
-rwxr-xr-xMaster/common.sh1485
-rwxr-xr-xMaster/install-compr.sh212
-rwxr-xr-xMaster/install-live.sh340
-rwxr-xr-xMaster/install-pkg-compr.sh242
-rwxr-xr-xMaster/install-pkg-live.sh244
-rw-r--r--Master/setuptl/Changelog44
-rw-r--r--Master/setuptl/Readme14
-rw-r--r--Master/setuptl/TLPM/blng.pm36
-rw-r--r--Master/setuptl/TLPM/check.pm67
-rw-r--r--Master/setuptl/TLPM/cmdl.pm149
-rw-r--r--Master/setuptl/TLPM/common.pm253
-rw-r--r--Master/setuptl/TLPM/constants.pm108
-rw-r--r--Master/setuptl/TLPM/help.pm472
-rw-r--r--Master/setuptl/TLPM/incl.pm60
-rw-r--r--Master/setuptl/TLPM/info.pm39
-rw-r--r--Master/setuptl/TLPM/inst.pm237
-rw-r--r--Master/setuptl/TLPM/list.pm58
-rw-r--r--Master/setuptl/TLPM/pkg.pm478
-rw-r--r--Master/setuptl/TLPM/reg.pm51
-rw-r--r--Master/setuptl/TLPM/uninst.pm117
-rw-r--r--Master/setuptl/help/helpcs.html86
-rw-r--r--Master/setuptl/help/helpcz.html86
-rw-r--r--Master/setuptl/help/helpde.html80
-rw-r--r--Master/setuptl/help/helpen.html82
-rw-r--r--Master/setuptl/help/helpfr.html206
-rw-r--r--Master/setuptl/help/helppl.html76
-rw-r--r--Master/setuptl/help/helpsk.html86
-rw-r--r--Master/setuptl/msgs/cs.msg706
-rw-r--r--Master/setuptl/msgs/cz.msg706
-rw-r--r--Master/setuptl/msgs/de.msg714
-rw-r--r--Master/setuptl/msgs/en.msg706
-rw-r--r--Master/setuptl/msgs/fr.msg709
-rw-r--r--Master/setuptl/msgs/pl.msg707
-rw-r--r--Master/setuptl/msgs/sk.msg706
-rw-r--r--Master/setuptl/msgs/translate_me.msg706
-rw-r--r--Master/setuptl/tclpip84.dllbin16384 -> 0 bytes
-rwxr-xr-xMaster/setuptl/tlpm-darwin-univ-aqua.pl150
-rwxr-xr-xMaster/setuptl/tlpm-i386-darwin.pl150
-rwxr-xr-xMaster/setuptl/tlpm-i386-linux.pl150
-rwxr-xr-xMaster/setuptl/tlpm-powerpc-darwin.pl150
-rwxr-xr-xMaster/setuptl/tlpm-x86_64-linux.pl150
-rw-r--r--Master/setuptl/tlpm.batch25
-rw-r--r--Master/setuptl/tlpm.exebin449097 -> 0 bytes
-rw-r--r--Master/setuptl/tlpm.readme444
-rw-r--r--Master/setuptl/tlpm.winconf79
-rwxr-xr-xMaster/setuptl/tlpmgui-darwin-univ-aquabin3344388 -> 0 bytes
-rwxr-xr-xMaster/setuptl/tlpmgui-i386-linuxbin2234573 -> 0 bytes
-rwxr-xr-xMaster/setuptl/tlpmgui-x86_64-linuxbin2497702 -> 0 bytes
-rw-r--r--Master/setuptl/tlpmgui.exebin1250525 -> 0 bytes
-rw-r--r--Master/setuptl/which.exebin12288 -> 0 bytes
-rwxr-xr-xMaster/tlpkg/bin/check-file-coverage4
-rwxr-xr-xMaster/utils.sh443
54 files changed, 1 insertions, 12823 deletions
diff --git a/Master/00INST.TL b/Master/00INST.TL
deleted file mode 100644
index 8cadca9d363..00000000000
--- a/Master/00INST.TL
+++ /dev/null
@@ -1,5 +0,0 @@
-$Id$
-
-This is the TeX Live `inst' distribution. You can *not* run programs
-directly from it, you must install it to disk. It includes all packages.
-
diff --git a/Master/00LIVE.TL b/Master/00LIVE.TL
deleted file mode 100644
index a47c39dad8f..00000000000
--- a/Master/00LIVE.TL
+++ /dev/null
@@ -1,6 +0,0 @@
-$Id$
-
-This is the TeX Live `live' distribution. You can run programs directly
-from it, or install it to disk, and all packages are present. It is too
-large to fit on a standard CD.
-
diff --git a/Master/common.sh b/Master/common.sh
deleted file mode 100755
index e32fd378adc..00000000000
--- a/Master/common.sh
+++ /dev/null
@@ -1,1485 +0,0 @@
-#!/bin/sh
-# $Id$
-#
-# common.sh -- common routines for the TeX Live installation scripts.
-# Do not call directly.
-#
-# Copyright 2003, 2004, 2005, 2006, 2007 Sebastian Rahtz and Karl Berry.
-#
-# 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., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-#
-# Send bug reports or suggestions to tex-live@tug.org.
-
-# We only do English, and we don't want different locales to mess up the
-# output of, e.g., ls.
-LC_ALL=C; export LC_ALL
-
-setvars()
-{
- # These names correspond to the texmf/lists/bin-tex.* files, with -
- # changed to _.
- p_alpha_linux_n='DEC Alpha with GNU/Linux'
- p_alphaev5_osf_n='DEC Alphaev5 OSF'
- p_hppa_hpux_n='HP-UX'
- p_i386_cygwin_n='Intel x86 with Cygwin'
- p_i386_darwin_n='Intel x86 with MacOSX/Darwin'
- p_i386_freebsd_n='Intel x86 with FreeBSD'
- p_i386_openbsd_n='Intel x86 with OpenBSD'
- p_i386_linux_n='Intel x86 with GNU/Linux'
- p_i386_solaris_n='Intel x86 with Sun Solaris'
- p_mips_irix_n='SGI IRIX'
- p_powerpc_aix_n='PowerPC with AIX'
- p_powerpc_darwin_n='PowerPC with MacOSX/Darwin'
- p_powerpc_linux_n='PowerPC with GNU/Linux'
- p_sparc_linux_n='Sparc with GNU/Linux'
- p_sparc_solaris_n='Sparc with Solaris'
- p_win32_n='Windows'
- p_x86_64_linux_n='Intel x86_64 with GNU/Linux'
-
- iden_1=a
- iden_2=b
- iden_3=c
- iden_4=d
- iden_5=e
- iden_6=f
- iden_7=g
- iden_8=h
- iden_9=i
- iden_10=j
- iden_11=k
- iden_12=l
- iden_13=m
- iden_14=n
- iden_15=o
- iden_16=p
- iden_17=s
- iden_18=t
- iden_19=u
- iden_20=v
- iden_21=w
- iden_22=x
- iden_23=y
- iden_24=z
- iden_25=A
- iden_26=B
- iden_27=C
- iden_28=D
- iden_29=E
- iden_30=F
- iden_31=G
- iden_32=H
- iden_33=I
- iden_34=J
- iden_35=K
- iden_36=L
- iden_37=M
- iden_38=N
- iden_39=O
- iden_40=P
- iden_41=T
- iden_42=U
- iden_43=V
- iden_44=W
- iden_45=X
- iden_46=Y
- iden_47=Z
- iden_48=1
- iden_49=2
- iden_50=3
- iden_51=4
- iden_52=5
- iden_53=6
- iden_54=7
- iden_55=8
- iden_56=9
- iden_57=0
-}
-
-
-series_select_level()
-{
- p=$1
- l=$2
- case $l in
- 0) eval p_${p}_s=false
- eval p_${p}_level=\'[ ]\'
- eval p_${p}_dus=0;;
- 1) eval p_${p}_s=true
- eval p_${p}_level=\'[X]\'
- eval p_${p}_dus=\$p_${p}_du;;
- 2) eval S=\$p_${p}_s
- if test "$S" = "true"; then
- eval p_${p}_s=false
- eval p_${p}_level=\'[ ]\'
- eval p_${p}_dus=0
- else
- eval p_${p}_s=true
- eval p_${p}_level=\'[X]\'
- eval p_${p}_dus=\$p_${p}_du
- fi
- ;;
- esac
- setlength p_${p}_dus 6
-}
-
-scheme_select()
-{
- S=`echo $1 | sed -e 's/_/-/g' `
- series_lang_allnone
- series_allnone
- for i in `grep "^-collection-" $LISTS/$S.scheme | sed -e 's/^-//' -e 's/-/_/g'`
- do
- series_select_level $i 1
- done
- selected_packages=`grep "^[+\-]" $LISTS/$S.scheme | grep -v collection- | sed -e 's/^.//' -e 's/-/_/'`
- selected_collections=`grep "^-collection-" $LISTS/$S.scheme | sed -e 's/^-collection-//'`
-}
-
-system_selectall()
-{
- size=0
- for s in $all_systems; do
- eval p_${p}_s=false
- eval size=\`expr $size + \$p_${s}_du\`
- eval p_${s}_s=true
- done
- all_systems_ns=$all_systems_anz
- setlength all_systems_ns 2
-}
-
-system_deselectall()
-{
- for s in $all_systems; do
- series_select_level $s 0
- done
- all_systems_ns=0
- setlength all_systems_ns 2
-}
-
-series_lang_allnone()
-{
- for s in $all_lang_collections; do
- series_select_level $s 0
- done
- series_select_level tex_basic 1
- total_stat
-}
-
-series_lang_allall()
-{
- for s in $all_lang_collections; do
- series_select_level $s 1
- done
- total_stat
-}
-
-series_allnone()
-{
- for s in $all_collections; do
- series_select_level $s 0
- done
- series_select_level tex_basic 1
- total_stat
-}
-
-series_allall()
-{
- for s in $all_collections; do
- series_select_level $s 1
- done
- total_stat
-}
-
-
-systems_init () {
- $echon "Initializing system packages... "
- all_systems=
- anz=0
- for s in $systems; do
- anz=`expr $anz + 1`
- t=`echo $s | sed 's@-@_@g; s@\.@@g'`
- all_systems="$all_systems $t"
- eval p_${t}_fn=$s
- eval p_${t}_s=false
- done
- echo "done."
-
- all_systems_anz=$anz
- platform_guess
- if test -n "$this_system"; then
- eval p_${this_system}_s=true
- eval this_platform_n=\$p_${this_system}_n
- eval this_platform_fn=\$p_${this_system}_fn
- all_systems_ns=1
- else
- all_systems_ns=0
- fi
- setlength all_systems_anz 2
- setlength all_systems_ns 2
- total_stat
-}
-
-select_platforms()
-{
- changed=false
- cls
- echo "Available sets of binaries: ";
- for p in $all_systems; do eval name=\"\$p_${p}_n\"; echo " $p: $name" ;done
- echo "You can now choose to install some of these "
- echo "Possible answers: <Y>es, <N>o, <R>eturn to main menu, <Q>uit."
- echo ""
- for p in $all_systems; do
- eval name=\"\$p_${p}_n\"
- case `getopt YNRQ "Install binaries for system [$p] $name"` in
- Y) eval p_${p}_s=true; changed=true;;
- N) eval p_${p}_s=false; changed=true;;
- R) break;;
- Q) exit_on_confirm;;
- esac
- done
- $changed && { system_stat; total_stat; }
-}
-
-system_stat()
-{
- $echon "Counting selected system packages... "
- anz=0
- for i in $all_systems; do
- eval \$p_${i}_s && anz=`expr $anz + 1`
- done
- all_systems_ns=$anz
- setlength all_systems_ns 2
- echo "done."
-}
-
-nobinstat()
-{
- $echon "Counting selected collections... "
- anz=0
- for i in $all_collections; do
- eval \$p_${i}_s && anz=`expr $anz + 1`
- done
- for i in $all_lang_collections; do
- eval \$p_${i}_s && anz=`expr $anz + 1`
- done
- all_collections_ns=$anz
- setlength all_collections_ns 2
- echo "done."
-
- $echon "Calculating disk space requirements for collections..."
- size=0
- for i in $all_collections; do
- eval \$p_${i}_s && eval size=\`expr $size + \$p_${i}_du\`
- done
- for i in $all_lang_collections; do
- eval \$p_${i}_s && eval size=\`expr $size + \$p_${i}_du\`
- done
- all_collections_dus=$size
- setlength all_collections_dus 6
- echo "done."
-}
-
-total_stat()
-{
- nobinstat
- total_dus=`expr $all_collections_dus`
- setlength total_dus 6
-}
-
-this_platform_set()
-{
- system_deselectall
- if test -n "$this_system"; then
- eval p_${this_system}_s=true
- size=0
- eval this_platform_n=\$p_${this_system}_n
- eval this_platform_fn=\$p_${this_system}_fn
- all_systems_ns=1
- fi
- if { echo "$all_systems" | grep -q " $this_system"; } ; then
- warn_nobin=""
- else
- warn_nobin="===> WARNING: No binaries for this platform on CD! <===
-There was not enough space, sorry. You can either select a different
-set of binaries from the <B> menu, or use the live image, or download
-the binaries separately via rsync. See http://tug.org/texlive."
- fi
-}
-
-TEXMFCNF__fix_texmf()
-{
- #test "$TEXDIR/texmf" = "$TEXMF" && return
- #test -w "$TEXMFCNF_DIR/texmf.cnf" || return
- cd $work_dir || exit 1
- #
- LOCAL=$TEXMFLOCAL
- if test "x$LOCAL_CHANGE" = "x1"; then
- : # explicitly set by user.
- elif test "x$LOCAL_CHANGE" = "x2"; then
- # implicitly set by changing TEXDIR
- LOCAL="\$SELFAUTOPARENT/texmf-local"
- else
- # no changes, meaning they took the default of /usr/local/texlive/YYYY,
- # meaning we want /usr/local/texlive/texmf-local ... one level up.
- LOCAL="\$SELFAUTOPARENT/../texmf-local"
- fi
- echo "Setting local tree (TEXMFLOCAL) to $LOCAL in $TEXMFCNF_DIR/texmf.cnf... " >&2
- sed "s@^TEXMFLOCAL.*@TEXMFLOCAL=$LOCAL@" $TEXMFCNF_DIR/texmf.cnf \
- >.sed_tmp.$$
- #
- VAR=$TEXMFSYSVAR
- test "x$VAR_CHANGE" = "x" && VAR="\$SELFAUTOPARENT/texmf-var"
- echo "Setting system var tree (TEXMFSYSVAR) to $VAR in $TEXMFCNF_DIR/texmf.cnf... " >&2
- sed "s@^TEXMFSYSVAR.*@TEXMFSYSVAR=$VAR@" \
- <.sed_tmp.$$ >$TEXMFCNF_DIR/texmf.cnf
- rm .sed_tmp.$$
- #
- # the TEXMFHOME tree
- if test "x$TEXMFHOME" != x'$HOME/texmf' && test "x$HOME" != x/ \
- && test -n "$HOME"; then
- # if the variable starts with the explicit home of the current user
- # (as in "/u/karl") replace that with the string '$HOME' as the
- # explicit home of the current user is unlikely to ever be right.
- #
- # Furthermore, if the current user's HOME is / (ie, installing as
- # root), we don't want to replace / with '$HOME'.
- #
- if echo "$TEXMFHOME" | grep "$HOME" >/dev/null; then
- hme=`echo "$TEXMFHOME" | sed "s,$HOME/*,,"`
- TEXMFHOME="\$HOME/$hme"
- fi
- #
- echo "Setting TEXMFHOME to $TEXMFHOME in $TEXMFCNF_DIR/texmf.cnf... " >&2
- sed "s,^TEXMFHOME.*,TEXMFHOME=$TEXMFHOME," $TEXMFCNF_DIR/texmf.cnf \
- >sedtmp.$$
- cp sedtmp.$$ $TEXMFCNF_DIR/texmf.cnf
- rm -f sedtmp.$$
- fi
-
- echo "Done updating texmf.cnf." >&2
- echo >&2
-}
-
-
-TEXMFCNF__fix_fmtutil()
-{
- echo "Configuring fmtutil.cnf from $TEXMFCNF_DIR into $TEXMFSYSVAR/web2c... " >&2
- cd $work_dir
- mkdirhier $TEXMFSYSVAR/web2c
- sed "s@^\#!\#@@" $TEXMFCNF_DIR/fmtutil.cnf > $TEXMFSYSVAR/web2c/fmtutil.cnf
-}
-
-
-
-prepare_dirs()
-{
- $echon "Preparing destination directories... " >&2
- unset TEXMFCNF
- unset TEXMFMAIN
- test -d "$CDDIR" \
- || fatal "$CDDIR does not seem to be the TeX Live distribution!"
-
- work_dir=${TMP-/tmp}/.tmp_tlinst.$$
- ERRLOG=$work_dir/.errlog.$$
-
- trap "cd /; rm -rf $work_dir $TEXDIR/texmf/.tmp_testfile.$$;trap '' 0; exit 0" 0 1 2 15
-
- alldirs="$TMPDIR $TEXDIR $TEXMFSYSVAR $TEXMF $work_dir $opt_symlinks_bin $opt_symlinks_info"
- test -z "$TEXMFSYSVAR" ||
- alldirs="$alldirs $TEXMFSYSVAR/fonts/pk $TEXMFSYSVAR/fonts/tfm"
- test -z "$opt_varfonts_dir" ||
- alldirs="$alldirs $opt_varfonts_dir/pk $opt_varfonts_dir/tfm"
- for dir in $alldirs; do
- while test ! -d $dir || test ! -w $dir; do
- mkdirhier $dir
- test -d $dir || { warn "could not make directory '$dir'"; continue; }
- test -w $dir || { warn "cannot write to directory '$dir'"; continue; }
- done
- done
- test -z "$TEXMFSYSVAR" || chmod -R a+w $TEXMFSYSVAR ||
- warn "command 'chmod -R a+w $TEXMFSYSVAR' failed"
- test -z "$opt_varfonts_dir" ||
- chmod 1777 $opt_varfonts_dir/pk $opt_varfonts_dir/tfm ||
- warn "command 'chmod 1777 $opt_varfonts_dir/pk $opt_varfonts_dir/tfm' failed"
-
- echo "done preparing." >&2
- if test "$all_systems_ns" = 1; then
- cls
- textvar_show screen_6
- echo
- fi
-}
-
-make_var_skeleton ()
-{
- mkdirhier $TEXMFSYSVAR/tex/generic/config
- mkdirhier $TEXMFSYSVAR/dvipdfm/config
- mkdirhier $TEXMFSYSVAR/tex/plain/config
- mkdirhier $TEXMFSYSVAR/dvips/config
- mkdirhier $TEXMFSYSVAR/fonts/map/dvipdfm/updmap
- mkdirhier $TEXMFSYSVAR/fonts/map/dvips/updmap
- mkdirhier $TEXMFSYSVAR/fonts/map/pdftex/updmap
- mkdirhier $TEXMFSYSVAR/web2c
- mkdirhier $TEXMFSYSVAR/xdvi
- mkdirhier $TEXMFSYSVAR/tex/context/config
-}
-
-make_local_skeleton ()
-{
- # skeleton local hierarchy
- mkdirhier $TEXMFLOCAL/tex/latex/local
- mkdirhier $TEXMFLOCAL/tex/plain/local
- mkdirhier $TEXMFLOCAL/dvips/local
- mkdirhier $TEXMFLOCAL/bibtex/bib/local
- mkdirhier $TEXMFLOCAL/bibtex/bst/local
- mkdirhier $TEXMFLOCAL/fonts/tfm/local
- mkdirhier $TEXMFLOCAL/fonts/vf/local
- mkdirhier $TEXMFLOCAL/fonts/source/local
- mkdirhier $TEXMFLOCAL/fonts/type1/local
- mkdirhier $TEXMFLOCAL/metapost/local
- mkdirhier $TEXMFLOCAL/web2c
-}
-
-
-maketex_setoptfonts()
-{
- test -w "$TEXMFCNF_DIR/texmf.cnf" || return
- test "$opt_varfonts" = X || return
- $echon "Setting VARFONTS in texmf.cnf... " >&2
- ed "$TEXMFCNF_DIR/texmf.cnf" >$ERRLOG 2>&1 <<eof
-/^VARTEXFONTS.*=/
-c
-VARTEXFONTS = $opt_varfonts_dir
-.
-w
-q
-eof
- show_error
- echo "Done setting varfonts." >&2
-
- mtsite=$TEXMFCNF_DIR/mktex.cnf
- chmod u+w $mtsite
- test -w "$mtsite" || return
- show_error
- $echon "Adding varfonts feature in $mtsite... " >&2
- ed "$mtsite" >$ERRLOG 2>&1 <<'eof'
-/MT_FEATURES=appendonlydir/
-s/dir/dir:varfonts/
-w
-q
-eof
- show_error
- echo "Done adding varfonts." >&2
-}
-
-greetings()
-{
- cat <<ENDG
-
-See ./index.html for links to documentation.
-The TeX Live web site (http://tug.org/texlive/)
-contains any updates and corrections.
-
-TeX Live is a joint project of the TeX user groups around the world;
-please consider supporting it by joining the group best for you.
-The list of groups is available on the web at
-http://tug.org/usergroups.html.
-
-Welcome to TeX Live!
-
-ENDG
-}
-
-opt_do_symlinks()
-{
- test "$opt_symlinks" = X || return
-
- $echon 'Creating symbolic links...'
- texdocdir=$TEXDIR/texmf/doc
-
- # Dynamically see which man sections we have.
- mans=`(cd $texdocdir/man && echo *)`
- test -z "$mans" && return # unlikely but possible
- #
- for m in $mans; do
- mandir=$texdocdir/man/$m
- test -d $mandir || continue # in case a README or something sneaks in.
-
- mkdirhier $opt_symlinks_man/$m
- test ! -w $opt_symlinks_man/$m && continue
-
- $echon " $m"
- cd $opt_symlinks_man/$m || continue
- rm -f `ls $mandir`
- ln -s $mandir/* .
- done
-
- # no subdirs for info.
- infodir=$texdocdir/info
- if test -w "$opt_symlinks_info"; then
- $echon " info"
- if cd $opt_symlinks_info; then
- rm -f `ls $infodir`
- ln -s $infodir/*info* .
- fi
- fi
-
- this_platform_bin=
- if test -x $TEXDIR/bin/tex; then
- this_platform_bin=$TEXDIR/bin
- elif test -x $TEXDIR/bin/$this_platform_fn/tex; then
- this_platform_bin=$TEXDIR/bin/$this_platform_fn
- fi
- if test -n "$this_platform_bin"; then
- $echon " binaries"
- $debug && echo " (target $this_platform_bin)"
- if cd $opt_symlinks_bin; then
- rm -f `ls $this_platform_bin`
- ln -s $this_platform_bin/* .
- fi
- fi
-
- echo ' ... done linking.'
-}
-
-################################################################
-# menus:
-################################################################
-menu_main()
-{
- while true; do
- cls
- opt_savespace_man=X
- echo; textvar_show screen_1; echo
- case `getopt BCDHILOPQRS 'Enter command'` in
- B) select_platforms;;
- C) menu_series_customize;;
- D) menu_directories;;
- H) helpme help_1;;
- I) install_now;;
- L) menu_lang_series_customize;;
- O) menu_options;;
- P) menu_this_platform;;
- Q) exit_on_confirm;;
- R) install_cd;;
- S) menu_schemes;;
- esac
- done
-}
-
-
-# NEW PLATFORM: change getopt call and add a new case.
-menu_this_platform()
-{
- while true; do
- cls
- textvar_show screen_5; echo
- case `getopt NABCDEFGHIJKLMOPRSQ 'Select the platform you are currently on'` in
- N) this_system=''; this_platform_set ;;
- A) this_system=i386_linux; this_platform_set ;;
- B) this_system=win32; this_platform_set ;;
- C) this_system=powerpc_darwin; this_platform_set ;;
- D) this_system=i386_darwin; this_platform_set ;;
- E) this_system=alpha_linux; this_platform_set ;;
- F) this_system=mips_irix; this_platform_set ;;
- G) this_system=powerpc_aix; this_platform_set ;;
- H) this_system=powerpc_linux; this_platform_set ;;
- I) this_system=hppa_hpux; this_platform_set ;;
- J) this_system=sparc_linux; this_platform_set ;;
- K) this_system=sparc_solaris; this_platform_set ;;
- L) this_system=i386_solaris; this_platform_set ;;
- M) this_system=i386_freebsd; this_platform_set ;;
- # N above
- O) this_system=i386_openbsd; this_platform_set ;;
- P) this_system=i386_cygwin; this_platform_set ;;
- # QR below
- S) this_system=x86_64_linux; this_platform_set ;;
- #
- Q) exit_on_confirm ;;
- R) total_stat; return ;;
- esac
- done
-}
-
-
-# This runs for scheme selection <S>.
-menu_schemes()
-{
- while true; do
- for i in $all_schemes
- do
- eval key=\"\$schemes_${i}_ident\"
- eval name=\"\$schemes_${i}_n\"
- echo $key $name
- done | pr -t -2 -
- echo
- echo "Current scheme: $selected_scheme."
- echo
- echo ' Press <S> to see collections for this scheme,'
- echo ' <R> to return to main menu, <Q> to quit'
- K=`getopt ABCDEFGHIJKLMNOPQRSTUVWXYZ ' or press key to select a scheme'`
- case $K in
- Q) exit_on_confirm;;
- R) total_stat; return;;
- S) echo
- echo "Collections: $selected_collections" | sed 's/tex_//g' | fmt
- echo
- ;;
- *) eval W=\"\$SCHEMES_${K}\"
- selected_scheme=$W
- scheme_select $W
- total_stat
- echo "New scheme: $selected_scheme."
- return;;
- esac
- done
-}
-
-# emacs-page
-menu_series_customize()
-{
- while true; do
- cls
- for i in $all_collections
- do
- eval status=\"\$p_${i}_level\"
- eval key=\"\$p_${i}_ident\"
- eval name=\"\$p_${i}_n\"
- echo $key $status $name
- done | pr -t -2 -
- textvar_show screen_customize; echo
- K=`getoptallcase -+abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 'Press key to toggle status of collection'`
- case $K in
- +) series_allall;;
- -) series_allnone;;
- R) total_stat; return ;;
- r) total_stat; return ;;
- Q) exit_on_confirm;;
- q) exit_on_confirm;;
- *) eval W=\"\$P_${K}\"
- series_select_level $W 2;
- esac
- done
-}
-
-menu_lang_series_customize()
-{
- while true; do
- cls
- for i in $all_lang_collections
- do
- eval status=\"\$p_${i}_level\"
- eval key=\"\$p_${i}_ident\"
- eval name=\"\$p_${i}_n\"
- echo $key $status $name
- done | pr -t -2 -
- textvar_show screen_customize; echo
- K=`getoptallcase -+abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890 'Press key to toggle status of collection'`
- case $K in
- +) series_lang_allall;;
- -) series_lang_allnone;;
- R) total_stat; return ;;
- Q) exit_on_confirm;;
- r) total_stat; return ;;
- q) exit_on_confirm;;
- *) eval W=\"\$LP_${K}\"
- series_select_level $W 2;
- esac
- done
-}
-
-
-menu_directories()
-{
- while true; do
- cls
- textvar_show screen_2; echo
- case `getopt 1234RQ 'Enter command'` in
- 1) gets TEXDIR
- LOCAL_CHANGE=2
- TEXDIR=`dirname "$TEXDIR/x" | sed 's@//*@/@g'`
- TEXMF=`echo $TEXDIR/texmf | sed 's@//*@/@g'`
- TEXMFLOCAL=`echo $TEXDIR/texmf-local`
- TEXMFSYSVAR=`echo $TEXDIR/texmf-var`
- ;;
- 2) gets TEXMFLOCAL
- LOCAL_CHANGE=1
- TEXMFLOCAL=`dirname "$TEXMFLOCAL/x" | sed 's@//*@/@g'`
- ;;
- 3) gets TEXMFSYSVAR
- VAR_CHANGE=1
- TEXMFSYSVAR=`dirname "$TEXMFSYSVAR/x" | sed 's@//*@/@g'`
- ;;
- 4) gets TEXMFHOME
- TEXMFHOME=`dirname "$TEXMFHOME/x" | sed 's@//*@/@g'` ;;
- R) return;;
- Q) exit_on_confirm;;
- esac
- done
-}
-
-menu_options()
-{
- while true; do
- cls
- textvar_show screen_3; echo
- case `getopt ADFLRSQ 'Enter command'` in
- A) toggle opt_varfonts
- if test "$opt_varfonts" = X; then
- cls; textvar_show screen_3; echo
- opt_varfonts_dir=$opt_varfonts_dir_last
- test -z "$opt_varfonts_dir" && opt_varfonts_dir=/tmp/texfonts
- gets opt_varfonts_dir 'alternate directory'
- else
- opt_varfonts_dir_last=$opt_varfonts_dir
- opt_varfonts_dir=''
- fi
- ;;
- S) toggle opt_source
- if test "$opt_source" = X; then
- cls; textvar_show screen_3; echo
- fi
- ;;
- D) toggle opt_doc
- if test "$opt_doc" = X; then
- cls; textvar_show screen_3; echo
- fi
- ;;
- L) toggle opt_symlinks
- if test "$opt_symlinks" = X; then
- cls; textvar_show screen_3; echo
- #
- opt_symlinks_bin=$opt_symlinks_bin_last
- test -z "$opt_symlinks_bin" && opt_symlinks_bin=/usr/bin
- gets opt_symlinks_bin 'binary directory'
- #
- opt_symlinks_man=$opt_symlinks_man_last
- if test -z "$opt_symlinks_man"; then
- if test "$opt_symlinks_bin" = /usr/bin; then
- opt_symlinks_man=/usr/share/man # /usr/man no longer common
- else
- opt_symlinks_man=`dirname $opt_symlinks_bin`/man
- fi
- fi
- gets opt_symlinks_man 'man directory '
- #
- opt_symlinks_info=$opt_symlinks_info_last
- if test -z "$opt_symlinks_info"; then
- if test "$opt_symlinks_bin" = /usr/bin; then
- opt_symlinks_info=/usr/share/info # ditto for info
- else
- opt_symlinks_info=`dirname $opt_symlinks_bin`/info
- fi
- fi
- gets opt_symlinks_info 'info directory '
- else
- opt_symlinks_bin_last=$opt_symlinks_bin
- opt_symlinks_man_last=$opt_symlinks_man
- opt_symlinks_info_last=$opt_symlinks_info
- opt_symlinks_bin=''; opt_symlinks_man=''; opt_symlinks_info=''
- fi
- ;;
- R) return;;
- Q) exit_on_confirm;;
- esac
- done
-}
-
-exit_on_confirm()
-{
- cls
- yesno 'Really quit' && exit
-}
-
-################################################################
-# global variables
-################################################################
-: ${PAGER=more}
-envvars='
-BIBINPUTS BSTINPUTS DVIPSHEADERS GFFONTS GLYPHFONTS MFBASES MFINPUTS
-MFPOOL PKFONTS TEXCONFIG TEXFONTS TEXFORMATS TEXINPUTS TEXMFCNF TEXPICTS
-TEXPKS TEXPOOL TFMFONTS VFFONTS DVIPSFONTS XDVIVFS XDVIFONTS DVILJFONTS
-'
-TARPROG=tar
-TAROPT=""
-varprefix='/var'
-usrprefix='/usr'
-opt_varfonts=' '
-opt_vartexmf=' '
-opt_source=' '
-opt_doc=' '
-opt_varfonts_dir=''
-opt_vartexmf_dir=''
-opt_varfonts_dir_last=''
-opt_vartexmf_dir_last=''
-opt_symlinks=' '
-opt_symlinks_bin=''
-opt_symlinks_man=''
-opt_symlinks_info=''
-opt_symlinks_bin_last=''
-opt_symlinks_man_last=''
-opt_symlinks_info_last=''
-
-this_platform=
-
-################################################################
-# screens:
-################################################################
-
-screen_2='Current directories setup:
-==============================================================================
-
- <1> TEXDIR: $TEXDIR
- support tree: $TEXMF
-
- <2> TEXMFLOCAL: $TEXMFLOCAL
- <3> TEXMFSYSVAR: $TEXMFSYSVAR
- <4> TEXMFHOME: $TEXMFHOME
-
-Other options:
-==============================================================================
- <R> return to main menu
- <Q> quit
-'
-
-screen_3='Current options setup:
-==============================================================================
-
- <A> alternate directory for automatically generated fonts: [$opt_varfonts]
- directory name: $opt_varfonts_dir
- <L> create symlinks in standard directories: [$opt_symlinks]
- binaries to: $opt_symlinks_bin
- manpages to: $opt_symlinks_man
- info to: $opt_symlinks_info
- <D> do not install font/macro doc tree: [$opt_doc]
- <S> do not install font/macro source tree: [$opt_source]
-
-Other options:
-==============================================================================
- <R> return to main menu
- <Q> quit
-'
-
-screen_5='Current platform: $this_platform_n
-$warn_nobin
-==============================================================================
- <N> none of the entries below
- <A> $p_i386_linux_n
- <B> $p_win32_n
- <C> $p_powerpc_darwin_n
- <D> $p_i386_darwin_n
- <E> $p_alpha_linux_n
- <F> $p_mips_irix_n
- <G> $p_powerpc_aix_n
- <H> $p_powerpc_linux_n
- <I> $p_hppa_hpux_n
- <J> $p_sparc_linux_n
- <K> $p_sparc_solaris_n
- <L> $p_i386_solaris_n
- <M> $p_i386_freebsd_n
- <O> $p_i386_openbsd_n
- <P> $p_i386_cygwin_n
- <S> $p_x86_64_linux_n
-
- <R> return to main menu
- <Q> quit
-'
-
-
-screen_6='TeX Live can be used on multiple systems
-as a separate subdirectory is used for each
-installed binary package in $TEXDIR/bin.'
-
-screen_customize='
- <-> deselect all <+> select all <R> return to main menu <Q> quit
-'
-
-system_screen='System setup section
-==============================================================================
-Current selection: $all_systems_ns out of $all_systems_anz
-
-==============================================================================
- <R> return to platform menu
- <Q> quit
-'
-
-help_1='
-This is the installation program of the TeX Live distribution.
-
-The installation procedure is simple: just go through the
-menus until you are happy with the way all options are set up,
-and then do <I> (start installation).
-
-To select a menu item (a letter or a number marked with brackets)
-just enter the corresponding letter or number and press return
-(the letters are case insensitive except when collections
-are being selected). Do not enter the
-angle brackets <> themselves.
-
-We will now consider each menu item in more detail:
-
-======================================================================
- The collections menu (<C>)
-======================================================================
-
-The collections menu allows you to select and deselect standard
-collections. Each collection --- TeX macro files, Metafont font
-families, and so on --- consists of several packages.
-
-======================================================================
- The language collections menu (<L>)
-======================================================================
-
-The language collections menu allows you to select and deselect
-language support collections. Each collection consists of several
-packages, which provide features like hyphenation files and fonts.
-
-======================================================================
- The binary systems menu (<B>)
-======================================================================
-
-The systems menu allows you to select and deselect
-the binary packages for various different platforms.
-
-======================================================================
- The directories menu (<D>)
-======================================================================
-
-The TeX Live distribution will be installed in a single directory tree
-(TEXDIR). You may choose any directory you like
-since there are no absolute paths compiled into the binaries. Instead,
-the Kpathsea library selfdir feature ensures that all
-paths are relative to the location of the binaries.
-
-The platform independent files are stored in a directory tree in
-TEXDIR/texmf. There is also an extra directory for performing
-administrative tasks like change of configuration and languages. This
-is where all format files are stored. It defaults to TEXDIR/texmf-var.
-
-This system allows you to mount your
-TEXDIR/texmf tree read-only.
-
-======================================================================
- The options menu (<O>)
-======================================================================
-
-The options are not applicable to all installations. Set them as
-appropriate for yours.
-
-======================================================================
- The schemes menu (<S>)
-======================================================================
-
-You can choose from a number of different installation
-schemes for TeX Live. Selecting one of these selects
-some collections in the Collections and Languages lists.
-which you can subsequently modify.
-
-"alternate fonts directory":
-============================
-
-You can choose an alternate directory for automatically generated fonts;
-the default is TEXMFSYSVAR/fonts
-
-One disadvantage may be that new fonts are not shared. I.e., if you
-set this to /tmp, and users on two different machines need the same
-font, it will be built twice, once on each machine.
-
-"symlinks in standard directories"
-==================================
-
-You can make the binaries, man pages, and info files available on your
-system in either (or both) of two ways:
- 1) install them in "standard places" that are searched for these files
- 2) change your search paths to include the new directories
-
-If you select the "symlinks" option, symbolic links will be installed in
-the directories you choose. Note that if you share the TeX Live installation
-accross several machines across NFS and if the chosen "standard places" are
-not shared, you need to create the symbolic links on each client, too
-(or use method 2 on your clients).
-
-If you do not use the "symlinks" option, you probably need to set up
-your search paths (PATH, MANPATH, INFOPATH).
-
-"do not install doc or source trees"
-====================================
-These options are not recommended, but you can use them to save space.
-Normally all packages are installed with the source and/or documentation,
-but these are not needed to actually run the software. If you
-are installing a system for other people, it would be unfriendly to
-select these options; if you know what you are doing and need a
-minimal disk footprint, go ahead
-
-
-======================================================================
- Other commands (<I>, <H>, <R> and <Q>
-======================================================================
-
-Well, this is easy to explain:
- <R> does not install the system, but sets you to run off the CD
- <I> starts the installation after you are happy with the setup
- <H> displays this help
- <Q> quits the installation program
-'
-
-init()
-{
- #$debug && set -x
- echo "Welcome to TeX Live installation. (`date`)"; echo
- locate_binaries
- bad_sh
- find_echo
- find_tar
- series_init
- bindir=
- tex_prefix=${TEXLIVE_INSTALL_PREFIX-/usr/local/texlive}
- TEXDIR=${TEXLIVE_INSTALL_TEXDIR-$tex_prefix/2007} # manually update each year!
- TEXMFSYSVAR=${TEXLIVE_INSTALL_TEXMFSYSVAR-$TEXDIR/texmf-var}
- TEXMF=$TEXDIR/texmf
- TEXMFLOCAL=${TEXLIVE_INSTALL_TEXMFLOCAL-$tex_prefix/texmf-local}
- TEXMFHOME=${TEXLIVE_INSTALL_TEXMFHOME-'$HOME/texmf'}
- VAR_CHANGE=""
- LOCAL_CHANGE=""
- warn_nobin=""
-
-screen_1=' ===================> TeX Live installation procedure <==================
-
-===> Note: Letters/digits in <angle brackets> indicate menu items <===
-===> for commands or configurable options <===
-
- Proposed platform: $this_platform_n
- <P> override system detection and choose platform
- <B> binary systems: $all_systems_ns out of $all_systems_anz
- <S> Installation scheme ($selected_scheme)
- [to customize within installation scheme:
- <C> standard collections <L> language collections]
- $all_collections_ns out of $all_collections_anz, disk space required: $all_collections_dus kB
- <D> directories:
- TEXDIR (main TeX directory): $TEXDIR
- TEXMFSYSVAR (systemwide config): $TEXMFSYSVAR
- TEXMFLOCAL (systemwide styles etc.): $TEXMFLOCAL
- TEXMFHOME (personal styles etc.): $TEXMFHOME
- <O> options:
- [$opt_varfonts] alternate directory for generated fonts ($opt_varfonts_dir)
- [$opt_symlinks] create symlinks in standard directories
- [$opt_doc] do not install macro/font doc tree
- [$opt_source] do not install macro/font source tree
- <R> do not install files, set up to run off CD or DVD
- <I> start installation
- <H> help, <Q> quit
-'
-
-}
-
-list_zipped_files()
-{
- col=`echo $1 | sed 's/_/-/g'`
- $debug && echo " -> collection $col" >&2
- morecols=`grep -- "^-" $LISTS/$col | sed 's/.//'`
- packages=`grep "^+" $LISTS/$col | sed 's/.//'`
- :>$work_dir/tmp.text
- :>$work_dir/$col.jobs
- echo "$col.zip" >> $work_dir/tmp.text
- eval sort < $LISTS/$col | grep '^\!' | tr ' ' '=' >> $work_dir/$col.jobs
- if test "x$packages" != "x"
- then
- for i in $packages
- do
- expand_package $i $col
- done
- fi
- eval sort -u $work_dir/tmp.text >> $work_dir/$col.list.text
-
-
- rm $work_dir/tmp.text
-
- if test "x$morecols" != "x"
- then
- for p in $morecols
- do
- list_zipped_files $p
- done
- fi
-
-}
-
-expand_package ()
-{
- pack=$1
- col=$2
- $debug && echo " expand package $pack" >&2
- echo "$pack.zip" >> $work_dir/tmp.text
- eval sort < $LISTS/$pack | grep '^\!' | tr ' ' '=' >> $work_dir/$col.jobs
- more=`grep "^+" $LISTS/$pack | sed 's/.//'`
- if test "x$more" != "x"
- then
- for i in $more
- do
- expand_package $i $col
- done
- fi
-}
-
-
-# emacs-page
-# at the beginning of the end ... called at the beginning of install_new.
-# the caller must set list_file_func and list_package_func.
-#
-common_start_install()
-{
- prepare_dirs
- make_local_skeleton
- make_var_skeleton
-
- skip_systemstuff=false
- TEXMFCNF_DIR=$TEXDIR/texmf/web2c
- test -f $TEXMFCNF_DIR/texmf.cnf && skip_systemstuff=true
-
- #
- cat >$TEXMFSYSVAR/web2c/updmap.cfg <<OAF
-# created during TeX Live installation, `date`.
-################################################################
-# OPTIONS
-################################################################
-#
-# dvipsPreferOutline
-#
-# Should dvips (by default) prefer bitmap fonts or outline fonts
-# if both are available? Independent of this setting, outlines
-# can be forced by putting "p psfonts_t1.map" into a config file
-# that dvips reads. Bitmaps (for the fonts in question) can
-# be forced by putting "p psfonts_pk.map" into a config file.
-# We provide such config files which can be enabled via
-# dvips -Poutline ... resp. dvips -Ppk ...
-#
-# Valid settings for dvipsPreferOutline are true / false:
-dvipsPreferOutline true
-
-#
-# LW35
-#
-# Which fonts for the "Basic 35 Laserwriter Fonts" do you want to use and
-# how are the filenames chosen? Valid settings:
-# URW: URW fonts with "vendor" filenames (e.g. n019064l.pfb)
-# URWkb: URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb)
-# ADOBE: Adobe fonts with "vendor" filenames (e.g. hvnbo___.pfb)
-# ADOBEkb: Adobe fonts with "berry" filenames (e.g. phvbo8an.pfb)
-LW35 URWkb
-
-#
-# dvipsDownloadBase35
-#
-# Should dvips (by default) download the standard 35 LaserWriter fonts
-# with the document (then set dvipsDownloadBase35 true) or should these
-# fonts be used from the ps interpreter / printer?
-# Whatever the default is, the user can override it by specifying
-# dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download
-# the LW35 fonts resp. use the built-in fonts.
-#
-# Valid settings are true / false:
-dvipsDownloadBase35 false
-
-#
-# pdftexDownloadBase14
-#
-# Should pdftex download the base 14 pdf fonts? Since some configurations
-# (ps / pdf tools / printers) use bad default fonts, it is safer to download
-# the fonts. The pdf files will get bigger, though.
-# Valid settings are true (download the fonts) or false (don't download
-# the fonts). Adobe recomments to embed all fonts.
-pdftexDownloadBase14 true
-
-#
-# dvipdfmDownloadBase14
-#
-# Should dvipdfm download the base 14 pdf fonts? Since some configurations
-# (ps / pdf tools / printers) use bad default fonts, it is safer to download
-# the fonts. The pdf files will get bigger, though.
-# Valid settings are true (download the fonts) or false (don't download
-# the fonts).
-dvipdfmDownloadBase14 true
-
-################################################################
-# Map files.
-################################################################
-#
-# There are two possible entries: Map and MixedMap. Both have one additional
-# argument: the filename of the map file. MixedMap ("mixed" means that
-# the font is available as bitmap and as outline) lines will not be used
-# in the default map of dvips if dvipsPreferOutline is false. Inactive
-# Map files should be marked by "#! " (without the quotes), not just #.
-#
-# (comments on a few map files from the teTeX updmap.cfg; for TeX Live,
-# the actual Map lines are created during installation.)
-#
-# AntykwaPoltawskiego; CTAN:fonts/psfonts/polish/antp/
-#
-# AntykwaTorunska; CTAN:fonts/antt/
-#
-# "quasi" fonts derived from URW and enhanced (from the Polish TeX users);
-# CTAN:fonts/psfonts/polish/qfonts/
-#
-# Bitstream Charter text font
-#
-# Computer Modern fonts extended with Russian letters;
-# CTAN:fonts/cyrillic/cmcyr/
-#
-# symbols for ConTeXt macro package
-#
-# latin modern; CTAN:fonts/lm.
-#
-# a symbol font; CTAN:fonts/psfonts/marvosym/
-#
-# two font map entries for the mathpple package
-#
-# for Omega
-#
-# the pazo fonts; CTAN:fonts/mathpazo
-#
-# pxfonts (palatino extension); CTAN:fonts/pxfonts
-#
-# txfonts (times extension); CTAN:fonts/txfonts
-#
-# XY-pic fonts; CTAN:macros/generic/diagrams/xypic
-#
-# 7-8-9 sizes for cmex taken from TeXtrace2001 different implementation
-# for font entries found in ams-cmex-bsr-interpolated.map and
-# cmother-bsr-interpolated.map.
-#
-# ps-type1 versions for ams; CTAN:fonts/amsfonts/ps-type1
-#
-# ps-type1 versions for cm; CTAN:fonts/cm/ps-type1/bluesky
-#
-# CSTeX; http://math.feld.cvut.cz/olsak/cstex/
-#
-# mf -> type1 converted fonts by Taco Hoekwater
-#
-# Polish version of Computer Modern; CTAN:language/polish/plpsfont
-#
-# Polish version of Computer Concrete; CTAN:fonts/psfonts/polish/cc-pl
-#
-# See comments in doc/fonts/belleek/README about using mt-belleek.map
-# instead of mt-yy.map:
-#
-# Euro Symbol fonts by Henrik Theiling; CTAN:fonts/eurosym
-#
-# vntex support, see http://vntex.org/
-#
-# Doublestroke, based on Knuth's Computer Modern Roman; CTAN:fonts/doublestroke
-#
-# FPL, free substitutes for the commercial Palatino SC/OsF fonts
-# are available from CTAN:fonts/fpl; used by psnfss 9.2.
-OAF
- (
- echo "Preparing list of files to be installed..." >&2
- $debug && echo "debug:for selected systems:" >&2
- for p in $all_systems; do
- $debug && echo "debug: checking system $p_${p}_s..."
- eval \$p_${p}_s || continue
- eval name=\"\$p_${p}_n\"
- echo " $name" >&2
- done
- echo >&2
-
- $debug && echo "debug:for selected collections:" >&2
- for p in $all_collections; do
- $debug && echo "debug: checking coll $p_${p}_s..."
- eval \$p_${p}_s || continue
- eval name=\"\$p_${p}_n\"
- echo " $name ">&2
- $list_file_func $p
- done
- echo >&2
-
- $debug && echo "debug:for selected language collections:" >&2
- for p in $all_lang_collections; do
- $debug && echo "debug: checking lang coll $p_${p}_s..."
- eval \$p_${p}_s || continue
- eval name=\"\$p_${p}_n\"
- echo " $name ">&2
- $list_file_func $p
- done
-
- # e.g., GUST scheme depends on some individual packages, not just
- # collections. Write info for those to a special .list file.
- # (Ignored for compressed installation.)
- $debug && echo "debug:for selected packages:" >&2
- :>$work_dir/PKGONLY.list
- for p in $selected_packages; do
- $list_package_func $p PKGONLY
- done
- )
-}
-
-
-# emacs-page
-# at the end of the end ... this routine does not return.
-#
-common_end_install()
-{
- test -n "$platform_subdir_strip_d" && rm -f $TEXDIR/bin/$platform_subdir_strip_d 2>/dev/null
-
- if test "x$TEXMF" != "x$TEXDIR/texmf"; then
- $echon "Fixing permissions in $TEXMF... " >&2
- chmod -R a+r,u+w,go-w $TEXMF 2>/dev/null
- rm -f $TEXDIR/texmf
- echo "done." >&2
- fi
- $echon "Fixing permissions in $TEXDIR... " >&2
- chmod -R a+r,u+w,go-w $TEXDIR 2>/dev/null
- test -z "$TEXMFSYSVAR" ||
- chmod -R a+w $TEXMFSYSVAR ||
- warn "command 'chmod 1777 $TEXMFSYSVAR' failed"
- echo "done." >&2
-
- if test "$opt_varfonts" = X; then
- $echon "$opt_varfonts_dir will be used for font creation... " >&2
- else
- $echon "Setting up directories for automatic font creation... " >&2
- find "$TEXMF/fonts/pk" "$TEXMF/fonts/tfm" "$TEXMF/fonts/source/jknappen" -type d \
- -print 2>/dev/null | $XARGS chmod 1777 2>/dev/null
- fi
- find "$TEXMF/fonts/source/jknappen" -type d -print 2>/dev/null | $XARGS chmod 1777 2>/dev/null
- echo "done." >&2
-
- $skip_systemstuff || maketex_setoptfonts
- $skip_systemstuff || TEXMFCNF__fix_fmtutil
- $skip_systemstuff || TEXMFCNF__fix_texmf
- pd=$this_platform_fn
- bindir=
- have_system=false
- echo Testing for $TEXDIR/bin/$pd/texconfig.... >&2
- if test -x $TEXDIR/bin/$pd/texconfig; then
- have_system=true
- bindir=$TEXDIR/bin/$pd
- elif test -x $TEXDIR/bin/texconfig; then
- have_system=true
- bindir=$TEXDIR/bin
- fi
- $skip_systemstuff && have_system=false
- $skip_systemstuff || opt_do_symlinks
- $skip_systemstuff && echo "System updated successfully." >&2
- if $have_system; then
- runsetup
- echo
- echo "Add $TEXDIR/texmf/doc/man to MANPATH." >&2
- echo "Add $TEXDIR/texmf/doc/info to INFOPATH." >&2
- echo "Most importantly, add $bindir" >&2
- echo " to your PATH for current and future sessions." >&2
-
- if test "$pd" = i386-solaris; then
- # we should do this if i386-solaris is installed, not just if it's
- # the current platform, but that seems pretty painful.
- echo
- echo "For i386-solaris, you must also install extra libraries:"
- echo " gzip -d <support/i386-solaris-libs.pkg.gz >/tmp/tlibs.pkg"
- echo " pkgadd -d /tmp/tlibs.pkg"
- echo "(or the equivalent.)"
- echo
- fi
- fi
-
- $skip_systemstuff || greetings
-
- if $skip_systemstuff; then
- echo Since $TEXMFCNF_DIR/texmf.cnf already existed,
- echo we have not modified anything in that directory.
- echo Please review your setup.
- fi
- exit
-}
-
-
-# called from runsetup.
-#
-post_install_jobs ()
-{
- $debug && echo "debug:do post_install_jobs " >&2
- for j in `sort -u $work_dir/*.jobs`; do
- command=`echo $j | sed 's/.\(.*\)=.*/\1/'`
- test "x$command" = xBuildFormat && continue # we do nothing with these
-
- parameter=`echo $j | sed 's/.*=\(.*\)/\1/'`
- echo " EXECUTE $j: $command on $parameter" >&2
- case $command in
- addMap)
- echo "Map $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;;
- addMixedMap)
- echo "MixedMap $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;;
- addDvipsMap)
- echo "p +$parameter" >> $TEXMFSYSVAR/dvips/config/config.ps;;
- addDvipdfmMap)
- test -f $TEXMFSYSVAR/dvipdfm/config/config && echo "f $parameter" >> $TEXMFSYSVAR/dvipdfm/config/config;;
- BuildLanguageDat) ;; # handle differently, in runsetup
- esac
-done
-}
-
-
-# subroutine called from common_end_setup.
-#
-runsetup()
-{
- PATH=$bindir:/bin:/usr/bin; export PATH
-
- # We do not do anything with the BuildLanguageDat TPM:Execute instruction.
- # We just use whatever lang.dat files got installed.
- texmf_langdir=$TEXDIR/texmf/tex/generic/config
- sysvar_langdir=$TEXMFSYSVAR/tex/generic/config
- sysvar_langdat=$sysvar_langdir/language.dat
- #
- if test -f $sysvar_langdat; then
- echo "Using language.dat from TeX Live ($sysvar_langdat)." >&2
- else
- echo Making language.dat in $sysvar_langdir >&2
- echo " from your language selections..." >&2
- # if no lang.dat's installed (basic scheme), don't mention missing files.
- langsel=$texmf_langdir/language.*.dat
- test -n "`ls $langsel 2>/dev/null`" || langsel=
- mkdirhier $sysvar_langdir
- cat $texmf_langdir/language.us $langsel >$sysvar_langdat
- fi
-
- # Update ls-R before running texconfig, or modes.mf et al. may not be found.
- echo Updating filename database with mktexlsr... >&2
- $bindir/mktexlsr --verbose
-
- echo "Doing post-install jobs from the packages..."
- post_install_jobs
-
- echo "Making map files for dvips, pdftex, dvipdfm with updmap..." >&2
- $bindir/updmap-sys --nohash --quiet \
- --cnffile=$TEXMFSYSVAR/web2c/updmap.cfg \
- --dvipsoutputdir=$TEXMFSYSVAR/fonts/map/dvips/updmap \
- --dvipdfmoutputdir=$TEXMFSYSVAR/fonts/map/dvipdfm/updmap \
- --pdftexoutputdir=$TEXMFSYSVAR/fonts/map/pdftex/updmap
-
- echo "Re-updating filename database with mktexlsr..." >&2
- $bindir/mktexlsr
-
- cat <<ENDC
-
-=========================
-Installation is finished. (`date`)
-
-Formats will be built for each user as needed. If you wish to install
-all formats at once, for everyone on your system, run fmtutil-sys --all.
-
-For future global configuration, edit files in $TEXMFSYSVAR
-(or run texconfig or texconfig-sys).
-ENDC
-}
diff --git a/Master/install-compr.sh b/Master/install-compr.sh
deleted file mode 100755
index 8043680f039..00000000000
--- a/Master/install-compr.sh
+++ /dev/null
@@ -1,212 +0,0 @@
-#!/bin/sh
-# $Id$
-#
-# install-compr.sh -- install compressed packages. This is install-tl.sh
-# in the `inst' distribution.
-#
-# Copyright (c) Thomas Esser, Sebastian Rahtz, 1996, 1997, 1998, 1999,
-# 2000, 2001, 2003, 2004, 2005, 2006.
-#
-# 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., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-#
-# Send bug reports or suggestions to tex-live@tug.org.
-#
-# Call this script with a full-featured bourne shell, which may be
-# /bin/sh, /bin/bsh (e.g. AIX-4.XX), /bin/sh5 (e.g. ULTRIX) or
-# /bin/bash (on GNU systems) on your system.
-
-
-# set this for debugging...
-debug=${OVERRIDE_DEBUG-false}
-
-unset CDPATH # avoid unwanted output
-
-while test $# -gt 0; do
- case $1 in
- --debug) debug=true;;
- --cddir=*)
- cddir=`echo $1 | sed 's/.*=//'`;;
- *) break;;
- esac
- shift
-done
-
-HERE=`cd \`dirname $0\` && /bin/pwd`
-. $HERE/utils.sh
-. $HERE/common.sh
-
-
-series_init()
-{
- thisdir=`pwd`
- CDDIR=${cddir-${OVERRIDE_CDDIR-$thisdir}}
- TPM=$CDDIR/texmf/tpm
- PACKAGETPM=$CDDIR/texmf-dist/tpm
- LISTS=$CDDIR/texmf/lists
- test -d $TPM || fatal "$0: $TPM: no such directory. Are you sure this is the TeX Live CD?"
-
- $echon "Initializing collections... "
- setvars
- systems=`(cd $CDDIR/archive && find . -name "bin-t*.zip" | awk '{FS="."; if(NF==4) print $3}' | sort | uniq)`
-
- all_schemes=`(cd $LISTS && ls *.scheme | sed 's/\.scheme//' | sed 's/-/_/' | sort )`
- sc=24
- for s in $all_schemes; do
- S=`echo $s | sed -e 's/_/-/g'`
- sc=`expr $sc + 1`
- eval N=\"\$iden_${sc}\"
- eval SCHEMES_${N}=\"$s\"
- T=`grep '^\*Title' $LISTS/$S.scheme | sed -e 's/\*Title: //'`
- C=`grep '^\*Size' $LISTS/$S.scheme | sed -e 's/\*Size: //'`
- C=`expr $C / 1000`
- eval schemes_${s}_n=\"$T\"
- eval schemes_${s}_ident=\"$N\"
- eval schemes_${s}_du=\"$C\"
- done
-
- all_lang_collections=`(cd $LISTS && ls collection-lang* | sed 's/-/_/g' | sort )`
- sc=0
- for s in $all_lang_collections; do
- S=`echo $s | sed 's/_/-/g'`
- sc=`expr $sc + 1`
- eval N=\"\$iden_${sc}\"
- eval LP_${N}=\"$s\"
- T=`grep '^\*Title' $LISTS/$S | sed -e 's/\*Title: //'`
- C=`grep '^\*Size' $LISTS/$S | sed -e 's/\*Size: //'`
- C=`expr $C / 1000`
- eval p_${s}_n=\"$T\"
- eval p_${s}_ident=\"$N\"
- eval p_${s}_du=\"$C\"
- series_select_level $s 0
- done
-
- all_collections=`(cd $LISTS; ls collection-* | grep -v collection-lang | sed 's/-/_/g' | sort )`
- sc=0
- for s in $all_collections; do
- S=`echo $s | sed 's/_/-/g'`
- sc=`expr $sc + 1`
- eval N=\"\$iden_${sc}\"
- eval P_${N}=\"$s\"
- T=`grep '^\*Title' $LISTS/$S | sed -e 's/\*Title: //'`
- C=`grep '^\*Size' $LISTS/$S | sed -e 's/\*Size: //'`
- C=`expr $C / 1000`
- eval p_${s}_n=\"$T\"
- eval p_${s}_ident=\"$N\"
- eval p_${s}_du=\"$C\"
- series_select_level $s 0
- done
- scheme_select scheme_full
- selected_scheme=scheme_full
- echo "Done initializing collections."
- all_collections_anz=`echo $all_lang_collections $all_collections | awk '{print NF}'`
- systems_init
- total_stat;
-}
-
-
-list_zipped_package()
-{
- pack=`echo $1 | sed 's/_/-/g'`
- echo " package $pack" >&2
- echo $pack.zip >> $work_dir/extras.list.text
-}
-
-
-# This is run when the user does "I" for a normal disk install.
-#
-install_now()
-{
- list_file_func=list_zipped_files
- list_package_func=list_zipped_package
- common_start_install
-
- echo "Initializing texmf-var..." >&2
- # additional static config files (pdftexconfig.tex, mktex.cnf, ...).
- (
- cd $TEXDIR/texmf-var || exit 1
- unzip -qq $CDDIR/archive/texmf-var.zip
- )
-
- echo >&2
- echo "Unpacking zip files for packages..." >&2
- filters=" "
- if test "$opt_source" = X; then
- filters="$filters texmf-dist/source\*"
- fi
- if test "$opt_doc" = X; then
- filters="$filters texmf-dist/doc\*"
- fi
- for f in `sort -u $work_dir/*.list.*`
- do
- $debug || $echon "." >&2
- if test -f $CDDIR/archive/$f
- then
- $debug && echo " Install files from package/$f" >&2
- (cd $TEXDIR; unzip -o -qq $CDDIR/archive/$f -x $filters)
- fi
- for p in $all_systems; do
- eval \$p_${p}_s || continue
- eval this=\$p_${p}_fn
- P=`echo $p | sed -e 's/_/-/g' `
- F=`echo $f | sed 's/\.zip$//'`
- if test -f $CDDIR/archive/$F.$this.zip; then
- $debug && echo " Install binary programs from archive/$F.$this.zip" >&2
- (cd $TEXDIR; unzip -o -qq $CDDIR/archive/$F.$this.zip)
- else
- $debug && echo " No $F.$this.zip, skipping binaries for $f" >&2
- fi
- done
- done
- echo >&2
- echo "Done unpacking." >&2
-
- common_end_install
-}
-
-
-################################################################
-# main()
-################################################################
-unset TEXCONFIG
-init
-require_binaries unzip # only needed for compressed install
-this_platform_set
-screen_1='==================> TeX Live installation procedure <=================
-
-===> Note: Letters/digits in <angle brackets> indicate menu items <===
-===> for commands or configurable options <===
-
- Proposed platform: $this_platform_n
- $warn_nobin
- <P> over-ride system detection and choose platform
- <B> binary systems: $all_systems_ns out of $all_systems_anz
- <S> Installation scheme ($selected_scheme)
- [customizing installation scheme:
- <C> standard collections <L> language collections]
- $all_collections_ns out of $all_collections_anz, disk space required: $all_collections_dus kB
- <D> directories:
- TEXDIR (The main TeX directory) : $TEXDIR
- TEXMFLOCAL (Directory for local styles etc): $TEXMFLOCAL
- TEXMFSYSVAR (Directory for local config) : $TEXMFSYSVAR
- <O> options:
- [$opt_varfonts] alternate directory for generated fonts ($opt_varfonts_dir)
- [$opt_symlinks] create symlinks in standard directories
- [$opt_doc] do not install macro/font doc tree
- [$opt_source] do not install macro/font source tree
- <I> start installation
- <H> help, <Q> quit
-'
-menu_main
diff --git a/Master/install-live.sh b/Master/install-live.sh
deleted file mode 100755
index 27a303b6176..00000000000
--- a/Master/install-live.sh
+++ /dev/null
@@ -1,340 +0,0 @@
-#!/bin/sh
-# $Id$
-#
-# install-live.sh -- install live packages. This is install-tl.sh
-# in the `demo' and `live' distributions.
-#
-# Copyright (c) Thomas Esser, Sebastian Rahtz, 1996, 1997, 1998, 1999,
-# 2000, 2001, 2003, 2004, 2005, 2006.
-#
-# 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., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-#
-# Send bug reports or suggestions to tex-live@tug.org.
-#
-# Call this script with a full-featured bourne shell, which may be
-# /bin/sh, /bin/bsh (e.g. AIX-4.XX), /bin/sh5 (e.g. ULTRIX) or
-# /bin/bash (on GNU systems) on your system.
-
-
-# set this for debugging...
-debug=${OVERRIDE_DEBUG-false}
-
-unset CDPATH # avoid unwanted output
-
-while test $# -gt 0; do
- case $1 in
- --debug) debug=true;;
- --cddir=*)
- cddir=`echo $1 | sed 's/.*=//'`;;
- *) break;;
- esac
- shift
-done
-
-HERE=`cd \`dirname $0\` && /bin/pwd`
-. $HERE/utils.sh
-. $HERE/common.sh
-
-series_init()
-{
- thisdir=`pwd`
- CDDIR=${cddir-${OVERRIDE_CDDIR-$thisdir}}
- LISTS=${OVERRIDE_LISTS-$CDDIR/texmf/lists}
- BIN=${OVERRIDE_LISTS-$CDDIR/bin}
- test -d $LISTS || fatal "$0: $LISTS: no such directory. Are you sure this is the TeX Live CD?"
-
- echo "Initializing collections... "
- setvars
- systems=`(cd $LISTS; ls bin-tex.* | sed -e 's/bin-tex.//')`
-
- all_schemes=`(cd $LISTS; ls *.scheme | sed -e 's/-/_/g' -e 's/\.scheme//' | sort )`
- sc=24
- for s in $all_schemes; do
- S=`echo $s | sed -e 's/_/-/g' `
- sc=`expr $sc + 1`
- eval N=\"\$iden_${sc}\"
- eval SCHEMES_${N}=\"$s\"
- T=`grep '^\*Title' $LISTS/$S.scheme | sed -e 's/\*Title: //'`
- C=`grep '^\*Size' $LISTS/$S.scheme | sed -e 's/\*Size: //'`
- C=`expr $C / 1000`
- eval schemes_${s}_n=\"$T\"
- eval schemes_${s}_ident=\"$N\"
- eval schemes_${s}_du=\"$C\"
- done
-
- all_lang_collections=`(cd $LISTS; ls collection-lang* | sed 's/-/_/g' | sort )`
- sc=0
- for s in $all_lang_collections; do
- S=`echo $s | sed 's/_/-/g'`
- sc=`expr $sc + 1`
- eval N=\"\$iden_${sc}\"
- eval LP_${N}=\"$s\"
- T=`grep '^\*Title' $LISTS/$S | sed -e 's/\*Title: //'`
- C=`grep '^\*Size' $LISTS/$S | sed -e 's/\*Size: //'`
- C=`expr $C / 1000`
- eval p_${s}_n=\"$T\"
- eval p_${s}_ident=\"$N\"
- eval p_${s}_du=\"$C\"
- series_select_level $s 0
- done
-
- all_collections=`(cd $LISTS; ls collection* | grep -v collection-lang | sed 's/-/_/g' | sort )`
- sc=0
- for s in $all_collections; do
- S=`echo $s | sed 's/_/-/g'`
- sc=`expr $sc + 1`
- eval N=\"\$iden_${sc}\"
- eval P_${N}=\"$s\"
- T=`grep '^\*Title' $LISTS/$S | sed -e 's/\*Title: //'`
- C=`grep '^\*Size' $LISTS/$S | sed -e 's/\*Size: //'`
- C=`expr $C / 1000`
- eval p_${s}_n=\"$T\"
- eval p_${s}_ident=\"$N\"
- eval p_${s}_du=\"$C\"
- series_select_level $s 0
- done
- scheme_select scheme_full
- selected_scheme=scheme_full
- echo "Done initializing collections."
- all_collections_anz=`echo $all_lang_collections $all_collections | awk '{print NF}'`
- systems_init
-}
-
-
-# This is run when the user does "R" to run live.
-# (Not available for the compressed image.)
-#
-install_cd()
-{
- TEXDIR=$CDDIR
- unset TEXMFCNF
- unset TEXMFMAIN
- TEXMFCNF_DIR=$TEXDIR/texmf/web2c
- echo "Preparing destination directories... " >&2
- test -d "$CDDIR" || fatal "$CDDIR does not seem to be the TeX Live CD-ROM."
- alldirs="$TEXMFSYSVAR"
- test -z "$TEXMFSYSVAR" || alldirs="$alldirs $TEXMFSYSVAR/fonts/pk $TEXMFSYSVAR/fonts/tfm $TEXMFSYSVAR/web2c $TEXMFSYSVAR/pdftex/config $TEXMFSYSVAR/tex/generic/config $TEXMFSYSVAR/web2c $TEXMFSYSVAR/xdvi $TEXMFSYSVAR/dvips/config $TEXMFSYSVAR/etex/plain/config"
- for dir in $alldirs; do
- while test ! -d $dir || test ! -w $dir; do
- mkdirhier $dir
- test -d $dir || { warn "could not make directory '$dir'"; continue; }
- test -w $dir || { warn "cannot write to directory '$dir'"; continue; }
- done
- done
- test -z "$TEXMFSYSVAR" || chmod -R a+w $TEXMFSYSVAR ||
- warn "command 'chmod -R a+w $TEXMFSYSVAR' failed"
- test -z "$opt_varfonts_dir" ||
- chmod 1777 $opt_varfonts_dir/pk $opt_varfonts_dir/tfm ||
- warn "command 'chmod 1777 $opt_varfonts_dir/pk $opt_varfonts_dir/tfm' failed"
- pd=$this_platform_fn
- have_system=false
- if test -x $TEXDIR/bin/$pd/mktexlsr; then
- have_system=true
- bindir=$TEXDIR/bin/$pd
- PATH=$TEXDIR/bin/$pd:$PATH
- export PATH TEXMFSYSVAR
- echo Current system detected as $pd.
- fi
- make_var_skeleton
- cp $TEXDIR/texmf/tex/generic/config/language.dat $TEXMFSYSVAR/tex/generic/config/language.dat
- test -f $TEXDIR/texmf-dist/tex/plain/config/language.def && cp $TEXDIR/texmf-dist/tex/plain/config/language.def $TEXMFSYSVAR/tex/plain/config
- test -f $TEXDIR/texmf/xdvi/XDvi && cp $TEXDIR/texmf/xdvi/XDvi $TEXMFSYSVAR/xdvi
- cp $CDDIR/texmf/dvips/config/config.ps $TEXMFSYSVAR/dvips/config/config.ps
- cp $CDDIR/texmf/dvipdfm/config/config $TEXMFSYSVAR/dvipdfm/config
- cp $TEXDIR/texmf/web2c/mktex.cnf $TEXMFSYSVAR/web2c
- cp $TEXDIR/texmf/web2c/updmap.cfg $TEXMFSYSVAR/web2c
- cp $CDDIR/texmf-dist/tex/context/config/cont-usr.tex $TEXMFSYSVAR/tex/context/config/cont-usr.tex
- cp $CDDIR/texmf/tex/generic/config/pdftexconfig.tex $TEXMFSYSVAR/tex/generic/config/pdftexconfig.tex
-test -z "$TEXMFSYSVAR" || chmod -R a+w $TEXMFSYSVAR ||
- warn "command 'chmod -R a+w $TEXMFSYSVAR' failed"
- TEXMFCNF__fix_fmtutil
- make_local_skeleton
- $bindir/updmap --nohash --quiet --cnffile $TEXMFSYSVAR/web2c/updmap.cfg --dvipsoutputdir=$TEXMFSYSVAR/fonts/map/dvips/updmap --dvipdfmoutputdir=$TEXMFSYSVAR/fonts/map/dvipdfm/updmap --pdftexoutputdir=$TEXMFSYSVAR/fonts/map/pdftex/updmap
- $have_system && $bindir/mktexlsr
-cat <<ENDC
- For future configuration, edit files in $TEXMFSYSVAR
-
- You should now add these setup statements to your environment,
- depending on what shell is running,
-
- For csh (~/.cshrc):
- setenv TEXMFSYSVAR $TEXMFSYSVAR
- setenv PATH $TEXDIR/bin/$pd:\$PATH
-
- For bash (~/.bash_profile) or sh (~/.profile):
- TEXMFSYSVAR=$TEXMFSYSVAR
- PATH=$TEXDIR/bin/$pd:\$PATH
- export PATH TEXMFSYSVAR
-ENDC
- greetings
- exit
-}
-
-list_system_files()
-{
- arg=$1
- :>$work_dir/$arg.list
- for i in $all_collections
- do
- I=`echo $i | sed 's/_/-/g'`
- grep "^[A-Za-z0-9]" $LISTS/$I.$arg >> $work_dir/$arg.list
- done
- for i in $all_lang_collections
- do
- I=`echo $i | sed 's/_/-/g'`
- grep "^[A-Za-z0-9]" $LISTS/$I.$arg >> $work_dir/$arg.list
- done
-}
-
-
-list_files()
-{
- :>$work_dir/tmp.jobs
- :>$work_dir/tmp
- col=`echo $1 | sed 's/_/-/g'`
- $debug && echo " [ -> collection $col]" >&2
- packages=
- morecols=
- filters="| grep -v '^ *$' "
- if test "$opt_source" = X; then
- filters="$filters | grep -v texmf-dist/source/"
- fi
- if test "$opt_doc" = X; then
- filters="$filters | grep -v texmf-dist/doc/"
- fi
- if test -f $LISTS/$col; then
- packages=`grep "^+" $LISTS/$col | sed 's/.//'`
- morecols=`grep "^-" $LISTS/$col | sed 's/.//'`
- grep "^[a-z]" $LISTS/$col >> $work_dir/tmp
- grep '^\!' $LISTS/$col >> $work_dir/tmp.jobs
- for i in $all_systems
- do
- eval \$p_${i}_s || continue
- eval this=\$p_${i}_fn
- if test -f $LISTS/$col.$this; then
- $debug && echo " debug:system package $col.$this" >&2
- grep "^[\!a-z]" $LISTS/$col.$this >> $work_dir/tmp
- fi
- done
- for i in $packages
- do
- list_package $i $col
- done
-
- eval sort -u < $work_dir/tmp $filters >> $work_dir/$col.list
- eval sort -u < $work_dir/tmp.jobs | tr ' ' '=' >> $work_dir/$col.jobs
- fi
- rm $work_dir/tmp $work_dir/tmp.jobs
- for p in $morecols
- do
- list_files $p
- done
-
-}
-
-list_package()
-{
- :>$work_dir/ptmp.jobs
- :>$work_dir/ptmp
- pack=`echo $1 | sed 's/_/-/g'`
- # if no lists file, return. Many packages exist only on win32, e.g.,
- # lib-geturl, and so we won't have lists for them when not installing
- # that arch.
- test -s $LISTS/$pack || return
- col=$2
- filters="| grep -v '^ *$' "
- if test "$opt_source" = X; then
- filters="$filters | grep -v texmf-dist/source/"
- fi
- if test "$opt_doc" = X; then
- filters="$filters | grep -v texmf-dist/doc/"
- fi
- $debug && echo " debug:package $pack" >&2
- grep "^[A-Za-z0-9]" $LISTS/$pack >> $work_dir/ptmp
- grep '^\!' $LISTS/$pack >> $work_dir/ptmp.jobs
- for j in $all_systems
- do
- eval \$p_${j}_s || continue
- eval this=\$p_${j}_fn
- if test -f $LISTS/$pack.$this; then
- $debug && echo " debug:list_package:system package $pack.$this" >&2
- grep "^[A-Za-z0-9]" $LISTS/$pack.$this >> $work_dir/ptmp
- fi
- done
-
- eval sort -u < $work_dir/ptmp $filters >> $work_dir/$col.list
- eval sort -u < $work_dir/ptmp.jobs | tr ' ' '=' >> $work_dir/$col.jobs
- rm $work_dir/ptmp $work_dir/ptmp.jobs
- for i in `grep "^+" $LISTS/$pack | sed 's/.//'`
- do
- list_package $i $col
- done
-}
-
-# This is run when the user does "I" for a normal disk install.
-#
-install_now()
-{
- list_file_func=list_files
- list_package_func=list_package
- common_start_install
-
- echo >&2
- echo "Now copying selected files" >&2
- $debug && echo " from the lists in $work_dir... " >&2
-
- if $debug; then
- tarverbose=v
- else
- tarverbose=
- fi
-
- for f in `ls $work_dir/*.*list`; do
- $debug && echo "Copy files listed in $f" >&2
- $debug || $echon "`basename $f .list` " >&2
- test -s $f || continue # do not tar if empty
-
- sort -u $f >$f.uniq
- if test "x$TAROPT" = "x"; then
- (cd $CDDIR && $XARGS sh -c 'tar cf - $* \
- | (cd '"$TEXDIR && umask 0 && $TARPROG x${tarverbose}f -)" sh <$f.uniq)
- else
- (cd $CDDIR && $TARPROG -c -f - $TAROPT $f.uniq) \
- | (cd $TEXDIR && umask 0 && $TARPROG -x $tarverbose -f -)
- fi
- done
- echo
- echo "Done copying." >&2
-
- test -f $TEXDIR/texmf-dist/tex/plain/config/language.def && cp $TEXDIR/texmf-dist/tex/plain/config/language.def $TEXMFSYSVAR/tex/plain/config
- test -f $TEXDIR/texmf/xdvi/XDvi && cp $TEXDIR/texmf/xdvi/XDvi $TEXMFSYSVAR/xdvi
- cp $TEXDIR/texmf/dvips/config/config.ps $TEXMFSYSVAR/dvips/config/config.ps
- cp $TEXDIR/texmf/dvipdfm/config/config $TEXMFSYSVAR/dvipdfm/config
- cp $TEXDIR/texmf/web2c/mktex.cnf $TEXMFSYSVAR/web2c
- cp $CDDIR/texmf-dist/tex/context/config/cont-usr.tex $TEXMFSYSVAR/tex/context/config/cont-usr.tex
- cp $CDDIR/texmf/tex/generic/config/pdftexconfig.tex $TEXMFSYSVAR/tex/generic/config/pdftexconfig.tex
-
- common_end_install
-}
-
-################################################################
-# main()
-################################################################
-unset TEXCONFIG
-cd `dirname $0`
-init
-menu_main
-
diff --git a/Master/install-pkg-compr.sh b/Master/install-pkg-compr.sh
deleted file mode 100755
index 30a4f6b34b2..00000000000
--- a/Master/install-pkg-compr.sh
+++ /dev/null
@@ -1,242 +0,0 @@
-#!/bin/sh
-# $Id$
-#
-# install-pkg-compr.sh -- install individual packages from the compressed
-# (inst) distribution into running installations.
-#
-# Copyright (c) Thomas Esser, Sebastian Rahtz 1996, 1997, 1998, 1999,
-# 2002, 2003, 2004, 2005, 2006.
-#
-# 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., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-#
-# Send bug reports or suggestions to tex-live@tug.org.
-
-# Call this script with a full-featured bourne shell, which may be
-# /bin/sh, /bin/bsh (e.g. AIX-4.XX), /bin/sh5 (e.g. ULTRIX) or
-# /bin/bash (on GNU systems) on your system.
-
-HERE=`cd \`dirname $0\` && /bin/pwd`
-. $HERE/utils.sh
-. $HERE/common.sh
-
-list_bundle()
-{
- name=$1
- if test -f $CDDIR/archive/$name.zip; then
- echo $name >> LIST
- morecols=`grep "^-" $LISTS/$name | sed 's/.//'`
- packages=`grep "^+" $LISTS/$name | sed 's/.//'`
- grep "^[a-z]" $LISTS/$name >> tmp
- else
- echo "(missing archive $CDDIR/archive/$name.zip)"
- fi
-
- for i in $packages; do
- if echo "$i" | grep '^collection-' >/dev/null; then
- echo "(ignoring dependency on collection $i)"
- continue
- fi
- test -f $CDDIR/archive/$i.zip && list_bundle $i
- done
-
- # (see comments in install-pkg-compr.sh about the bin lists we check.)
- for binlist in bin-$name bin-$name.$System bin-${name}k.$System; do
- if test -f $LISTS/$binlist; then
- $verbose && echo "found binary $binlist"
- echo $binlist >> LIST
- grep "^[a-z]" $LISTS/$binlist >> tmp
- fi
- done
-
- for p in $morecols; do
- echo "(skipping dependency on collection $p)"
- done
-}
-
-list=false; src=true; doc=true; hash=true; config=false;verbose=false
-unset col pkg cddir
-: ${TEXMF=`kpsewhich -expand-var '$TEXMFMAIN'`}
-: ${TEXMFSYSVAR=`kpsewhich -expand-var '$TEXMFSYSVAR'`}
-TEXDIR=`echo $TEXMF | sed 's/texmf.*//'`
-
-# Require it to exist.
-if test ! -d $TEXDIR; then
- echo "$0: No directory $TEXDIR." >&2
- echo "$0: Set TEXMFMAIN to override, or make the directory." >&2
- echo "$0: (or use --archive to make a tar archive instead of installing.)">&2
- exit 1
-fi
-
-while test $# -gt 0; do
- case $1 in
- -p) if test $# -ge 2; then
- pkg=$2; shift
- else
- fatal "Missing argument for -p"
- fi;;
- --texdir=*)
- TEXDIR=`echo $1 | sed 's/.*=//'`;;
- --collection=*)
- col=`echo $1 | sed -e 's/.*=//' -e 's/collection-//'`;;
- --package=*)
- pkg=`echo $1 | sed 's/.*=//'`;;
- --nodoc)
- doc=false;;
- --nosrc)
- src=false;;
- --nohash)
- hash=false;;
- --noconfig)
- config=false;;
- --config)
- config=true;;
- --listonly)
- list=true;;
- --verbose)
- verbose=true;;
- --cddir=*)
- cddir=`echo $1 | sed 's/.*=//'`;;
- --listdir=*)
- listdir=`echo $1 | sed 's/.*=//'`;;
- *) echo "$0: $1 is not a valid option, goodbye." >&2; exit 1;;
- esac
- shift
-done
-
-thisdir=`pwd`
-CDDIR=${cddir-${OVERRIDE_CDDIR-$thisdir}}
-LISTS=${listdir-${OVERRIDE_LISTS-$CDDIR/texmf/lists}}
-
-work_dir=${TMP-/tmp}/tmpkginst.$$
-trap 'cd /; rm -rf $work_dir; trap 0' 0 1 2 15
-{ mkdir $work_dir && cd $work_dir; } || exit
-
-test -d $CDDIR || fatal "$0: $CDDIR: no such directory. Are you sure this is the TeX Live CD?"
-
-platform_guess
-find_echo
-
-cd $work_dir || exit 1
-filters=" "
-$src || filters="$filters texmf-dist/source\*"
-$doc || filters="$filters texmf-dist/doc\*"
-
-System=`echo $Sys | sed 's/_/-/g'`
-
-if $verbose; then
- echo Package [$pkg] / Collection [$col] >&2
- echo Install point is $TEXDIR >&2
- echo Install binaries for system $System >&2
-fi
-
-if test -n "$col"; then
- colfile=$LISTS/collection-$col
- if test -f $colfile; then
- :>tmp
- list_bundle collection-$col
- eval grep '\^\!' tmp | tr ' ' '=' > jobs
- rm tmp
- else
- echo "$0: $col: no such collection (missing $colfile)." >&2
- fi
-fi
-
-if test -n "$pkg"; then
- pkgfile=$LISTS/$pkg
- if test -f $pkgfile; then
- :>tmp
- list_bundle $pkg
- eval grep '\^\!' tmp | tr ' ' '=' > jobs
- else
- echo "$0: $pkg: no such package (missing $pkgfile)." >&2
- exit 1
- fi
-fi
-
-if $list; then
-for f in `sort -u $work_dir/LIST`
- do
- if test -f $CDDIR/archive/$f.zip
- then
- $verbose && echo list $CDDIR/archive/$f.zip >&2
- unzip -l $CDDIR/archive/$f.zip
- fi
- done
- exit
-fi
-zipoption=" -qq "
-$verbose && zipoption=""
-test -z $pkg$col && exit
- $verbose && echo "unpack in $TEXDIR" >&2
- for f in `sort -u $work_dir/LIST`
- do
- if test -f $CDDIR/archive/$f.zip
- then
- $verbose && echo " Install files from $f" >&2
- (cd $TEXDIR && unzip -o $zipoption $CDDIR/archive/$f -x $filters)
- fi
- done
- $verbose && echo "* Done unpacking." >&2
-
-if $config
-then
- $verbose && echo "Files unpacked only. No configuration done"
- exit 0
-fi
-
-X=`kpsewhich language.dat`
-if test -n "$X"; then
- cd `dirname $X`
- Z=`pwd`
-
- if $verbose; then
- echo Making language.dat in $Z >&2
- echo " from your language selections." >&2
- fi
- Y=`kpsewhich language.us`
- cd `dirname $Y`
- cat language.us language.*.dat > $Z/language.dat
-fi
-
-for f in `ls $work_dir/jobs`
-do
- echo " do work items listed in $f" >&2
- for j in `sort $f | uniq`
- do
- command=`echo $j | sed 's/.\(.*\)=.*/\1/'`
- parameter=`echo $j | sed 's/.*=\(.*\)/\1/'`
- echo " EXECUTE $command on $parameter" >&2
- case $command in
- addMap)
- echo "Map $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;;
- addMixedMap)
- echo "MixedMap $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;;
- addDvipsMap)
- echo "p +$parameter" >> $TEXMFSYSVAR/dvips/config/config.ps;;
- addDvipdfmMap)
- test -f $TEXMFSYSVAR/dvipdfm/config/config && echo "f $parameter" >> $TEXMFSYSVAR/dvipdfm/config/config;;
- esac
- done
-done
-
-: ${TEXMFDIST=`kpsewhich -expand-var '$TEXMFDIST'`}
-$hash && mktexlsr $TEXMF $TEXMFDIST
-updmap-sys --nohash --cnffile=$TEXMFSYSVAR/web2c/updmap.cfg \
- --dvipsoutputdir=$TEXMFSYSVAR/fonts/map/dvips/updmap \
- --dvipdfmoutputdir=$TEXMFSYSVAR/fonts/map/dvipdfm/updmap \
- --pdftexoutputdir=$TEXMFSYSVAR/fonts/map/pdftex/updmap
-$config && texconfig-sys init
-$config || echo "PLEASE RUN texconfig or texconfig-sys to make new formats."
diff --git a/Master/install-pkg-live.sh b/Master/install-pkg-live.sh
deleted file mode 100755
index 20749af5443..00000000000
--- a/Master/install-pkg-live.sh
+++ /dev/null
@@ -1,244 +0,0 @@
-#!/bin/sh
-# $Id$
-#
-# install-pkg-live.sh -- install individual packages from live
-# distributions into running installations.
-#
-# Copyright (c) Thomas Esser, Sebastian Rahtz, 1996, 1997, 1998, 1999,
-# 2002, 2003, 2004, 2005, 2006.
-#
-# 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., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-#
-# Send bug reports or suggestions to tex-live@tug.org.
-#
-# Call this script with a full-featured bourne shell, which may be
-# /bin/sh, /bin/bsh (e.g. AIX-4.XX), /bin/sh5 (e.g. ULTRIX) or
-# /bin/bash (on GNU systems) on your system.
-
-HERE=`cd \`dirname $0\` && /bin/pwd`
-. $HERE/utils.sh
-
-list_files()
-{
- this=$1
- $verbose && echo " list_files $this"
-
- morecols=`grep "^-" $this | sed 's/.//'`
- packages=`grep "^+" $this | sed 's/.//'`
- grep "^[a-z]" $this >> tmp
- for i in $packages; do
- if echo "$i" | grep '^collection-' >/dev/null; then
- echo "(ignoring dependency on collection $i)"
- continue
- fi
- list_files $LISTS/$i
- done
-
- # tex4ht's binaries are in bin-tex4htk.<system>. Sigh.
- # otherwise, binaries are in bin-<name>.<system>, whereas bin-<name>
- # itself has arch-independent files, like pool files.
- name=`basename $this`
- for binlist in bin-$name bin-$name.$System bin-${name}k.$System; do
- if test -f $LISTS/$binlist; then
- $verbose && echo " found binary $binlist"
- grep "^[a-z]" $LISTS/$binlist >> tmp
- fi
- done
-
- for p in $morecols; do
- echo "(skipping dependency on collection $p)"
- done
-}
-
-TAROPT=""
-TARPROG=tar
-list=false; src=true; doc=true; hash=true; config=false;verbose=false
-unset col pkg tarfile cddir
-while test $# -gt 0; do
- case $1 in
- -p) if test $# -ge 2; then
- pkg=$2; shift
- else
- fatal "Missing argument for -p"
- fi;;
- --collection=*)
- col=`echo $1 | sed -e 's/.*=//' -e 's/collection-//'`;;
- --package=*)
- pkg=`echo $1 | sed 's/.*=//'`;;
- --nodoc)
- doc=false;;
- --nosrc)
- src=false;;
- --nohash)
- hash=false;;
- --texconfig)
- config=true;;
- --listonly)
- list=true;;
- --verbose)
- verbose=true;;
- --archive=*)
- tarfile=`echo $1 | sed 's/.*=//'`
- list=false;;
- --cddir=*)
- cddir=`echo $1 | sed 's/.*=//'`;;
- --listdir=*)
- listdir=`echo $1 | sed 's/.*=//'`;;
- *) echo "$0: $1 is not a valid option, goodbye." >&2; exit 1;;
- esac
- shift
-done
-
-
-TARPROG=tar
-TAROPT=""
-find_tar
-
-thisdir=`pwd`
-CDDIR=${cddir-${OVERRIDE_CDDIR-$thisdir}}
-LISTS=${listdir-${OVERRIDE_LISTS-$CDDIR/texmf/lists}}
-
-work_dir=${TMP-/tmp}/.tmp.pkginst.$$
-trap 'cd /; rm -rf $work_dir; trap 0' 0 1 2 15
-{ mkdir $work_dir && cd $work_dir; } || exit
-
-test -d $LISTS || fatal "$0: $LISTS: no such directory. Are you sure this is the TeX Live CD?"
-
-: ${TEXMF=`kpsewhich -expand-var '$TEXMFMAIN'`}
-: ${TEXMFSYSVAR=`kpsewhich -expand-var '$TEXMFSYSVAR'`}
-TEXDIR=`echo $TEXMF | sed 's/texmf.*//'`
-
-platform_guess
-
-cd $work_dir
-touch files
-filters="| grep -v '^ *$' "
-$src || filters="$filters | grep -v texmf-dist/source/"
-$doc || filters="$filters | grep -v texmf-dist/doc/"
-System=`echo $Sys | sed 's/_/-/g'`
-
-if $verbose; then
- echo Package [$pkg] / Collection [$col] >&2
- echo Install point is $TEXDIR >&2
- echo Install binaries for system $System >&2
-fi
-
-if test -n "$col"; then
- colfile=$LISTS/collection-$col
- if test -f $colfile; then
- :>tmp
- list_files $LISTS/collection-$col
- eval sort < tmp $filters | grep -v '^\!' | uniq > files
- eval grep '\^\!' tmp | tr ' ' '=' > jobs
- rm tmp
- else
- echo "$0: $col: no such collection (missing $colfile)."
- fi
-fi
-
-if test -n "$pkg"; then
- pkgfile=$LISTS/$pkg
- if test -f $pkgfile; then
- :>tmp
- list_files $LISTS/$pkg
- eval sort < tmp $filters | grep -v '^\!' | uniq > files
- eval grep '\^\!' tmp | tr ' ' '=' > jobs
- else
- echo "$0: $pkg: no such package (missing $pkgfile)." >&2
- exit 1
- fi
-fi
-
-if $list; then
- cat files
- exit
-fi
-
-
-if test -n "$tarfile"; then
- case $tarfile in
- /*) : ;;
- *) tarfile=$thisdir/$tarfile;;
- esac
-
- if test "x$TAROPT" = "x"; then
- echo "$0: archive option is not supported on this system." >&2
- else
- echo Package [$pkg] / Collection [$col] being tarred up into $tarfile
- cd $CDDIR; $TARPROG -c -f $tarfile $TAROPT $work_dir/files
- fi
- exit
-fi
-test -z $pkg$col && exit
-
-if $verbose; then
- echo Files to be copied: >&2
- cat files >&2
- echo >&2
-fi
-if test "x$TAROPT" = "x"; then
- (
- cd "$CDDIR"
- TARPROG=$TARPROG TEXDIR=$TEXDIR $XARGS \
- sh -c '$TARPROG cf - "$@" | (cd "$TEXDIR"; umask 0; $TARPROG xf -)' sh
- ) <$work_dir/files
-else
- (cd $CDDIR; $TARPROG -c -f - $TAROPT $work_dir/files) | (cd $TEXDIR; umask 0; $TARPROG -x -f -)
-fi
-
-X=`kpsewhich language.dat`
-if test -n "$X"; then
- cd `dirname $X`
- Z=`pwd`
-
- if $verbose; then
- echo Making language.dat in $Z >&2
- echo " from your language selections." >&2
- fi
- Y=`kpsewhich language.us`
- cd `dirname $Y`
- cat language.us language.*.dat > $Z/language.dat
-fi
-
-for f in `ls $work_dir/jobs`
-do
- $verbose && echo " do work items listed in $f" >&2
- for j in `sort $f | uniq`
- do
- command=`echo $j | sed 's/.\(.*\)=.*/\1/'`
- parameter=`echo $j | sed 's/.*=\(.*\)/\1/'`
- $verbose && echo " EXECUTE $command on $parameter" >&2
- case $command in
- addMap)
- echo "Map $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;;
- addMixedMap)
- echo "MixedMap $parameter" >> $TEXMFSYSVAR/web2c/updmap.cfg;;
- addDvipsMap)
- echo "p +$parameter" >> $TEXMFSYSVAR/dvips/config/config.ps;;
- addDvipdfmMap)
- test -f $TEXMFSYSVAR/dvipdfm/config/config && echo "f $parameter" >> $TEXMFSYSVAR/dvipdfm/config/config;;
- esac
- done
-done
-
-: ${TEXMFDIST=`kpsewhich -expand-var '$TEXMFDIST'`}
-$hash && mktexlsr $TEXMF $TEXMFDIST
-updmap-sys --nohash --cnffile=$TEXMFSYSVAR/web2c/updmap.cfg \
- --dvipsoutputdir=$TEXMFSYSVAR/fonts/map/dvips/updmap \
- --dvipdfmoutputdir=$TEXMFSYSVAR/fonts/map/dvipdfm/updmap \
- --pdftexoutputdir=$TEXMFSYSVAR/fonts/map/pdftex/updmap
-$config && texconfig-sys init
-$config || echo "PLEASE RUN texconfig or texconfig-sys to make new formats."
diff --git a/Master/setuptl/Changelog b/Master/setuptl/Changelog
deleted file mode 100644
index 3d25294d9eb..00000000000
--- a/Master/setuptl/Changelog
+++ /dev/null
@@ -1,44 +0,0 @@
-## 2005-2007 Tomasz Luczak tlu@technodat.com.pl
-# $Id: Changelog 359 2007-02-09 15:49:54Z tlu $
-# History:
-# 2005.05.03 TLu r.0.1 start project
-# 2005.08.04 TLu r.0.11 last version for TL2004
-# 2005.10.31 TLu r.1.0 final release for Tex Live 2005
-# 2006.07.09 TLu r.1.39 last version for TL2005
-# 2006.12.24 TLu r.1.40 start for TL2006
-# 2006.12.28 TLu r.1.41 remove windvi support, correct perl path
-# 2006.12.31 TLu r.1.42 fixed GS_LIB path, dviout install, fixed select TLroot under Linux
-# 2006.12.31 TLu r.1.43 preconfigure of dviout
-# 2007.01.01 TLu r.1.44 fixed installation and administration under Linux
-# 2007.01.02 TLu r.1.45 with lion ;-) eol-style LF for msgs and help
-# 2007.01.03 TLu r.1.46 catch missing Xwindow/Windows
-# 2007.01.04 TLu r.1.47 catch more exeptions, improved updmap, add dviout to PATH, recognize TEXLIVE_INSTALL_PREFIX
-# 2007.01.05 TLu r.1.48 bug (Win32) fix if gui started of out TL structure
-# 2007.01.05 TLu r.1.49 fixed ugly bug when scheme no > 9
-# 2007.01.07 TLu r.1.50 add link to tlpmgui into bin/$platform
-# 2007.01.08 TLu r.1.51 improve install under Win98, remove win32 binaries from setuptl under Linux
-# 2007.01.08 TLu r.1.52 improve install under Win98, install dviout requires accept
-# 2007.01.08 TLu r.1.53 improve install GS under Win98
-# 2007.01.10 TLu r.1.54 improve install GS under Win98, TL2007
-# 2007.01.11 TLu r.1.55 clean temp dir (GS (WinNT only), improve dviout config, added Darwin libraries for Tile
-# 2007.01.13 TLu r.1.56 added name of platform to name of tlpmgui, use tlpm-name-of-platform.pl
-# 2007.01.14 TLu r.1.57 Windows: improved remove path from %PATH%, better handling collection-perl
-# 2007.01.15 TLu r.1.58 added x86_64 library for Tile, x86_64 executable, little improve for win98
-# 2007.01.16 TLu r.1.59 improve recognise availables binaries, improve for darwin
-# 2007.01.20 TLu r.1.60 better sorting packages, improved remove from %PATH%
-# 2007.01.22 TLu r.1.61 improved recognise DVD/CD
-# 2007.01.25 TLu r.1.62 improved create updmap.cfg under Linux
-# 2007.01.25 TLu r.1.63 creating updmap.cfg corrected for win32 and linux
-# 2007.01.26 TLu r.1.64 improved run from TeXLive for win32
-# 2007.01.28 TLu r.1.65 improved run from DVD for win32
-# 2007.01.31 TLu r.1.66 debug information, several bug fixed, refresh lists after add/remove pkg
-# 2007.02.01 TLu r.1.67 wider info window, updated *.msgs
-# 2007.02.02 TLu r.1.68 new help engine, updated ini package
-# 2007.02.02 TLu r.1.69 added --install-mode parameter
-# 2007.02.03 TLu r.1.70 added --debug parameter, autorefresh both lists
-# 2007.02.03 TLu r.1.71 full autorefresh, console window for Win32
-# 2007.02.04 TLu r.1.72 resolved problem wrong %Temp%
-# 2007.02.05 TLu r.1.73 improved install perl under win32
-# 2007.02.06 TLu r.1.74 improved Next button and %Temp% with spaces
-# 2007.02.07 TLu r.1.75 improved GS installation
-# 2007.02.09 TLu r.1.76 improved handling %Temp% directory
diff --git a/Master/setuptl/Readme b/Master/setuptl/Readme
deleted file mode 100644
index 7ae429be737..00000000000
--- a/Master/setuptl/Readme
+++ /dev/null
@@ -1,14 +0,0 @@
-Hi folks!
-
-tlpmgui is only a nice GUI for tlpm to install TeXLive from the CD or DVD
-
-tlpm is used as an engine for almost all operations (tlpm.exe for Win32
-and tlpm.pl for Linux)
-
-Win98 require tclpip84.dll
-
-Linux. Please unzip tlpm*.zip (having Perl installed is pressumed)
-
-Download always all the directory!
-
-$Id: Readme 161 2006-12-27 00:43:58Z staw $ \ No newline at end of file
diff --git a/Master/setuptl/TLPM/blng.pm b/Master/setuptl/TLPM/blng.pm
deleted file mode 100644
index 4cd56bfda06..00000000000
--- a/Master/setuptl/TLPM/blng.pm
+++ /dev/null
@@ -1,36 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# blng [-pf] <name>
-# display packages containing <name> (to which the <name> belongs to)
-
-sub blng
-{
- my ($arg,$pkg);
- my $count = 0;
- local $inclby_method = \&get_pkg_belongs;
- local $is_method = \&is_pkg;
- my $pkges = $source_pkges;
- while(defined($arg = shift))
- {
- $arg eq '' and next
- or &no_opt($arg) and $pkg = $arg
- or &is_opt($arg,'p','package') and $inclby_method = \&get_pkg_belongs
- and $is_method = \&is_pkg
- or &is_opt($arg,'f','file') and $inclby_method = \&get_file_belongs
- and $is_method = \&is_file
- or &is_opt($arg,'h','help') and return $heeelp -> ('blng')
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'blng --help');
- }
- return $error{'pkg_unspec'} -> () if $pkg eq '';
- return if &read_source();
- $is_method -> ($pkg,$pkges) or return $error{'not_found'} -> ($pkg);
- $mess -> (map {++$count;$_} $inclby_method -> ($pkg,$pkges));
- $mess -> ("\n");
- if($tlpm_redir < 2)
- {
- $message -> (&one_or_more($count,'parent bundle','parent bundles'));
- }
-}
-
-1;
diff --git a/Master/setuptl/TLPM/check.pm b/Master/setuptl/TLPM/check.pm
deleted file mode 100644
index 25d7e160284..00000000000
--- a/Master/setuptl/TLPM/check.pm
+++ /dev/null
@@ -1,67 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# check [-pf]
-# check the existence of files and packages
-
-sub check
-{
- my $arg;
- local $tl_target_new;
- $check_method = \&check_pkges;
- while(defined($arg = shift))
- {
- $arg eq '' and next
- or &is_opt($arg,'f','files') and $check_method = \&check_files
- or &is_opt($arg,'p','packages') and $check_method = \&check_pkges
- or &is_opt($arg,'d','directory') and do {$tl_target_new = shift;1}
- or &is_opt($arg,'h','help') and return $heeelp -> ('check')
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'check --help');
- }# force reading the target, even if already defined
- $tl_target_new ||= $tl_target;
- $tl_target_indeed = $false;
- return if &read_target();
- return if &open_log();
- $check_method -> ();
- &close_log();
-}
-
-sub check_files
-{
- my ($fcount,$pcount) = (0,0);
- my $pkg;
- my @miss;
- foreach $pkg (&get_pkg_all($target_pkges))
- {
- @miss = grep {not(-f "$tl_target$chr_dirsep$_")} &get_pkg_contains($pkg,$target_pkges);
- next unless scalar @miss;
- ++$pcount;
- $fcount += scalar @miss;
- $messf -> ($row_fmt . "missing %s\n",$pkg,join(",\n" . ' ' x ($row_skip + 8),@miss));
- }
- if($tlpm_redir < 2)
- {
- $message -> (&one_or_more($fcount,'missing file','missing files') . ' in ' .
- &one_or_more($pcount,'package','packages'));
- }
-}
-
-sub check_pkges
-{
- my $pcount = 0;
- my $pkg;
- my @miss;
- foreach $pkg (&get_pkg_all($target_pkges))
- {
- @miss = &get_pkg_miss($pkg,$target_pkges);
- next unless scalar @miss;
- ++$pcount;
- $messf -> ($row_fmt . "missing %s\n",$pkg,join(",\n" . ' ' x ($row_skip + 8),@miss));
- }
- if($tlpm_redir < 2)
- {
- $message -> ("$pcount missing " . ($pcount == 1 ? "package" : "packages"));
- }
-}
-
-1;
diff --git a/Master/setuptl/TLPM/cmdl.pm b/Master/setuptl/TLPM/cmdl.pm
deleted file mode 100644
index f3197b1b3ee..00000000000
--- a/Master/setuptl/TLPM/cmdl.pm
+++ /dev/null
@@ -1,149 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# cmdline parsing
-
-# Since I can't rely on windows shell behaviour, I make all the parsing
-# on my own. Some day I'd like to use native shell for u*x, though.
-
-sub resolve_env # resolve environment variables
-{
- my $str = \$_[0];
- while($$str =~ s/$reg_envvar/$ENV{$1}/){}
-}
-
-*OUT;
-*LOG;
-$tlpm_output = undef;
-
-$reg_redir = qr/(>>?|\|)\s*(.+?)\s*\z/;
-
-sub set_out
-{
- my $str = \$_[0];
- if($$str =~ s/$reg_redir//)
- {
- $tlpm_output = $2;
- if($1 eq '|')
- {
- $tlpm_redir = 2;
- }
- else
- {
- $tlpm_redir = 1;
- &norm_path($tlpm_output);
- # $tlpm_output = &rel2abs($tlpm_output,$curr_dir);
- }
- $tlpm_output = $1 . $tlpm_output;
- }
- else
- {
- $tlpm_redir = 0;
- }
-}
-
-sub open_out
-{
- if(defined $tlpm_output)
- {
- if(open(OUT,$tlpm_output))
- {
- select OUT;
- }
- else
- {
- &close_out;
- return $error{'wrong_out'} -> ($tlpm_output);
- }
- }
-}
-
-sub close_out
-{
- close OUT;
- $tlpm_output = undef;
- select STDOUT;
-}
-
-sub open_log
-{
- my $log = $tl_target . $tlpm_log;
- if(open(LOG,">>$log"))
- {
- printf LOG ($row_fmt . "%s\n" , $message_prefix . $tlpm_prompt . $cmd_line , "[" . &date . "]");
- &talk2log();
- return(0);
- }
- else
- {
- &undef_target();
- return $error{'wrong_out'} -> ($log);
- }
-}
-
-sub close_log
-{
- printf LOG ($row_fmt . "%s\n" , $message_prefix . "done" , "[" . &date . "]");
- close LOG;
- &not2log();
-}
-
-
-$reg_white = qr/\A\s+|\A=/;
-$reg_dquot = qr/\A\"(.*?)\"/;
-$reg_squot = qr/\A\'(.*?)\'/;
-$reg_param = qr/\A([^-]\S*)/;
-$reg_sopts = qr/\A[-](\w+)/;
-$reg_dopts = qr/\A[-]{2}(\w+)/;
-
-sub parse_cmd
-{
- my $str = shift;
- my (@opt,@opts);
- while($str ne '')
- {
- $str =~ s/$reg_white// and next
- or $str =~ s/$reg_squot// and push(@opt,"$1")
- or $str =~ s/$reg_dquot// and push(@opt,"$1")
- or $str =~ s/$reg_param// and push(@opt,"$1")
- or $str =~ s/$reg_dopts// and push(@opt,"$opt_prefix$1")
- or $str =~ s/$reg_sopts// and @opt = (@opt,map {"$opt_prefix$_"} split('',$1))
- or $error{'wrong_syn'} -> ($str) and return();
- }
- while(defined($str = shift @opt))
- {
- push(@opts,$str);
- if($str =~ /$reg_option/ && $opt[0] =~ /$reg_option/)
- {
- push(@opts,'');
- }
- }
- return @opts;
-}
-
-sub is_opt
-{
- my $arg = shift;
- my $reg;
- foreach(@_)
- {
- $reg = qr/$_\z/;
- return $true if $arg =~ /$reg_option$reg/;
- }
- return $false;
-}
-
-sub no_opt
-{
- return ($_[0] =~ /$reg_option/ ? $false : $true);
-}
-
-sub rem_opt
-{
- map {s/$reg_option//} @_;
-}
-
-$opt_prefix = 'opt:';
-$reg_option = qr/\A$opt_prefix/o;
-
-1;
diff --git a/Master/setuptl/TLPM/common.pm b/Master/setuptl/TLPM/common.pm
deleted file mode 100644
index 02b871ff891..00000000000
--- a/Master/setuptl/TLPM/common.pm
+++ /dev/null
@@ -1,253 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# common procedures;
-# to avoid any stdlib dependencies, we implement a couple of trivial procedures here
-
-# operations on paths
-
-sub dirsep2dirsep
-{
- my $path = shift;
- $path =~ s/$reg_dirsep/$chr_dirsep/g;
- return $path;
-}
-
-sub split_path
-{
- return split(/$reg_dirsep/,$_[0]);
-}
-
-sub join_path
-{
- return join($chr_dirsep,@_);
-}
-
-sub join_list
-{
- return join(" ",@_);
-}
-
-sub norm_path
-{
- map
- {
- chomp;s/\A\s+//;
- #s/$reg_dirsep+/$chr_dirsep/g;
- s/$reg_dirsep\z//g;
- s/\"//g;
- # s/\A\'(.*?)\'\z/$1/;
- } @_;
-}
-
-sub make_tree
-{
- my $path = shift;
- &norm_path($path);
- $path = &rel2abs($path,$curr_dir);
- return(0) if -d $path;
- my @dirs = &split_path($path);
- $path = '';
- foreach(@dirs)
- {
- $path .= "$_$chr_dirsep";
- unless(-d $path)
- {
- mkdir($path,0777) or return $error{'cant_mdir'} -> ($path);
- }
- }
- chop $path;
- $message ->("Directory '$path' has been created");
- return(0);
-}
-
-sub rel2abs
-{
- return $_[0] if $_[0] =~ /$reg_abs/; # is absolute
- my @rel = &split_path($_[0]);
- my @abs = &split_path($_[1]);
- foreach(@rel)
- {
- next if /\A\.\z/;
- if(/\A\.\.\z/)
- {
- pop(@abs);
- next;
- }
- push(@abs, $_);
- }
- if(@abs)
- {
- return &join_path(@abs);
- }
- else
- {
- @abs = &split_path($_[1]); # just drive
- return $abs[0];
- }
-}
-
-# system command
-
-sub sys
-{
- system(&join_list(@_));
- return $?;
-}
-
-sub set
-{
- my ($key, $val);
- while($key = shift @_)
- {
- if($key =~ /=/)
- {
- ($key, $val) = split("=",$key);
- }
- else
- {
- $val = shift(@_);
- }
- unless($key eq '')
- {
- $ENV{$key} = $val;
- }
- }
-}
-
-# messaging
-
-$message_prefix = '% ';
-$warning_prefix = '! ';
-$messdbg_prefix = '? ';
-
-$_message = sub {return "$message_prefix$_[0]\n"};
-$_warning = sub {return "$warning_prefix$_[0]\n"};
-$_messdbg = sub {return "$messdbg_prefix$_[0]\n"};
-
-# printing to non-existing handle produce 'Bad file descriptor' error;
-# we don't have fork so printing to log and terminal needs to be parallel;
-# because of somewhat weird STRERR behaviour under windows, everything is
-# printed to STDOUT (for tlpmgui) or to file;
-# later we throw progress information to STRERR while installing from DVD
-
-sub _mess {print @_}
-sub _logmess {print @_;print LOG @_}
-
-sub _messf{printf @_}
-sub _logmessf {printf @_;printf LOG @_}
-
-sub _message
-{
- print STDOUT $_message -> (@_);
-}
-
-sub _logmessage
-{
- print STDOUT $_message -> (@_);
- print LOG $_message -> (@_);
-}
-
-sub _warning
-{
- print STDOUT $_warning -> (@_);
-}
-
-sub _logwarning
-{
- print STDOUT $_warning -> (@_);
- print LOG $_warning -> (@_);
-};
-
-sub talk2log
-{
- $mess = \&_logmess;
- $messf = \&_logmessf;
- $message = \&_logmessage;
- $warning = \&_logwarning;
-}
-
-sub not2log
-{
- $mess = \&_mess;
- $messf = \&_messf;
- $message = \&_message;
- $warning = \&_warning;
-}
-
-sub enable_dbg
-{
- $debug_mode = 1;
- $messdbg = sub {print STDOUT $_messdbg -> (@_)}
-}
-
-sub disable_dbg
-{
- $debug_mode = 0;
- $messdbg = \&relax
-}
-
-# -)
-
-sub relax
-{
- return; # not zero!
-}
-
-# singular vs plural
-
-sub one_or_more
-{
- return $_[0] . ' ' . ($_[0] == 1 ? $_[1] : $_[2]);
-}
-
-# ...meybe someday we will use returned error codes
-# errcode 0 is ok, 1 is help, negative means something went wrong
-
-%error =
-(
- 'tl_not_found' => sub {$warning -> ("TeX Live CD/DVD not found"); -1},
- 'not_tl_source' => sub {$warning -> ("TeX Live source not found at '$_[0]'"); -1},
- 'cant_odir' => sub {$warning -> ("Can't open directory '$_[0]'"); -2},
- 'cant_mdir' => sub {$warning -> ("Can't create directory '$_[0]'"); -3},
-# 'cant_wdir' => sub {$warning -> ("Directory '$_[0]' is not writable"); ?},
-# 'dir_unspec' => sub {$warning -> ("Target directory unspecified"); ?},
-# 'file_not_found' => sub {$warning -> ("Can't find file '$_[0]'"); ?},
- 'miss_dir' => sub {$warning -> ("Directory '$_[0]' does not exist"); -4},
- 'empty_dir' => sub {$warning -> ("Directory '$_[0]' contains no packages"); -5},
- 'wrong_out' => sub {$warning -> ("Can't write to '$_[0]'"); -6},
- 'wrong_inp' => sub {$warning -> ("Can't read from '$_[0]'"); -7},
- 'pkg_unspec' => sub {$warning -> ("Package unspecified"); -8},
- 'pkg_not_inst' => sub {$warning -> ("Package '$_[0]' is not installed"); -9},
- 'pkg_not_found' => sub {$warning -> ("Can't find package '$_[0]'"); -10},
- 'not_found' => sub {$warning -> ("Can't find '$_[0]'"); -11},
- 'wrong_opt' => sub {$warning -> ("Unknown option '$_[0]'. Type '$_[1]'"); -12},
- 'wrong_cmd' => sub {$warning -> ("Unknown command '$_[0]'. Type '$_[1]'"); -13},
- 'wrong_syn' => sub {$warning -> ("Incorrect phrase '$_[0]'"); -14},
- 'wrong_reg' => sub {$warning -> ("Incorrect expression '$_[0]'"); -15},
-# 'not_supp' => sub {$warning -> ("Sorry, $_[0] not yet supported"); -16}
-);
-
-# date handling
-
-sub date
-{
- my ($min,$hr,$day,$mon,$year) = (localtime)[1,2,3,4,5];
- $year += 1900;
- ($min,$hr,$day,$mon) = map {sprintf "%02d",$_} ($min,$hr,$day,$mon + 1);
- return "$day.$mon.$year, $hr:$min";
-}
-
-# quoting
-
-sub doubleq {return '"' . $_[0] . '"'}
-sub singleq {return "'" . $_[0] . "'"}
-
-# progress
-
-sub percent
-{
- return sprintf("%d%%",$_[0]*100/$_[1]);
-}
-
-1;
diff --git a/Master/setuptl/TLPM/constants.pm b/Master/setuptl/TLPM/constants.pm
deleted file mode 100644
index bc7ec88907b..00000000000
--- a/Master/setuptl/TLPM/constants.pm
+++ /dev/null
@@ -1,108 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# widely used constants
-
-$true = 1;
-$false = 0;
-
-# general files handling
-
-$reg_file = qr/([^\/\\]+)\z/o;
-$reg_dirsep = qr/[\/\\]/o; # not /(\/|\\)/
-
-# TLPM was originally windowish and is tested mostly on windows so
-
-unless(defined $tlpm_os){$tlpm_os = 'win32'} # if in distribution, always defined in BEGIN block
-if($tlpm_os eq 'win32'){$win32 = $true}
-
-if($win32)
-{
- $chr_dirsep = "\\"; # directory separator
- $reg_abs = qr/\A[a-z]:/io; # absolute path
- $reg_envvar = qr/\%(\w+)\%/o; # environment variable
- $curr_dir = `cd`; # current directory
-}
-else # assuming the rest of the world
-{
- $chr_dirsep = "/";
- $reg_abs = qr/\A$chr_dirsep/io;
- $reg_envvar = qr/\$(\w+)/o;
- $curr_dir = `pwd`;
-}
-
-&norm_path($curr_dir);
-$parent_dir = &rel2abs('..',$curr_dir);
-
-# tlpm related constants
-
-$tlpm_version ||= "_devel";
-$tlpm_prompt = "tlpm" . $tlpm_version . ">";
-
-$tlpm_log = $chr_dirsep . "tlpm.log"; # log file
-$tlpm_dbg = $chr_dirsep . "tlpm.debug"; # debug file
-
-# relative paths to lists and tpms
-
-$tl_texmf = $chr_dirsep . "texmf";
-$tl_lists = $tl_texmf . $chr_dirsep . "lists";
-@tl_tpms = ($chr_dirsep . "texmf" . $chr_dirsep . "tpm",
- $chr_dirsep . "texmf-dist" . $chr_dirsep . "tpm",
- $chr_dirsep . "texmf-doc" . $chr_dirsep . "tpm");
-
-# paths to source TL directory (relative to CD/DVD mounting point / drive)
-
-@tl_roots = ('',
- $chr_dirsep . "texlive",
- $chr_dirsep . "texlive2004",
- # $chr_dirsep . "texlive2005",
- # $chr_dirsep . "texlive2006",
- # $chr_dirsep . "texlive2007"
- );
-
-# ZIP archive
-
-$tl_archive = $chr_dirsep . "archive";
-
-# unzipper is always available in ./support directory
-
-if($win32)
-{
- $tl_unzip = sub {return $tl_source . $chr_dirsep . "support" . $chr_dirsep . "unzip.exe"};
- $tl_xcopy = "xcopy"; # wrrrr
- $sys_redir = '>nul';
-}
-else
-{
- $tl_unzip = sub {return "unzip"}; # assuming available in the system
- $tl_xcopy = "cp";
- $sys_redir = '>/dev/null';
-}
-
-# handling package names heuristic do NOT match TL2003 and older!
-
-$reg_binary = qr/\Abin-[^.]+(.*)/io; # on TL2004 there is ie. bin-<pkg>.sparc-solaris2.7.zip
-$reg_library = qr/\Alib-[^.]+(.*)/io;
-$reg_scheme = qr/\Ascheme-/io;
-# no longer used
-#$reg_win32 = qr/\.win32/io; # also 'win32-static'
-#$reg_collec = qr/\Acollection-/io;
-
-# handling package list files
-$reg_require = qr/\A[+-]/o;
-$reg_action = qr/\A!/o;
-$reg_about = qr/\A\*/o;
-$reg_empty = qr/\A\s*\z/o;
-
-$, = "\n";
-$| = 1;
-
-# message/log formatting
-
-$row_length = 80;
-$row_skip = 42;
-$wrd_skip = 12;
-$row_fmt = "%-${row_skip}s";
-$wrd_fmt = "%-${wrd_skip}s";
-
-1;
diff --git a/Master/setuptl/TLPM/help.pm b/Master/setuptl/TLPM/help.pm
deleted file mode 100644
index 6e9cc89ac30..00000000000
--- a/Master/setuptl/TLPM/help.pm
+++ /dev/null
@@ -1,472 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# help
-
-sub help
-{
- my $arg = shift;
- $arg eq '' and return $heeelp -> ('tlpm')
- or &no_opt($arg) and return $heeelp -> ($arg)
- or &is_opt($arg,'h','help') and return $heeelp -> ('help')
- or &is_opt($arg,'H','Help','readme') and return &readme()
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'help --help')
-}
-
-$heeelp = sub
-{
- my $topic = shift;
- if(defined $help{$topic})
- {
- $mess -> ($help{$topic} . "\n\n");
- return(1);
- }
- else
- {
- return $error{'wrong_cmd'} -> ($topic,'help');
- }
-};
-
-%help =
-(
-'tlpm_banner' => "This is TeX Live Package Manager, v$tlpm_version
-Public Domain, P.Jackowski\@gust.org.pl",
-
-'type_help' => "Type 'help' or other command.",
-
-'technical_notes' => "TECHNICAL NOTES:
-
-* About TLPM
-TLPM (TeX Live Package Manager) helps to search, trace dependencies, and
-install TeX Live packages. It works with TeX Live 2004, 2005, 2006/07
-editions. Initially, TLPM was just my private Perl script for controlling the
-mass of TeX Live packages repository. Since there were no win-installer on
-TeX Live 2004, TLPM became a rescue solution. Starting from version 2.11,
-TLPM works, with some restrictions, under Unix shells as well.
-
-All the configuration is beyond the scope of TLPM functionality. TLPM doesn't
-perform any post-installation actions such as setting of environment
-variables, building formats or updating fontmap files. All those actions are
-accomplished by a pretty nice TLPMGUI front-end written by Tomek \\{}Luczak.
-
-Since there is no (not yet) consistent versioning system within TeX Live
-distribution, TLPM does NOT support upgrades or downgrades, neither of
-packages, nor of the entire distribution. TLPM fully relies on the
-information retrieved from the TPM files (actually from text files stored in
-the 'texmf/lists' directory). If you don't trust TPMs, do NOT trust TLPM
-either!
-
-* Usage
-TLPM tries to detect the CD/DVD drive with TeX Live disk automagically (this
-heuristic is performed not performed on Unix shells). If the magic fails,
-TLPM prompts to provide a mounting point, unless one use the '--source'
-command-line option or the 'tl_source' environment variable, which might be
-useful while installing TeX Live from local hard drive resources.
-
-The target installation directory can be specified with the '--directory'
-command-line option or the 'tl_target' environment variable. If both are
-missing, one is prompted for the target directory during runtime (interactive
-mode) or it is initialized to current directory (batch mode).
-
-TLPM can be run in batch mode. In such a case, each line of the batch file is
-treated as a TLPM command, unless empty or starts with the '%' or '#'
-characters. The range of commands and options available in batch mode is the
-same as in the interactive mode. Mentioned TLPMGUI program communicates with
-TLPM via batches.
-
-The history of installed and uninstalled packages is saved in the tlpm.log file
-stored in the TeX Live target directory. TLPM does not reuse this file and
-reads the current installation state from disk in each run.
-
-TLPM is self documented -- 'help [<command>]' informs about usage details.
-
-* Command line
-TLPM respects quotations (both double quotes and single quotes) used in command
-line. Quotation is necessary while using path names with spaces (strongly not
-recommended!) or other strange characters that may conflict with the command
-syntax. If so, please quote the entire phrase. Whenever analyzing the command,
-TLPM also resolves environment variables expressed as '%variable%' or '\$variable'.
-
-To ensure possibly similar behaviour for different platforms, TLPM interprets
-all the command line (including '>file' and '|stream' redirection) on its
-own. Hence, some shell specific expansion may not work as normally expected.
-
-* License
-I have done my best to make TLPM functional and reliable, but can NOT warrant
-anything. If you like TLPM, feel free to redistribute it without any
-restrictions. TLPM is in Public Domain.
-
-* Thanks
-Big THANK YOU to Jolanta Szelaty\\n{}ska, Staszek Wawrykiewicz, Tomek
-\\L{}uczak, Jerzy Ludwichowski and all other nice souls for all their help.
-
-* Bugs
-Bugs reports and comments are welcome (tlpmgui\@gust.org.pl)
-
-* History
-23.02.2005, 1.00 -- first beta release
-06.04.2005, 1.01 -- bugfix; 'inst' function couldn't be executed twice
- because of incorrect error code returned
-06.05.2005, 1.02 -- bugfix; some of messages redirected to files were stored in
- texmf/lists instead of the runtime directory
-15.09.2005, 1.03 -- TLPM seems to work fine with TL2005; changed messages.
-30.09.2005, 1.04 -- tiny changes in CD detection routine
-05.10.2005, 2.00 -- general rework; mostly in messaging system and installation;
- now TLPM supports also TeX Live DVD (slooow...)
-06.10.2005, 2.01 -- again, changes in CD/DVD detection routine because of removing
- tlpm(gui) stuff from TL root directory
-08.10.2005, 2.02 -- bugfix; while removing standalone packages, uninstall
- routine was performed twice
-10.10.2005, 2.03 -- bugfix; now paths are internally separated by `\\' (\$chr_dirsep)
- because of win98 archeology
-11.10.2005, 2.04 -- debug version made to fix hanging under win98
-12.10.2005, 2.05 -- yet another temporary debug version
-13.10.2005, 2.06 -- experimental progress info while installing from DVD
-14.10.2005, 2.07 -- progress info while installing from CD and DVD
- and --quiet option for 'inst' command
-25.10.2005, 2.08 -- give up to with hanging on DVD installation under Win98;
- just note added
-26.10.2005, 2.09 -- yet another slight correction
-27.10.2005, 2.10 -- Karl confirmed that 'texlive2005' directory
- need no longer to be checked
-19.03.2006, 2.11 -- some experimental rework; allows to extract binaries for other
- platforms, can work under Linux, prompts for source drive
- or mounting point unless found automatically
-23.04.2006, 2.12 -- added installation from DVD support for Linux; still slow,
- as in Windows
-08.05.2006, 2.13 -- bugfix; changes 2.12 spoil installation from cd
-04.06.2006, 2.14 -- code commented
-07.01.2007, 2.15 -- help update for TeX Live 2006/07 edition
-08.01.2007, 2.16 -- bugfix; typing 'version' command was causing a program crash;
- there is no such a command available anymore; program version
- is displayed in the banner and command prompt
-09.01.2007, 2.17 -- code comments, readme changes
-12.01.2007, 2.18 -- since 'cmd set...' does not work as expected (the variable is
- not kept in the environment during TLPM session), we introduce
- new 'set' command
-12.01.2007, 2.19 -- protection from defining variables of empty name
-21.01.2007, 2.20 -- modified source detection heuristic; .mkisofsrc file is no longer
- checked, since as hidden, it can be easily missed while copying;
- debug messages added for detection; release date added to
- welcome message
-01.02.2007, 2.21 -- yet another change to source detection; source remain
- valid even if release info can't be retrieved from *.TL
- files
-* Known issues
-1. Installation from DVD is much slower than from CD. Sorry...
-2. Under Windows; if there are two CD drives (ie. 'E:\\' and 'F:\\') and TeX Live
-disk is in the second one, system may throw 'Insert CD to E:\\' message and block
-the program. Can't help that... Put the CD into 'F:\\' instead, use '--source'
-option or 'tl_source' environment variable.
-3. While sending the command output to pipe (ie. 'list | grep' or 'incl | more'),
-by design, no summary is displayed. The summary might be irrelevant if affected
-by grep or something.
-4. While running via tlpmgui with DVD, installation (xcopy) hangs on Win98. Any ideas?
-5. While installing from DVD, strange message 'Cannot perform INPAGE operation'.
-Hardly reproducable...
-
-* Hope for the future
-0. New TL package model -> versioning system -> upgrading -> via net installation
-1. Shell-specific cmd-line expansion (probably I'll give up cmdline parsing on my own)
-2. More robust and platform independent copying mechanism (especially important for DVD)",
-
-'tlpm' =>
-"USAGE:
-tlpm [platforms] [-s \<source\>] [-d \<target\>] [-b \<batch\>]
-
-DESCRIPTION:
-TLPM help searching for, installing and uninstalling TeX Live packages.
-
-COMMANDS:
-list list packages or files with names matching the given phrase
-incl list packages or files included in the given bundle
-blng show to which bundle the given package or file belongs
-inst install a package in specified target directory (just extract)
-uninst uninstall a package from specified target directory
-check check installation dependencies and consistency
-info show package info
-help show this help or the given command description
-set set environment variable for current TLPM session
-cmd execute a system command
-quit leave the program
-
-Type 'help \<command\>' for details.
-
-OPTIONS:
--s --source set default TeX Live source path
--d --directory set default TeX Live target path
--b --batch enter batch mode
--h --help display this help and quit
--H --Help display the entire readme and quit
--v --version display the version info and quit
-
-EXAMPLES:
-% start in interactive mode
-tlpm
-
-% start in batch mode reading commands from 'file.lst'
-tlpm -b file.lst
-
-% set TeX Live target directory (do not prompt during runtime)
-tlpm -d /usr/share/TeX
-tlpm -d D:\\TeX
-
-% set TeX Live source and target (current directory)
-tlpm -s /mnt/cd -d .
-tlpm -s E:\\ -d .
-
-% respect binary packages for listed platforms (depends on TeX Live naming convention)
-tlpm win32 i386-linux -s /mnt/cd
-tlpm win32 i386-linux -s E:\\
-
-% execute just one TLPM \<command\> and quit
-echo \<command\> | tlpm",
-
-'list' =>
-"USAGE:
-list [-pfe] [\<phrase\>] [-d \<dir\>]
-
-DESCRIPTION:
-Lists files or packages from TeX Live CD/DVD or installation directory.
-
-OPTIONS:
--p --packages search for packages matching \<phrase\> (default)
--f --files search for files matching \<phrase\>
--e --expression treat \<phrase\> as a Perl regular expression (regex)
--d --directory list packages or files installed in the \<dir\> directory
-
-EXAMPLES:
-% display a list of all packages available on TeX Live CD/DVD
-list
-
-% the same via a pager
-list -p * | more
-
-% output all PFB file names on the CD/DVD into font.log
-list -f *.pfb \>font.log
-
-% the same, but matching regex instead of a mask
-list -fe ^.*\\.pfb$ \>font.log
-
-% list package collections installed in \<dir\>
-list coll* -d /usr/share/TeX
-list coll* -d D:\\TeX
-
-% the same, assuming that the target directory has already been specified
-list coll* -d
-
-% yet one more alternative via grep
-list -d | grep coll",
-
-'incl' =>
-"USAGE:
-incl \<package\> [-pferj] [\<phrase\>]
-
-DESCRIPTION:
-Displays a list of \<package\> requirements and contents.
-
-OPTIONS:
--p --packages show required packages matching \<phrase\> (default)
--f --files show included files matching \<phrase\>
--e --expression treat \<phrase\> as a Perl regex
--r --recurse follow dependencies recursively (default)
--j --justone do not recurse
-
-EXAMPLES:
-% display all packages required by collection-basic (via pager)
-incl collection-basic | more
-
-% display packages directly required by the collection-basic
-incl collection-basic -j
-
-% write all TFM files included in the collection-basic to tfms.lst
-incl collection-basic -f *.tfm \> tfms.lst
-
-% display a list of collections included in the GUST scheme
-incl scheme-gust.scheme -p coll",
-
-'blng' =>
-"USAGE:
-blng [-pf] \<name\>
-
-DESCRIPTION:
-Shows parent bundle(s) of a package or file given by \<name\> (not \<phrase\>).
-
-OPTIONS:
--p --package treat \<name\> as a package (default)
--f --file treat \<name\> as a file
-
-EXAMPLES:
-% show bundles that include collection-context
-blng collection-context
-
-% show the package that contains the 'manfnt.tfm' file
-blng -f manfnt.tfm",
-
-'inst' =>
-"USAGE:
-inst \<package\> [-rjou] [-d \<dir\>]
-
-DESCRIPTION:
-Install \<package\> in the specified target directory.
-By default, already installed packages are skipped.
-
-OPTIONS:
--r --recurse follow dependencies recursively (default)
--j --justone do not recurse
--o --overwrite reinstall existing packages
--u --update refresh older, create missing files (implies --overwrite)
--d --directory install the packages in \<dir\> directory
--q --quiet disable progress info
-
-EXAMPLES:
-% install entire collection-basic in \<dir\>
-inst collection-basic -d /usr/share/TeX
-inst collection-basic -d D:\\TeX
-
-% reinstall collection-basic and prompt for the target directory (if not given already)
-inst collection-basic -o
-
-% just update the ComputerModern fonts package
-inst cm -ju",
-
-'uninst' =>
-"USAGE:
-uninst \<package\> [-rjiI] [-d \<dir\>]
-
-DESCRIPTION:
-Uninstalls \<package\> from the specified target directory.
-
-OPTIONS:
--r --recurse follow dependencies recursively (default)
--j --justone do not recurse
--i --ignore ignore dependencies
--I --Ignore ignore dependencies indeed
--d --directory uninstall packages from \<dir\> directory
-
-EXAMPLES:
-% remove the LaTeX collection with all components, unless required by other packages
-uninst collection-latex
-
-% force removal of the LaTeX collection but leave shared packages untouched
-uninst collection-latex -i
-
-% force removal of the LaTeX collection and all its components, even if shared (dangerous)
-uninst collection-latex -I
-
-% remove just the 'ltxmisc' package from \<dir\>
-uninst ltxmisc -j -d /ust/share/TeX
-uninst ltxmisc -j -d D:\\TeX",
-
-'check' =>
-"USAGE:
-check [-pf][-d \<dir\>]
-
-DESCRIPTION:
-Check installation dependencies and consistency.
-
-OPTIONS:
--p --packages check packages (default)
--f --files check files
--d --directory check given \<dir\> directory
-
-EXAMPLES:
-% display packages missing from \<dir\>
-check -d /usr/share/TeX
-check -d D:\\TeX
-
-% almost the same (prompt for directory, if not specified already)
-check
-
-% display files that should exist but can not be found
-check -f",
-
-'help' =>
-"USAGE:
-help [\<command\>]
-
-DESCRIPTION:
-Displays general help or usage details for a given command.
-
-OPTIONS:
--H --Help display the entire readme
-
-EXAMPLES:
-% display general help (via pager)
-help | more
-
-% tell me more about the 'inst' command
-help inst
-
-% exactly the same
-inst --help",
-
-'info' =>
-"USAGE:
-info \<package\>
-
-DESCRIPTION:
-Displays the information available for a given package.
-
-EXAMPLES:
-% tell me something about ConTeXt
-info context",
-
-'quit' =>
-"USAGE:
-quit
-
-DESCRIPTION:
-Leaves the program.
-
-EXAMPLES:
-% say goodbye
-quit",
-
-'cmd' =>
-"USAGE:
-cmd \<command\>
-
-DESCRIPTION:
-Executes a system command without exiting the TLPM session.
-
-EXAMPLES:
-% mount TeX Live source
-cmd mount /dev/cd /mnt/cd
-
-% test TeX
-cmd tex \\input story \\end
-
-% clear screen
-cmd clear",
-
-'set' =>
-"USAGE:
-set \<key-val list\>
-
-DESCRIPTION:
-(Re)Sets environment variable for the current TLPM session.
-
-EXAMPLES:
-set TEXMFCNF=D:/TeX/texmf/web2c LOFO=.;lofo//"
-);
-
-sub readme
-{
- my $z;
- my $sep = '#';
- my @topics = qw( technical_notes tlpm list incl blng inst uninst check help info set cmd quit);
- $heeelp -> (shift @topics);
- $mess -> ("\n" . $sep x $row_length . "\n" . ' ' x 30 . "COMMANDS IN DETAILS\n" . $sep x $row_length );
- foreach(@topics)
- {
- $z = $row_length - length($_) - 2;
- ($z % 2 == 1 ? $z = ($z-1)/2 : $z = $z/2);
- $mess -> ("\n\n" . $sep x $z . ' ' . $_ . ' ' . $sep x $z . "\n");
- $heeelp -> ($_);
- }
- $mess -> ("\n");
- return(1);
-}
-
-1;
diff --git a/Master/setuptl/TLPM/incl.pm b/Master/setuptl/TLPM/incl.pm
deleted file mode 100644
index 0edc92261f0..00000000000
--- a/Master/setuptl/TLPM/incl.pm
+++ /dev/null
@@ -1,60 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# incl <pkg> [-pfer] <mask>
-# display a list of packages included in <pkg> and matching <mask>
-
-sub incl
-{
- local $reg_method = \&string2reg;
- local $incl_method = \&incl_packages;
- local $getp_method = \&get_pkg_requires_all;
- local $getf_method = \&get_pkg_contains_all;
- my $pkges = $source_pkges;
- my ($pkg,$arg,$reg);
- while(defined($arg = shift))
- {
- $arg eq '' and next
- or &no_opt($arg) and (defined $pkg ? $reg = $arg : $pkg = $arg)
- or &is_opt($arg,'f','files') and $incl_method = \&incl_files
- or &is_opt($arg,'p','packages') and $incl_method = \&incl_packages
- or &is_opt($arg,'e','expression') and $reg_method = \&string2preg
- or &is_opt($arg,'j','justone') and $getp_method = \&get_pkg_requires
- and $getf_method = \&get_pkg_contains
- or &is_opt($arg,'r','recurse') and $getp_method = \&get_pkg_requires_all
- and $getf_method = \&get_pkg_contains_all
- or &is_opt($arg,'h','help') and return $heeelp -> ('incl')
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'incl --help');
- }
- return $error{'pkg_unspec'} -> () if $pkg eq '';
- eval '$reg = $reg_method -> ($reg)';
- if($@){return $error{'wrong_reg'} -> ($reg)}
- return if &read_source();
- is_pkg($pkg,$pkges) or return $error{'pkg_not_found'} -> ($pkg);
- $incl_method -> ($pkg,$reg,$pkges);
-}
-
-sub incl_packages
-{
- my ($pkg,$reg,$pkges) = @_;
- my $count = 0;
- $mess -> (grep {/$reg/ and ++$count} $getp_method -> ($pkg,$pkges));
- $mess -> ("\n");
- if($tlpm_redir < 2)
- {
- $message -> (&one_or_more($count,'package','packages'));
- }
-}
-
-sub incl_files
-{
- my ($pkg,$reg,$pkges) = @_;
- my $count = 0;
- $mess -> (grep {/$reg/ and ++$count} $getf_method -> ($pkg,$pkges));$mess -> ("\n");
- if($tlpm_redir < 2)
- {
- $message -> ("$count " . ($count == 1 ? "file" : "files"));
- }
-}
-
-1;
diff --git a/Master/setuptl/TLPM/info.pm b/Master/setuptl/TLPM/info.pm
deleted file mode 100644
index 7eeccd4c2cd..00000000000
--- a/Master/setuptl/TLPM/info.pm
+++ /dev/null
@@ -1,39 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# info <pkg>
-# retrieve info about the paqckage from .tpm file
-
-sub info
-{
- my ($arg,$pkg,$tpm);
- while(defined($arg = shift))
- {
- $arg eq '' and next
- or &no_opt($arg) and $pkg = $arg
- or &is_opt($arg,'h','help') and return $heeelp -> ('info')
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'info --help');
- }
- return $error{'pkg_unspec'} -> () if $pkg eq '';
- if($pkg =~ $reg_scheme)
- {
- $pkg =~ s/\.scheme\z//; # different list and tpm... wrrrrr
- }
- $tpm = &get_tpm($pkg);
- return $error{'pkg_not_found'} -> ($pkg) if $tpm eq '';
- local *INP;
- local $/ = undef;
- open(INP,"<$tpm") or return $error{'wrong_inp'} -> ($tpm);
- $tpm = <INP>;
- close INP;
- foreach(qw/Name Title Type Version Date Description/)
- {
- if($tpm =~ /<TPM:$_>\s*(.+?)\s*<\/TPM:$_>/si)# rather rough, but do we need more?
- {
- $messf -> ("%-11s : %s\n",$_,$1);
- }
- }
- $mess -> ("\n");
-}
-
-1;
diff --git a/Master/setuptl/TLPM/inst.pm b/Master/setuptl/TLPM/inst.pm
deleted file mode 100644
index 3b47a2d5961..00000000000
--- a/Master/setuptl/TLPM/inst.pm
+++ /dev/null
@@ -1,237 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# inst <pkg> [-jrou]
-# install <pkg> respecting dependencies
-
-sub inst
-{
- my ($arg,$pkg,@pkg_list);
- local $tl_target_new;
- local ($quiet_mode,$overwrite,$update,$recurse) = (0,0,0,1);
- while(defined($arg = shift))
- {
- $arg eq '' and next
- or &no_opt($arg) and push(@pkg_list,$arg)
- or &is_opt($arg,'j','justone') and do {$recurse = 0;1}
- or &is_opt($arg,'r','recurse') and $recurse = 1
- or &is_opt($arg,'o','overwrite') and $overwrite = 1
- or &is_opt($arg,'u','update') and $update = 1 and $overwrite = 1
- or &is_opt($arg,'d','directory') and do {$tl_target_new = shift;1}
- or &is_opt($arg,'q','quiet') and do {$quiet_mode = 1}
- or &is_opt($arg,'h','help') and return $heeelp -> ('inst')
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'inst --help');
- }
- return $error{'pkg_unspec'} -> () unless @pkg_list;
- return if &read_source();
- &read_target(); # may be missing
- return if &make_tree($tl_target);
- return if &open_log();
- &install(@pkg_list);
- &close_log;
-}
-
-sub install
-{
- my $pkg;
- my (@trace,%trace);
- foreach $pkg (@_)
- {
- &is_pkg($pkg,$source_pkges) or $error{'pkg_not_found'} -> ($pkg) and next;
- push(@trace,$pkg);
- if($recurse)
- {
- push(@trace,&get_pkg_requires_all($pkg,$source_pkges));
- }
- }
- local (@inst_pkges,@inst_files);
- local ($pskip,$ptotal) = (0,0);
- foreach $pkg (@trace) # cleanup; remove duplicates, flush already installed
- {
- next if exists $trace{$pkg};
- $trace{$pkg} = $true;
- ++$ptotal;
- if(not $overwrite and &is_pkg($pkg,$target_pkges))
- {
- $messf -> ($row_fmt . $wrd_fmt . "\n",$pkg,"skipped");
- ++$pskip;
- next;
- }
- push(@inst_pkges,$pkg);
- }
- foreach $pkg (@inst_pkges)
- {
- push(@inst_files,&get_pkg_contains($pkg,$source_pkges));
- }
- local ($fdone,$ftodo,$pdone,$ptodo) = (0,0,0,0); # for progress info
- $ptodo = scalar @inst_pkges;
- $ftodo = scalar @inst_files;
- $install_info -> ();
- return unless $ptodo;
- local $sys_redir = $sys_redir; # to override redirection if debug
- if($debug_mode)
- {
- $sys_redir = '>>' . $tl_target . $tlpm_dbg;
- }
- local ($extract,$extract_params);
- if($tl_type eq 'DVD')
- {
- $extract = \&extract_dvd;
- if($win32)
- {
- $copying_params = \&copying_params_win32;
- $extract_params = '/Y /R ' . ($debug_mode ? '/F' : '/C') . ($update ? ' /D' : '');
- }
- else
- {
- $copying_params = \&copying_params_ux;
- $extract_params = '-f -L -r --parents '# force, follow links, recursive, append paths
- . ($debug_mode ? '-v' : '') . ($update ? ' -u' : '');
- }
- }
- else # fortunatelly unzipper setup is common for all lplatforms
- {
- $extract = \&extract_cd;
- $extract_params = ($update ? '-ou' : '-o') . ($debug_mode ? '' : ' -qq');
- }
- local ($inst_progress,$copy_progress);
- if($quiet_mode)
- {
- ($inst_progress,$copy_progress) = (\&relax,\&relax);
- }
- else
- {
-
- ($inst_progress,$copy_progress) = (\&install_progress,\&copying_progress);
- }
- local (@extract_files,$fextract);
- my ($status,$err);
- $update and $status = "refreshed" or
- $overwrite and $status = "reinstalled" or $status = "installed";
- unless($win32){chdir($tl_source)} # cp uses quite dirrefent relative path approach then xcopy
- foreach $pkg (@inst_pkges)
- {
- $messf -> ($row_fmt,$pkg);
- @extract_files = &get_pkg_contains($pkg,$source_pkges);
- $fextract = scalar @extract_files;
- $extract -> ($pkg);
- if($?)
- {
- $status = "error: $!";
- $messf -> ("%-12s",$status);
- }
- else
- {
- $target_pkges -> {$pkg} = $source_pkges -> {$pkg};
- $messf -> ("%-12s",$status);
- $inst_progress -> ();
- }
- $mess -> ("\n");
- }
- unless($win32){chdir($curr_dir)}
-}
-
-# extrating from zip files (CD)
-
-sub extract_cd
-{
- my $pkg = shift;
- my @cmd = (&doubleq($tl_unzip -> ()),$extract_params,
- &doubleq($tl_source . $tl_archive . "$chr_dirsep$pkg.zip"),
- '-d',&doubleq($tl_target),$sys_redir);
- return sys(@cmd);
-}
-
-# copying files (DVD)
-
-sub extract_dvd
-{
- my $pkg = shift;
- local ($path,$file,%xcopy);
- local $done = 0;
- my $reg = quotemeta($pkg);
- $reg = qr/$reg_dirsep$reg$reg_dirsep/i;
- # the most expensive here is calling system thousands of times;
- # for sake of speed, we gather files into groups matching '/some/dir/*' and pass wildcards to copy
- foreach $path (@extract_files)
- {
- $path =~ s/$reg_file//;
- $file = $1;
- if($path =~ /$reg/)
- {
- ++$xcopy{"$path$chr_star"}[0];
- $xcopy{"$path$chr_star"}[1] = $path;
- }
- else
- {
- $xcopy{"$path$file"}[0] = 1;
- $xcopy{"$path$file"}[1] = $path;
- }
- }
- foreach $path (keys %xcopy)
- {
-
- $done += $xcopy{$path}[0];
- $copy_progress -> ();
- return $? if &sys($copying_params -> ());
- }
- return(0);
-}
-
-sub copying_params_win32
-{
- return ($tl_xcopy,&doubleq($tl_source . $chr_dirsep . $path),
- &doubleq($tl_target . $chr_dirsep . $xcopy{$path}[1]),
- $extract_params,
- $sys_redir);
-}
-
-sub copying_params_ux
-{
- return($tl_xcopy, $extract_params, $path, &doubleq($tl_target), $sys_redir);
-}
-
-sub install_progress
-{
- $pdone += 1;
- $fdone += $fextract;
- printf STDOUT ("%-12s%-12s",&percent($fdone,$ftodo),&percent($pdone,$ptodo))
-}
-
-# installing from DVD is slow enough to be confused with crash, hence single package progress info
-
-sub copying_progress # the only things flushed to STDERR
-{
- printf STDERR ("\b\b\b\b\b%-5s",&percent($done,$fextract));
-}
-
-$install_info = sub
-{
- if($pskip)
- {
- $messf -> ($row_fmt , $message_prefix . "$pskip of $ptotal already installed");
- $progres_pre -> ();
- }
- else
- {
- $messf -> ($row_fmt , $message_prefix . "checking packages to install...");
- $progres_pre -> ();
- }
- $mess -> ("\n");
-};
-
-$progres_pre = sub
-{
- if($ptodo)
- {
- $messf -> ($wrd_fmt . $wrd_fmt . $wrd_fmt,'to do:',
- &one_or_more($ftodo,"file","files"),
- &one_or_more($ptodo,"package","packages"));
- }
- else
- {
- $mess -> ("nothing to do");
- }
-};
-
-1;
diff --git a/Master/setuptl/TLPM/list.pm b/Master/setuptl/TLPM/list.pm
deleted file mode 100644
index def946f0585..00000000000
--- a/Master/setuptl/TLPM/list.pm
+++ /dev/null
@@ -1,58 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# list [-pfe] <mask>
-# list packages matching <mask>
-
-sub list
-{
- my ($arg,$reg,$mask);
- my $pkges = $source_pkges;
- local $tl_target_new;
- local $list_method = \&list_packages;
- local $reg_method = \&string2reg;
- local $read_method = \&read_source;
- while(defined($arg = shift))
- {
- $arg eq '' and next
- or &no_opt($arg) and $mask = $arg
- or &is_opt($arg,'f','files') and $list_method = \&list_files
- or &is_opt($arg,'p','packages') and $list_method = \&list_packages
- or &is_opt($arg,'e','expression') and $reg_method = \&string2preg
- or &is_opt($arg,'d','directory') and $read_method = \&read_target
- and $pkges = $target_pkges
- and do {$tl_target_new = shift;1}
- or &is_opt($arg,'h','help') and return $heeelp -> ('list')
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'list --help');
- }
- eval '$reg = $reg_method -> ($mask)';
- if($@){return $error{'wrong_reg'} -> ($mask)}
- return if $read_method -> ();
- return $list_method -> ($reg,$pkges);
-}
-
-sub list_packages
-{
- my ($reg,$pkges) = @_;
- my $count = 0;
- $mess -> (grep {/$reg/ and ++$count} &get_pkg_all($pkges));
- $mess -> ("\n");
- if($tlpm_redir < 2)
- {
- $message -> (&one_or_more($count,'matching package','matching packages'));
- }
-}
-
-sub list_files
-{
- my ($reg,$pkges) = @_;
- my $count = 0;
- $mess -> (grep {/$reg/ and ++$count} &get_file_all($pkges));
- $mess -> ("\n");
- if($tlpm_redir < 2)
- {
- $message -> (&one_or_more($count,'matching file','matching files'));
- }
-}
-
-1;
diff --git a/Master/setuptl/TLPM/pkg.pm b/Master/setuptl/TLPM/pkg.pm
deleted file mode 100644
index ecf5115cee5..00000000000
--- a/Master/setuptl/TLPM/pkg.pm
+++ /dev/null
@@ -1,478 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# packages handling
-
-# here the main work starts
-
-%source_packages; # read only once (constant)
-%target_packages; # read each time is requested (affected by installing / uninstalling)
-
-$source_pkges = \%source_packages;
-$target_pkges = \%target_packages;
-
-sub read_pkges # used for reading both source and target packages
-{
- my ($dir,$pkges) = @_; # <root_directory> <hash_reference>
- # StaW reports that the condition alike '-d E:' doesn't work in some cases.
- # Not reproduced... However, '-d E:\texmf' works fine, so
- unless(-d $dir || -d "$dir$tl_texmf")
- {
- return $error{'miss_dir'} -> ($dir);
- }
- $dir .= $tl_lists;
- unless(-d $dir)
- {
- return $error{'miss_dir'} -> ($dir);
- }
- my ($pkg,$fcount,$pcount,$platform);
- local (*DIR,*INP);
- $message -> ("Reading packages from '$dir'...");
- opendir(DIR,$dir) or return $error{'cant_odir'} -> ($dir);
- readdir DIR; readdir DIR; # remove '.' and '..'; dirty but works and make things a bit faster
- foreach $pkg (readdir DIR)
- {
- ($pcount,$fcount) = (0,0);
- if($pkg =~ /$reg_binary/)
- {
- $platform = $1;
- if($platform =~ s/\A\.//) # bin-<pkg>.<platform>
- {
- unless(defined $tl_binaries{$platform}){next}
- }
- else # bin-<pkg>
- {
- foreach(keys %tl_binaries) # binaries are not linked by tmps
- {
- $pkges -> {$pkg}{'requires'}{"$pkg.$_"} = ++$pcount;
- }
- }
- }
- elsif($pkg =~ /$reg_library/)
- {
- $platform = $1;
- if($platform =~ s/\A\.//) # only win32?
- {
- unless(defined $tl_binaries{$platform}){next}
- }
- else
- {
- $platform = 'win32';
- if(defined $tl_binaries{$platform})
- {
- $pkges -> {$pkg}{'requires'}{"$pkg.$platform"} = ++$pcount;
- }
- }
- }
- open(INP,"<$dir$chr_dirsep$pkg")
- or $error{'wrong_inp'} -> ("$dir$chr_dirsep$pkg") and next;
- foreach(<INP>)
- {
- chomp;
- if(s/$reg_require//)
- {
- $pkges -> {$pkg}{'requires'}{$_} = ++$pcount;
- }
- elsif(/$reg_about|$reg_action|$reg_empty/){}
- else
- {
- $pkges -> {$pkg}{'contains'}{&dirsep2dirsep($_)} = ++$fcount;
- }
- }
- close INP;
- }
- return $error{'empty_dir'} -> ($dir) unless keys %$pkges;
- &find_missing($pkges); # not all bin-packages binaries for all platforms
- closedir DIR;
- return(0);
-}
-
-sub find_missing
-{
- my $pkges = shift;
- my $pkg;
- foreach $pkg (&get_pkg_all($pkges))
- {
- foreach(&get_pkg_requires($pkg,$pkges))
- {
- unless(exists $pkges -> {$_})
- {
- $pkges -> {$pkg}{'missing'}{$_} = $pkges -> {$pkg}{'requires'}{$_};
- delete $pkges -> {$pkg}{'requires'}{$_};
- }
- }
- }
-}
-
-sub get_pkg_miss
-{
- my ($pkg,$pkges) = @_;
- return sort keys %{$pkges -> {$pkg}{'missing'}};
-}
-
-sub read_source
-{
- my $err;
- if($err = &set_source()){return $err}
- return(0) if %$source_pkges; # read once per session
- $err = &read_pkges($tl_source,$source_pkges);
- &undef_source if $err;
- return $err;
-}
-
-sub read_target
-{
- &set_target();
- return(0) if %$target_pkges; # read once per session (except if forced)
- return &read_pkges($tl_target,$target_pkges);
-}
-
-sub set_source
-{
- return(0) if $tl_source_indeed;
- $message -> ("Looking for TeX Live source...");
- if(defined $tl_source) # firt check if predefined one is TL source indeed
- {
- if(&is_tl_root($tl_source))
- {
- return(0);
- }
- else
- {
- $error{'not_tl_source'} -> ($tl_source);
- }
- }
- foreach($parent_dir,$curr_dir) # in case TLPM located on CD or DVD
- {
- if(&is_tl_root($_)){return(0)}
- }
- if($win32) # sorry, no heuristic for others
- {
- foreach(D..Z)
- {
- if(&is_tl_root("$_:")){return(0)}
- }
- unless($batch_mode) # the last chance is prompt
- {
- print STDOUT "TeX Live source drive: ";
- $tl_source = <STDIN>;
- chomp $tl_source;
- &resolve_env($tl_source);
- if(&is_tl_root($tl_source))
- {
- return(0);
- }
- else
- {
- $error{'not_tl_source'} -> ($tl_source);
- }
- }
- }
- else
- {
- unless($batch_mode)
- {
- print STDOUT "TeX Live source mounting point: ";
- $tl_source = <STDIN>;
- chomp $tl_source;
- &resolve_env($tl_source);
- if(&is_tl_root($tl_source))
- {
- return(0);
- }
- else
- {
- $error{'not_tl_source'} -> ($tl_source);
- }
- }
- }
- &undef_source(); # not found anyhow -> reset presets
- return $error{'tl_not_found'} -> ();
-}
-
-sub is_tl_root
-{
- my $dir = shift;
- foreach(@tl_roots)
- {
- next if &no_source($dir . $_);
- $message -> ("Welcome to TeX Live $tl_year $tl_type! (release $tl_date)");
- return $true;
- }
- return $false;
-}
-
-sub no_source # source detection heuristic
-{
- my $dir = shift;
- my ($inst,$live) = ("00INST.TL","00LIVE.TL");
- &norm_path($dir);
- $dir = &rel2abs($dir);
- #if(-f "$dir$chr_dirsep.mkisofsrc")# hidden can be easily missed while copying (Hartmut Henkel report)
- if(-f "$dir$chr_dirsep$inst")
- {
- $messdbg -> ("Found $inst in $dir");
- $tl_type = 'CD'; $tl_file = $inst;
- }
- elsif(-f "$dir$chr_dirsep$live")
- {
- $messdbg -> ("Found $live in $dir");
- $tl_type = 'DVD'; $tl_file = $live;
- }
- else
- {
- $messdbg -> ("Neither $inst nor $live found in $dir");
- return $true;
- }
- $tl_source = $dir; $tl_source_indeed = $true;
- local *INP;
- open(INP,"<$dir$chr_dirsep$tl_file") or return $error{'wrong_inp'} -> ($tl_file);
- my @lines = <INP>; close INP;
- foreach(@lines)
- {
- next unless /\ARelease date: (\d{8})/;
- $tl_date = $1;
- $tl_year = substr($tl_date,0,4);
- return $false;
- }
- #$messdbg -> ("Cannot retrieve release info from $tl_file");
- #return $true; # inconvenient while playing with TL Master tree, where
- # no release is yet defined
- $warning -> ("Cannot retrieve release info from $tl_file");
- $tl_date = "????.??.??"; $tl_year = "????";
- return $false;
-}
-
-# in opposite to source packages, target is read whenever requested
-
-sub set_target
-{
- if($tl_target_indeed and $tl_target_new eq ''){return 0} # target defined and not provided in cmdline
- if($tl_target_new ne '')
- {
- &undef_target();
- $tl_target = $tl_target_new;
- $tl_target_new = undef;
- }
- my $msg = 'TeX Live installation root directory';
- if($tl_target eq '')
- {
- if($batch_mode)
- {
- $tl_target = $curr_dir; # hm... what shall we do?
- }
- else # prompt for target directory
- {
- print STDOUT ('Type ' . $msg . ': ');
- $tl_target = <STDIN>;
- &set_target_();
- }
- }
- else
- {
- &set_target_();
- }
- # I tried to test if the directory is writable, but even CD drive respond to be writable...
- #unless(-w $tl_target)
- #{
- # &undef_target();
- # return $error{'cant_wdir'} -> ($tl_target);
- #}
- $message -> ($msg . ' set to ' . &singleq($tl_target));
- return(0);
-}
-
-sub set_target_
-{
- &norm_path($tl_target);
- &resolve_env($tl_target);
- $tl_target = &rel2abs($tl_target,$curr_dir);
- $tl_target_indeed = $true;
-}
-
-sub undef_source
-{
- %source_packages = ();
- $tl_source = undef;
- $tl_source_indeed = $false;
-}
-
-sub undef_target
-{
- %target_packages = ();
- $tl_target = undef;
- $tl_target_indeed = $false;
-}
-
-# some operations on loaded packages stored in hashes
-
-sub get_pkg_all
-{
- my $pkges = shift;
- return sort keys %$pkges;
-}
-
-sub get_file_all
-{
- my $pkges = shift;
- return map {sort keys %{$pkges -> {$_}{'contains'}}} &get_pkg_all($pkges);
-}
-
-sub get_pkg_requires
-{
- my ($pkg,$pkges) = @_;
- return sort
- {
- $pkges -> {$pkg}{'requires'}{$a} <=> $pkges -> {$pkg}{'requires'}{$b}
- }
- keys %{$pkges -> {$pkg}{'requires'}};
-}
-
-sub get_pkg_requires_all
-{
- my ($pkg,$pkges) = @_;
- local (%trace,@trace);
- local $level = 0;
- &get_pkg_requires_recurse($pkg,$pkges);
- # delete $trace{$pkg}; # package never requires itself
- shift @trace;
- return @trace;
-}
-
-sub get_pkg_requires_recurse
-{
- my ($pkg,$pkges) = @_;
- return(0) if exists $trace{$pkg};
- #++$level;
- $trace{$pkg} = $true;
- push(@trace,$pkg);
- foreach(&get_pkg_requires($pkg,$pkges))
- {
- &get_pkg_requires_recurse($_,$pkges);
- }
- #--$level;
-}
-
-sub get_pkg_contains
-{
- my ($pkg,$pkges) = @_;
- return sort keys %{$pkges -> {$pkg}{'contains'}};
-}
-
-sub get_pkg_contains_all # assuming each file belongs to ONE package!
-{
- my ($pkg,$pkges) = @_;
- return
- (
- &get_pkg_contains($pkg,$pkges),
- map {&get_pkg_contains($_,$pkges)} &get_pkg_requires_all($pkg,$pkges)
- );
-}
-
-sub get_pkg_belongs
-{
- my ($pkg,$pkges) = @_;
- my ($key, @arr);
- foreach $key (&get_pkg_all($pkges))
- {
- foreach(&get_pkg_requires($key,$pkges))
- {
- if($_ eq $pkg)
- {
- push(@arr,$key);
- }
- }
- }
- return @arr;
-}
-
-# no longer used
-#sub is_required
-#{
-# my $pkg = shift;
-# my $key;
-# foreach $key (&get_pkg_all($target_pkges))
-# {
-# foreach (&get_pkg_requires($key,$target_pkges))
-# {
-# return 1 if $_ eq $pkg;
-# }
-# }
-# return 0;
-#}
-
-sub get_file_belongs
-{
- my $file = quotemeta(shift @_);
- my $pkges = shift;
- $file = qr/$reg_dirsep$file\z/i;
- my ($key,@arr);
- foreach $key (&get_pkg_all($pkges))
- {
- foreach(&get_pkg_contains($key,$pkges))
- {
- if($_ =~ /$file/)
- {
- push @arr, $key;
- }
- }
- }
- return @arr;
-}
-
-sub is_pkg
-{
- my ($pkg,$pkges) = @_;
- return $true if exists $pkges -> {$pkg};
- return $false
-}
-
-sub is_file
-{
- my ($file,$pkges) = @_;
- $file = quotemeta($file);
- $file = qr/$reg_dirsep$file\z/i;
- foreach(&get_file_all($pkges))
- {
- return $true if /$file/;
- }
- return $false;
-}
-
-# searching for tpm file to show info
-
-sub get_tpm
-{
- my $pkg = shift;
- my $file;
- if(defined $tl_target)
- {
- if($file = &get_tpm_($tl_target,$pkg))
- {
- return $file;
- }
- }
- return('') if &set_source();
- if($file = &get_tpm_($tl_source,$pkg))
- {
- return $file;
- }
- return('');
-}
-
-sub get_tpm_
-{
- my ($dir,$pkg) = @_;
- my $file;
- foreach(@tl_tpms)
- {
- $file = "$dir$_$chr_dirsep$pkg.tpm";
- if(-f $file)
- {
- return $file;
- }
- }
- return '';
-}
-
-1;
diff --git a/Master/setuptl/TLPM/reg.pm b/Master/setuptl/TLPM/reg.pm
deleted file mode 100644
index edc63c3b5e5..00000000000
--- a/Master/setuptl/TLPM/reg.pm
+++ /dev/null
@@ -1,51 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# regexp and mask related functions
-
-$chr_star = '*';
-$reg_star = qr/.*?/o;
-$chr_qust = '?';
-$reg_qust = qr/./o;
-
-sub string2reg # DOSish wildcards to regex
-{
- my @str = split('', shift @_);
- return qr/.{0}/ unless(@str); # not qr// since then grep{//} uses last match!! bleee
- my ($reg,$chr);
- foreach $chr (@str)
- {
- if($chr eq $chr_star)
- {
- $reg .= $reg_star;
- }
- elsif($chr eq $chr_qust)
- {
- $reg .= $reg_qust;
- }
- else
- {
- $reg .= quotemeta $chr;
- }
- }
- $reg = qr/$reg/;
- return $reg;
-}
-
-sub string2preg
-{
- my $reg = shift;
- return qr/.{0}/ if $reg eq '';
- $reg = qr/$reg/;
- return $reg;
-}
-
-$reg_method = \&string2reg;
-
-#sub greg
-#{
-# my $reg = $reg_method -> (shift);
-# return grep {/$reg/} @_;
-#}
-
-1;
diff --git a/Master/setuptl/TLPM/uninst.pm b/Master/setuptl/TLPM/uninst.pm
deleted file mode 100644
index b8b8f54d5ef..00000000000
--- a/Master/setuptl/TLPM/uninst.pm
+++ /dev/null
@@ -1,117 +0,0 @@
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-# uninst <pkg> [-rjF] [dir]
-# uninstall given package respecting dependencies
-
-sub uninst
-{
- my ($arg,$pkg,@pkg_list);
- local $tl_target_new;
- local ($force,$Force) = (0,0);
- local $uninst_method = \&uninst_all;
- while(defined($arg = shift))
- {
- $arg eq '' and next
- or &no_opt($arg) and push(@pkg_list,$arg)
- or &is_opt($arg,'j','justone') and $uninst_method = \&uninst_one
- or &is_opt($arg,'r','recurse') and $uninst_method = \&uninst_all
- or &is_opt($arg,'i','ignore') and $force = 1
- or &is_opt($arg,'I','Ignore') and ($Force,$force) = (1,1)
- or &is_opt($arg,'d','directory') and do {$tl_target_new = shift;1}
- or &is_opt($arg,'h','help') and return $heeelp -> ('uninst')
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'uninst --help');
- }
- return $error{'pkg_unspec'} -> () unless @pkg_list;
- &read_target();
- return if &open_log();
- foreach $pkg (@pkg_list)
- {
- &is_pkg($pkg,$target_pkges) or $error{'pkg_not_inst'} -> ($pkg) and next;
- $uninst_method -> ($pkg);
- }
- &close_log;
-}
-
-sub uninst_all
-{
- my $pkg = shift;
- my $val;
- local %uninst_pkges = map {($_,undef)} &get_pkg_requires_all($pkg,$target_pkges);
- $uninst_pkges{$pkg} = undef;
- &uninst_next($pkg);
- unless($Force){$force = $false}
- while(($pkg,$val) = each %uninst_pkges)
- {
- next if defined $val;
- &uninst_next($pkg);
- }
-}
-
-sub uninst_one
-{
- my $pkg = shift;
- local $uninst_pkges{$pkg} = undef;
- &uninst_next($pkg);
-}
-
-sub uninst_next
-{
- my $pkg = shift;
- if($force)
- {
- &uninst_pkg($pkg);
- }
- else
- {
- &try_uninst_pkg($pkg);
- }
-}
-
-sub uninst_pkg
-{
- my $pkg = shift;
- $messf -> ($row_fmt,$pkg);
- &rem_files($pkg);
- $messf -> ("%s\n","uninstalled");
- $uninst_pkges{$pkg} = 1;
- delete $target_pkges -> {$pkg};
-}
-
-sub leave_pkg
-{
- my $pkg = shift;
- $messf -> ($row_fmt . "required by %s\n",$pkg,join(",\n" . ' ' x ($row_skip + 12),@_));
- $uninst_pkges{$pkg} = 0;
-}
-
-
-sub rem_files
-{
- map {unlink "$tl_target$chr_dirsep$_"} &get_pkg_contains($_[0],$target_pkges);
-}
-
-sub try_uninst_pkg
-{
- my $pkg = shift;
- return(0) unless exists $uninst_pkges{$pkg};
- return $uninst_pkges{$pkg} if defined $uninst_pkges{$pkg};
- my $try = 1;
- my @req = &get_pkg_belongs($pkg,$target_pkges);
- foreach(@req)
- {
- $try *= &try_uninst_pkg($_);
- }
- if($try)
- {
- &uninst_pkg($pkg);
- return(1);
- }
- else
- {
- &leave_pkg($pkg,grep {$uninst_pkges{$_} == 0} @req);
- return(0);
- }
-}
-
-1;
diff --git a/Master/setuptl/help/helpcs.html b/Master/setuptl/help/helpcs.html
deleted file mode 100644
index b548e863333..00000000000
--- a/Master/setuptl/help/helpcs.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>TeX Live 2007</title>
-<meta http-equiv=Content-type CONTENT="text/html; charset=utf-8">
-</head>
-.font Helvetica
-.fontsize 10
-.forecolor black
-.backcolor #ffffd2
-.linkcolor #006800
-.buttons "back forw sep stop sep index sep find search sep inc dec"
-topic contents
-.h_topics .*
-.h_ignore <h4.*
-<body>
-<h2>1. Instalace TeX Live</h2>
-Po vložení CD TeX Live CD do mechaniky CD-ROM, by mÄ›l autostart aktivovat program tlpmgui. Když tomu tak není, kliknÄ›te na Start, potom Spustit, potom napiÅ¡te &lt;písmeno mechaniky&gt;:\setup-win32\tplmgui.exe, (nebo &lt;písmeno mechaniky&gt;:\texlive\setup-win32\tplmgui.exe když instalujete TeX z DVD TeX Collection), kde &lt;písmeno mechaniky&gt; je oznaÄení mechaniky s CD TeX Live (nebo s DVD TeX Collection), potom kliknÄ›te OK.<br><br>
-Má se otevřít instalaÄní okno nazvané "Instalace TeX Live a podpůrných nástrojů/TeX Live installation and maintenance utility". Obsahuje následující oddíly: "Hlavní nastavení/Main customization", "Instalace/Install", "Zvolte schéma/Select a scheme", "Zvolte systém/Select systems", "Adresáře/Directories" a "Volby/Options".<br><br>
-V oddílu "Adresáře" se tlaÄítkem "CD/DVD" má zobrazit instalaÄní mechanika (adresář) (napÅ™., "F:/" nebo "F:/texlive/" pro DVD), když tomu tak není, tak kliknÄ›te na tlaÄítko "CD/DVD" a zvolte CD/DVD mechaniku, v které se nachází CD TeX Live (nebo DVD TeX Collection).<br><br>
-Adresář, do kterého chcete nainstalovat software, se dá nastavit kliknutím na tlaÄítko "TLroot". Tento adresář bude na další použití nastavený jako promÄ›nná prostÅ™edí TLroot. PromÄ›nné prostÅ™edí TEXMFTEMP a TEXMFCNF, které se zobrazují tlaÄítky "TEXMFTEMP" a "TEXMFCNF", budou automaticky nastavené po dobu instalace, ale nyní mohou byt ruÄnÄ› pÅ™izpůsobené kvůli zvláštním potÅ™ebám.<br><br>
-V oddílu "Zvolte schéma" je potÅ™ebné kliknutím na pÅ™epínaÄ oznaÄený názvem instalaÄní schéma (napÅ™. "scheme-gust") zvolit požadované instalaÄní schéma Tex Live. Ke každému schéma je pÅ™iÅ™azeno tlaÄítko "Informace", zobrazující po kliknutí struÄný popis odpovídajícího schéma.<br><br>
-Schéma je rozsáhlý komplex souborů urÄených na různé druhy použití. K dispozici jsou vÅ¡eobecná schéma pro základní/basic, stÅ™ední/medium a úplnou/full instalaci. Ostatní schéma jsou buÄ urÄená pro jednotlivá sdružení uživatelů (napÅ™., co nabízí GUST nebo GUTenberg svým Älenům) nebo jsou aplikaÄnÄ› zaměřená (napÅ™. na spolupráci XML a TeXu). PÅ™edvolená schéma mohou být doplnÄ›na. To se vykoná v oddílu "Hlavní nastavení" volbou doplňkových kolekcí z nabídek "Standardní výbÄ›r/Standard collections" nebo "VýbÄ›r jazyků/Language collections". Například, kliknutím na tlaÄítko "Zvol/Select" oznaÄené "Standardní výbÄ›r" nebo "VýbÄ›r jazyků" v oddílu "Hlavní nastavení" je možné vyznaÄit doplňkové kolekce, jako například dokumentaci v různých jazycích, Metapost nebo systém Omega.
-
-<h4>POZNÃMKA:</h4>
-Kolekce "Ghostscript", "Perl" a "Wintools" jsou implicitně zvolené a musí být nainstalované, pokud je ještě nainstalované nemáte a jste si vědom(á) toho, co děláte. Je to proto, že tyto programy jsou požadované mnohými důležitými nástroji. Budou také nastavené Proměnné prostředí PERL5LIB a GS_LIB.<br><br>
-Dále se kliknutím na tlaÄítko "Zvol" oznaÄené "VýbÄ›r jazyků" v oddílu "Hlavní nastavení" otevÅ™e okno "VýbÄ›r jazyků", v kterém můžete zvolit jazyk instalace oznaÄením okénka u jazyka.<br><br>
-Dále spustíte odpovídající proces instalace kliknutím na tlaÄítko "Nainstaluj" v oddílu "Nainstaluj". PoÄkejte, až dokud neuvidíte oznámení o úspěšném ukonÄení instalace..<br><br>
-Odkaz na program tlpmgui bude přidaný do menu Start->Programy->TeXLive2007.<br><br>
-Když je to potÅ™ebné (Win9x/WinME), budete požádán(a) restartovat poÄítaÄ.
-
-<h2>2. Spuštění z DVD</h2>
-
-Další položka "Run from DVD/Spuštění z DVD" se ukáže v případě DVD verze TeX Live. Zde lze nakonfigurovat spouštění přímo z DVD. Kliknutím na "Setup/Nastavení" tlpmgui nastaví proměnné prostředí a vytvoří formátové soubory na lokálním disku.<br><br>
-Jelikož tím je TeX live nastaven, příštÄ› by mÄ›lo staÄit vložit DVD disk do mechaniky DVD.
-
-<h2>3. Údržba instalace TeX Live</h2>
-Když už máte nainstalovaný TeX Live, můžete program tlpmgui použít spolu s CD TeX Live CD/DVD TeX Collection na modifikaci a údržbu vaší instalace..<br><br>
-Protože je odkaz na tlpmgui umístěný v menu Start->Programy->TeXLive2007, spusťte ho odtud. Ukáže se okno údržby s názvem "Instalace TeX Live a podpůrných nástrojů". Obsahuje různé položky: "Přidej balíky/Add Packages", "Odstraň balíky/Remove packages", "Správa instalace/Manage installation", "Odstraň instalaci/Remove installation".
-
-<h3>3.1. "Přidej balíky" nebo "Odstraň balíky"</h3>
-Kliknutím na položku oznaÄenou "PÅ™idej balíky" nebo "Odstraň balíky" zvolte odpovídající funkci a potom:
-<b>1.</b>KliknÄ›te na tlaÄítko "Hledej/Search" v oddílu "TlaÄítka/Buttons". Zobrazí se oddíl "Zvolte balíky .../Select packages to..." ze seznamem balíků, které se mají instalovat nebo odstranit. Po pÅ™idaní balíků se porovná seznam nainstalovaných balíků se seznamem nabízeným na VaÅ¡em CD/DVD. Zobrazí se jen balíky, které jeÅ¡tÄ› nejsou nainstalované. Je na Vás zvolit si balíky, které chcete nainstalovat.<br><br>
-Při odstraňovaní jednotlivých balíků bude zobrazený jen seznam nainstalovaných balíků.<br><br>
-UvÄ›domte si, prosím, že pÅ™ed spuÅ¡tÄ›ním obou Äinností "PÅ™idej balíky" a "Odstraň balíky" se nejprve zobrazí seznamy kolekcí.<br><br>
-<b>2.</b> Zvolte balík kliknutím na název balíku. OznaÄené balíky jsou vysvícené. Kliknutím na tlaÄítko "Informace" v oddílu "TlaÄítka" se v oknÄ› umístÄ›ném v oddílu "Informace o zvolené položce/Info on the selected item" zobrazí struÄný popis zvolených balíků. Na souÄasné oznaÄeni vícerých balíků podržte stlaÄený jeden z kláves Ctrl nebo Shift, kým držíte stisknuté levé tlaÄítko myÅ¡i nebo posuňte ukazovatel myÅ¡i pÅ™i stisknutém levém tlaÄítku.<br><br>
-<b>3.</b> KliknÄ›te na tlaÄítko "Nainstaluj" nebo "Odstraň" v oddílu "TlaÄítka" na vykonání vhodné Äinnosti.
-
-<h3>3.2. "Správa instalace"</h3>
-Funkce dostupné v položce oznaÄeném "Správa instalace" jsou užiteÄné na vykonání potÅ™ebných Äinností, když chcete pÅ™idat podporu jazyka, který nebyl zvolen pÅ™i instalaci nebo pÅ™idaní/znovu vygenerovaní formátu, který nebyl vyznaÄený pÅ™i instalaci nebo byl pozmÄ›nÄ›ný po instalaci.
-Je možné vykonat následující Äinnosti:<br>
-- Obnoveni databáze ls-R<br>
-- Vytvoření formátů (všech nebo chybějících/All or Missing)<br>
-- Editaci soboru language.dat<br>
-- Editaci soboru fmtutil.cnf<br>
-- Editaci soboru updmap.cfg<br><br>
-Poznámka: tlaÄítkem "ZruÅ¡/Cancel" nebo "Hotovo/Done" můžete zavřít okno Edit...; stisknutí "Hotovo" spustí obnoveni souborů formátů (nebo mapovacích (fontmap) souborů když jste editovali sobor updmap.cfg) a následnÄ› se obnoví sobory databáze ls-R.
-
-<h3>3.3."Odstraň instalaci TeX Live"</h3>
-Položka oznaÄená "Odstraň instalaci TeX Live/Remove the TeX Live installation" otevÅ™e okno, obsahující funkci, která nemá smysl popisovat a nevíme, kdo by ji mohl potÅ™ebovat a na co slouží ... :-)
-
-<h4>Poznámka</h4>
-V každém případÄ›, na svoje lokální doplňky máte adresář texmf-local, odstraňovací procedura ho nevyÄistí a nevymaže vÄ›ci, které jsou v nÄ›m, pokud si volbu nezaÅ¡krtnete explicitnÄ›. InstalaÄní adresář setuptl obsahující program tlpmgui a přísluÅ¡né sobory také nebude smazán. Pro skuteÄné odstranÄ›ní musíte vykonat jistou ruÄní oÄistu.<br>
-
-<h2>4. Odkazy</h2>
-Více na <a href="http://www.tug.org/texlive/doc/texlive-cz/live.html">webu</a>
-
-<h2>5 Parametry běhu</h2>
-ImplicitnÄ›, tlpmgui zkouší detekovat instalaci TeXu a v závislosti na tom startuje buÄ v instalaÄním módu nebo módu správy.<br>
-<tt>--install-mode</tt>&nbsp;&nbsp;&nbsp;vynutí instalaÄní mód.<br><br>
-Diagnostické informace jsou ukládány do logovacího souboru, který je na konci bÄ›hu programu smazán, spoleÄnÄ› s dalšími pomocnými soubory.<br>
-<tt>--debug</tt>&nbsp;&nbsp;&nbsp;zobrazuje názvy a obsah všech pomocných souborů tlpmgui v samostatném okně.
-
-<h2>6. Changes</h2>
-2005.10.02 GG, TLu<br>
-2005.10.06 20:00 StaW<br>
-2005.10.07 00:50 JBL<br>
-2005.10.09 12:30 JBL<br>
-2005.10.11 21:55 TLu<br>
-2005.10.27 01:40 StaW<br>
-2005.10.30 11:30 JBu (translation)<br>
-2005.10.31 11:45 TLu - html<br>
-2007.02.06 22:45 PeS (2007 CZ translation)
-$Id: helpcs.html 345 2007-02-05 22:10:33Z tlu $
-</body>
-</html>
diff --git a/Master/setuptl/help/helpcz.html b/Master/setuptl/help/helpcz.html
deleted file mode 100644
index 98f5cdc3515..00000000000
--- a/Master/setuptl/help/helpcz.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>TeX Live 2007</title>
-<meta http-equiv=Content-type CONTENT="text/html; charset=utf-8">
-</head>
-.font Helvetica
-.fontsize 10
-.forecolor black
-.backcolor #ffffd2
-.linkcolor #006800
-.buttons "back forw sep stop sep index sep find search sep inc dec"
-topic contents
-.h_topics .*
-.h_ignore <h4.*
-<body>
-<h2>1. Instalace TeX Live</h2>
-Po vložení CD TeX Live CD do mechaniky CD-ROM, by mÄ›l autostart aktivovat program tlpmgui. Když tomu tak není, kliknÄ›te na Start, potom Spustit, potom napiÅ¡te &lt;písmeno mechaniky&gt;:\setup-win32\tplmgui.exe, (nebo &lt;písmeno mechaniky&gt;:\texlive\setup-win32\tplmgui.exe když instalujete TeX z DVD TeX Collection), kde &lt;písmeno mechaniky&gt; je oznaÄení mechaniky s CD TeX Live (nebo s DVD TeX Collection), potom kliknÄ›te OK.<br><br>
-Má se otevřít instalaÄní okno nazvané "Instalace TeX Live a podpůrných nástrojů/TeX Live installation and maintenance utility". Obsahuje následující oddíly: "Hlavní nastavení/Main customization", "Instalace/Install", "Zvolte schéma/Select a scheme", "Zvolte systém/Select systems", "Adresáře/Directories" a "Volby/Options".<br><br>
-V oddílu "Adresáře" se tlaÄítkem "CD/DVD" má zobrazit instalaÄní mechanika (adresář) (napÅ™., "F:/" nebo "F:/texlive/" pro DVD), když tomu tak není, tak kliknÄ›te na tlaÄítko "CD/DVD" a zvolte CD/DVD mechaniku, v které se nachází CD TeX Live (nebo DVD TeX Collection).<br><br>
-Adresář, do kterého chcete nainstalovat software, se dá nastavit kliknutím na tlaÄítko "TLroot". Tento adresář bude na další použití nastavený jako promÄ›nná prostÅ™edí TLroot. PromÄ›nné prostÅ™edí TEXMFTEMP a TEXMFCNF, které se zobrazují tlaÄítky "TEXMFTEMP" a "TEXMFCNF", budou automaticky nastavené po dobu instalace, ale nyní mohou byt ruÄnÄ› pÅ™izpůsobené kvůli zvláštním potÅ™ebám.<br><br>
-V oddílu "Zvolte schéma" je potÅ™ebné kliknutím na pÅ™epínaÄ oznaÄený názvem instalaÄní schéma (napÅ™. "scheme-gust") zvolit požadované instalaÄní schéma Tex Live. Ke každému schéma je pÅ™iÅ™azeno tlaÄítko "Informace", zobrazující po kliknutí struÄný popis odpovídajícího schéma.<br><br>
-Schéma je rozsáhlý komplex souborů urÄených na různé druhy použití. K dispozici jsou vÅ¡eobecná schéma pro základní/basic, stÅ™ední/medium a úplnou/full instalaci. Ostatní schéma jsou buÄ urÄená pro jednotlivá sdružení uživatelů (napÅ™., co nabízí GUST nebo GUTenberg svým Älenům) nebo jsou aplikaÄnÄ› zaměřená (napÅ™. na spolupráci XML a TeXu). PÅ™edvolená schéma mohou být doplnÄ›na. To se vykoná v oddílu "Hlavní nastavení" volbou doplňkových kolekcí z nabídek "Standardní výbÄ›r/Standard collections" nebo "VýbÄ›r jazyků/Language collections". Například, kliknutím na tlaÄítko "Zvol/Select" oznaÄené "Standardní výbÄ›r" nebo "VýbÄ›r jazyků" v oddílu "Hlavní nastavení" je možné vyznaÄit doplňkové kolekce, jako například dokumentaci v různých jazycích, Metapost nebo systém Omega.
-
-<h4>POZNÃMKA:</h4>
-Kolekce "Ghostscript", "Perl" a "Wintools" jsou implicitně zvolené a musí být nainstalované, pokud je ještě nainstalované nemáte a jste si vědom(á) toho, co děláte. Je to proto, že tyto programy jsou požadované mnohými důležitými nástroji. Budou také nastavené Proměnné prostředí PERL5LIB a GS_LIB.<br><br>
-Dále se kliknutím na tlaÄítko "Zvol" oznaÄené "VýbÄ›r jazyků" v oddílu "Hlavní nastavení" otevÅ™e okno "VýbÄ›r jazyků", v kterém můžete zvolit jazyk instalace oznaÄením okénka u jazyka.<br><br>
-Dále spustíte odpovídající proces instalace kliknutím na tlaÄítko "Nainstaluj" v oddílu "Nainstaluj". PoÄkejte, až dokud neuvidíte oznámení o úspěšném ukonÄení instalace..<br><br>
-Odkaz na program tlpmgui bude přidaný do menu Start->Programy->TeXLive2007.<br><br>
-Když je to potÅ™ebné (Win9x/WinME), budete požádán(a) restartovat poÄítaÄ.
-
-<h2>2. Spuštění z DVD</h2>
-
-Další položka "Run from DVD/Spuštění z DVD" se ukáže v případě DVD verze TeX Live. Zde lze nakonfigurovat spouštění přímo z DVD. Kliknutím na "Setup/Nastavení" tlpmgui nastaví proměnné prostředí a vytvoří formátové soubory na lokálním disku.<br><br>
-Jelikož tím je TeX live nastaven, příštÄ› by mÄ›lo staÄit vložit DVD disk do mechaniky DVD.
-
-<h2>3. Údržba instalace TeX Live</h2>
-Když už máte nainstalovaný TeX Live, můžete program tlpmgui použít spolu s CD TeX Live CD/DVD TeX Collection na modifikaci a údržbu vaší instalace..<br><br>
-Protože je odkaz na tlpmgui umístěný v menu Start->Programy->TeXLive2007, spusťte ho odtud. Ukáže se okno údržby s názvem "Instalace TeX Live a podpůrných nástrojů". Obsahuje různé položky: "Přidej balíky/Add Packages", "Odstraň balíky/Remove packages", "Správa instalace/Manage installation", "Odstraň instalaci/Remove installation".
-
-<h3>3.1. "Přidej balíky" nebo "Odstraň balíky"</h3>
-Kliknutím na položku oznaÄenou "PÅ™idej balíky" nebo "Odstraň balíky" zvolte odpovídající funkci a potom:
-<b>1.</b>KliknÄ›te na tlaÄítko "Hledej/Search" v oddílu "TlaÄítka/Buttons". Zobrazí se oddíl "Zvolte balíky .../Select packages to..." ze seznamem balíků, které se mají instalovat nebo odstranit. Po pÅ™idaní balíků se porovná seznam nainstalovaných balíků se seznamem nabízeným na VaÅ¡em CD/DVD. Zobrazí se jen balíky, které jeÅ¡tÄ› nejsou nainstalované. Je na Vás zvolit si balíky, které chcete nainstalovat.<br><br>
-Při odstraňovaní jednotlivých balíků bude zobrazený jen seznam nainstalovaných balíků.<br><br>
-UvÄ›domte si, prosím, že pÅ™ed spuÅ¡tÄ›ním obou Äinností "PÅ™idej balíky" a "Odstraň balíky" se nejprve zobrazí seznamy kolekcí.<br><br>
-<b>2.</b> Zvolte balík kliknutím na název balíku. OznaÄené balíky jsou vysvícené. Kliknutím na tlaÄítko "Informace" v oddílu "TlaÄítka" se v oknÄ› umístÄ›ném v oddílu "Informace o zvolené položce/Info on the selected item" zobrazí struÄný popis zvolených balíků. Na souÄasné oznaÄeni vícerých balíků podržte stlaÄený jeden z kláves Ctrl nebo Shift, kým držíte stisknuté levé tlaÄítko myÅ¡i nebo posuňte ukazovatel myÅ¡i pÅ™i stisknutém levém tlaÄítku.<br><br>
-<b>3.</b> KliknÄ›te na tlaÄítko "Nainstaluj" nebo "Odstraň" v oddílu "TlaÄítka" na vykonání vhodné Äinnosti.
-
-<h3>3.2. "Správa instalace"</h3>
-Funkce dostupné v položce oznaÄeném "Správa instalace" jsou užiteÄné na vykonání potÅ™ebných Äinností, když chcete pÅ™idat podporu jazyka, který nebyl zvolen pÅ™i instalaci nebo pÅ™idaní/znovu vygenerovaní formátu, který nebyl vyznaÄený pÅ™i instalaci nebo byl pozmÄ›nÄ›ný po instalaci.
-Je možné vykonat následující Äinnosti:<br>
-- Obnoveni databáze ls-R<br>
-- Vytvoření formátů (všech nebo chybějících/All or Missing)<br>
-- Editaci soboru language.dat<br>
-- Editaci soboru fmtutil.cnf<br>
-- Editaci soboru updmap.cfg<br><br>
-Poznámka: tlaÄítkem "ZruÅ¡/Cancel" nebo "Hotovo/Done" můžete zavřít okno Edit...; stisknutí "Hotovo" spustí obnoveni souborů formátů (nebo mapovacích (fontmap) souborů když jste editovali sobor updmap.cfg) a následnÄ› se obnoví sobory databáze ls-R.
-
-<h3>3.3."Odstraň instalaci TeX Live"</h3>
-Položka oznaÄená "Odstraň instalaci TeX Live/Remove the TeX Live installation" otevÅ™e okno, obsahující funkci, která nemá smysl popisovat a nevíme, kdo by ji mohl potÅ™ebovat a na co slouží ... :-)
-
-<h4>Poznámka</h4>
-V každém případÄ›, na svoje lokální doplňky máte adresář texmf-local, odstraňovací procedura ho nevyÄistí a nevymaže vÄ›ci, které jsou v nÄ›m, pokud si volbu nezaÅ¡krtnete explicitnÄ›. InstalaÄní adresář setuptl obsahující program tlpmgui a přísluÅ¡né sobory také nebude smazán. Pro skuteÄné odstranÄ›ní musíte vykonat jistou ruÄní oÄistu.<br>
-
-<h2>4. Odkazy</h2>
-Více na <a href="http://www.tug.org/texlive/doc/texlive-cz/live.html">webu</a>
-
-<h2>5 Parametry běhu</h2>
-ImplicitnÄ›, tlpmgui zkouší detekovat instalaci TeXu a v závislosti na tom startuje buÄ v instalaÄním módu nebo módu správy.<br>
-<tt>--install-mode</tt>&nbsp;&nbsp;&nbsp;vynutí instalaÄní mód.<br><br>
-Diagnostické informace jsou ukládány do logovacího souboru, který je na konci bÄ›hu programu smazán, spoleÄnÄ› s dalšími pomocnými soubory.<br>
-<tt>--debug</tt>&nbsp;&nbsp;&nbsp;zobrazuje názvy a obsah všech pomocných souborů tlpmgui v samostatném okně.
-
-<h2>6. Changes</h2>
-2005.10.02 GG, TLu<br>
-2005.10.06 20:00 StaW<br>
-2005.10.07 00:50 JBL<br>
-2005.10.09 12:30 JBL<br>
-2005.10.11 21:55 TLu<br>
-2005.10.27 01:40 StaW<br>
-2005.10.30 11:30 JBu (translation)<br>
-2005.10.31 11:45 TLu - html<br>
-2007.02.06 22:45 PeS (2007 CZ translation)
-$Id: helpcz.html 345 2007-02-05 22:10:33Z tlu $
-</body>
-</html>
diff --git a/Master/setuptl/help/helpde.html b/Master/setuptl/help/helpde.html
deleted file mode 100644
index 07ad4734faf..00000000000
--- a/Master/setuptl/help/helpde.html
+++ /dev/null
@@ -1,80 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>TeX Live 2007</title>
-<meta http-equiv=Content-type CONTENT="text/html; charset=utf-8">
-</head>
-.font Helvetica
-.fontsize 10
-.forecolor black
-.backcolor #ffffd2
-.linkcolor #006800
-.buttons "back forw sep stop sep index sep find search sep inc dec"
-.h_topics .*
-.h_ignore <h4.*
-<body>
-<h2>1. Installation</h2>
-Nachdem Sie die TeX Live CD in das CD-ROM Laufwerk eingelegt haben, sollte das Installationsprogramm tlpmgui automatisch starten. Falls dies nicht erfolgt, klicken Sie Start, dann Ausführen, dann geben Sie &lt;Laufwerk&gt;:\setup-win32\tplmgui.exe ein (oder, falls Sie von der TeX Collection DVD installieren, &lt;Laufwerk&gt;:\texlive\setup-win32\tplmgui.exe), wobei &lt;Laufwerk&gt; der Laufwerksbuchstabe der TeX Live CD oder TeX Collection DVD ist. Anschließend klicken Sie OK.<br><br>
-Das Installationsfenster "TeX Live Installations- und Wartungsprogramm" sollte sich nun öffnen. Es ist in die folgenden Bereiche aufgeteilt: "Anpassung", "Installieren", "Schema auswählen", "System auswählen", und "Verzeichnisse".<br><br>
-Im Bereich "Verzeichnisse" sollte nun das Installations-Quelllaufwerk beim "CD/DVD" Knopf angezeigt werden (z. B. "F:/", oder "F:/texlive/" für the DVD). Falls dies nicht so ist, klicken Sie auf den "CD/DVD" Knopf und wählen das CD/DVD Laufwerk mit der TeX Live CD oder TeX Collection DVD aus.<br><br>
-Das Ziellaufwerk, in dem Sie die Programme installieren möchten, können Sie durch Anklicken des "TLroot" Knopfes auswählen. Dieses Verzeichnis wird als TLroot Umgebungsvariable für weitere Verwendung gespeichert. Die TEXMFTEMP und TEXMFCNF Umgebungsvariablen, welche bei den "TEXMFTEMP" und "TEXMFCNF" Knöpfen gezeigt werden, werden bei der Installation automatisch angepaßt. Diese Anpassung können Sie aber auch manuell vornehmen.<br><br>
-Im Bereich "Schema auswählen" können Sie das gewünschte TeX Live Installationsschema wählen, indem Sie den Radio-Knopf mit dem Namen des Installationsschemas (z. B. "scheme-gust") anklicken. Zu jedem Schema gibt es einen "Info" Knopf, der beim Anklicken eine Kurzbeschreibung des entsprechenden Schemas liefert.<br><br>
-Durch Anklicken des "Auswählen" Knopfes beim Feld "Standard-Kollektionen" im Bereich "Anpassung" können Sie zusätzliche Kollektionen zur Installation auswählen, wie z. B. Dokumentation in verschiedenen Sprachen, Metapost, oder Omega.
-
-<h4>Anmerkung:</h4>
- Die "Ghostscript", "Perl", und "Wintools" Kollektionen sind standardmäßig ausgewählt und sollten immer mitinstalliert werden, sofern sie es nicht bereits sind. Diese Installationen sollten Sie nur ändern, wenn Sie genau wissen, was Sie tun. Der Grund hierfür ist, daß diese Pakete von vielen wichtigen Programmen benötigt werden. Weiterhin werden hier die Umgebungsvariablen PERL5LIB and GS_LIB gesetzt.<br><br>
-Als weiteren Schritt können Sie nach Anklicken des "Auswählen" Knopfes beim Feld "Sprach-Kollektionen" die gewünschte Sprache für die Installation durch Anklicken des Knopfes neben der Sprache auswählen.<br><br>
-Durch Anklicken des "Installieren" Knopfes können Sie dann den eigentlichen Installationsvorgang starten. Bitte warten Sie, bis die Meldung zum erfolgreichen Abschluß der Installation erscheint.<br><br>
-Die Kurzanwahl für das Programm tlpmgui wird automatisch dem Start->Programme->TeXLive2007 Menü hinzugefügt.<br><br>
-Falls erforderlich, werden Sie zum Schluß gebeten, Ihren Rechner neu zu starten.
-
-<h2>2. Von DVD ausführen</h2>
-Ein zusätzliches Feld "Von DVD ausführen" erscheint, falls das Programm tlpmgui von der TeX Live DVD aus gestartet wird. Sie können jetzt das System für "Live" Betrieb konfigurieren, so daß es direkt von der DVD aus lauffähig ist.<br><br>
-Durch Anklicken des "Einstellung" Knopfes setzt tlpmgui die Umgebungsvariablen und erzeugt alle Formate auf der lokalen Festplatte. TeX Live ist nun fertig zum Betrieb --- sofern sich auch die DVD im Laufwerk befindet.
-
-<h2>3. Wartung der Installation</h2>
-Sobald Sie TeX Live installiert haben, können Sie das tlpmgui Programm zusammen mit der TeX Live CD oder TeX Collection DVD benutzen, um Ihre Installation abzuändern oder zu warten.<br><br>
-Das Programm tlpmgui können Sie am einfachsten über die Kurzanwahl Start->Programme->TeXLive2007 starten, worauf das Wartungsfenster mit dem Titel "TeX Live Installations- und Wartungsprogramm" erscheint. Es enthält die Felder "Pakete hinzufügen", "Pakete entfernen", "Installation bearbeiten", und "Installation entfernen".
-
-<h3>3.1. Pakete hinzufügen oder Pakete entfernen</h3>
- Klicken Sie auf das Feld "Pakete hinzufügen" oder "Pakete entfernen" zur Auswahl der gewünschten Funktion, und dann:
-<b>1.</b> Klicken Sie auf den "Suchen" Knopf im "Funktion" Bereich, um die Liste der zu erneuernden oder zu entfernenden Pakete im "Auswahl der ... Pakete" Feld anzuzeigen oder aufzufrischen. Beim Hinzufügen von Paketen wird die Liste der installierten Pakete mit der Liste der auf der CD/DVD verfügbaren Pakete verglichen. Es werden nur Pakete angezeigt, die nicht bereits installiert sind. Treffen Sie jetzt Ihre Wahl, welche Pakete Sie installieren möchten.<br><br>
-Beim Entfernen einzelner Pakete wird nur die Liste der installierten Pakete angezeigt.<br><br>
-Sowohl für "Pakete hinzufügen" also auch "Pakete entfernen" werden zuerst die Kollektionen gelistet.<br><br>
-<b>3.</b> Wählen Sie ein Paket aus durch Anklicken seines Namens. Die Namen der ausgewählten Pakete sind hervorgehoben. Durch Anklicken des "Info" Knopfes im "Funktion" Bereich erscheint eine kurze Beschreibung des ausgewählten Pakets im Fenster "Info zu ausgewählten Paketen". Um mehrere Pakete auf einmal auszuwählen, halten Sie die Strg oder Shift-Taste gedrückt, während Sie die linke Maustaste auf dem betreffenden Paketnamen klicken, oder Sie ziehen den Mauszeiger über die zu selektierenden Paketnamen, wobei Sie die linke Maustaste gedrückt halten.<br><br>
-<b>2.</b> Klicken Sie auf den "Installieren" oder "Entfernen" Knopf, um die entsprechende Aktion durchzuführen.
-
-<h3>3.2. Installation bearbeiten</h3>
-Die im Feld "Installation bearbeiten" verfügbaren Funktionen helfen Ihnen, falls Sie eine Sprache hinzufügen wollen, die während der Installation nicht selektiert war, falls Sie ein Format hinzufügen oder regenerieren wollen, das ebenfalls während der Installation nicht angewählt war oder zwischenzeitlich verändert wurde, oder falls Sie das Font Mapping ändern wollen.<br><br>
-Hier können Sie die folgenden Funktionen wählen:<br>
-- Auffrischen der ls-R Datenbasis<br>
-- Formate erzeugen -- alle, oder nur fehlende<br>
-- Editiere language.dat (Sprachen)<br>
-- Editiere fmtutil.cnf (Formate)<br>
-- Editiere updmap.cfg (Font Mapping)<br>
-<h4>Anmerkung:</h4>
-Sie können das "Editiere..." Fenster durch Anklicken des "Abbrechen" oder "Fertig" Knopfes schließen; letzteres startet das automatische Erzeugen der Format-Dateien (bzw. Font Mapping Dateien, falls Sie die Funktion "Editiere updmap.cfg" gewählt hatten), gefolgt vom Auffrischen der ls-R Datenbasis.
-
-<h3>3.3. Entfernen der TeX Live Installation</h3>
-Durch Anklicken des Knopfes "Entfernen der TeX Live Installation" öffnet sich ein spezielles Fenster, das auch hierfür die erforderliche Funktion enthält -- die zu beschreiben an dieser Stelle müßig ist, denn: wer wollte das schon tun? :-)<br><br>
-Wie dem auch sei, ein spezielles texmf-local Verzeichnis mit Ihren eigenen Hinzufügungen wird von der Prozedur zum Entfernen nicht beeinträchtigt. Auch das setup-win32 Verzeichnis, welches tlpmgui und seine Hilfsdateien enthält, wird nicht gelöscht.<br>
-
-<h2>4. Links</h2>
-Weitere Info zu <a href="http://www.tug.org/texlive/doc/texlive-ge/live.html">TeX Live</a> im Internet.<br>
-
-<h2>5. Laufzeit-Parameter</h2>
-Standardmäßig versucht das Programm tlpmgui zu erkennen, ob bereits ein TeX System installiert ist; falls nein, wird der Installations-, sonst der Wartungsmodus gestartet.<br>
-Die Kommandozeilen-Option <tt>--install-mode</tt> erzwingt den Installationsmodus.<br><br>
-Diagnostik-Information wird in einer Log-Datei gesammelt, die am Ende des Programmlaufs gelöscht wird; gleiches gilt für weitere durch tlpmgui erzeugte temporäre Dateien.<br>
-Die Kommandozeilen-Option <tt>--debug</tt> zeigt die Namen und Inhalte aller temporären Dateien von tlpmgui in einem separaten Fenster an.
-
-<h2>6. Änderungen</h2>
-2005.10.06 20:00 StaW<br>
-2005.10.07 00:50 JBL<br>
-2005.10.27 01:39 StaW<br>
-2005.10.29 19:55 TLu - html<br>
-2005.11.01 0:35 HaHe<br>
-2007.02.04 22:00 HaHe<br>
-$Id: helpde.html 342 2007-02-04 21:15:52Z tlu $
-</body>
-</html>
diff --git a/Master/setuptl/help/helpen.html b/Master/setuptl/help/helpen.html
deleted file mode 100644
index a0a36bf4839..00000000000
--- a/Master/setuptl/help/helpen.html
+++ /dev/null
@@ -1,82 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>TeX Live 2007</title>
-<meta http-equiv=Content-type CONTENT="text/html; charset=utf-8">
-</head>
-.font Helvetica
-.fontsize 10
-.forecolor black
-.backcolor #ffffd2
-.linkcolor #006800
-.buttons "back forw sep stop sep index sep find search sep inc dec"
-topic contents
-.h_topics .*
-.h_ignore <h4.*
-<body>
-<h2>1 The TeX Live installation process</h2>
-After inserting the TeX Live CD into the CD-ROM drive, autostart should activate tlpmgui. If it does not, click Start, then Run, then type &lt;drive letter&gt;:\setuptl\tplmgui.exe, (or &lt;drive letter&gt;:\texlive\setuptl\tplmgui.exe if you are installing from the TeX Collection DVD) where &lt;drive letter&gt; is the drive letter with the TeX Live CD (or TeX Collection DVD), and then click OK.<br><br>
-The installation window titled "TeX Live installation and maintenance utility" should open. It contains the following sections: "Main customization", "Install", "Select a scheme", "Select a system", "Directories" and "Options".<br><br>
-In the "Directories" section the installation drive (directory) next to the "CD/DVD" button should be displayed (e.g., "F:/", or "F:/texlive/" for the DVD), but if it is not, then click the "CD/DVD" button and select the CD drive with the TeX Live CD (or the "texlive" directory for the TeX Collection DVD).<br><br>
-The directory in which you wish to install the software can be set by clicking the "TLroot" button. This directory will be set as TLroot environment variable for later use.<br><br>
-In the "Select a scheme" section the desired Tex Live installation scheme should be chosen by clicking the radio button labelled with the installation scheme name (e.g., "scheme-gust"). Each scheme is accompanied by an "Info" button which, when clicked, diplays a short description of the relevant scheme.<br><br>
-A scheme is a large set of files targeted at some kind of usage. There are generic schemes for basic, medium and full installations. The remaining ones are either targeted at certain LUGs (i.e., what GUST or GUTenberg propose for their members) or application targeted (e.g., XML or Omega). A preselected scheme can be refined. This is done in the "Main customization" section by choosing additional collections from "Standard collections" or "Language collections". For example, by clicking the "Select" button near the button labelled "Standard collections" additional collections like documentations in different languages, Metapost or Omega can be selected. A "tick" should mark your selection.
-
-<h4>NOTE:</h4>
-The "Perl" and "Wintools" collections are selected by default and should be installed during TeX Live installation under Windows as they are used by many programs. You may refrain from installing them if they are already installed and you really know what you are doing. If you leave the default, you will be asked during the TL installation process to confirm the installation of Perl. "Ghostscript" and the dvi viewer "dviout" are installed on request.<br><br>
-The PERL5LIB and/or GS_LIB environment variables will also be set if Perl and/or Ghostscript will be installed.<br><br>
-Next, clicking the "Select" button labelled "Language Collections" in the "Main customization" section opens the "Language collections" window in which the installation language can be chosen by ticking the box next to the language.<br><br>
-To start the installation proper, click the "Install" button in the "Install" section. Wait patiently until you see a message reporting a successfully finished installation.<br><br>
-The shortcut for tlpmgui will be added to the Start->Programs->TeXLive 2007 menu. The same will happen for "dviout" if it was selected for installation.<br><br>
-If it is needed (Win9x/WinME), you will be asked to reboot your computer.
-
-<h3>2 Run from DVD.</h3>
-An additional tab "Run from DVD" shows if tlpmgui is run from the TeX Live DVD. Here one may prepare the system for running live i.e., directly from the DVD. Clicking the "Setup" buttom tells tlpmgui to set environment variables and create formats on the local hard disk.<br><br>
-Since now TeX Live is ready to use -- the
-only thing to remember is to insert the DVD into the DVD drive.
-
-<h2>3 Maintenance of the TeX Live installation</h2>
-If you have TeX Live installed, you can use tlpmgui along with the TeX Live CD/TeX Collection DVD for modifying and maitaining your installation.<br><br>
-As the tlpmgui shortcut is available in the Start->Programs->TeXLive2007 menu, start it from here. The maintenance window titled "TeX Live installation and maintenance utility" shows. It contains several tabs: "Add Packages", "Remove packages", "Manage installation", "Remove installation".
-
-<h3>3.1 Add packages or Remove packages </h3>
-Click the tab labelled "Add packages" or "Remove packages" to enter the relevant functionality and then:<br><br>
-<b>1.</b> Click the "Search" button in the "Buttons" section to display or refresh in the "Select packages to..." section the list of packages to install or remove.<br>
-When adding packages, the list of installed packages is compared to the list of packages available from your CD/DVD. Only packages not already installed are displayed.<br>
-When removing individual packages, only the list of installed packages will be displayed.<br>
-Please note that for both "Add packages" and "Remove packages" actions the collections are listed first, followed by single packages.<br><br>
-<b>2.</b> Select a package by clicking the name of the package. Selected packages are highlighted. Clicking the "Info" button in the "Buttons" section displays a short description of the selected package in the window located in the "Info on the selected item" section. To select several packages at once hold down one of the Ctrl or Shift keys at your keyboard while holding down the left mouse button or drag the mouse pointer while holding down the left mouse button.<br><br>
-<b>3.</b> Click the "Install" or "Remove" button in the "Buttons" section to perform the appropriate action.<br><br>
-<b>4.</b> To ease package searching, a field is provided in which the first characters of the package name can be entered. The asterisk (*) character may be used to stand for a sequence of characters. The
-"Next" button scrolls the list to the next position fulfilling the search criteria.
-
-<h3>3.2 Manage the installation</h3>
-The functions available in the tab labelled "Manage the installation" are helpful in performing actions needed e.g., after a language package, font or format was added, for refreshing the installation database or when packages are added manually (without tlpmgui help).
-
-<h3>3.3 Remove the TeX Live installation</h3>
-The tab labelled "Remove the TeX Live installation" opens a window which contains functionality not worth describing and we do not know who would need it and what it is for... :-)
-
-<h4>Note</h4>
-Under Windows the setuptl directory (containing tlpmgui and related files) will not be deleted. You will have to do it manually.<br><br>
-The texmf-local directory for your local additions will only be deleted if you mark it for the operation in the "Remove the TeX Live installation" window.<br>
-
-<h2>4 Links</h2>
-More on the <a href="http://www.tug.org/texlive/doc/texlive-en/live.html">web</a><br>
-
-<h2>5 Run time parameters</h2>
-By default, tlpmgui tries to detect if TeX is installed and depending on the result starts either in installation or maintenance mode.<br>
-<tt>--install-mode</tt>&nbsp;&nbsp;&nbsp;forces installation mode.<br><br>
-Diagnostic information is collected in a log file which is deleted at the end of the run, as are any other temporary files. <br>
-<tt>--debug</tt>&nbsp;&nbsp;&nbsp;displays the names and contents of all tlpmgui temporary files in a separate window.
-
-<h2>6 Changes</h2>
-2005.10.02 GG, TLu<br>
-2005.10.06 20:00 StaW<br>
-2005.10.07 00:50 JBL<br>
-2005.10.09 12:30 JBL<br>
-2005.10.11 21:55 TLu<br>
-2005.10.29 19:40 TLu - html<br>
-2007.02.03 17:05 TLu, JBL<br>
-$Id: helpen.html 335 2007-02-03 23:53:01Z tlu $
-</body>
-</html>
diff --git a/Master/setuptl/help/helpfr.html b/Master/setuptl/help/helpfr.html
deleted file mode 100644
index b9b288e6cfc..00000000000
--- a/Master/setuptl/help/helpfr.html
+++ /dev/null
@@ -1,206 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="fr" xml:lang="fr">
-<head>
-<title>TeX Live 2007</title>
-<meta http-equiv=Content-type CONTENT="text/html; charset=utf-8">
-</head>
-.font Helvetica
-.fontsize 10
-.forecolor black
-.backcolor #ffffd2
-.linkcolor #006800
-.buttons "back forw sep stop sep index sep find search sep inc dec"
-.h_topics .*
-.h_ignore <h4.*
-<body>
-<h2>1. Procédure d'installation de TeX Live</h2>
-
-Le programme d'installation de TeX Live, tlpmgui, devrait être démarré
-automatiquement après avoir inséré le CD TeX Live dans le lecteur. Si ce n'est
-pas le cas, vous pouvez (sous Windows) cliquer sur Démarrer, puis Exécuter, et
-taper &lt;lettre de lecteur&gt;:\setuptl\tlpmgui.exe (ou &lt;lettre de
-lecteur&gt;:\texlive\setuptl\tlpmgui.exe si vous installez à partir du DVD TeX
-Collection, et non du CD), où &lt;lettre de lecteur&gt; est la lettre de votre
-lecteur CD ou DVD (par exemple F), puis cliquez sur OK.
-<br><br>
-
-La fenêtre principale de tlpmgui, intitulée « Utilitaire d'installation et de
-maintenance de TeX Live », devrait alors s'ouvrir. Elle contient les sections
-suivantes : « Personnalisation », « Installation », « Choisissez un schéma
-d'installation », « Répertoires » et « Options ».
-<br><br>
-
-Dans la section « Répertoires » en regard du bouton « CD/DVD », vous voyez
-l'emplacement des fichiers à installer (par exemple « F:/ » pour le CD, ou «
-F:/texlive/ » pour le DVD) ; si ce n'est pas le cas, cliquez sur le bouton «
-CD/DVD » et tapez l'emplacement du lecteur de CD ou DVD.
-<br><br>
-
-Le répertoire dans lequel vous désirez installer TeX Live peut être modifié au
-moyen du bouton « TLroot ». Ce répertoire sera associé à la variable
-d'environnement TLroot. Les variables d'environnements TEXMFTEMP et TEXMFCNF
-sont ajustées automatiquement au cours de l'installation, mais vous pouvez
-aussi les modifier manuellement au moyen des boutons du même nom, si vous
-désirez effectuer une installation non-standard.
-<br><br>
-
-
-Dans la section « Choisissez un schéma d'installation », vous pouvez choisir le
-schéma d'installation en cliquant sur le bouton associé au nom du schéma désiré
-(par exemple « scheme-gutenberg »). Chaque schéma comporte un bouton « Info »
-qui donne une brève description du schéma en question (le plus souvent en
-anglais).
-<br><br>
-
-
-Un schéma est un ensemble d'un grand nombre de fichiers destinés à certains
-usages précis. Il y a des schémas génériques pour une installation de base,
-moyenne, ou complète. Les autres schémas sont, soit destinés à certains groupes
-locaux d'utilisateurs de T<sub>E</sub>X (GUTenberg et GUST, par exemple, en
-proposent un pour leurs membres), soit centrés autour de certains applications
-(par exemple pour la coopération entre XML et TeX). Un schéma d'installation
-peut être personnalisé, dans le menu « Personnalisation », en sélectionnant des
-collections supplémentaires parmi les « Collections standard » ou les «
-Collections de langues » ; par exemple des collection de documentation dans
-différentes langues ; Metapost ; ou Omega.
-
-<h4>NOTE :</h4>
-
-Les collections « Ghostscript », « Perl » et « Wintools » sont nécessaires au
-bon fonctionnement d'un grand nombre d'utilitaires importants : elles sont
-sélectionnées par défaut et doivent être installées (à moins que vous ne les
-ayez déjà installées par ailleurs et que vous maîtrisez tous les détails de la
-configuration). Lors de cette installation, les variables d'environnements
-PERL5LIB et GS_LIB seront également ajustées.
-<br><br>
-
-
-En cliquant alors sur le bouton « Sélectionner » intitulé « Collections de
-langues » dans la section « Personnalisation », on ouvre la fenêtre «
-Collections de langues » dans laquelle on peut choisir la langue d'installation
-en sélectionnant le bouton à côté de la langue désirée.
-<br><br>
-
-
-Cliquez ensuite sur le bouton « Installer » dans la section « Installer », pour
-commencer l'installation proprement dite. Attendez jusqu'à voir apparaître le message signalant que le processus s'est correctement achevé.
-<br><br>
-
-
-Un raccourci vers tlpmgui sera ajouté au menu Démarrer -&gt; Programmes -&gt;
-TeXLive2007.
-<br><br>
-
-
-Le programme vous demandera de redémarrer votre ordinateur, Si nécessaire
-(en particulier sous Windows 95, 98, ou ME).
-<br><br>
-
-<h2>2. Exécuter à partir du DVD</h2>
-<br><br>
-Une section supplémentaire « Exécuter à partir du DVD » est disponible si vous
-utilisez le DVD TeX Live. Elle vous permet de préparer votre système à exécuter
-TeX Live directement (« en live » !), à partir du DVD. Si vous cliquez sur le
-bouton « Configuration », tlpmgui ajuste les variables d'environnement et crée
-les fichiers de formats sur le disque dur local : TeX Live est alors prêt à
-l'emploi ; la seule chose à faire est d'insérer le DVD dans le lecteur.
-
-<h2>3. Gestion de l'installation de TeX Live</h2>
-
-Une fois TeX Live installée, vous pouvez utiliser tlpmgui ainsi que le CD TeX
-Live (ou le DVD TeX Collection) pour modifier et gérer votre installation.
-<br><br>
-
-
-Utilisez le raccourci vers tlpmgui dans Démarrer -&gt; Programmes -&gt;
-TeXLive2007 ; la fenêtre de gestion « Utilitaire d'installation et de gestion
-de TeX Live » s'ouvre alors. Elle contient plusieurs sections : « Ajouter des
-paquets », « Suppression des paquets », « Gestion de l'installation » et «
-Désinstallation de TeX Live ».
-
-<h3>3.1. « Ajout de paquets » et « Suppression de paquets »</h3>
-
-Cliquez sur la section « Ajout de paquets » ou « Suppression de paquets » pour
-entrer dans la fonctionnalité en question, puis :
-<br><br>
-
-
-<b>1.</b>Cliquez sur le bouton « Rechercher » pour afficher ou mettre à jour la list des paquets à installer ou désinstaller, qui s'affichent alors dans la section « Choisissez les paquets à installer [ou à supprimer] ».
-<br><br>
-
-
-Lorsqu'on ajoute des paquets, la liste des paquets installés est comparées à la
-liste des paquets installés sur le CD ou le DVD ; seuls les paquets non
-installés sont affichés. Vous pouvez alors choisir quels paquets installer.
-<br><br>
-
-
-Lorsqu'au contraire, on supprime des paquets, la liste des paquets affichée ne
-comprend que les paquets installés.
-<br><br>
-
-
-Notez que dans les deux cas, les collections apparaissent en haut de la liste.
-<br><br>
-
-
-<b>2.</b> Choisissez un paquet en cliquant sur son nom ; les paquets
-sélectionnés sont mis en valeur. En cliquant sur le bouton « Info », vous
-obtenez une brève description des paquets sélectionnés, qui s'affichent dans la
-section « Informations sur l'élément sélectionné ». Pour sélectionner plusieurs
-paquets, maintenez la touche Contrôle ou Maj appuyée en cliquant sur les noms
-des paquets désirés (clic gauche de la souris) ; ou parcourez les noms des
-paquets avec le pointeur de la souris, en gardant le bouton gauche appuyé.
-<br><br>
-
-
-<b>3.</b>Cliquez sur le bouton « Installer », ou « Supprimer », pour accomplir
-l'action désirée.
-
-<h3>3.2. « Gestion de l'installation »</h3>
-
-Les fonctions disponibles dans la section « Gestion de l'installation »
-permettent d'ajouter des langues, et d'ajouter ou de régénérer des formats, qui
-n'ont pas été sélectionnés lors de l'installation initiale, ou qui ont été modifiés.
-
-<h3>3.3. « Désinstallation de TeX Live »</h3>
-
-La section « Désinstallation de TeX Live » vous donne accès à des
-fonctionnalités qui ne valent pas la peine d'être décrites, et nous ne savons
-pas à quoi elles peuvent bien servir, ni qui pourraient en avoir besoin... :-)
-<br><br>
-
-
-Quoi qu'il en soit, si vous avez installé des éléments dans le répertoire
-texmf-local, la procédure de désinstallation ne va pas l'effacer, ou en
-supprimer des fichiers. Le répertoire « setup-win32 », qui contient cet
-utilitaire, tlpmgui, ainsi que les fichiers nécessaires à son fonctionnement,
-ne sera pas non plus supprimé. Vous devez les supprimer à la main si vous le
-désirez.
-<br>
-<h2>4. Liens</h2>
-Plus d'informations sur <a href="http://www.tug.org/texlive/doc/texlive-fr/live.html">Web</a>
-
-<h2>5. Options de la ligne de commande</h2>
-Par défaut (lorsqu'on ne lui donne aucune option), tlpmgui tente de détecter si
-TeX est installé, et, suivant le résultat, démarre en mode « installation », ou
-en mode « gestion de l'installation ».<br>
-<tt>--install-mode</tt>&nbsp;&nbsp;&nbsp;Force tlpmgui à démarrer en mode «
-installation ». Toutes les informations de diagnostic sont inscrites dans un
-fichier d'historique (log), qui est supprimé à l'issue de l'issue de
-l'installation, ainsi que tous les autres fichiers temporaires.<br>
-<tt>--debug<tt>&nbsp;&nbsp;&nbsp;Mode « débuggage » : affiche dans une fenêtre
-séparée le nom et le contenu de tous les fichiers temporaires utilisés par
-tlpmgui.
-
-<h2>5. Changements</h2>
-2005.10.02 GG, TLu<br>
-2005.10.06 20:00 StaW<br>
-2005.10.07 00:50 JBL<br>
-2005.10.09 12:30 JBL<br>
-2005.10.11 21:55 TLu<br>
-2005.10.29 19:40 TLu - html<br>
-2007.02.03 23:05 ARt - Traduction en français<br>
-$Id: helpfr.html 338 2007-02-04 13:28:48Z tlu $
-</body>
-</html>
diff --git a/Master/setuptl/help/helppl.html b/Master/setuptl/help/helppl.html
deleted file mode 100644
index 309e56f1e90..00000000000
--- a/Master/setuptl/help/helppl.html
+++ /dev/null
@@ -1,76 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>TeX Live 2007</title>
-<meta http-equiv="Content-type" CONTENT="text/html; charset=utf-8">
-</head>
-.font Helvetica
-.fontsize 10
-.forecolor black
-.backcolor #ffffd2
-.linkcolor #006800
-.buttons "back forw sep stop sep index sep find search sep inc dec"
-.h_topics .*
-.h_ignore <h4.*
-<body>
-<h2>1. Instalacja</h2>
-Po włożeniu płyty do napędu CD-ROM, autostart powinien uruchomić program tlpmgui. Jeśli to nie nastąpi, kliknij menu Start, wybierz polecenie Uruchom, wybierz &lt;litera CD-ROM&gt;:\setuptl\tplmgui.exe (lub &lt;litera DVD&gt;:\texlive\setuptl\tplmgui.exe jeśli instalujesz z płyty TeX Collection DVD), a następnie kliknij OK.<br><br>
-Ukaże się okno instalatora zatytułowane "Program instalacji i konfiguracji TeX Live". Zawiera ono następujące sekcje: "Modyfikacja schematów", "Instalacja", "Wybierz schemat", "Wybierz system", "Katalogi" i "Opcje".<br>
-W sekcji "Katalogi", obok przycisku "CD/DVD" powinien być wyświetlony dysk instalacyjny, np. "F:/" (lub "F:/texlive/" dla DVD). Jeśli tak nie jest, naciśnij przycisk "CD/DVD" i wybierz napęd CD z TeX Live CD (lub katalog "texlive" na TeX Collection DVD).<br><br>
-Za pomocą przycisku "TLroot" możesz wybrać katalog, w którym chcesz zainstalować TeX Live. Wybrany katalog zostanie wpisany do zmiennej środowiskowej TLroot do późniejszego użycia.<br><br>
-W sekcji "Wybierz schemat" należy wybrać odpowiedni schemat instalacyjny TeX Live przez naciśnięcie jednego z dostępnych przycisków radiowych (np. "scheme-gust"). Przy każdym schemacie znajduje się przycisk "Informacje", po naciśnięciu którego wyświetlana jest lista kolekcji zawarta w wybranym schemacie.<br><br>
-Schematy to obszerne zestawy pakietów przeznaczone do wstępnego wyboru instalowanych komponentów. Mamy do wyboru schematy dla podstawowej, przeciętnej i pełnej instalacji, pozostałe przygotowano z myślą o wybranych grupach użytkowników (np. GUST i GUTenberg przygotowały schematy dla swoich członków) lub zastosowaniach (np. XML lub Omega). Wstępnie wybrane schematy można modyfikować. Dodatkowe kolekcje można wybrać w sekcji "Modyfikacja schematów". Na przykład po naciśnięciu przycisku "Wybierz" obok "Kolekcji standardowych" można wybrać dodatkowe kolekcje, takie jak Metapost, Omega lub dokumentacje w różnych językach. Wybór zaznaczamy haczykiem.<br>
-<h4>Uwaga: </h4>
-Kolekcje "Perl" i "Wintools" są zaznaczone domyślnie i powinny zastać zainstalowane przy instalacji TeX Live pod Windows, ponieważ są wymagane przez wiele programów. Można z nich zrezygnować, gdy masz je już zainstalowane i wiesz, co robisz. Jeśli nie zrezygnujesz z nich, to zostaniesz zapytany podczas instalacji o potwierdzenie instalacji perla. Podobnie Ghostscript i przeglądarka plików DVI "dviout" instalowane są na życzenie.<br><br>
-Ustawiane są także zmienne środowiskowe PERL5LIB i GS_LIB, o ile perl i ghostscript zostały zainstalowane.<br><br>
-W sekcji "Modyfikacja schematów", po przyciśnięciu przycisku "Wybierz" przy "Kolekcjach języków", otwiera się okno, w którym można wybrać do zainstalowania dodatkowe kolekcje językowe. Wybór zaznaczamy haczykiem.<br><br>
-Właściwa instalacja rozpoczyna się po naciśnięciu przycisku "Instalacja".<br><br>
-Zaczekaj cierpliwie aż do pojawienia się komunikatu o pomyślnym zakończeniu instalacji.<br><br>
-Do menu Start->Programs->TeXLive2007 dodawany jest skrót do tlpmgui oraz do przeglądarki plików DVI dviout, o ile została potwierdzona instalacja dviout.<br><br>
-Jeśli to będzie konieczne (Win9x/WinME), będziesz poproszony o ponowne uruchomienie komputera.
-
-<h2>2. Uruchomienie z DVD</h2>
-Przy uruchomieniu z DVD mamy dodatkową zakładkę "Uruchom z DVD". Pozwala ona przygotować TeX Live do pracy wprost z dysku DVD bez instalacji. Po naciśnięciu przycisku "Ustaw" dodawane są zmienne środowiskowe i generowane są formaty na dysku lokalnym.<be><br>
-Od tej chwili można korzystać z TeX Live, pamiętając tylko o włożeniu płyty do napędu DVD.
-
-<h2>3. Administracja i zarzÄ…dzanie instalacjÄ… TeX Live</h2>
-Po zainstalowaniu TeX Live możesz użyć tlpmgui razem z TeX Live CD (lub TeX Collection DVD) do zmian i administracji Twojej instalacji.<br><br>
-<p>Skrót do tlpmgui dostępny jest w menu Start->Programy->TeXLive2007. Okno programu zawiera tym razem następujące zakładki: "Dodawanie pakietów", "Usuwanie pakietów", "Zarządzanie instalacją" i "Odinstalowanie".
-
-<h3>3.1. Dodawanie lub usuwanie pakietów</h3>
-Zakładki "Dodawanie pakietów" lub "Usuwanie pakietów" posiadają następującą funkcjonalność:<br>
-<b>1.</b> W sekcji "Przyciski" naciśnięcie przycisku "Szukaj" wypełnia/odświeża zawartość sekcji "Wybierz pakiety do..." czyli kolekcje i pakiety do instalacji lub usunięcia.<br>
-Podczas dodawania, porównywana jest lista wszystkich pakietów z CD-ROM (lub DVD) z listą uprzednio zainstalowanych. Wyświetlane są tylko niezainstalowane pakiety.<br>
-Przy usuwaniu wyświetlane są tylko już zainstalowane pakiety.<br>
-Proszę zwrócić uwagę, że w obu zakładkach listowane są najpierw kolekcje, a następnie pojedyncze pakiety.<br><br>
-<b>2.</b> Wybierz pakiet przez kliknięcie na jego nazwie. Wybrany pakiet jest podświetlony. Po naciśnięciu przycisku "Informacje" wyświetlany jest po prawej krótki opis. Dla wielokrotnego wyboru zaznaczaj kolejne elementy na liście, klikając na nie przy uprzednio przyciśniętym klawiszu Ctrl lub Shift. Można zaznaczać również przyciskając lewy klawisz myszy i przeciągając mysz w dół albo w górę.<br><br>
-<b>3.</b> Naciśnij przycisk "Instaluj" lub "Usuń" w sekcji "Przyciski" by wykonać odpowiednie polecenie.<br><br>
-<b>4.</b> Dla ułatwienia wyszukiwania pakietów dostępne jest pole do wpisania pierwszych znaków nazwy. Można korzystać ze znaku gwiazdki *, zastępującego ciag znaków. Przycisk "Następne" przewija listę do następnego, zgodnego z kryteriami pakietu.
-
-<h3>3.2. ZarzÄ…dzanie instalacjÄ…</h3>
-Polecenia dostępne w zakładce "Zarządzanie instalacją" są pomocne przy wykonywaniu czynności po dodaniu pakietów językowych, fontów czy formatów, a także przy odświeżaniu bazy danych instalacji, czy ręcznym dodaniu pakietów (bez pomocy tlpmgui).
-
-<h3>3.3. Odinstalowanie</h3>
-Zakładka "Odinstalowanie" udostępnia polecenie, którego działanie nie jest warte opisu i nie wiadomo komu jest ono potrzebne :-)<br>
-<h4> Uwaga:</h4>
-Pod Windows katalog setuptl (zawierający tlpmgui i związane z nim pliki) nie jest usuwany podczas odinstalowania. Katalog ten należy usunąć samodzielnie.<br><br>
-Katalog texmf-local (zawierajÄ…cy prywatne fonty, makra itp.) usuwany jest tylko w przypadku zaznaczenia haczyka w oknie deinstalacji.<br><br>
-
-<h2>4. Odnośniki</h2>
-Więcej na stronie <a href="http://www.tug.org/texlive/doc/texlive-pl/live.html">TeX Live</a>, i <a href="http://www.gust.org.pl/projects/project_texlive/tlpm">GUST</a>.
-
-<h2>5. Parametry wywołania</h2>
-Domyślnie tlpmgui próbuje wykryć istniejącą instalację TeX-a i uruchamia się automatycznie w trybie instalacji lub administracji.<br>
-<tt>--install-mode</tt> parametr wymusza uruchomienie w trybie instalacji<br><br>
-Podczas pracy informacje diagnostyczne są zapisywane do pliku logu, który po zakończeniu pracy tlpmgui jest usuwany wraz innymi plikami tymczasowymi.<br>
-<tt>--debug</tt> parametr powoduje wyświetlanie nazw i zawartości wszystkich plików tworzonych i zapisywanych przez tlpmgui.<br><br>
-
-<h2>6. Historia zmian</h2>
-2005.10.08 02:15 TLu, GG, SW<br>
-2005.10.09 16:05 TLu wg en<br>
-2005.10.11 01:08 SW<br>
-2007.01.10 21:00 TLu<br>
-2007.02.03 01:00 TLu<br>
-$Id: helppl.html 327 2007-02-03 17:59:01Z tlu $
-</body>
-</html>
diff --git a/Master/setuptl/help/helpsk.html b/Master/setuptl/help/helpsk.html
deleted file mode 100644
index 351124602f9..00000000000
--- a/Master/setuptl/help/helpsk.html
+++ /dev/null
@@ -1,86 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
-<title>TeX Live 2007</title>
-<meta http-equiv=Content-type CONTENT="text/html; charset=utf-8">
-</head>
-.font Helvetica
-.fontsize 10
-.forecolor black
-.backcolor #ffffd2
-.linkcolor #006800
-.buttons "back forw sep stop sep index sep find search sep inc dec"
-topic contents
-.h_topics .*
-.h_ignore <h4.*
-<body>
-<h2>1. Instalace TeX Live</h2>
-Po vložení CD TeX Live CD do mechaniky CD-ROM, by mÄ›l autostart aktivovat program tlpmgui. Když tomu tak není, kliknÄ›te na Start, potom Spustit, potom napiÅ¡te &lt;písmeno mechaniky&gt;:\setup-win32\tplmgui.exe, (nebo &lt;písmeno mechaniky&gt;:\texlive\setup-win32\tplmgui.exe když instalujete TeX z DVD TeX Collection), kde &lt;písmeno mechaniky&gt; je oznaÄení mechaniky s CD TeX Live (nebo s DVD TeX Collection), potom kliknÄ›te OK.<br><br>
-Má se otevřít instalaÄní okno nazvané "Instalace TeX Live a podpůrných nástrojů/TeX Live installation and maintenance utility". Obsahuje následující oddíly: "Hlavní nastavení/Main customization", "Instalace/Install", "Zvolte schéma/Select a scheme", "Zvolte systém/Select systems", "Adresáře/Directories" a "Volby/Options".<br><br>
-V oddílu "Adresáře" se tlaÄítkem "CD/DVD" má zobrazit instalaÄní mechanika (adresář) (napÅ™., "F:/" nebo "F:/texlive/" pro DVD), když tomu tak není, tak kliknÄ›te na tlaÄítko "CD/DVD" a zvolte CD/DVD mechaniku, v které se nachází CD TeX Live (nebo DVD TeX Collection).<br><br>
-Adresář, do kterého chcete nainstalovat software, se dá nastavit kliknutím na tlaÄítko "TLroot". Tento adresář bude na další použití nastavený jako promÄ›nná prostÅ™edí TLroot. PromÄ›nné prostÅ™edí TEXMFTEMP a TEXMFCNF, které se zobrazují tlaÄítky "TEXMFTEMP" a "TEXMFCNF", budou automaticky nastavené po dobu instalace, ale nyní mohou byt ruÄnÄ› pÅ™izpůsobené kvůli zvláštním potÅ™ebám.<br><br>
-V oddílu "Zvolte schéma" je potÅ™ebné kliknutím na pÅ™epínaÄ oznaÄený názvem instalaÄní schéma (napÅ™. "scheme-gust") zvolit požadované instalaÄní schéma Tex Live. Ke každému schéma je pÅ™iÅ™azeno tlaÄítko "Informace", zobrazující po kliknutí struÄný popis odpovídajícího schéma.<br><br>
-Schéma je rozsáhlý komplex souborů urÄených na různé druhy použití. K dispozici jsou vÅ¡eobecná schéma pro základní/basic, stÅ™ední/medium a úplnou/full instalaci. Ostatní schéma jsou buÄ urÄená pro jednotlivá sdružení uživatelů (napÅ™., co nabízí GUST nebo GUTenberg svým Älenům) nebo jsou aplikaÄnÄ› zaměřená (napÅ™. na spolupráci XML a TeXu). PÅ™edvolená schéma mohou být doplnÄ›na. To se vykoná v oddílu "Hlavní nastavení" volbou doplňkových kolekcí z nabídek "Standardní výbÄ›r/Standard collections" nebo "VýbÄ›r jazyků/Language collections". Například, kliknutím na tlaÄítko "Zvol/Select" oznaÄené "Standardní výbÄ›r" nebo "VýbÄ›r jazyků" v oddílu "Hlavní nastavení" je možné vyznaÄit doplňkové kolekce, jako například dokumentaci v různých jazycích, Metapost nebo systém Omega.
-
-<h4>POZNÃMKA:</h4>
-Kolekce "Ghostscript", "Perl" a "Wintools" jsou implicitně zvolené a musí být nainstalované, pokud je ještě nainstalované nemáte a jste si vědom(á) toho, co děláte. Je to proto, že tyto programy jsou požadované mnohými důležitými nástroji. Budou také nastavené Proměnné prostředí PERL5LIB a GS_LIB.<br><br>
-Dále se kliknutím na tlaÄítko "Zvol" oznaÄené "VýbÄ›r jazyků" v oddílu "Hlavní nastavení" otevÅ™e okno "VýbÄ›r jazyků", v kterém můžete zvolit jazyk instalace oznaÄením okénka u jazyka.<br><br>
-Dále spustíte odpovídající proces instalace kliknutím na tlaÄítko "Nainstaluj" v oddílu "Nainstaluj". PoÄkejte, až dokud neuvidíte oznámení o úspěšném ukonÄení instalace..<br><br>
-Odkaz na program tlpmgui bude přidaný do menu Start->Programy->TeXLive2007.<br><br>
-Když je to potÅ™ebné (Win9x/WinME), budete požádán(a) restartovat poÄítaÄ.
-
-<h2>2. Spuštění z DVD</h2>
-
-Další položka "Run from DVD/Spuštění z DVD" se ukáže v případě DVD verze TeX Live. Zde lze nakonfigurovat spouštění přímo z DVD. Kliknutím na "Setup/Nastavení" tlpmgui nastaví proměnné prostředí a vytvoří formátové soubory na lokálním disku.<br><br>
-Jelikož tím je TeX live nastaven, příštÄ› by mÄ›lo staÄit vložit DVD disk do mechaniky DVD.
-
-<h2>3. Údržba instalace TeX Live</h2>
-Když už máte nainstalovaný TeX Live, můžete program tlpmgui použít spolu s CD TeX Live CD/DVD TeX Collection na modifikaci a údržbu vaší instalace..<br><br>
-Protože je odkaz na tlpmgui umístěný v menu Start->Programy->TeXLive2007, spusťte ho odtud. Ukáže se okno údržby s názvem "Instalace TeX Live a podpůrných nástrojů". Obsahuje různé položky: "Přidej balíky/Add Packages", "Odstraň balíky/Remove packages", "Správa instalace/Manage installation", "Odstraň instalaci/Remove installation".
-
-<h3>3.1. "Přidej balíky" nebo "Odstraň balíky"</h3>
-Kliknutím na položku oznaÄenou "PÅ™idej balíky" nebo "Odstraň balíky" zvolte odpovídající funkci a potom:
-<b>1.</b>KliknÄ›te na tlaÄítko "Hledej/Search" v oddílu "TlaÄítka/Buttons". Zobrazí se oddíl "Zvolte balíky .../Select packages to..." ze seznamem balíků, které se mají instalovat nebo odstranit. Po pÅ™idaní balíků se porovná seznam nainstalovaných balíků se seznamem nabízeným na VaÅ¡em CD/DVD. Zobrazí se jen balíky, které jeÅ¡tÄ› nejsou nainstalované. Je na Vás zvolit si balíky, které chcete nainstalovat.<br><br>
-Při odstraňovaní jednotlivých balíků bude zobrazený jen seznam nainstalovaných balíků.<br><br>
-UvÄ›domte si, prosím, že pÅ™ed spuÅ¡tÄ›ním obou Äinností "PÅ™idej balíky" a "Odstraň balíky" se nejprve zobrazí seznamy kolekcí.<br><br>
-<b>2.</b> Zvolte balík kliknutím na název balíku. OznaÄené balíky jsou vysvícené. Kliknutím na tlaÄítko "Informace" v oddílu "TlaÄítka" se v oknÄ› umístÄ›ném v oddílu "Informace o zvolené položce/Info on the selected item" zobrazí struÄný popis zvolených balíků. Na souÄasné oznaÄeni vícerých balíků podržte stlaÄený jeden z kláves Ctrl nebo Shift, kým držíte stisknuté levé tlaÄítko myÅ¡i nebo posuňte ukazovatel myÅ¡i pÅ™i stisknutém levém tlaÄítku.<br><br>
-<b>3.</b> KliknÄ›te na tlaÄítko "Nainstaluj" nebo "Odstraň" v oddílu "TlaÄítka" na vykonání vhodné Äinnosti.
-
-<h3>3.2. "Správa instalace"</h3>
-Funkce dostupné v položce oznaÄeném "Správa instalace" jsou užiteÄné na vykonání potÅ™ebných Äinností, když chcete pÅ™idat podporu jazyka, který nebyl zvolen pÅ™i instalaci nebo pÅ™idaní/znovu vygenerovaní formátu, který nebyl vyznaÄený pÅ™i instalaci nebo byl pozmÄ›nÄ›ný po instalaci.
-Je možné vykonat následující Äinnosti:<br>
-- Obnoveni databáze ls-R<br>
-- Vytvoření formátů (všech nebo chybějících/All or Missing)<br>
-- Editaci soboru language.dat<br>
-- Editaci soboru fmtutil.cnf<br>
-- Editaci soboru updmap.cfg<br><br>
-Poznámka: tlaÄítkem "ZruÅ¡/Cancel" nebo "Hotovo/Done" můžete zavřít okno Edit...; stisknutí "Hotovo" spustí obnoveni souborů formátů (nebo mapovacích (fontmap) souborů když jste editovali sobor updmap.cfg) a následnÄ› se obnoví sobory databáze ls-R.
-
-<h3>3.3."Odstraň instalaci TeX Live"</h3>
-Položka oznaÄená "Odstraň instalaci TeX Live/Remove the TeX Live installation" otevÅ™e okno, obsahující funkci, která nemá smysl popisovat a nevíme, kdo by ji mohl potÅ™ebovat a na co slouží ... :-)
-
-<h4>Poznámka</h4>
-V každém případÄ›, na svoje lokální doplňky máte adresář texmf-local, odstraňovací procedura ho nevyÄistí a nevymaže vÄ›ci, které jsou v nÄ›m, pokud si volbu nezaÅ¡krtnete explicitnÄ›. InstalaÄní adresář setuptl obsahující program tlpmgui a přísluÅ¡né sobory také nebude smazán. Pro skuteÄné odstranÄ›ní musíte vykonat jistou ruÄní oÄistu.<br>
-
-<h2>4. Odkazy</h2>
-Více na <a href="http://www.tug.org/texlive/doc/texlive-cz/live.html">webu</a>
-
-<h2>5 Parametry běhu</h2>
-ImplicitnÄ›, tlpmgui zkouší detekovat instalaci TeXu a v závislosti na tom startuje buÄ v instalaÄním módu nebo módu správy.<br>
-<tt>--install-mode</tt>&nbsp;&nbsp;&nbsp;vynutí instalaÄní mód.<br><br>
-Diagnostické informace jsou ukládány do logovacího souboru, který je na konci bÄ›hu programu smazán, spoleÄnÄ› s dalšími pomocnými soubory.<br>
-<tt>--debug</tt>&nbsp;&nbsp;&nbsp;zobrazuje názvy a obsah všech pomocných souborů tlpmgui v samostatném okně.
-
-<h2>6. Changes</h2>
-2005.10.02 GG, TLu<br>
-2005.10.06 20:00 StaW<br>
-2005.10.07 00:50 JBL<br>
-2005.10.09 12:30 JBL<br>
-2005.10.11 21:55 TLu<br>
-2005.10.27 01:40 StaW<br>
-2005.10.30 11:30 JBu (translation)<br>
-2005.10.31 11:45 TLu - html<br>
-2007.02.06 22:45 PeS (2007 CZ translation)
-$Id: helpsk.html 345 2007-02-05 22:10:33Z tlu $
-</body>
-</html>
diff --git a/Master/setuptl/msgs/cs.msg b/Master/setuptl/msgs/cs.msg
deleted file mode 100644
index 75ff5e31317..00000000000
--- a/Master/setuptl/msgs/cs.msg
+++ /dev/null
@@ -1,706 +0,0 @@
-# -*- Tcl -*-
-# $Id: cs.msg 345 2007-02-05 22:10:33Z tlu $
-# CZ translation of http://tug.org/texlive/devsrc/Master/setup-win32/msgs/translate_me.msg
-# by Petr Kolar, with corrections by Petr Sojka; utf8 encoding (hopefully)
-# --- new translations
-::msgcat::mcset cs \
-"Are you sure to install the DVI previer - dviout?"\
-"Opravdu chcete nainstalovat DVI previer - dviout?"
-::msgcat::mcset cs "TeX Live has not been successfully installed" "TeX Live nebyl úspěšně nainstalován"
-::msgcat::mcset cs "A problem copying files by tlpm" "Problém s kopírováním prostřednictvím tlpm"
-::msgcat::mcset cs \
-"\n\nMost importantly, %s should be added to your PATH for the current and future sessions.
-
-Formats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-
-For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-
-tlpmgui can be run again to add or remove individual packages or collections.
-
-The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
-
-Welcome to TeX Live!"\
-"\n\nNejprve to hlavní: %s byste si mÄ›li pÅ™idat do promÄ›nné PATH pro souÄasné a následné spouÅ¡tÄ›ní disku.
-
-Formáty budou vybudovány pro každého uživatele v okamžiku potřeby. Pokud chcete nainstalovat všechny formáty pro všechny uživatele nyní, spusťte fmtutil-sys --all.
-
-Pro další globální nastavení, editujte soubory v %s (nebo spusťte texconfig a texconfig-sys).
-
-Můžete znovu spustit tlpmgui k přidání, nebo odebrání, dalších balíků a možností.
-
-Stránka TeX Live (http://tug.org/texlive/) obsahuje jakákoliv vylepšení a opravy.
-
-Vítejte do světa TeX Live!"
-::msgcat::mcset cs "Installation is finished" "Instalace dokonÄena."
-::msgcat::mcset cs \
-"\nYou should add %s to your PATH environment variable"\
-"\nMěli byste přidat %s do vaší proměnné PATH."
-::msgcat::mcset cs \
-"Perl installation"\
-"Instalace Perlu"
-::msgcat::mcset cs \
-"Are you sure to install perl?"\
- "Opravdu chcete nainstalovat perl?"
-::msgcat::mcset cs \
-"Warning! Perl is already installed in your system!"\
- "Varování! Perl už je ve vašem systému nainstalován!"
-::msgcat::mcset cs \
-"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
-"Perl není v souÄasné chvíli nainstalován, ale je vyžadován pro korektní instalaci TeX Live."
-::msgcat::mcset cs \
-"Ghostscript installation"\
- "Instalace Ghostscriptu"
-::msgcat::mcset cs \
-"Are you sure to install Ghostscript?"\
-"Opravdu chcete nainstalovat Ghostscript?"
-::msgcat::mcset cs \
-"Warning! Ghostscript is already installed in your system!\nPath: %s" \
-"Varování! Ghostscript už je ve vašem systému nainstalován!\nPath: %s"
-::msgcat::mcset cs \
-"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
-"Ghostscript není v souÄasné chvíli nainstalován, ale je vyžadován pro korektní chod TeX Live."
-
-# ---
-::msgcat::mcset cs "Setting RW attributes ..." "Nastavení práv pro Ätení a zápis ..."
-::msgcat::mcset cs "Searching for packages ..." "Hledání balíků ..."
-::msgcat::mcset cs "Preinstall actions" "PÅ™edinstalaÄní akce"
-::msgcat::mcset cs "Postinstall actions ..." "PoinstalaÄní akce ..."
-::msgcat::mcset cs "Copying files ..." "Kopírování souborů ..."
-::msgcat::mcset cs "Installing packages ..." "Instalace balíků ..."
-::msgcat::mcset cs "Removing packages ..." "Odstraňování balíků ..."
-::msgcat::mcset cs "Removing files ..." "Odstraňování souborů ..."
-::msgcat::mcset cs "Refreshing the database ..." "Obnovování databáze ..."
-::msgcat::mcset cs "Next" "Dál"
-::msgcat::mcset cs "yes" "Ano"
-::msgcat::mcset cs "no" "Ne"
-
-# guinb1.tcl
-::msgcat::mcset cs\
-"\"%s\" not found."\
-"\"%s\" nebyl nalezen."
-
-::msgcat::mcset cs\
-"tlpm is needed for installing TeX Live and adding/removing packages"\
-"tlpm je nutný pro instalaci TeX Live a přidání/odstranění balíků!"
-
-::msgcat::mcset cs\
-"\"Temp\" directory is needed for installing TeX Live and adding/removing packages"\
-"\"Temp\" adresář je nutný pro instalaci TeX Live a přidání/odstranění balíků!"
-
-::msgcat::mcset cs\
-"File writing failed!"\
-"Selhal zápis do souboru!"
-
-::msgcat::mcset cs\
-"Writing of the %s file failed!\nCheck the file permissions."\
-"Zápis do souboru %s selhal!\nZkontrolujte práva souboru."
-
-::msgcat::mcset cs\
-"File reading failed!"\
-"Čtení souboru selhalo!"
-
-::msgcat::mcset cs\
-"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
-"Čtení souboru %s selhalo!\nZkontrolujte práva a existenci souboru."
-
-::msgcat::mcset cs "Warning" "Upozornění"
-
-::msgcat::mcset cs\
-"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
-"Proměnná prostředí \"%s\" existuje.\nOpravdu ji chcete nahradit?"
-
-::msgcat::mcset cs\
-"Current value:\n%s=%s"\
-"SouÄasná hodnota:\n%s=%s"
-
-# tooltips
-::msgcat::mcset cs\
-"Enter starting chars of the package name to speed-up the search"\
-"Zadejte poÄáteÄní znaky názvu balíku pro urychlení hledání:"
-
-::msgcat::mcset cs\
-"Selects the path/drive with TeX Live %s"\
-"Vybere cestu/disk s TeX Live %s"
-
-::msgcat::mcset cs\
-"Selects the destination directory of the TeX Live installation"\
-"Vybere cílový adresář pro instalaci TeX Live."
-
-::msgcat::mcset cs\
-"Not ready yet"\
-"Není připraven!"
-
-::msgcat::mcset cs\
-"Searches for installed packages"\
-"Hledání nainstalovaných balíků"
-
-::msgcat::mcset cs\
-"Removes selected packages"\
-"Odstraní vybraný balík."
-
-::msgcat::mcset cs\
-"Info on the selected package"\
-"Informace o vybraném balíku"
-
-::msgcat::mcset cs\
-"Searches for not installed packages"\
-"Hledá nenainstalované balíky."
-
-::msgcat::mcset cs\
-"Installs selected packages"\
-"Nainstaluje vybrané balíky."
-
-#
-::msgcat::mcset cs\
-"Collections:"\
-"Kolekce:"
-
-::msgcat::mcset cs\
-"Confirm to install"\
-"Potvrzení instalace"
-
-::msgcat::mcset cs\
-"Are you sure to install TeX Live?"\
-"Opravdu chcete nainstalovat TeX Live?"
-
-::msgcat::mcset cs\
-"Remove the texmf-local directory"\
-"Odstraň adresář texmf-local"
-
-#-- new since 1.0
-::msgcat::mcset cs\
-"Install for all users\n(administrator privileges required)"\
-"Nainstaluj pro všechny uživatele \n(potřebuje administrátorská práva)"
-
-::msgcat::mcset cs\
-"Run from DVD"\
-"Spuštění z DVD"
-
-::msgcat::mcset cs\
-"Setting environment variables for running from DVD"\
-"Nastavení proměnných prostředí pro běh z DVD"
-
-::msgcat::mcset cs\
-"Setting the environment"\
-"Nastavení prostředí"
-
-::msgcat::mcset cs\
-"Set"\
-"Nastav"
-
-::msgcat::mcset cs\
-"TeX Live is ready to run directly from the DVD"\
-"TeX Live je připraven ke spuštění přímo z DVD."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:5
-::msgcat::mcset cs\
-"Contents of %s"\
-"Obsah %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
-::msgcat::mcset cs\
-"Contents of the %s file:"\
-"Obsah souboru: %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:27
-::msgcat::mcset cs\
-"Close"\
-"Zavři"
-
-#. widget: window title
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:13
-::msgcat::mcset cs\
-"TeX Live installation and maintenance utility, %s"\
-"Instalace TeX Live a podpůrných nástrojů, %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:32
-::msgcat::mcset cs\
-"Installation"\
-"Instalace"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:82
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
-::msgcat::mcset cs\
-"Removing packages"\
-"Odstraň balíky"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:47
-::msgcat::mcset cs\
-"Manage the installation"\
-"Správa instalace"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
-::msgcat::mcset cs\
-"Removing the installation"\
-"Odstraň instalaci"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:68
-::msgcat::mcset cs\
-"Help"\
-"Pomoc"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:72
-::msgcat::mcset cs\
-"Exit"\
-"Konec"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:9
-::msgcat::mcset cs\
-"Installation of the TeX Live %s edition"\
-"Instalace TeX Live %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:15
-::msgcat::mcset cs\
-"Main customization"\
-"Hlavní nastavení"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:19
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:3
-::msgcat::mcset cs\
-"Standard collections"\
-"Standardní výběr"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:20
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:23
-::msgcat::mcset cs\
-"Select"\
-"Zvol"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:22
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:3
-::msgcat::mcset cs\
-"Language collections"\
-"Výběr jazyků"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:29
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:33
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:120
-::msgcat::mcset cs\
-"Install"\
-"Nainstaluj"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:47
-::msgcat::mcset cs\
-"Select a scheme"\
-"Zvolte schéma"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:58
-::msgcat::mcset cs\
-"Select a system"\
-"Zvolte systém"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:91
-::msgcat::mcset cs\
-"Directories"\
-"Adresáře"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:126
-::msgcat::mcset cs\
-"Options"\
-"Volby"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:130
-::msgcat::mcset cs\
-"alternative directory for generated fonts"\
-"náhradní adresář pro vygenerované fonty"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:131
-::msgcat::mcset cs\
-"create symlinks in standard directories"\
-"vytvoř symbolické odkazy v standardních adresářích"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:132
-::msgcat::mcset cs\
-"do not install the macro/font doc tree"\
-"Neinstaluj strom makro/font doc"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:133
-::msgcat::mcset cs\
-"do not install the macro/font source tree"\
-"Neinstaluj strom zdrojových souborů maker/fontů"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:12
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:12
-::msgcat::mcset cs\
-"Use Ctrl or Shift or drag to select more"\
-"Použijte Ctrl, nebo Shift, nebo pÅ™etáhnutí na oznaÄení více položek"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:18
-::msgcat::mcset cs\
-"Select packages to install"\
-"Zvolte balíky, které chcete instalovat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:35
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:35
-::msgcat::mcset cs\
-"Buttons"\
-"TlaÄítka"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gluelanguage.tcl:24
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:37
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:115
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:64
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:107
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:126
-::msgcat::mcset cs\
-"Error"\
-"Chyba"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:126
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
-::msgcat::mcset cs\
-"Adding packages"\
-"Přidej balíky"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset cs\
-"Packages installed successfully." \
-"Balíky byly úspěšně nainstalovány."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset cs\
-"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
-"Pokud jste přidali formát nebo balík fontů, zvolte, prosím, \"Správa instalace\" a upravte soubory fmtutil.cfg nebo updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:179
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:125
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:24
-::msgcat::mcset cs\
-"Info"\
-"Informace"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
-::msgcat::mcset cs\
-"Info on the selected item"\
-"Informace o zvolené položce"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
-::msgcat::mcset cs\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
-"\nPozor. Zkontrolujte, prosím, zda je správnÄ› zvolena\n mechanika s CD/DVD TeX Live.\n\n\nNejprve vyplňte seznam tlaÄítkem \"Hledej\", potom zvolte položku a kliknÄ›te na tlaÄítko \"Nainstaluj\" nebo \"Informace\"."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
-::msgcat::mcset cs\
-"Select packages for removal"\
-"Zvolte balíky na odstranění"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:42
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:39
-::msgcat::mcset cs\
-"Search"\
-"Hledej"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:119
-::msgcat::mcset cs\
-"Packages removed successfully"\
-"Balíky byly úspěšně odstraněny"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
-::msgcat::mcset cs\
-"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Add packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
-"\nPozor: pro informaci o balících, musí být v tabulce \"PÅ™idej balíky\" zvolena mechanika CD s CD TeX Live.\n\nNejprve vyplňte seznam tlaÄítkem \"Hledej\", potom zvolte položku a kliknÄ›te na tlaÄítko \"Odstraň\""
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:11
-::msgcat::mcset cs\
-"Manage the existing TeX Live installation"\
-"Úprava existující instalace TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:20
-::msgcat::mcset cs\
-"Refresh the ls-R database"\
-"Obnov databázi ls-R"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:22
-::msgcat::mcset cs\
-"Refresh"\
-"Obnov"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:49
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:44
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:172
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:28
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:74
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:18
-# guinb5.tcl
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:68
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:80
-::msgcat::mcset cs\
-"Done"\
-"Hotovo"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:111
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:72
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:31
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:52
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:56
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:77
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:90
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:112
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:116
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:141
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:145
-::msgcat::mcset cs\
-"Oops"\
-"Jej"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:103
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:132
-::msgcat::mcset cs\
-"Edit language.dat"\
-"Uprav language.dat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
-::msgcat::mcset cs\
-"Creating formats"\
-"Vytvoř formáty"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:68
-::msgcat::mcset cs\
-"All"\
-"VÅ¡e"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:81
-::msgcat::mcset cs\
-"Missing"\
-"Chybí"
-
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
-::msgcat::mcset cs\
-"Editing fmtutil.cnf"\
-"Úprava fmtutil.cnf"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
-::msgcat::mcset cs\
-"Editing updmap.cfg"\
-"Úprava updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:15
-::msgcat::mcset cs\
-"Cancel"\
-"Zruš"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:18
-::msgcat::mcset cs\
-"Remove the TeX Live installation"\
-"Odstraň instalaci TeX Live"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
-::msgcat::mcset cs\
-"The path to the TL directory: %s"\
-"Cesta k adresáři TL: %s"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:76
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:24
-::msgcat::mcset cs\
-"Remove"\
-"Odstraň"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:25
-::msgcat::mcset cs\
-"Confirm removal"\
-"PotvrÄte odstranÄ›ní"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
-::msgcat::mcset cs\
-"Please wait. Installation removal in progres."\
-"Čekejte, prosím. Probíhá odstranění instalace."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:66
-::msgcat::mcset cs\
-"TeX Live has been sucessfully removed from your system"\
-"TeX Live byl úspěšně odstraněn z Vašeho systému."
-::msgcat::mcset cs "Press \"OK\" to exit" "Na ukonÄení zmáÄknÄ›te \"OK\".
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:73
-::msgcat::mcset cs\
-"I can't find the TeX Live directory.\nEnvironment variable TLroot not found."\
-"Není možno nalézt adresář TeX Live.\nNenalezená proměnná prostředí TLroot."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:28
-::msgcat::mcset cs\
-"Scheme info"\
-"Informace o schématu"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
-::msgcat::mcset cs\
-"Installing TeX Live"\
-"Instalace TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:73
-::msgcat::mcset cs\
-"Installation in progress. Please wait."\
-"Probíhá instalace. Čekejte, prosím."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset cs\
-"Wrong path to the TeX Live directory."\
-"Nesprávná cesta k adresáři TeX Live."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset cs\
-"Try again.\nPress the CD/DVD button to select the correct path."\
-"Zkuste znovu.\nNa volbu správné cesty zmáÄknÄ›te tlaÄítko CD/DVD."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:92
-::msgcat::mcset cs\
-"TeX Live installed in %s"\
-"TeX Live je nainstalován v %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
-::msgcat::mcset cs\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
-"\n\nNyní musíte restartovat Váš systém.\nPo restartu můžete spustit tlpmgui na přidání/odstranění balíků a na vykonání údržby."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
-::msgcat::mcset cs\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
-"\n\nPo restartu programu tlpmgui můžete přidat/odebrat balíky a provést údržbu."
-# guinb2.tcl
-# guinb3.tcl
-::msgcat::mcset cs\
-"Empty selection!" \
-"Nezadaná volba!"
-
-# guinb3.tcl
-::msgcat::mcset cs\
-"Are you sure to remove the selected packages?"\
-"UrÄitÄ› chcete odstranit zvolené balíky?"
-
-# guinb2.tcl
-::msgcat::mcset cs\
-"Are you sure to install the selected packages?"\
-"UrÄitÄ› chcete nainstalovat zvolené balíky?"
-
-# proc.tcl
-::msgcat::mcset cs\
-"%s\n\nLog written to file %s\nWould you like to read it?"\
-"%s\n\nProtokol zapsaný do souboru %s\nChcete si pÅ™eÄíst log-soubor?"
-
-# guinb5.tcl
-::msgcat::mcset cs\
-"Are you sure to remove your TeX Live installation?"\
-"UrÄitÄ› chcete odstranit VaÅ¡i instalaci TeX Live?"
-
-# guinb4.tcl
-::msgcat::mcset cs\
-"Edit"\
-"Editace"
-
-# winpostinstall.tcl
-::msgcat::mcset cs\
-"TeX Live has been sucessfully installed in your system"\
-"TeX Live byl úspěšně nainstalován do Vašeho systému."
-
-# gui.tcl:71
-::msgcat::mcset cs\
-"helpen.txt"\
-"helpcs.txt"
-
-# gui.tcl:71
-::msgcat::mcset cs\
-"helpen"\
-"helpcs"
-
-# guinb4.tcl
-::msgcat::mcset cs\
-"File \"%s\" not found.\nProbably TeX Live is not correctly installed." \
-"Soubor \"%s\" nebyl nalezen.\nTeX Live není pravděpodobně správně nainstalován."
-
-# guinb4.tcl
-::msgcat::mcset cs\
-"The TEXMFCNF environment variable not found."\
-"Proměnná TEXMFCNF se nenašla."
-# guinb4.tcl
-::msgcat::mcset cs\
-"Probably TeX Live is not correctly installed."\
-"TeX Live není pravděpodobně správně nainstalován."
-
-# guinb4edit.tcl
-::msgcat::mcset cs\
-"File \"%s\" succesfully saved"\
-"Soubor \"%s\" byl úspěšne uložen."
-
-# proc.tcl
-::msgcat::mcset cs\
-"Please wait..."\
-"Čekejte, prosím ..."
-
-# 2007.02.05 22:08 PeS
diff --git a/Master/setuptl/msgs/cz.msg b/Master/setuptl/msgs/cz.msg
deleted file mode 100644
index 31c29fc082e..00000000000
--- a/Master/setuptl/msgs/cz.msg
+++ /dev/null
@@ -1,706 +0,0 @@
-# -*- Tcl -*-
-# $Id: cz.msg 348 2007-02-06 09:10:40Z tlu $
-# CZ translation of http://tug.org/texlive/devsrc/Master/setup-win32/msgs/translate_me.msg
-# by Petr Kolar, with corrections by Petr Sojka; utf8 encoding (hopefully)
-# --- new translations
-::msgcat::mcset cz \
-"Are you sure to install the DVI previer - dviout?"\
-"Opravdu chcete nainstalovat DVI previer - dviout?"
-::msgcat::mcset cz "TeX Live has not been successfully installed" "TeX Live nebyl úspěšně nainstalován"
-::msgcat::mcset cz "A problem copying files by tlpm" "Problém s kopírováním prostřednictvím tlpm"
-::msgcat::mcset cz \
-"\n\nMost importantly, %s should be added to your PATH for the current and future sessions.
-
-Formats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-
-For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-
-tlpmgui can be run again to add or remove individual packages or collections.
-
-The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
-
-Welcome to TeX Live!"\
-"\n\nNejprve to hlavní: %s byste si mÄ›li pÅ™idat do promÄ›nné PATH pro souÄasné a následné spouÅ¡tÄ›ní disku.
-
-Formáty budou vybudovány pro každého uživatele v okamžiku potřeby. Pokud chcete nainstalovat všechny formáty pro všechny uživatele nyní, spusťte fmtutil-sys --all.
-
-Pro další globální nastavení, editujte soubory v %s (nebo spusťte texconfig a texconfig-sys).
-
-Můžete znovu spustit tlpmgui k přidání, nebo odebrání, dalších balíků a možností.
-
-Stránka TeX Live (http://tug.org/texlive/) obsahuje jakákoliv vylepšení a opravy.
-
-Vítejte do světa TeX Live!"
-::msgcat::mcset cz "Installation is finished" "Instalace dokonÄena."
-::msgcat::mcset cz \
-"\nYou should add %s to your PATH environment variable"\
-"\nMěli byste přidat %s do vaší proměnné PATH."
-::msgcat::mcset cz \
-"Perl installation"\
-"Instalace Perlu"
-::msgcat::mcset cz \
-"Are you sure to install perl?"\
- "Opravdu chcete nainstalovat perl?"
-::msgcat::mcset cz \
-"Warning! Perl is already installed in your system!"\
- "Varování! Perl už je ve vašem systému nainstalován!"
-::msgcat::mcset cz \
-"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
-"Perl není v souÄasné chvíli nainstalován, ale je vyžadován pro korektní instalaci TeX Live."
-::msgcat::mcset cz \
-"Ghostscript installation"\
- "Instalace Ghostscriptu"
-::msgcat::mcset cz \
-"Are you sure to install Ghostscript?"\
-"Opravdu chcete nainstalovat Ghostscript?"
-::msgcat::mcset cz \
-"Warning! Ghostscript is already installed in your system!\nPath: %s" \
-"Varování! Ghostscript už je ve vašem systému nainstalován!\nPath: %s"
-::msgcat::mcset cz \
-"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
-"Ghostscript není v souÄasné chvíli nainstalován, ale je vyžadován pro korektní chod TeX Live."
-
-# ---
-::msgcat::mcset cz "Setting RW attributes ..." "Nastavení práv pro Ätení a zápis ..."
-::msgcat::mcset cz "Searching for packages ..." "Hledání balíků ..."
-::msgcat::mcset cz "Preinstall actions" "PÅ™edinstalaÄní akce"
-::msgcat::mcset cz "Postinstall actions ..." "PoinstalaÄní akce ..."
-::msgcat::mcset cz "Copying files ..." "Kopírování souborů ..."
-::msgcat::mcset cz "Installing packages ..." "Instalace balíků ..."
-::msgcat::mcset cz "Removing packages ..." "Odstraňování balíků ..."
-::msgcat::mcset cz "Removing files ..." "Odstraňování souborů ..."
-::msgcat::mcset cz "Refreshing the database ..." "Obnovování databáze ..."
-::msgcat::mcset cz "Next" "Dál"
-::msgcat::mcset cz "yes" "Ano"
-::msgcat::mcset cz "no" "Ne"
-
-# guinb1.tcl
-::msgcat::mcset cz\
-"\"%s\" not found."\
-"\"%s\" nebyl nalezen."
-
-::msgcat::mcset cz\
-"tlpm is needed for installing TeX Live and adding/removing packages"\
-"tlpm je nutný pro instalaci TeX Live a přidání/odstranění balíků!"
-
-::msgcat::mcset cz\
-"\"Temp\" directory is needed for installing TeX Live and adding/removing packages"\
-"\"Temp\" adresář je nutný pro instalaci TeX Live a přidání/odstranění balíků!"
-
-::msgcat::mcset cz\
-"File writing failed!"\
-"Selhal zápis do souboru!"
-
-::msgcat::mcset cz\
-"Writing of the %s file failed!\nCheck the file permissions."\
-"Zápis do souboru %s selhal!\nZkontrolujte práva souboru."
-
-::msgcat::mcset cz\
-"File reading failed!"\
-"Čtení souboru selhalo!"
-
-::msgcat::mcset cz\
-"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
-"Čtení souboru %s selhalo!\nZkontrolujte práva a existenci souboru."
-
-::msgcat::mcset cz "Warning" "Upozornění"
-
-::msgcat::mcset cz\
-"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
-"Proměnná prostředí \"%s\" existuje.\nOpravdu ji chcete nahradit?"
-
-::msgcat::mcset cz\
-"Current value:\n%s=%s"\
-"SouÄasná hodnota:\n%s=%s"
-
-# tooltips
-::msgcat::mcset cz\
-"Enter starting chars of the package name to speed-up the search"\
-"Zadejte poÄáteÄní znaky názvu balíku pro urychlení hledání:"
-
-::msgcat::mcset cz\
-"Selects the path/drive with TeX Live %s"\
-"Vybere cestu/disk s TeX Live %s"
-
-::msgcat::mcset cz\
-"Selects the destination directory of the TeX Live installation"\
-"Vybere cílový adresář pro instalaci TeX Live."
-
-::msgcat::mcset cz\
-"Not ready yet"\
-"Není připraven!"
-
-::msgcat::mcset cz\
-"Searches for installed packages"\
-"Hledání nainstalovaných balíků"
-
-::msgcat::mcset cz\
-"Removes selected packages"\
-"Odstraní vybraný balík."
-
-::msgcat::mcset cz\
-"Info on the selected package"\
-"Informace o vybraném balíku"
-
-::msgcat::mcset cz\
-"Searches for not installed packages"\
-"Hledá nenainstalované balíky."
-
-::msgcat::mcset cz\
-"Installs selected packages"\
-"Nainstaluje vybrané balíky."
-
-#
-::msgcat::mcset cz\
-"Collections:"\
-"Kolekce:"
-
-::msgcat::mcset cz\
-"Confirm to install"\
-"Potvrzení instalace"
-
-::msgcat::mcset cz\
-"Are you sure to install TeX Live?"\
-"Opravdu chcete nainstalovat TeX Live?"
-
-::msgcat::mcset cz\
-"Remove the texmf-local directory"\
-"Odstraň adresář texmf-local"
-
-#-- new since 1.0
-::msgcat::mcset cz\
-"Install for all users\n(administrator privileges required)"\
-"Nainstaluj pro všechny uživatele \n(potřebuje administrátorská práva)"
-
-::msgcat::mcset cz\
-"Run from DVD"\
-"Spuštění z DVD"
-
-::msgcat::mcset cz\
-"Setting environment variables for running from DVD"\
-"Nastavení proměnných prostředí pro běh z DVD"
-
-::msgcat::mcset cz\
-"Setting the environment"\
-"Nastavení prostředí"
-
-::msgcat::mcset cz\
-"Set"\
-"Nastav"
-
-::msgcat::mcset cz\
-"TeX Live is ready to run directly from the DVD"\
-"TeX Live je připraven ke spuštění přímo z DVD."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:5
-::msgcat::mcset cz\
-"Contents of %s"\
-"Obsah %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
-::msgcat::mcset cz\
-"Contents of the %s file:"\
-"Obsah souboru: %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:27
-::msgcat::mcset cz\
-"Close"\
-"Zavři"
-
-#. widget: window title
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:13
-::msgcat::mcset cz\
-"TeX Live installation and maintenance utility, %s"\
-"Instalace TeX Live a podpůrných nástrojů, %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:32
-::msgcat::mcset cz\
-"Installation"\
-"Instalace"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:82
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
-::msgcat::mcset cz\
-"Removing packages"\
-"Odstraň balíky"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:47
-::msgcat::mcset cz\
-"Manage the installation"\
-"Správa instalace"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
-::msgcat::mcset cz\
-"Removing the installation"\
-"Odstraň instalaci"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:68
-::msgcat::mcset cz\
-"Help"\
-"Pomoc"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:72
-::msgcat::mcset cz\
-"Exit"\
-"Konec"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:9
-::msgcat::mcset cz\
-"Installation of the TeX Live %s edition"\
-"Instalace TeX Live %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:15
-::msgcat::mcset cz\
-"Main customization"\
-"Hlavní nastavení"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:19
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:3
-::msgcat::mcset cz\
-"Standard collections"\
-"Standardní výběr"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:20
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:23
-::msgcat::mcset cz\
-"Select"\
-"Zvol"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:22
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:3
-::msgcat::mcset cz\
-"Language collections"\
-"Výběr jazyků"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:29
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:33
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:120
-::msgcat::mcset cz\
-"Install"\
-"Nainstaluj"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:47
-::msgcat::mcset cz\
-"Select a scheme"\
-"Zvolte schéma"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:58
-::msgcat::mcset cz\
-"Select a system"\
-"Zvolte systém"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:91
-::msgcat::mcset cz\
-"Directories"\
-"Adresáře"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:126
-::msgcat::mcset cz\
-"Options"\
-"Volby"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:130
-::msgcat::mcset cz\
-"alternative directory for generated fonts"\
-"náhradní adresář pro vygenerované fonty"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:131
-::msgcat::mcset cz\
-"create symlinks in standard directories"\
-"vytvoř symbolické odkazy v standardních adresářích"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:132
-::msgcat::mcset cz\
-"do not install the macro/font doc tree"\
-"Neinstaluj strom makro/font doc"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:133
-::msgcat::mcset cz\
-"do not install the macro/font source tree"\
-"Neinstaluj strom zdrojových souborů maker/fontů"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:12
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:12
-::msgcat::mcset cz\
-"Use Ctrl or Shift or drag to select more"\
-"Použijte Ctrl, nebo Shift, nebo pÅ™etáhnutí na oznaÄení více položek"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:18
-::msgcat::mcset cz\
-"Select packages to install"\
-"Zvolte balíky, které chcete instalovat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:35
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:35
-::msgcat::mcset cz\
-"Buttons"\
-"TlaÄítka"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gluelanguage.tcl:24
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:37
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:115
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:64
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:107
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:126
-::msgcat::mcset cz\
-"Error"\
-"Chyba"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:126
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
-::msgcat::mcset cz\
-"Adding packages"\
-"Přidej balíky"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset cz\
-"Packages installed successfully." \
-"Balíky byly úspěšně nainstalovány."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset cz\
-"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
-"Pokud jste přidali formát nebo balík fontů, zvolte, prosím, \"Správa instalace\" a upravte soubory fmtutil.cfg nebo updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:179
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:125
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:24
-::msgcat::mcset cz\
-"Info"\
-"Informace"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
-::msgcat::mcset cz\
-"Info on the selected item"\
-"Informace o zvolené položce"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
-::msgcat::mcset cz\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
-"\nPozor. Zkontrolujte, prosím, zda je správnÄ› zvolena\n mechanika s CD/DVD TeX Live.\n\n\nNejprve vyplňte seznam tlaÄítkem \"Hledej\", potom zvolte položku a kliknÄ›te na tlaÄítko \"Nainstaluj\" nebo \"Informace\"."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
-::msgcat::mcset cz\
-"Select packages for removal"\
-"Zvolte balíky na odstranění"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:42
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:39
-::msgcat::mcset cz\
-"Search"\
-"Hledej"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:119
-::msgcat::mcset cz\
-"Packages removed successfully"\
-"Balíky byly úspěšně odstraněny"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
-::msgcat::mcset cz\
-"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Add packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
-"\nPozor: pro informaci o balících, musí být v tabulce \"PÅ™idej balíky\" zvolena mechanika CD s CD TeX Live.\n\nNejprve vyplňte seznam tlaÄítkem \"Hledej\", potom zvolte položku a kliknÄ›te na tlaÄítko \"Odstraň\""
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:11
-::msgcat::mcset cz\
-"Manage the existing TeX Live installation"\
-"Úprava existující instalace TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:20
-::msgcat::mcset cz\
-"Refresh the ls-R database"\
-"Obnov databázi ls-R"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:22
-::msgcat::mcset cz\
-"Refresh"\
-"Obnov"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:49
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:44
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:172
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:28
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:74
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:18
-# guinb5.tcl
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:68
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:80
-::msgcat::mcset cz\
-"Done"\
-"Hotovo"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:111
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:72
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:31
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:52
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:56
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:77
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:90
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:112
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:116
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:141
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:145
-::msgcat::mcset cz\
-"Oops"\
-"Jej"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:103
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:132
-::msgcat::mcset cz\
-"Edit language.dat"\
-"Uprav language.dat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
-::msgcat::mcset cz\
-"Creating formats"\
-"Vytvoř formáty"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:68
-::msgcat::mcset cz\
-"All"\
-"VÅ¡e"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:81
-::msgcat::mcset cz\
-"Missing"\
-"Chybí"
-
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
-::msgcat::mcset cz\
-"Editing fmtutil.cnf"\
-"Úprava fmtutil.cnf"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
-::msgcat::mcset cz\
-"Editing updmap.cfg"\
-"Úprava updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:15
-::msgcat::mcset cz\
-"Cancel"\
-"Zruš"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:18
-::msgcat::mcset cz\
-"Remove the TeX Live installation"\
-"Odstraň instalaci TeX Live"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
-::msgcat::mcset cz\
-"The path to the TL directory: %s"\
-"Cesta k adresáři TL: %s"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:76
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:24
-::msgcat::mcset cz\
-"Remove"\
-"Odstraň"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:25
-::msgcat::mcset cz\
-"Confirm removal"\
-"PotvrÄte odstranÄ›ní"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
-::msgcat::mcset cz\
-"Please wait. Installation removal in progres."\
-"Čekejte, prosím. Probíhá odstranění instalace."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:66
-::msgcat::mcset cz\
-"TeX Live has been sucessfully removed from your system"\
-"TeX Live byl úspěšně odstraněn z Vašeho systému."
-::msgcat::mcset cz "Press \"OK\" to exit" "Na ukonÄení zmáÄknÄ›te \"OK\".
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:73
-::msgcat::mcset cz\
-"I can't find the TeX Live directory.\nEnvironment variable TLroot not found."\
-"Není možno nalézt adresář TeX Live.\nNenalezená proměnná prostředí TLroot."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:28
-::msgcat::mcset cz\
-"Scheme info"\
-"Informace o schématu"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
-::msgcat::mcset cz\
-"Installing TeX Live"\
-"Instalace TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:73
-::msgcat::mcset cz\
-"Installation in progress. Please wait."\
-"Probíhá instalace. Čekejte, prosím."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset cz\
-"Wrong path to the TeX Live directory."\
-"Nesprávná cesta k adresáři TeX Live."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset cz\
-"Try again.\nPress the CD/DVD button to select the correct path."\
-"Zkuste znovu.\nNa volbu správné cesty zmáÄknÄ›te tlaÄítko CD/DVD."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:92
-::msgcat::mcset cz\
-"TeX Live installed in %s"\
-"TeX Live je nainstalován v %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
-::msgcat::mcset cz\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
-"\n\nNyní musíte restartovat Váš systém.\nPo restartu můžete spustit tlpmgui na přidání/odstranění balíků a na vykonání údržby."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
-::msgcat::mcset cz\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
-"\n\nPo restartu programu tlpmgui můžete přidat/odebrat balíky a provést údržbu."
-# guinb2.tcl
-# guinb3.tcl
-::msgcat::mcset cz\
-"Empty selection!" \
-"Nezadaná volba!"
-
-# guinb3.tcl
-::msgcat::mcset cz\
-"Are you sure to remove the selected packages?"\
-"UrÄitÄ› chcete odstranit zvolené balíky?"
-
-# guinb2.tcl
-::msgcat::mcset cz\
-"Are you sure to install the selected packages?"\
-"UrÄitÄ› chcete nainstalovat zvolené balíky?"
-
-# proc.tcl
-::msgcat::mcset cz\
-"%s\n\nLog written to file %s\nWould you like to read it?"\
-"%s\n\nProtokol zapsaný do souboru %s\nChcete si pÅ™eÄíst log-soubor?"
-
-# guinb5.tcl
-::msgcat::mcset cz\
-"Are you sure to remove your TeX Live installation?"\
-"UrÄitÄ› chcete odstranit VaÅ¡i instalaci TeX Live?"
-
-# guinb4.tcl
-::msgcat::mcset cz\
-"Edit"\
-"Editace"
-
-# winpostinstall.tcl
-::msgcat::mcset cz\
-"TeX Live has been sucessfully installed in your system"\
-"TeX Live byl úspěšně nainstalován do Vašeho systému."
-
-# gui.tcl:71
-::msgcat::mcset cz\
-"helpen.txt"\
-"helpcz.txt"
-
-# gui.tcl:71
-::msgcat::mcset cz\
-"helpen"\
-"helpcz"
-
-# guinb4.tcl
-::msgcat::mcset cz\
-"File \"%s\" not found.\nProbably TeX Live is not correctly installed." \
-"Soubor \"%s\" nebyl nalezen.\nTeX Live není pravděpodobně správně nainstalován."
-
-# guinb4.tcl
-::msgcat::mcset cz\
-"The TEXMFCNF environment variable not found."\
-"Proměnná TEXMFCNF se nenašla."
-# guinb4.tcl
-::msgcat::mcset cz\
-"Probably TeX Live is not correctly installed."\
-"TeX Live není pravděpodobně správně nainstalován."
-
-# guinb4edit.tcl
-::msgcat::mcset cz\
-"File \"%s\" succesfully saved"\
-"Soubor \"%s\" byl úspěšne uložen."
-
-# proc.tcl
-::msgcat::mcset cz\
-"Please wait..."\
-"Čekejte, prosím ..."
-
-# 2007.02.05 22:08 PeS
diff --git a/Master/setuptl/msgs/de.msg b/Master/setuptl/msgs/de.msg
deleted file mode 100644
index 6302754709a..00000000000
--- a/Master/setuptl/msgs/de.msg
+++ /dev/null
@@ -1,714 +0,0 @@
-# -*- Tcl -*-
-# $Id: de.msg 339 2007-02-04 15:24:59Z tlu $
-# --- new translations
-::msgcat::mcset de \
-"Are you sure to install the DVI previer - dviout?"\
-"Sind Sie sicher, daß Sie den DVI Betrachter dviout installieren wollen?"
-::msgcat::mcset de \
-"TeX Live has not been successfully installed" \
-"TeX Live wurde auf Ihrem System nicht erfolgreich installiert"
-::msgcat::mcset de \
-"A problem copying files by tlpm" \
-"Problem beim Dateikopieren mit tlpm"
-::msgcat::mcset de \
-"\n\nMost importantly, %s should be added to your PATH for the current and future sessions.
-
-Formats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-
-For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-
-tlpmgui can be run again to add or remove individual packages or collections.
-
-The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
-
-Welcome to TeX Live!"\
-"\n\nWichtig: Fügen Sie für diese und zukünftige Anwendungen %s Ihrer Umgebungsvariablen PATH hinzu.
-
-Formate werden für jeden Benutzer nach Bedarf erzeugt. Falls Sie alle Formate für Jeden auf einmal erzeugen wollen, rufen Sie fmtutil-sys --all auf.
-
-Zur globalen Konfiguration editieren Sie die Dateien in %s (oder rufen Sie texconfig oder texconfig-sys auf).
-
-Sie können tlpmgui erneut aufrufen, um einzelne Pakete oder Kollektionen hinzuzufügen oder zu löschen.
-
-Die TeX Live Web Site (http://tug.org/texlive/) enthält Updates und Korrekturen.
-
-Willkommen zu TeX Live!"
-::msgcat::mcset de \
-"Installation is finished" \
-"Installation beendet"
-::msgcat::mcset de \
-"\nYou should add %s to your PATH environment variable"\
-"\nSie sollten %s Ihrer Umgebungsvariablen PATH hinzufügen"
-::msgcat::mcset de \
-"Perl installation"\
-"Installation von Perl"
-::msgcat::mcset de \
-"Are you sure to install perl?"\
-"Wollen Sie Perl wirklich installieren?"
-::msgcat::mcset de \
-"Warning! Perl is already installed in your system!"\
-"Warnung! Perl ist auf Ihrem System bereits installiert!"
-::msgcat::mcset de \
-"Perl is not installed in your system, but is necessary for complete installation of TeX Live"\
-"Perl ist auf Ihrem System noch nicht installiert, ist aber für eine vollständige TeX Live Installation erforderlich"
-::msgcat::mcset de \
-"Ghostscript installation"\
-"Installation von Ghostscript"
-::msgcat::mcset de \
-"Are you sure to install Ghostscript?"\
-"Wollen Sie Ghostscript wirklich installieren?"
-::msgcat::mcset de \
-"Warning! Ghostscript is already installed in your system!\nPath: %s" \
-"Warning! Ghostscript ist auf Ihrem System bereits installiert!\nPfad: %s"
-::msgcat::mcset de \
-"Ghostscript is not installed in your system, but is necessary for correct work of TeX Live" \
-"Ghostscript ist auf Ihrem System noch nicht installiert, ist aber für eine vollständige TeX Live Installation erforderlich"
-
-# ---
-::msgcat::mcset de "Setting RW attributes ..." "Setzen der RW Attribute ..."
-::msgcat::mcset de "Searching for packages ..." "Durchsuchen von Paketen ..."
-::msgcat::mcset de "Preinstall actions" "Aktionen vor Installation"
-::msgcat::mcset de "Postinstall actions ..." "Aktionen nach Installation ..."
-::msgcat::mcset de "Copying files ..." "Kopieren von Dateien ..."
-::msgcat::mcset de "Installing packages ..." "Installation von Paketen ..."
-::msgcat::mcset de "Removing packages ..." "Entfernen von Paketen ..."
-::msgcat::mcset de "Removing files ..." "Entfernen von Dateien ..."
-::msgcat::mcset de "Refreshing the database ..." "Auffrischen der Datenbasis ..."
-::msgcat::mcset de "Next" "Weiter"
-::msgcat::mcset de "yes" "Ja"
-::msgcat::mcset de "no" "Nein"
-
-# guinb1.tcl
-::msgcat::mcset de\
-"\"%s\" not found."\
-"\"%s\" nicht gefunden."
-
-::msgcat::mcset de\
-"tlpm is needed for installing TeX Live and adding/removing packages"\
-"tlpm ist erforderlich, um TeX Live zu installieren oder Pakete hinzuzufügen oder zu entfernen."
-
-::msgcat::mcset sk\
-"\"Temp\" directory is needed for installing TeX Live and adding/removing packages"\
-"\"Temp\" Folder ist erforderlich, um TeX Live zu installieren oder Pakete hinzuzufügen oder zu entfernen."
-
-::msgcat::mcset de\
-"File writing failed!"\
-"Fehler beim Schreiben der Datei!"
-
-::msgcat::mcset de\
-"Writing of the %s file failed!\nCheck the file permissions."\
-"Fehler beim Schreiben der Datei %s!\nÜberprüfen Sie die Schreibrechte."
-
-::msgcat::mcset de\
-"File reading failed!"\
-"Fehler beim Lesen der Datei!"
-
-::msgcat::mcset de\
-"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
-"Fehler beim Lesen der Datei %s!\nÜberprüfen Sie die Leserechte bzw. ob die Datei überhaupt existiert."
-
-::msgcat::mcset de "Warning" "Warnung"
-
-::msgcat::mcset de\
-"Environment variable \"%s\" exists.\nAre you sure to replace?"\
-"Umgebungsvariable \"%s\" existiert.\nWollen Sie diese wirklich überschreiben?"
-
-::msgcat::mcset de\
-"Current value:\n%s=%s"\
-"Aktueller Wert:\n%s=%s"
-
-# tooltips
-::msgcat::mcset de\
-"Enter starting chars of the package name to speed-up the search"\
-"Benutzen Sie die Tastatur um ein Paket schnell zu finden"
-
-::msgcat::mcset de\
-"Selects the path/drive with TeX Live %s"\
-"Wählen Sie Laufwerk und Pfad für TeX Live %s aus"
-
-::msgcat::mcset de\
-"Selects the destination directory of the TeX Live installation"\
-"Wählen Sie das Installationsziel für TeX Live aus"
-
-::msgcat::mcset de\
-"Not ready yet"\
-"Noch nicht fertig"
-
-::msgcat::mcset de\
-"Searches for installed packages"\
-"Suchen installierter Pakete"
-
-::msgcat::mcset de\
-"Removes selected packages"\
-"Entfernen ausgewählter Pakete"
-
-::msgcat::mcset de\
-"Info on the selected package"\
-"Info über ausgewählte Pakete"
-
-::msgcat::mcset de\
-"Searches for not installed packages"\
-"Suchen nicht installierter Pakete"
-
-::msgcat::mcset de\
-"Installs selected packages"\
-"Installieren ausgewählter Pakete"
-
-#
-::msgcat::mcset de\
-"Collections:"\
-"Kollektionen:"
-
-::msgcat::mcset de\
-"Confirm to install"\
-"Installation bestätigen"
-
-::msgcat::mcset de\
-"Are you sure to install TeX Live?"\
-"Wollen Sie die TeX Live Installation wirklich starten?"
-
-::msgcat::mcset de\
-"Remove the texmf-local directory"\
-"Entfernen des texmf-local Verzeichnisses"
-
-#-- new since 1.0
-::msgcat::mcset de\
-"Install for all users\n(administrator privileges required)"\
-"Installation für alle Benutzer\n(Administrator-Rechte erforderlich)"
-
-::msgcat::mcset de\
-"Run from DVD"\
-"Von DVD ausführen"
-
-::msgcat::mcset de\
-"Setting environment variables for running from DVD"\
-"Umgebung für Ausführen von DVD setzen"
-
-::msgcat::mcset de\
-"Setting the environment"\
-"Umgebungvariablen setzen"
-
-::msgcat::mcset de\
-"Set"\
-"Setzen"
-
-::msgcat::mcset de\
-"TeX Live is ready to run directly from the DVD"\
-"TeX Live ist direkt von der DVD ausführbar"
-
-#----------
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:5
-::msgcat::mcset de\
-"Contents of %s"\
-"Inhalt von %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
-::msgcat::mcset de\
-"Contents of the %s file:"\
-"Inhaltsdatei: %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:27
-::msgcat::mcset de\
-"Close"\
-"Schließen"
-
-#. widget: window title
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:13
-::msgcat::mcset de\
-"TeX Live installation and maintenance utility, %s"\
-"TeX Live Installations- und Wartungsprogramm, %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:32
-::msgcat::mcset de\
-"Installation"\
-"Installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:82
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
-::msgcat::mcset de\
-"Removing packages"\
-"Pakete entfernen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:47
-::msgcat::mcset de\
-"Manage the installation"\
-"Installation bearbeiten"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
-::msgcat::mcset de\
-"Removing the installation"\
-"Installation entfernen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:68
-::msgcat::mcset de\
-"Help"\
-"Hilfe"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:72
-::msgcat::mcset de\
-"Exit"\
-"Ende"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:9
-::msgcat::mcset de\
-"Installation of the TeX Live %s edition"\
-"Installation der TeX Live %s Distribution"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:15
-::msgcat::mcset de\
-"Main customization"\
-"Anpassung"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:19
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:3
-::msgcat::mcset de\
-"Standard collections"\
-"Standard-Kollektionen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:20
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:23
-::msgcat::mcset de\
-"Select"\
-"Auswählen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:22
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:3
-::msgcat::mcset de\
-"Language collections"\
-"Sprach-Kollektionen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:29
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:33
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:120
-::msgcat::mcset de\
-"Install"\
-"Installieren"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:47
-::msgcat::mcset de\
-"Select a scheme"\
-"Schema auswählen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:58
-::msgcat::mcset de\
-"Select a system"\
-"System auswählen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:91
-::msgcat::mcset de\
-"Directories"\
-"Verzeichnisse"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:126
-::msgcat::mcset de\
-"Options"\
-"Optionen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:130
-::msgcat::mcset de\
-"alternative directory for generated fonts"\
-"erzeugte Fonts in Alternativ-Verzeichnis kopieren"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:131
-::msgcat::mcset de\
-"create symlinks in standard directories"\
-"symbolische Links in Standardverzeichnissen anlegen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:132
-::msgcat::mcset de\
-"do not install the macro/font doc tree"\
-"den Makro/Font Dokumentationsbaum nicht installieren"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:133
-::msgcat::mcset de\
-"do not install the macro/font source tree"\
-"den Makro/Font Quellbaum nicht installieren"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:12
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:12
-::msgcat::mcset de\
-"Use Ctrl or Shift or drag to select more"\
-"Auswahl mehrerer Pakete: Linke Maustaste gedrückt halten, oder Mausklick bei gedrückter Strg oder Shift Taste"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:18
-::msgcat::mcset de\
-"Select packages to install"\
-"Auswahl der zu installierenden Pakete"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:35
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:35
-::msgcat::mcset de\
-"Buttons"\
-"Funktion"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gluelanguage.tcl:24
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:37
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:115
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:64
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:107
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:126
-::msgcat::mcset de\
-"Error"\
-"Fehler"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:126
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
-::msgcat::mcset de\
-"Adding packages"\
-"Pakete hinzufügen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset de\
-"Packages installed successfully." \
-"Pakete erfolgreich installiert."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset de\
-"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
-"Bitte wählen Sie \"Installation bearbeiten\" und editieren fmtutil.cfg oder updmap.cfg, falls Sie ein Format- oder Fontpaket hinzugefügt haben."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:179
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:125
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:24
-::msgcat::mcset de\
-"Info"\
-"Info"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
-::msgcat::mcset de\
-"Info on the selected item"\
-"Info zu ausgewählten Paketen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
-::msgcat::mcset de\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
-"\nAchtung. Bitte überprüfen Sie, ob das CD-Laufwerk mit der TeX Live Distribution ordnungsgemäß ausgewählt wurde.\n\nFüllen Sie zunächst die Liste durch Klicken auf den \"Suchen\" Knopf, wählen Sie dann ein oder mehrere Pakete aus und klicken auf den \"Installieren\" Knopf.\n\nInformationen zu einzelnen Paketen erhalten Sie durch Klicken auf den \"Info\" Knopf."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
-::msgcat::mcset de\
-"Select packages for removal"\
-"Auswahl der zu entfernenden Pakete"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:42
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:39
-::msgcat::mcset de\
-"Search"\
-"Suchen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:119
-::msgcat::mcset de\
-"Packages removed successfully"\
-"Pakete erfolgreich entfernt"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
-::msgcat::mcset de\
-"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Add packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
-"\nAchtung: Für Informationen über die Pakete sollte ein CD Laufwerk mit der TeX Live CD im \"Pakete hinzufügen\" Feld ausgewählt sein.\n\nFüllen Sie zunächst die Liste durch Klicken auf den \"Suchen\" Knopf, wählen Sie dann ein oder mehrere Pakete aus und klicken auf den \"Entfernen\" Knopf.\n\nInformationen zu einzelnen Paketen erhalten Sie durch Klicken auf den \"Info\" Knopf."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:11
-::msgcat::mcset de\
-"Manage the existing TeX Live installation"\
-"Bearbeiten der bestehenden TeX Live Installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:20
-::msgcat::mcset de\
-"Refresh the ls-R database"\
-"Auffrischen der ls-R Datenbasis"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:22
-::msgcat::mcset de\
-"Refresh"\
-"Auffrischen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:49
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:44
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:172
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:28
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:74
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:18
-# guinb5.tcl
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:68
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:80
-::msgcat::mcset de\
-"Done"\
-"Fertig"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:111
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:72
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:31
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:52
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:56
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:77
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:90
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:112
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:116
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:141
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:145
-::msgcat::mcset de\
-"Oops"\
-"Hoppla"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:103
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:132
-::msgcat::mcset de\
-"Edit language.dat"\
-"Editiere language.dat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
-::msgcat::mcset de\
-"Creating formats"\
-"Formate erzeugen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:68
-::msgcat::mcset de\
-"All"\
-"alle Formate"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:81
-::msgcat::mcset de\
-"Missing"\
-"fehlende Formate"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
-::msgcat::mcset de\
-"Editing fmtutil.cnf"\
-"Editiere fmtutil.cnf"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
-::msgcat::mcset de\
-"Editing updmap.cfg"\
-"Editiere updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:15
-::msgcat::mcset de\
-"Cancel"\
-"Abbrechen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:18
-::msgcat::mcset de\
-"Remove the TeX Live installation"\
-"Entfernen der TeX Live Installation"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
-::msgcat::mcset de\
-"The path to the TL directory: %s"\
-"Pfad zum TL Verzeichnis: %s"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:76
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:24
-::msgcat::mcset de\
-"Remove"\
-"Entfernen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:25
-::msgcat::mcset de\
-"Confirm removal"\
-"Entfernen bestätigen"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
-::msgcat::mcset de\
-"Please wait. Installation removal in progres."\
-"Bitte warten. Entfernen der Installation in Arbeit."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:66
-::msgcat::mcset de\
-"TeX Live has been sucessfully removed from your system"\
-"TeX Live wurde erfolgreich von Ihrem System entfernt."
-::msgcat::mcset de "Press \"OK\" to exit" "Drücken Sie \"OK\" zum Beenden."
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:73
-::msgcat::mcset de\
-"I can't find the TeX Live directory.\nEnvironment variable TLroot not found."\
-"Ich kann das TeX Live Verzeichnis nicht finden.\nUmgebungsvariable TLroot nicht gefunden."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:28
-::msgcat::mcset de\
-"Scheme info"\
-"Schema Info"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
-::msgcat::mcset de\
-"Installing TeX Live"\
-"Installation von TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:73
-::msgcat::mcset de\
-"Installation in progress. Please wait."\
-"Installation in Arbeit. Bitte warten."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset de\
-"Wrong path to the TeX Live directory."\
-"Falscher Pfad zum TeX Live Verzeichnis."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset de\
-"Try again.\nPress the CD/DVD button to select the correct path."\
-"Versuchen Sie es noch einmal.\nDrücken Sie den CD/DVD Knopf um den korrekten Pfad auszuwählen."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:92
-::msgcat::mcset de\
-"TeX Live installed in %s"\
-"TeX Live installiert in %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
-::msgcat::mcset de\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
-"\n\nSie sollten Ihr System jetzt neu starten.\nNach dem Neustart können Sie tlpmgui ausführen, um Pakete hinzuzufügen oder zu entfernen, und um Wartung durchzuführen."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
-::msgcat::mcset de\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
-"\n\nNach Neustart von tlpmgui können Sie Pakete hinzufügen oder entfernen, oder Wartung durchführen."
-
-# guinb2.tcl
-# guinb3.tcl
-::msgcat::mcset de\
-"Empty selection!" \
-"Leere Auswahl!"
-
-# guinb3.tcl
-::msgcat::mcset de\
-"Are you sure to remove the selected packages?"\
-"Wollen Sie die ausgewählten Pakete wirklich entfernen?"
-
-# guinb2.tcl
-::msgcat::mcset de\
-"Are you sure to install the selected packages?"\
-"Wollen Sie die ausgewählten Pakete wirklich installieren?"
-
-# proc.tcl
-::msgcat::mcset de\
-"%s\n\nLog written to file %s\nWould you like to read it?"\
-"%s\n\nProtokoll geschrieben in die Datei %s\nMöchten Sie die Protokolldatei lesen?"
-
-# guinb5.tcl
-::msgcat::mcset de\
-"Are you sure to remove your TeX Live installation?"\
-"Wollen Sie die TeX Live Installation wirklich entfernen?"
-
-# guinb4.tcl
-::msgcat::mcset de\
-"Edit"\
-"Editieren"
-
-# winpostinstall.tcl
-::msgcat::mcset de\
-"TeX Live has been sucessfully installed in your system"\
-"TeX Live wurde erfolgreich auf Ihrem System installiert."
-
-# gui.tcl:71
-::msgcat::mcset de\
-"helpen.txt"\
-"helpde.txt"
-
-# gui.tcl:71
-::msgcat::mcset de\
-"helpen"\
-"helpde"
-
-# guinb4.tcl
-::msgcat::mcset de\
-"File \"%s\" not found.\nProbably TeX Live is not correctly installed."\
-"Datei \"%s\" nicht gefunden.\nWahrscheinlich wurde TeX Live nicht korrekt installiert."
-
-# guinb4.tcl
-::msgcat::mcset de\
-"The TEXMFCNF environment variable not found."\
-"Variable TEXMFCNF nicht gefunden."
-
-# guinb4.tcl
-::msgcat::mcset de\
-"Probably TeX Live is not correctly installed."\
-"Wahrscheinlich wurde TeX Live nicht korrekt installiert."
-
-# guinb4edit.tcl
-::msgcat::mcset de\
-"File \"%s\" succesfully saved"\
-"Datei \"%s\" erfolgreich gesichert."
-
-# proc.tcl
-::msgcat::mcset de\
-"Please wait..."\
-"Bitte warten..."
-
-# $Id: de.msg 339 2007-02-04 15:24:59Z tlu $
-# 2005.10.08 20:10
-# 2005.10.11 0:40 TLu - Please wait...
-# 2005.10.31 21:55 TLu
diff --git a/Master/setuptl/msgs/en.msg b/Master/setuptl/msgs/en.msg
deleted file mode 100644
index 94eccd8e2f5..00000000000
--- a/Master/setuptl/msgs/en.msg
+++ /dev/null
@@ -1,706 +0,0 @@
-# -*- Tcl -*-
-# $Id: en.msg 339 2007-02-04 15:24:59Z tlu $
-# --- new translations
-::msgcat::mcset en \
-"Are you sure to install the DVI previer - dviout?"\
-"Are you sure you want to install the DVI previer - dviout?"
-::msgcat::mcset en "TeX Live has not been successfully installed" "TeX Live has not been successfully installed"
-::msgcat::mcset en "A problem copying files by tlpm" "A problem copying files by tlpm"
-::msgcat::mcset en \
-"\n\nMost importantly, %s should be added to your PATH for the current and future sessions.
-
-Formats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-
-For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-
-tlpmgui can be run again to add or remove individual packages or collections.
-
-The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
-
-Welcome to TeX Live!"\
-"\n\nMost importantly, add %s to your PATH for current and future sessions.
-
-Formats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
-
-For future global configuration, edit files in %s (or run texconfig or texconfig-sys).
-
-You can run again tlpmgui to add or remove individual packages or collections.
-
-The TeX Live web site (http://tug.org/texlive/) contains any updates and corrections.
-
-Welcome to TeX Live!"
-::msgcat::mcset en "Installation is finished" "Installation is finished"
-::msgcat::mcset en \
-"\nYou should add %s to your PATH environment variable"\
-"\nYou should add %s to your PATH environment variable"
-::msgcat::mcset en \
-"Perl installation"\
-"Perl installation"
-::msgcat::mcset en \
-"Are you sure to install perl?"\
- "Are you sure you want to install perl?"
-::msgcat::mcset en \
-"Warning! Perl is already installed in your system!"\
- "Warning! Perl is already installed in your system!"
-::msgcat::mcset en \
-"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
-"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"
-::msgcat::mcset en \
-"Ghostscript installation"\
- "Ghostscript installation"
-::msgcat::mcset en \
-"Are you sure to install Ghostscript?"\
-"Are you sure you want to install Ghostscript?"
-::msgcat::mcset en \
-"Warning! Ghostscript is already installed in your system!\nPath: %s" \
-"Warning! Ghostscript is already installed in your system!\nPath: %s"
-::msgcat::mcset en \
-"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
-"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly"
-
-# ---
-::msgcat::mcset en "Setting RW attributes ..." "Setting RW attributes ..."
-::msgcat::mcset en "Searching for packages ..." "Searching for packages ..."
-::msgcat::mcset en "Preinstall actions" "Preinstall actions"
-::msgcat::mcset en "Postinstall actions ..." "Postinstall actions ..."
-::msgcat::mcset en "Copying files ..." "Copying files ..."
-::msgcat::mcset en "Installing packages ..." "Installing packages ..."
-::msgcat::mcset en "Removing packages ..." "Removing packages ..."
-::msgcat::mcset en "Removing files ..." "Removing files ..."
-::msgcat::mcset en "Refreshing the database ..." "Refreshing the database ..."
-::msgcat::mcset en "Next" "Next"
-::msgcat::mcset en "yes" "Yes"
-::msgcat::mcset en "no" "No"
-
-# guinb1.tcl
-::msgcat::mcset en\
-"\"%s\" not found."\
-"\"%s\" not found."
-
-::msgcat::mcset en\
-"tlpm is needed for installing TeX Live and adding/removing packages"\
-"tlpm is needed for installing TeX Live and adding/removing packages"
-
-::msgcat::mcset en\
-"\"Temp\" directory is needed for installing TeX Live and adding/removing packages"\
-"\"Temp\" directory is needed for installing TeX Live and adding/removing packages"
-
-::msgcat::mcset en\
-"File writing failed!"\
-"File writing failed!"
-
-::msgcat::mcset en\
-"Writing of the %s file failed!\nCheck the file permissions."\
-"Writing of the %s file failed!\nCheck the file permissions."
-
-::msgcat::mcset en\
-"File reading failed!"\
-"File reading failed!"
-
-::msgcat::mcset en\
-"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
-"Read of the %s file failed!\nCheck the file permissions and whether it exist."
-
-::msgcat::mcset en "Warning" "Warning"
-
-::msgcat::mcset en\
-"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
-"The environment variable \"%s\" exists.\nAre you sure you want to replace it?"
-
-::msgcat::mcset en\
-"Current value:\n%s=%s"\
-"Current value:\n%s=%s"
-
-# tooltips
-::msgcat::mcset en\
-"Enter starting chars of the package name to speed-up the search"\
-"Enter starting chars of the package name to speed up the search"
-
-::msgcat::mcset en\
-"Selects the path/drive with TeX Live %s"\
-"Selects the path/drive with TeX Live %s"
-
-::msgcat::mcset en\
-"Selects the destination directory of the TeX Live installation"\
-"Selects the destination directory of the TeX Live installation"
-
-::msgcat::mcset en\
-"Not ready yet"\
-"Not ready yet"
-
-::msgcat::mcset en\
-"Searches for installed packages"\
-"Searches for installed packages"
-
-::msgcat::mcset en\
-"Removes selected packages"\
-"Removes selected packages"
-
-::msgcat::mcset en\
-"Info on the selected package"\
-"Info on the selected package"
-
-::msgcat::mcset en\
-"Searches for not installed packages"\
-"Searches for not-installed packages"
-
-::msgcat::mcset en\
-"Installs selected packages"\
-"Installs selected packages"
-
-#
-::msgcat::mcset en\
-"Collections:"\
-"Collections:"
-
-::msgcat::mcset en\
-"Confirm to install"\
-"Confirm to install"
-
-::msgcat::mcset en\
-"Are you sure to install TeX Live?"\
-"Are you sure you want to install TeX Live?"
-
-::msgcat::mcset en\
-"Remove the texmf-local directory"\
-"Remove the texmf-local directory"
-
-#-- new since 1.0
-::msgcat::mcset en\
-"Install for all users\n(administrator privileges required)"\
-"Install for all users\n(administrator privileges required)"
-
-::msgcat::mcset en\
-"Run from DVD"\
-"Run from DVD"
-
-::msgcat::mcset en\
-"Setting environment variables for running from DVD"\
-"Setting environment variables for running from DVD"
-
-::msgcat::mcset en\
-"Setting the environment"\
-"Setting the environment"
-
-::msgcat::mcset en\
-"Set"\
-"Set"
-
-::msgcat::mcset en\
-"TeX Live is ready to run directly from the DVD"\
-"TeX Live is ready to run directly from the DVD"
-
-#----------
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:5
-::msgcat::mcset en\
-"Contents of %s"\
-"Contents of %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
-::msgcat::mcset en\
-"Contents of the %s file:"\
-"Contents of the %s file:"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:27
-::msgcat::mcset en\
-"Close"\
-"Close"
-
-#. widget: window title
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:13
-::msgcat::mcset en\
-"TeX Live installation and maintenance utility, %s"\
-"TeX Live installation and maintenance utility, %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:32
-::msgcat::mcset en\
-"Installation"\
-"Installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:82
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
-::msgcat::mcset en\
-"Removing packages"\
-"Removing packages"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:47
-::msgcat::mcset en\
-"Manage the installation"\
-"Manage the installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
-::msgcat::mcset en\
-"Removing the installation"\
-"Removing the installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:68
-::msgcat::mcset en\
-"Help"\
-"Help"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:72
-::msgcat::mcset en\
-"Exit"\
-"Exit"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:9
-::msgcat::mcset en\
-"Installation of the TeX Live %s edition"\
-"Installation of the TeX Live %s edition"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:15
-::msgcat::mcset en\
-"Main customization"\
-"Main customization"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:19
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:3
-::msgcat::mcset en\
-"Standard collections"\
-"Standard collections"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:20
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:23
-::msgcat::mcset en\
-"Select"\
-"Select"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:22
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:3
-::msgcat::mcset en\
-"Language collections"\
-"Language collections"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:29
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:33
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:120
-::msgcat::mcset en\
-"Install"\
-"Install"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:47
-::msgcat::mcset en\
-"Select a scheme"\
-"Select a scheme"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:58
-::msgcat::mcset en\
-"Select a system"\
-"Select a system"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:91
-::msgcat::mcset en\
-"Directories"\
-"Directories"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:126
-::msgcat::mcset en\
-"Options"\
-"Options"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:130
-::msgcat::mcset en\
-"alternative directory for generated fonts"\
-"alternative directory for generated fonts"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:131
-::msgcat::mcset en\
-"create symlinks in standard directories"\
-"create symlinks in standard directories"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:132
-::msgcat::mcset en\
-"do not install the macro/font doc tree"\
-"do not install the macro/font doc tree"\
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:133
-::msgcat::mcset en\
-"do not install the macro/font source tree"\
-"do not install the macro/font source tree"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:12
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:12
-::msgcat::mcset en\
-"Use Ctrl or Shift or drag to select more"\
-"Use Ctrl or Shift or drag to select more"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:18
-::msgcat::mcset en\
-"Select packages to install"\
-"Select packages to install"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:35
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:35
-::msgcat::mcset en\
-"Buttons"\
-"Buttons"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gluelanguage.tcl:24
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:37
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:115
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:64
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:107
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:126
-::msgcat::mcset en\
-"Error"\
-"Error"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:126
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
-::msgcat::mcset en\
-"Adding packages"\
-"Adding packages"
-
-#. widget: ttk::dialog .done
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset en\
-"Packages installed successfully." \
-"Packages installed successfully."
-
-#. widget: ttk::dialog .done
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset en\
-"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
-"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:179
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:125
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:24
-::msgcat::mcset en\
-"Info"\
-"Info"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
-::msgcat::mcset en\
-"Info on the selected item"\
-"Info on the selected item"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
-::msgcat::mcset en\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
-::msgcat::mcset en\
-"Select packages for removal"\
-"Select packages for removal"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:42
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:39
-::msgcat::mcset en\
-"Search"\
-"Search"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:119
-::msgcat::mcset en\
-"Packages removed successfully"\
-"Packages removed successfully"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
-::msgcat::mcset en\
-"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Adding packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
-"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Adding packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:11
-::msgcat::mcset en\
-"Manage the existing TeX Live installation"\
-"Manage the existing TeX Live installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:20
-::msgcat::mcset en\
-"Refresh the ls-R database"\
-"Refresh the ls-R database"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:22
-::msgcat::mcset en\
-"Refresh"\
-"Refresh"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:49
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:44
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:172
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:28
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:74
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:18
-# guinb5.tcl
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:68
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:80
-::msgcat::mcset en\
-"Done"\
-"Done"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:111
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:72
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:31
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:52
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:56
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:77
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:90
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:112
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:116
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:141
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:145
-::msgcat::mcset en\
-"Oops"\
-"Oops"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:103
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:132
-::msgcat::mcset en\
-"Edit language.dat"\
-"Edit language.dat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
-::msgcat::mcset en\
-"Creating formats"\
-"Creating formats"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:68
-::msgcat::mcset en\
-"All"\
-"All"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:81
-::msgcat::mcset en\
-"Missing"\
-"Missing"
-
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
-::msgcat::mcset en\
-"Editing fmtutil.cnf"\
-"Editing fmtutil.cnf"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
-::msgcat::mcset en\
-"Editing updmap.cfg"\
-"Editing updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:15
-::msgcat::mcset en\
-"Cancel"\
-"Cancel"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:18
-::msgcat::mcset en\
-"Remove the TeX Live installation"\
-"Remove the TeX Live installation"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
-::msgcat::mcset en\
-"The path to the TL directory: %s"\
-"The path to the TL directory: %s"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:76
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:24
-::msgcat::mcset en\
-"Remove"\
-"Remove"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:25
-::msgcat::mcset en\
-"Confirm removal"\
-"Confirm removal"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
-::msgcat::mcset en\
-"Please wait. Installation removal in progres."\
-"Please wait. Installation removal in progres."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:66
-::msgcat::mcset en\
-"TeX Live has been sucessfully removed from your system"\
-"TeX Live has been sucessfully removed from your system"
-::msgcat::mcset en "Press \"OK\" to exit" "Press \"OK\" to exit"
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:73
-::msgcat::mcset en\
-"I can't find the TeX Live directory.\nEnvironment variable TLroot not found."\
-"I can't find the TeX Live directory.\nEnvironment variable TLroot not found."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:28
-::msgcat::mcset en\
-"Scheme info"\
-"Scheme info"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
-::msgcat::mcset en\
-"Installing TeX Live"\
-"Installing TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:73
-::msgcat::mcset en\
-"Installation in progress. Please wait."\
-"Installation in progress. Please wait."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset en\
-"Wrong path to the TeX Live directory."\
-"Wrong path to the TeX Live directory."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset en\
-"Try again.\nPress the CD/DVD button to select the correct path."\
-"Try again.\nPress the CD-ROM button to select the correct path."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:92
-::msgcat::mcset en\
-"TeX Live installed in %s"\
-"TeX Live installed in %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
-::msgcat::mcset en\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
-::msgcat::mcset en\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."
-
-# guinb2.tcl
-# guinb3.tcl
-::msgcat::mcset en\
-"Empty selection!" \
-"Empty selection!"
-
-# guinb3.tcl
-::msgcat::mcset en\
-"Are you sure to remove the selected packages?"\
-"Are you sure you want to remove the selected packages?"
-
-# guinb2.tcl
-::msgcat::mcset en\
-"Are you sure to install the selected packages?"\
-"Are you sure you want to install the selected packages?"
-
-# proc.tcl
-::msgcat::mcset en\
-"%s\n\nLog written to file %s\nWould you like to read it?"\
-"%s\n\nLog written to file %s\nWould you like to read it?"
-
-# guinb5.tcl
-::msgcat::mcset en\
-"Are you sure to remove your TeX Live installation?"\
-"Are you sure you want to remove your TeX Live installation?"
-
-# guinb4.tcl
-::msgcat::mcset en\
-"Edit"\
-"Edit"
-
-# winpostinstall.tcl
-::msgcat::mcset en\
-"TeX Live has been sucessfully installed in your system"\
-"TeX Live has been sucessfully installed in your system"
-
-# gui.tcl:71
-::msgcat::mcset en\
-"helpen.txt"\
-"helpen.txt"
-
-# gui.tcl:71
-::msgcat::mcset en\
-"helpen"\
-"helpen"
-
-# guinb4.tcl
-::msgcat::mcset en\
-"File \"%s\" not found.\nProbably TeX Live is not correctly installed."\
-"File \"%s\" not found.\nProbably TeX Live is not correctly installed."
-
-# guinb.tcl
-::msgcat::mcset en\
-"The TEXMFCNF environment variable not found."\
-"The TEXMFCNF environment variable not found."
-
-# guinb4.tcl
-::msgcat::mcset en\
-"Probably TeX Live is not correctly installed."\
-"Probably TeX Live is not correctly installed."
-
-# guinb4edit.tcl
-::msgcat::mcset en\
-"File \"%s\" succesfully saved"\
-"File \"%s\" succesfully saved"
-
-# proc.tcl
-::msgcat::mcset en\
-"Please wait..."\
-"Please wait..."
-
-# EOF
diff --git a/Master/setuptl/msgs/fr.msg b/Master/setuptl/msgs/fr.msg
deleted file mode 100644
index 115b20dad0d..00000000000
--- a/Master/setuptl/msgs/fr.msg
+++ /dev/null
@@ -1,709 +0,0 @@
-# -*- Tcl -*-
-# French translation of http://tug.org/texlive/devsrc/Master/setuptl/msgs/translate_me.msg
-# by Arthur Reutenauer (arthur.reutenauer@normalesup.org) ; UTF-8 encoding
-# --- new translations
-::msgcat::mcset fr \
-"Are you sure to install the DVI previer - dviout?"\
-"Êtes-vous certain de vouloir installer le visualisateur DVI dviout ?"
-::msgcat::mcset fr "A problem copying files by tlpm" "tlpm a rencontré des problèmes en copiant des fichiers"
-::msgcat::mcset fr \
-"\n\nMost importantly, %s should be added to your PATH for the current and future sessions.
-
-Formats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-
-For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-
-tlpmgui can be run again to add or remove individual packages or collections.
-
-The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
-
-Welcome to TeX Live!"\
-"\n\nVous devez ajouter %s à la variable d'environnement PATH pour pouvoir utiliser les programmes installés.
-
-Les formats sont fabriqués automatiquement pour chaque utilisateur, à la
-demande. Si vous désirez installer tous les formats maintenant, pour tous les
-utilisateurs de cet ordinateur, exécutez la commande fmtutil-sys --all.
-
-Si vous désirez modifier la configuration globale à l'avenir, vous pouvez éditer les fichiers dans %s, ou exécuter les commandes texconfig ou texconfig-sys.
-
-Vous pourrez relancer tlpmgui pour ajouter ou supprimer des paquets ou des
-collections individuels.
-
-Veuillez consulter le site de TeX Live (http://tug.org/texlive/) pour des mises à jour et des corrections.
-
-Bienvenue sur TeX Live !"
-::msgcat::mcset fr "Installation is finished" "L'installation est terminée"
-::msgcat::mcset fr \
-"\nYou should add %s to your PATH environment variable"\
-"\nVous devez ajouter %s à votre variable d'environnement PATH"
-::msgcat::mcset fr \
-"Perl installation"\
-"Installation de Perl"
-::msgcat::mcset fr \
-"Are you sure to install perl?"\
-"Êtes-vous certain de vouloir installer Perl ?"
-::msgcat::mcset fr \
-"Warning! Perl is already installed in your system!"\
-"Attention ! Perl est déjà installé sur votre ordinateur !"
-::msgcat::mcset fr \
-"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
-"Perl n'est pas installé sur votre ordinateur, mais est nécessaire pour l'instanllation complète de TeX Live"
-::msgcat::mcset fr \
-"Ghostscript installation"\
-"Installation de Ghostscript"
-::msgcat::mcset fr \
-"Are you sure to install Ghostscript?"\
-"Êtes-vous certain de vouloir installer Ghostscript ?"
-::msgcat::mcset fr \
-"Warning! Ghostscript is already installed in your system!\nPath: %s" \
-"Warning! Ghostscript is already installed in your system!\nPath: %s"
-::msgcat::mcset fr \
-"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
-"Ghostscript n'est pas installé sur votre system, mais est nécessaire au bon fonctionnement de TeX Live"
-
-# ---
-::msgcat::mcset fr "Setting RW attributes ..." "Réglage des droits de lecture et d'écriture..."
-::msgcat::mcset fr "Searching for packages ..." "Recherche de paquets..."
-::msgcat::mcset fr "Preinstall actions" "Action préalable à l'installation..."
-::msgcat::mcset fr "Postinstall actions ..." "Action postérieure à l'installation..."
-::msgcat::mcset fr "Copying files ..." "Copie des fichiers..."
-::msgcat::mcset fr "Installing packages ..." "Installation des paquets..."
-::msgcat::mcset fr "Removing packages ..." "Suppression des paquets..."
-::msgcat::mcset fr "Removing files ..." "Suppression des fichiers..."
-::msgcat::mcset fr "Refreshing the database ..." "Mise à jour de la base de données..."
-::msgcat::mcset fr "Next" "Suivant"
-::msgcat::mcset fr "yes" "Oui"
-::msgcat::mcset fr "no" "Non"
-
-# guinb1.tcl
-::msgcat::mcset fr\
-"tlpm not found. Are you sure to continue?"\
-"Je ne trouve pas tlpm. Êtes-vous certain de vouloir continuer ?"
-
-::msgcat::mcset fr\
-"tlpm is needed for installing TeX Live and adding/removing packages"\
-"tlpm est indispensable pour installer TeX Live, et ajouter ou supprimer des paquets"
-
-::msgcat::mcset fr\
-"File writing failed!"\
-"Échec en écriture sur le fichier"
-
-::msgcat::mcset fr\
-"Writing of the %s file failed!\nCheck the file permissions."\
-"Je n'arrive pas à écrire sur le fichier %s.\nVérifiez les droits d'écriture."
-
-::msgcat::mcset fr\
-"File reading failed!"\
-"Échec en lecture du fichier"
-
-::msgcat::mcset fr\
-"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
-"Je n'arrive pas à lire le fichier %s.\nVérifiez que le fichier existe, et qu'il a les bons droits en lecture"
-
-::msgcat::mcset fr "Warning" "Attention"
-
-::msgcat::mcset fr\
-"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
-"La variable d'environnement \"%s\" existe déjà.\nÊtes-vous certain de vouloir la remplacer ?"
-
-::msgcat::mcset fr\
-"Current value:\n%s=%s"\
-"Valeur actuelle :\n%s=%s"
-
-# tooltips
-::msgcat::mcset fr\
-"Enter starting chars of the package name to speed-up the search"\
-"Entrée des mots-clés pour rechercher un paquet"
-
-::msgcat::mcset fr\
-"Selects the path/drive with TeX Live %s"\
-"Choisissez l'emplacement de TeX Live %s"
-
-::msgcat::mcset fr\
-"Selects the destination directory of the TeX Live installation"\
-"Choisissez l'emplacement où sera installée TeX Live"
-
-::msgcat::mcset fr\
-"Not ready yet"\
-"Je ne suis pas encore prêt"
-
-::msgcat::mcset fr\
-"Searches for installed packages"\
-"Rechercher parmi les paquets installés"
-
-::msgcat::mcset fr\
-"Removes selected packages"\
-"Supprimer les paquets sélectionnés"
-
-::msgcat::mcset fr\
-"Info on the selected package"\
-"Informations sur le(s) paquet(s) sélectionné(s)"
-
-::msgcat::mcset fr\
-"Searches for not installed packages"\
-"Rechercher parmi les paquets non installés"
-
-::msgcat::mcset fr\
-"Installs selected packages"\
-"Installer les paquets sélectionnés"
-
-#
-::msgcat::mcset fr\
-"Collections:"\
-"Collections:"
-
-::msgcat::mcset fr\
-"Confirm to install"\
-"Confirmer l'installation"
-
-::msgcat::mcset fr\
-"Are you sure to install TeX Live?"\
-"Êtes-vous certain de vouloir commencer l'installation de TeX Live ?"
-
-::msgcat::mcset fr\
-"Remove the texmf-local directory"\
-"Supprimer le répertoire texmf-local"
-
-#-- new since 1.0
-::msgcat::mcset fr\
-"Install for all users\n(administrator privileges required)"\
-"Installer pour tous les utilisateurs\n(les droits d'Administrateur sont requis)"
-
-::msgcat::mcset fr\
-"Run from DVD"\
-"Exécuter à partir du DVD"
-
-::msgcat::mcset fr\
-"Setting environment variables for running from DVD"\
-"Réglage de l'environnement pour exécuter à partir du DVD"
-
-::msgcat::mcset fr\
-"Setting the environment"\
-"Réglage de l'environnement"
-
-::msgcat::mcset fr\
-"Set"\
-"Réglage"
-
-::msgcat::mcset fr\
-"TeX Live is ready to run directly from the DVD"\
-"Tous les réglages ont été effectués pour l'exécution directe à partir du DVD"
-
-#----------
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:5
-::msgcat::mcset fr\
-"Contents of %s"\
-"Contenus de %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
-::msgcat::mcset fr\
-"Contents of the %s file:"\
-"Fichier de contenus : %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:27
-::msgcat::mcset fr\
-"Close"\
-"Fermer"
-
-#. widget: window title
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:13
-::msgcat::mcset fr\
-"TeX Live installation and maintenance utility, %s"\
-"Utilitaire d'installation et de gestion de TeX Live, %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:32
-::msgcat::mcset fr\
-"Installation"\
-"Installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:82
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
-::msgcat::mcset fr\
-"Removing packages"\
-"Suppression de paquets"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:47
-::msgcat::mcset fr\
-"Manage the installation"\
-"Gestion de l'installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
-::msgcat::mcset fr\
-"Removing the installation"\
-"Désinstallation de TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:68
-::msgcat::mcset fr\
-"Help"\
-"Aide"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:72
-::msgcat::mcset fr\
-"Exit"\
-"Quitter"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:9
-::msgcat::mcset fr\
-"Installation of the TeX Live %s edition"\
-"Installation de TeX Live, édition %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:15
-::msgcat::mcset fr\
-"Main customization"\
-"Personnalisation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:19
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:3
-::msgcat::mcset fr\
-"Standard collections"\
-"Collections standard"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:20
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:23
-::msgcat::mcset fr\
-"Select"\
-"Sélection"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:22
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:3
-::msgcat::mcset fr\
-"Language collections"\
-"Collections de langues"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:29
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:33
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:120
-::msgcat::mcset fr\
-"Install"\
-"Installer"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:47
-::msgcat::mcset fr\
-"Select a scheme"\
-"Choisissez un schéma d'installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:58
-::msgcat::mcset fr\
-"Select a system"\
-"Choisissez un système"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:91
-::msgcat::mcset fr\
-"Directories"\
-"Répertoires"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:126
-::msgcat::mcset fr\
-"Options"\
-"Options"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:130
-::msgcat::mcset fr\
-"alternative directory for generated fonts"\
-"Changer le répertoire pour les polices fabriquées à la volée"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:131
-::msgcat::mcset fr\
-"create symlinks in standard directories"\
-"Créer les liens symboliques dans les répertoires standards"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:132
-::msgcat::mcset fr\
-"do not install the macro/font doc tree"\
-"Ne pas installer l'arborescence de documentation sur les macros et les polices"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:133
-::msgcat::mcset fr\
-"do not install the macro/font source tree"\
-"Ne pas installer l'arborescence de sources des macros et des polices"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:12
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:12
-::msgcat::mcset fr\
-"Use Ctrl or Shift or drag to select more"\
-"Utilisez Contrôle ou Maj (Shift) pour ajouter des paquets"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:18
-::msgcat::mcset fr\
-"Select packages to install"\
-"Choisissez les paquets à installer"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:35
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:35
-::msgcat::mcset fr\
-"Buttons"\
-"Boutons"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gluelanguage.tcl:24
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:37
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:115
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:64
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:107
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:126
-::msgcat::mcset fr\
-"Error"\
-"Erreur"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:126
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
-::msgcat::mcset fr\
-"Adding packages"\
-"Ajout de paquets"
-
-#. widget: ttk::dialog .done
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset fr\
-"Packages installed successfully." \
-"Les paquets ont été installés sans erreur."
-
-#. widget: ttk::dialog .done
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset fr\
-"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
-"Veuillez sélectionner « Gestion de l'installation » et éditer fmtutil.cfg ou updmap.cfg si vous avez ajouté un format ou un paquet de polices."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:179
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:125
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:24
-::msgcat::mcset fr\
-"Info"\
-"Info"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
-::msgcat::mcset fr\
-"Info on the selected item"\
-"Informations sur l'élément sélectionné"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
-::msgcat::mcset fr\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
-"\nAttention. Veuillez vérifier que le lecteur de CD avec le CD TeX Live a été correctement choisi.\n\nRemplissez la liste avec le bouton « Rechercher », puis choisissez un élément, et cliquer sur « Installer », ou « Info »."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
-::msgcat::mcset fr\
-"Select packages for removal"\
-"Choisissez le(s) paquet(s) à supprimer"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:42
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:39
-::msgcat::mcset fr\
-"Search"\
-"Rechercher"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:119
-::msgcat::mcset fr\
-"Packages removed successfully"\
-"Les paquets ont été supprimés sans erreur"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
-::msgcat::mcset fr\
-"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Add packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
-"\nAttention : pour obtenir des informations sur les paquets, vous devez sélectionner, dans la section « Ajout de paquets », un emplacement pour le lecteur de CD contenant le CD TeX Live.\n\nRemplissez la liste avec le bouton « Rechercher », puis choisissez un élément, et cliquer sur « Installer », ou « Info »."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:11
-::msgcat::mcset fr\
-"Manage the existing TeX Live installation"\
-"Gérer l'installation de TeX Live existante"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:20
-::msgcat::mcset fr\
-"Refresh the ls-R database"\
-"Mettre à jour la base de donnée ls-R"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:22
-::msgcat::mcset fr\
-"Refresh"\
-"Mettre à jour"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:49
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:44
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:172
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:28
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:74
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:18
-# guinb5.tcl
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:68
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:80
-::msgcat::mcset fr\
-"Done"\
-"Terminé"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:111
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:72
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:31
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:52
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:56
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:77
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:90
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:112
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:116
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:141
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:145
-::msgcat::mcset fr\
-"Oops"\
-"Oups"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:103
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:132
-::msgcat::mcset fr\
-"Edit language.dat"\
-"Éditer le fichier language.dat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
-::msgcat::mcset fr\
-"Creating formats"\
-"Créer les formats"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:68
-::msgcat::mcset fr\
-"All"\
-"Tout"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:81
-::msgcat::mcset fr\
-"Missing"\
-"Manquant"
-
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
-::msgcat::mcset fr\
-"Editing fmtutil.cnf"\
-"Éditer le fichier fmtutil.cnf"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
-::msgcat::mcset fr\
-"Editing updmap.cfg"\
-"Éditer le fichier updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:15
-::msgcat::mcset fr\
-"Cancel"\
-"Annuler"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:18
-::msgcat::mcset fr\
-"Remove the TeX Live installation"\
-"Désinstaller TeX Live"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
-::msgcat::mcset fr\
-"The path to the TL directory: %s"\
-"Emplacement du répertoire TL : %s"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:76
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:24
-::msgcat::mcset fr\
-"Remove"\
-"Supprimer"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:25
-::msgcat::mcset fr\
-"Confirm removal"\
-"Veuillez confirmer la désinstallation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
-::msgcat::mcset fr\
-"Please wait. Installation removal in progres."\
-"Veuillez patienter. La désinstallation est en cours..."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:66
-::msgcat::mcset fr\
-"TeX Live has been sucessfully removed from your system"\
-"TeX Live a été correctement désinstallé de votre ordinateur."
-
-::msgcat::mcset fr "Press \"OK\" to exit" "Appuyez sur \"OK\" pour sortir"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:73
-::msgcat::mcset fr\
-"I can't find the TeX Live directory.\nEnvironment variable TLroot not found."\
-"Je ne trouve pas le répertoire d'installation de TeX Live.\nLa variable d'environnement TLroot n'est pas correctement réglée.\n"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:28
-::msgcat::mcset fr\
-"Scheme info"\
-"Information sur le schéma"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
-::msgcat::mcset fr\
-"Installing TeX Live"\
-"Installation de TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:73
-::msgcat::mcset fr\
-"Installation in progress. Please wait."\
-"Installation en cours. Veuillez patienter."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset fr\
-"Wrong path to the TeX Live directory."\
-"L'emplacement du répertoire d'installation de TeX Live est incorrect."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset fr\
-"Try again.\nPress the CD/DVD button to select the correct path."\
-"Veuillez réessayer.\nAppuyez sur le bouton « CD/DVD » pour choisir l'emplacement correct."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:92
-::msgcat::mcset fr\
-"TeX Live installed in %s"\
-"TeX Live a été installé dans %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
-::msgcat::mcset fr\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
-"\n\nVous devez maintenant redémarre votre ordinateur.\nAprès le redémarrage vous pouvez si nécessaire relancer tlpmgui pour ajouter ou supprimer des paquets et procéder à d'autres tâches de gestion."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
-::msgcat::mcset fr\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
-"\n\nUne fois tlpmgui relancé, vous pouvez ajouter ou supprimer des paquets, et gérer votre installation."
-
-# guinb2.tcl
-# guinb3.tcl
-::msgcat::mcset fr\
-"Empty selection!" \
-"La sélection est vide !"
-
-# guinb3.tcl
-::msgcat::mcset fr\
-"Are you sure to remove the selected packages?"\
-"Êtes-vous certain de vouloir supprimer les paquets sélectionnés ?"
-
-# guinb2.tcl
-::msgcat::mcset fr\
-"Are you sure to install the selected packages?"\
-"Êtes-vous certain de vouloir installer les paquets sélectionnés ?"
-
-# proc.tcl
-::msgcat::mcset fr\
-"%s\n\nLog written to file %s\nWould you like to read it?"\
-"%s\n\nL'historique de la session a été écrit dans le fichier %s\nVoulez-vous le consulter maintenant ?"
-
-# guinb5.tcl
-::msgcat::mcset fr\
-"Are you sure to remove your TeX Live installation?"\
-"Êtes-vous certain de vouloir désinstaller TeX Live de votre ordinateur ?"
-
-# guinb4.tcl
-::msgcat::mcset fr\
-"Edit"\
-"Éditer"
-
-# winpostinstall.tcl
-::msgcat::mcset fr\
-"TeX Live has been sucessfully installed in your system"\
-"TeX Live a été installé avec succès sur votre ordinateur"
-
-# gui.tcl:71
-::msgcat::mcset fr\
-"helpen.txt"\
-"helpfr.txt"
-
-# gui.tcl:71
-::msgcat::mcset fr\
-"helpen"\
-"helpfr"
-
-# guinb4.tcl
-::msgcat::mcset fr\
-"File \"%s\" not found.\nProbably TeX Live is not correctly installed." \
-"Je ne trouve pas le fichier « %s ».\nTeX Live n'est probablement pas installé."
-
-# guinb.tcl
-::msgcat::mcset fr\
-"The TEXMFCNF environment variable not found."\
-"Je ne trouve pas la variable TEXMFCNF."
-
-# guinb4.tcl
-::msgcat::mcset fr\
-"Probably TeX Live is not correctly installed."\
-"TeX Live n'est probablement pas correctement installé."
-
-# guinb4edit.tcl
-::msgcat::mcset fr\
-"File \"%s\" succesfully saved"\
-"Le fichier « %s » a été correctement sauvegardé."
-
-# proc.tcl
-::msgcat::mcset fr\
-"Please wait..."\
-"Veuillez patienter..."
-
-# 2005.10.11 0:40
-# 2005.10.31 21:55 TLu
-# 2007.01.15 00:55 ARt
diff --git a/Master/setuptl/msgs/pl.msg b/Master/setuptl/msgs/pl.msg
deleted file mode 100644
index f6675921c3e..00000000000
--- a/Master/setuptl/msgs/pl.msg
+++ /dev/null
@@ -1,707 +0,0 @@
-# -*- Tcl -*-
-# $Id: pl.msg 339 2007-02-04 15:24:59Z tlu $
-# --- new translations
-::msgcat::mcset pl \
-"Are you sure to install the DVI previer - dviout?"\
-"Czy zainstalować przeglądarkę plików DVI - dviout?"
-::msgcat::mcset pl "TeX Live has not been successfully installed" "TeX Live nie został poprawnie zainstalowany"
-::msgcat::mcset pl "A problem copying files by tlpm" "Problem z kopiowaniem plików przez tlpm"
-::msgcat::mcset pl \
-"\n\nMost importantly, %s should be added to your PATH for the current and future sessions.
-
-Formats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-
-For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-
-tlpmgui can be run again to add or remove individual packages or collections.
-
-The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
-
-Welcome to TeX Live!"\
-"\n\nNajważniejszą czynnością jest dodanie %s do zmiennej PATH dla bieżącej i przyszłych sesji.
-
-Formaty będą budowane gdy będą potrzebne dla każdego użytkownika oddzielnie. Jeśli chcesz zainstalować wszystkie formaty od razu, dla wszystkich użytkowników, to uruchom polecenie fmtutil-sys --all.
-
-Dla późniejszych globalnych konfiguracji edytuj pliki znajdujące się w %s (lub uruchom texconfig albo texconfig-sys).
-
-Możesz uruchomić ponownie tlpmgui aby dodać lub usunąć pojedyncze pakiety czy kolekcje.
-
-Na stronach internetowych TeX Live (http://tug.org/texlive/) znajdujÄ… siÄ™ poprawki i aktualizacje.
-
-Witamy w TeX Live!"
-::msgcat::mcset pl "Installation is finished" "Instalacja zakończona"
-::msgcat::mcset pl \
-"\nYou should add %s to your PATH environment variable"\
-"\nPowinieneś dodać %s do zmiennej środowiskowej PATH"
-::msgcat::mcset pl \
-"Perl installation"\
-"Instalacja Perla"
-::msgcat::mcset pl\
-"Are you sure to install perl?"\
-"Na pewno zainstalować pakiet perl?"
-::msgcat::mcset pl \
-"Warning! Perl is already installed in your system!"\
-"Uwaga! Perl jest już zainstalowany w Twoim systemie!"
-::msgcat::mcset pl \
-"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
-"Perl nie jest zainstalowany w Twoim systemie, ale jest niezbędny do poprawnej instalacji TeX Live"
-::msgcat::mcset pl \
-"Ghostscript installation"\
-"Instalacja Ghostscripta"
-::msgcat::mcset pl \
-"Are you sure to install Ghostscript?"\
-"Na pewno zainstalować Ghostscript?"
-::msgcat::mcset pl \
-"Warning! Ghostscript is already installed in your system!\nPath: %s" \
-"Uwaga! Ghostscript jest już zainstalowany w Twoim systemie!\nŚcieżka: %s"
-::msgcat::mcset pl \
-"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
-"Ghostscript nie jest zainstalowany w Twoim systemie, ale jest niezbędny do poprawnej pracy z TeX Live"
-
-# ---
-::msgcat::mcset pl "Setting RW attributes ..." "Ustawianie atrybutów RW ..."
-::msgcat::mcset pl "Searching for packages ..." "Wyszukiwanie pakietów ..."
-::msgcat::mcset pl "Preinstall actions" "Czynności przedinstalacyjne"
-::msgcat::mcset pl "Postinstall actions ..." "Czynności poinstalacyjne ..."
-::msgcat::mcset pl "Copying files ..." "Kopiowanie plików ..."
-::msgcat::mcset pl "Installing packages ..." "Instalacja pakietów ..."
-::msgcat::mcset pl "Removing packages ..." "Usuwanie pakietów ..."
-::msgcat::mcset pl "Removing files ..." "Usuwanie plików ..."
-::msgcat::mcset pl "Refreshing the database ..." "Odświeżanie bazy ..."
-::msgcat::mcset pl "Next" "Następne"
-::msgcat::mcset pl "yes" "Tak"
-::msgcat::mcset pl "no" "Nie"
-
-# guinb1.tcl
-::msgcat::mcset pl\
-"\"%s\" not found."\
-"Nie znaleziono \"%s\"."
-
-::msgcat::mcset pl\
-"tlpm is needed for installing TeX Live and adding/removing packages"\
-"Program tlpm jest wymagany do instalacji TeX Live oraz dodawania i usuwania pakietów."
-
-::msgcat::mcset pl\
-"\"Temp\" directory is needed for installing TeX Live and adding/removing packages"\
-"Katalog \"Temp\" jest wymagany do instalacji TeX Live oraz dodawania i usuwania pakietów."
-
-::msgcat::mcset pl\
-"File writing failed!"\
-"Nieudany zapis pliku!"
-
-::msgcat::mcset pl\
-"Writing of the %s file failed!\nCheck the file permissions."\
-"Nieudany zapis pliku %s!\nSprawdź prawa dostępu."
-
-::msgcat::mcset pl\
-"File reading failed!"\
-"Nieudany odczyt pliku!"
-
-::msgcat::mcset pl\
-"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
-"Nieudany odczyt pliku %s!\nSprawdź prawa dostępu i istnienie pliku."
-
-::msgcat::mcset pl "Warning" "Ostrzeżenie"
-
-::msgcat::mcset pl\
-"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
-"Zmienna środowiskowa \"%s\" już istnieje.\nCzy ją zastapić?"
-
-::msgcat::mcset pl\
-"Current value:\n%s=%s"\
-"Aktualna wartość:\n%s=%s"
-
-# tooltips
-::msgcat::mcset pl\
-"Enter starting chars of the package name to speed-up the search"\
-"Wpisz znaki nazwy dla szybkiego wyszukania pakietu"
-
-::msgcat::mcset pl\
-"Selects the path/drive with TeX Live %s"\
-"Wybiera ścieżkę/dysk z TeX Live %s"
-
-::msgcat::mcset pl\
-"Selects the destination directory of the TeX Live installation"\
-"Wybiera katalog do zainstalowania TeX Live"
-
-::msgcat::mcset pl\
-"Not ready yet"\
-"Jeszcze nie gotowe"
-
-::msgcat::mcset pl\
-"Searches for installed packages"\
-"Wyszukuje zainstalowane pakiety"
-
-::msgcat::mcset pl\
-"Removes selected packages"\
-"Usuwa zainstalowane pakiety"
-
-::msgcat::mcset pl\
-"Info on the selected package"\
-"Informacja o zaznaczonym pakiecie"
-
-::msgcat::mcset pl\
-"Searches for not installed packages"\
-"Wyszukuje niezainstalowane pakiety"
-
-::msgcat::mcset pl\
-"Installs selected packages"\
-"Instaluje zaznaczone pakiety"
-
-#
-::msgcat::mcset pl\
-"Collections:"\
-"Kolekcje:"
-
-::msgcat::mcset pl\
-"Confirm to install"\
-"Potwierdzenie instalacji"
-
-::msgcat::mcset pl\
-"Are you sure to install TeX Live?"\
-"Na pewno uruchomić instalację TeX Live?"
-
-::msgcat::mcset pl\
-"Remove the texmf-local directory"\
-"Usuń katalog texmf-local"
-
-#-- new since 1.0
-::msgcat::mcset pl\
-"Install for all users\n(administrator privileges required)"\
-"Instaluj dla wszystkich\n(wymagane sÄ… prawa administratora)"
-
-::msgcat::mcset pl\
-"Run from DVD"\
-"Uruchom z DVD"
-
-::msgcat::mcset pl\
-"Setting environment variables for running from DVD"\
-"Ustawianie zmiennych dla uruchamiania z DVD"
-
-::msgcat::mcset pl\
-"Setting the environment"\
-"Ustawianie zmiennych"
-
-::msgcat::mcset pl\
-"Set"\
-"Ustaw"
-
-::msgcat::mcset pl\
-"TeX Live is ready to run directly from the DVD"\
-"TeX Live został przygotowany do uruchomienia wprost z DVD"
-
-#----------
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:5
-::msgcat::mcset pl\
-"Contents of %s"\
-"Zawartość %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
-::msgcat::mcset pl\
-"Contents of the %s file:"\
-"Zawartość pliku: %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:27
-::msgcat::mcset pl\
-"Close"\
-"Zamknij"
-
-#. widget: window title
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:13
-::msgcat::mcset pl\
-"TeX Live installation and maintenance utility, %s"\
-"Program instalacji i konfiguracji TeX Live, %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:32
-::msgcat::mcset pl\
-"Installation"\
-"Instalacja"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:82
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
-::msgcat::mcset pl\
-"Removing packages"\
-"Usuwanie pakietów"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:47
-::msgcat::mcset pl\
-"Manage the installation"\
-"ZarzÄ…dzanie instalacjÄ…"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
-::msgcat::mcset pl\
-"Removing the installation"\
-"Odinstalowanie"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:68
-::msgcat::mcset pl\
-"Help"\
-"Pomoc"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:72
-::msgcat::mcset pl\
-"Exit"\
-"Koniec"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:9
-::msgcat::mcset pl\
-"Installation of the TeX Live %s edition"\
-"Instalacja TeX Live %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:15
-::msgcat::mcset pl\
-"Main customization"\
-"Modyfikacja schematów"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:19
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:3
-::msgcat::mcset pl\
-"Standard collections"\
-"Kolekcje standardowe"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:20
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:23
-::msgcat::mcset pl\
-"Select"\
-"Wybierz"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:22
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:3
-::msgcat::mcset pl\
-"Language collections"\
-"Kolekcje języków"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:29
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:33
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:120
-::msgcat::mcset pl\
-"Install"\
-"Instaluj"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:47
-::msgcat::mcset pl\
-"Select a scheme"\
-"Wybierz schemat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:58
-::msgcat::mcset pl\
-"Select a system"\
-"Wybierz system"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:91
-::msgcat::mcset pl\
-"Directories"\
-"Katalogi"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:126
-::msgcat::mcset pl\
-"Options"\
-"Opcje"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:130
-::msgcat::mcset pl\
-"alternative directory for generated fonts"\
-"alternatywny katalog dla generowanych fontów"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:131
-::msgcat::mcset pl\
-"create symlinks in standard directories"\
-"tworzenie dowiązań w standardowych katalogach"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:132
-::msgcat::mcset pl\
-"do not install the macro/font doc tree"\
-"nie instaluj dokumentacji makr/fontów"\
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:133
-::msgcat::mcset pl\
-"do not install the macro/font source tree"\
-"nie instaluj plików źródłowych makr/fontów"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:12
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:12
-::msgcat::mcset pl\
-"Use Ctrl or Shift or drag to select more"\
-"Użyj klawiszy Ctrl, Shift lub przeciągnij mysz aby zaznaczyć więcej pakietów"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:18
-::msgcat::mcset pl\
-"Select packages to install"\
-"Wybierz pakiety do instalacji"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:35
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:35
-::msgcat::mcset pl\
-"Buttons"\
-"Przyciski"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gluelanguage.tcl:24
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:37
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:115
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:64
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:107
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:126
-::msgcat::mcset pl\
-"Error"\
-"BÅ‚Ä…d"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:126
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
-::msgcat::mcset pl\
-"Adding packages"\
-"Dodawanie pakietów"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset pl\
-"Packages installed successfully." \
-"Pakiety zostały pomyślnie zainstalowane."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset pl\
-"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
-"Jeśli dodano fonty lub formaty proszę wybrać \"Zarządzanie instalacją\" i wyedytować fmtutil.cnf lub updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:179
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:125
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:24
-::msgcat::mcset pl\
-"Info"\
-"Informacje"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
-::msgcat::mcset pl\
-"Info on the selected item"\
-"Informacje o zaznaczonym pakiecie"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
-::msgcat::mcset pl\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
-"\nUwaga. Wybierz najpierw napęd CD \n\nNastępnie naciśnij przycisk \"Szukaj\" aby wypełnić listę pakietów. Po zaznaczeniu pakietu wybierz przycisk \"Instaluj\", by zainstalować, lub \"Informacje\" aby wyświetlić opis."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
-::msgcat::mcset pl\
-"Select packages for removal"\
-"Wybierz pakiety do usunięcia"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:42
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:39
-::msgcat::mcset pl\
-"Search"\
-"Szukaj"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:119
-::msgcat::mcset pl\
-"Packages removed successfully"\
-"Pakiety zostały pomyślnie usunięte"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
-::msgcat::mcset pl\
-"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Add packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
-"\nUwaga: wyświetlenie informacji o pakietach wymaga sprawdzenia, czy napęd CD z TeX Live został poprawnie wybrany w zakładce \"Dodawanie...\"\n\nNastępnie naciśnij przycisk \"Szukaj\" aby wypełnić listę pakietów. Po zaznaczeniu pakietu wybierz przycisk \"Usuń\", aby usunąć pakiet bądź \"Informacje\", aby wyświetlić opis."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:11
-::msgcat::mcset pl\
-"Manage the existing TeX Live installation"\
-"ZarzÄ…dzanie istniejÄ…cÄ… instalacjÄ… TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:20
-::msgcat::mcset pl\
-"Refresh the ls-R database"\
-"Odświeżenie bazy ls-R"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:22
-::msgcat::mcset pl\
-"Refresh"\
-"Odśwież"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:49
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:44
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:172
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:28
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:74
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:18
-# guinb5.tcl
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:68
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:80
-::msgcat::mcset pl\
-"Done"\
-"Gotowe"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:111
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:72
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:31
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:52
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:56
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:77
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:90
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:112
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:116
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:141
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:145
-::msgcat::mcset pl\
-"Oops"\
-"BÅ‚Ä…d"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:103
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:132
-::msgcat::mcset pl\
-"Edit language.dat"\
-"Edycja language.dat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
-::msgcat::mcset pl\
-"Creating formats"\
-"Tworzenie formatów"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:68
-::msgcat::mcset pl\
-"All"\
-"Wszystkie"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:81
-::msgcat::mcset pl\
-"Missing"\
-"BrakujÄ…ce"
-
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
-::msgcat::mcset pl\
-"Editing fmtutil.cnf"\
-"Edycja fmtutil.cnf"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
-::msgcat::mcset pl\
-"Editing updmap.cfg"\
-"Edycja updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:15
-::msgcat::mcset pl\
-"Cancel"\
-"Anuluj"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:18
-::msgcat::mcset pl\
-"Remove the TeX Live installation"\
-"Odinstalowanie TeX Live"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
-::msgcat::mcset pl\
-"The path to the TL directory: %s"\
-"Ścieżka do katalogu TeX Live: %s"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:76
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:24
-::msgcat::mcset pl\
-"Remove"\
-"Usuń"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:25
-::msgcat::mcset pl\
-"Confirm removal"\
-"Potwierdź usunięcie"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
-::msgcat::mcset pl\
-"Please wait. Installation removal in progres."\
-"Proszę czekać. Trwa odinstalowywanie."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:66
-::msgcat::mcset pl\
-"TeX Live has been sucessfully removed from your system"\
-"TeX Live został usunięty z Twojego systemu"
-::msgcat::mcset pl "Press \"OK\" to exit" "Naciśnij \"OK\" aby zakończyć"
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:73
-::msgcat::mcset pl\
-"I can't find the TeX Live directory.\nEnvironment variable TLroot not found."\
-"Nie można znaleźć katalogu z TEX Live.\nNie znaleziono zmiennej środowiskowej TLroot."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:28
-::msgcat::mcset pl\
-"Scheme info"\
-"Zawartość schematu"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
-::msgcat::mcset pl\
-"Installing TeX Live"\
-"Instalacja TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:73
-::msgcat::mcset pl\
-"Installation in progress. Please wait."\
-"Trwa instalacja. Proszę czekać."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset pl\
-"Wrong path to the TeX Live directory."\
-"Niepoprawna ścieżka do katalogu z płytą z TeX Live."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset pl\
-"Try again.\nPress the CD/DVD button to select the proper path."\
-"Spróbuj ponownie.\nNaciśnij przycisk CD/DVD i wybierz poprawną ścieżkę."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:92
-::msgcat::mcset pl\
-"TeX Live installed in %s"\
-"TeX Live został zainstalowany w %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
-::msgcat::mcset pl\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
-"\n\nMusisz zrestartować system.\nPo restarcie możesz uruchomić tlpmgui aby dodać/usunąć pakiety lub wykonać inne czynności administracyjne."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
-::msgcat::mcset pl\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
-"\n\nPo ponownym uruchomieniu tlpmgui możesz dodać/usunąć pakiety lub wykonać inne czynności administracyjne."
-
-# guinb2.tcl
-# guinb3.tcl
-::msgcat::mcset pl\
-"Empty selection!" \
-"Nic nie zaznaczono"
-
-# guinb3.tcl
-::msgcat::mcset pl\
-"Are you sure to remove the selected packages?"\
-"Na pewno usunąć wybrane pakiety?"
-
-# guinb2.tcl
-::msgcat::mcset pl\
-"Are you sure to install the selected packages?"\
-"Na pewno zainstalować wybrane pakiety?"
-
-# proc.tcl
-::msgcat::mcset pl\
-"%s\n\nLog written to file %s\nWould you like to read it?"\
-"%s\n\nLog zapisano do pliku %s\nCzy chcesz go przejrzeć?"
-
-# guinb5.tcl
-::msgcat::mcset pl\
-"Are you sure to remove your TeX Live installation?"\
-"Na pewno odinstalować TeX Live?"
-
-# guinb4.tcl
-::msgcat::mcset pl\
-"Edit"\
-"Edytuj"
-
-# winpostinstall.tcl
-::msgcat::mcset pl\
-"TeX Live has been sucessfully installed in your system"\
-"TeX Live został pomyślnie zainstalowany w Twoim komputerze"
-
-# gui.tcl:71
-::msgcat::mcset pl\
-"helpen.txt"\
-"helppl.txt"
-
-# gui.tcl:71
-::msgcat::mcset pl\
-"helpen"\
-"helppl"
-
-# guinb4.tcl
-::msgcat::mcset pl\
-"File \"%s\" not found.\nProbably TeX Live is not correctly installed." \
-"Nie znaleziono pliku \"%s\".\nPrawdopodobnie TeX Live nie jest poprawnie zainstalowany."
-
-# guinb4.tcl
-::msgcat::mcset pl\
-"The TEXMFCNF environment variable not found."\
-"Nie znaleziono zmiennej TEXMFCNF."
-
-# guinb4.tcl
-::msgcat::mcset pl\
-"Probably TeX Live is not correctly installed."\
-"Prawdopodobnie TeX Live nie jest poprawnie zainstalowany."
-
-# guinb4edit.tcl
-::msgcat::mcset pl\
-"File \"%s\" succesfully saved"\
-"Plik \"%s\" pomyślnie zapisano"
-
-# proc.tcl
-::msgcat::mcset pl\
-"Please wait..."\
-"Proszę czekać..."
-
-# 2005.10.11 0:40
-# 2005.10.31 21:55 TLu
diff --git a/Master/setuptl/msgs/sk.msg b/Master/setuptl/msgs/sk.msg
deleted file mode 100644
index b52cf20a88f..00000000000
--- a/Master/setuptl/msgs/sk.msg
+++ /dev/null
@@ -1,706 +0,0 @@
-# -*- Tcl -*-
-# $Id: sk.msg 348 2007-02-06 09:10:40Z tlu $
-# CZ translation of http://tug.org/texlive/devsrc/Master/setup-win32/msgs/translate_me.msg
-# by Petr Kolar, with corrections by Petr Sojka; utf8 encoding (hopefully)
-# --- new translations
-::msgcat::mcset sk \
-"Are you sure to install the DVI previer - dviout?"\
-"Opravdu chcete nainstalovat DVI previer - dviout?"
-::msgcat::mcset sk "TeX Live has not been successfully installed" "TeX Live nebyl úspěšně nainstalován"
-::msgcat::mcset sk "A problem copying files by tlpm" "Problém s kopírováním prostřednictvím tlpm"
-::msgcat::mcset sk \
-"\n\nMost importantly, %s should be added to your PATH for the current and future sessions.
-
-Formats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-
-For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-
-tlpmgui can be run again to add or remove individual packages or collections.
-
-The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
-
-Welcome to TeX Live!"\
-"\n\nNejprve to hlavní: %s byste si mÄ›li pÅ™idat do promÄ›nné PATH pro souÄasné a následné spouÅ¡tÄ›ní disku.
-
-Formáty budou vybudovány pro každého uživatele v okamžiku potřeby. Pokud chcete nainstalovat všechny formáty pro všechny uživatele nyní, spusťte fmtutil-sys --all.
-
-Pro další globální nastavení, editujte soubory v %s (nebo spusťte texconfig a texconfig-sys).
-
-Můžete znovu spustit tlpmgui k přidání, nebo odebrání, dalších balíků a možností.
-
-Stránka TeX Live (http://tug.org/texlive/) obsahuje jakákoliv vylepšení a opravy.
-
-Vítejte do světa TeX Live!"
-::msgcat::mcset sk "Installation is finished" "Instalace dokonÄena."
-::msgcat::mcset sk \
-"\nYou should add %s to your PATH environment variable"\
-"\nMěli byste přidat %s do vaší proměnné PATH."
-::msgcat::mcset sk \
-"Perl installation"\
-"Instalace Perlu"
-::msgcat::mcset sk \
-"Are you sure to install perl?"\
- "Opravdu chcete nainstalovat perl?"
-::msgcat::mcset sk \
-"Warning! Perl is already installed in your system!"\
- "Varování! Perl už je ve vašem systému nainstalován!"
-::msgcat::mcset sk \
-"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
-"Perl není v souÄasné chvíli nainstalován, ale je vyžadován pro korektní instalaci TeX Live."
-::msgcat::mcset sk \
-"Ghostscript installation"\
- "Instalace Ghostscriptu"
-::msgcat::mcset sk \
-"Are you sure to install Ghostscript?"\
-"Opravdu chcete nainstalovat Ghostscript?"
-::msgcat::mcset sk \
-"Warning! Ghostscript is already installed in your system!\nPath: %s" \
-"Varování! Ghostscript už je ve vašem systému nainstalován!\nPath: %s"
-::msgcat::mcset sk \
-"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
-"Ghostscript není v souÄasné chvíli nainstalován, ale je vyžadován pro korektní chod TeX Live."
-
-# ---
-::msgcat::mcset sk "Setting RW attributes ..." "Nastavení práv pro Ätení a zápis ..."
-::msgcat::mcset sk "Searching for packages ..." "Hledání balíků ..."
-::msgcat::mcset sk "Preinstall actions" "PÅ™edinstalaÄní akce"
-::msgcat::mcset sk "Postinstall actions ..." "PoinstalaÄní akce ..."
-::msgcat::mcset sk "Copying files ..." "Kopírování souborů ..."
-::msgcat::mcset sk "Installing packages ..." "Instalace balíků ..."
-::msgcat::mcset sk "Removing packages ..." "Odstraňování balíků ..."
-::msgcat::mcset sk "Removing files ..." "Odstraňování souborů ..."
-::msgcat::mcset sk "Refreshing the database ..." "Obnovování databáze ..."
-::msgcat::mcset sk "Next" "Dál"
-::msgcat::mcset sk "yes" "Ano"
-::msgcat::mcset sk "no" "Ne"
-
-# guinb1.tcl
-::msgcat::mcset sk\
-"\"%s\" not found."\
-"\"%s\" nebyl nalezen."
-
-::msgcat::mcset sk\
-"tlpm is needed for installing TeX Live and adding/removing packages"\
-"tlpm je nutný pro instalaci TeX Live a přidání/odstranění balíků!"
-
-::msgcat::mcset sk\
-"\"Temp\" directory is needed for installing TeX Live and adding/removing packages"\
-"\"Temp\" adresář je nutný pro instalaci TeX Live a přidání/odstranění balíků!"
-
-::msgcat::mcset sk\
-"File writing failed!"\
-"Selhal zápis do souboru!"
-
-::msgcat::mcset sk\
-"Writing of the %s file failed!\nCheck the file permissions."\
-"Zápis do souboru %s selhal!\nZkontrolujte práva souboru."
-
-::msgcat::mcset sk\
-"File reading failed!"\
-"Čtení souboru selhalo!"
-
-::msgcat::mcset sk\
-"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
-"Čtení souboru %s selhalo!\nZkontrolujte práva a existenci souboru."
-
-::msgcat::mcset sk "Warning" "Upozornění"
-
-::msgcat::mcset sk\
-"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
-"Proměnná prostředí \"%s\" existuje.\nOpravdu ji chcete nahradit?"
-
-::msgcat::mcset sk\
-"Current value:\n%s=%s"\
-"SouÄasná hodnota:\n%s=%s"
-
-# tooltips
-::msgcat::mcset sk\
-"Enter starting chars of the package name to speed-up the search"\
-"Zadejte poÄáteÄní znaky názvu balíku pro urychlení hledání:"
-
-::msgcat::mcset sk\
-"Selects the path/drive with TeX Live %s"\
-"Vybere cestu/disk s TeX Live %s"
-
-::msgcat::mcset sk\
-"Selects the destination directory of the TeX Live installation"\
-"Vybere cílový adresář pro instalaci TeX Live."
-
-::msgcat::mcset sk\
-"Not ready yet"\
-"Není připraven!"
-
-::msgcat::mcset sk\
-"Searches for installed packages"\
-"Hledání nainstalovaných balíků"
-
-::msgcat::mcset sk\
-"Removes selected packages"\
-"Odstraní vybraný balík."
-
-::msgcat::mcset sk\
-"Info on the selected package"\
-"Informace o vybraném balíku"
-
-::msgcat::mcset sk\
-"Searches for not installed packages"\
-"Hledá nenainstalované balíky."
-
-::msgcat::mcset sk\
-"Installs selected packages"\
-"Nainstaluje vybrané balíky."
-
-#
-::msgcat::mcset sk\
-"Collections:"\
-"Kolekce:"
-
-::msgcat::mcset sk\
-"Confirm to install"\
-"Potvrzení instalace"
-
-::msgcat::mcset sk\
-"Are you sure to install TeX Live?"\
-"Opravdu chcete nainstalovat TeX Live?"
-
-::msgcat::mcset sk\
-"Remove the texmf-local directory"\
-"Odstraň adresář texmf-local"
-
-#-- new since 1.0
-::msgcat::mcset sk\
-"Install for all users\n(administrator privileges required)"\
-"Nainstaluj pro všechny uživatele \n(potřebuje administrátorská práva)"
-
-::msgcat::mcset sk\
-"Run from DVD"\
-"Spuštění z DVD"
-
-::msgcat::mcset sk\
-"Setting environment variables for running from DVD"\
-"Nastavení proměnných prostředí pro běh z DVD"
-
-::msgcat::mcset sk\
-"Setting the environment"\
-"Nastavení prostředí"
-
-::msgcat::mcset sk\
-"Set"\
-"Nastav"
-
-::msgcat::mcset sk\
-"TeX Live is ready to run directly from the DVD"\
-"TeX Live je připraven ke spuštění přímo z DVD."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:5
-::msgcat::mcset sk\
-"Contents of %s"\
-"Obsah %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
-::msgcat::mcset sk\
-"Contents of the %s file:"\
-"Obsah souboru: %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:27
-::msgcat::mcset sk\
-"Close"\
-"Zavři"
-
-#. widget: window title
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:13
-::msgcat::mcset sk\
-"TeX Live installation and maintenance utility, %s"\
-"Instalace TeX Live a podpůrných nástrojů, %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:32
-::msgcat::mcset sk\
-"Installation"\
-"Instalace"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:82
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
-::msgcat::mcset sk\
-"Removing packages"\
-"Odstraň balíky"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:47
-::msgcat::mcset sk\
-"Manage the installation"\
-"Správa instalace"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
-::msgcat::mcset sk\
-"Removing the installation"\
-"Odstraň instalaci"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:68
-::msgcat::mcset sk\
-"Help"\
-"Pomoc"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:72
-::msgcat::mcset sk\
-"Exit"\
-"Konec"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:9
-::msgcat::mcset sk\
-"Installation of the TeX Live %s edition"\
-"Instalace TeX Live %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:15
-::msgcat::mcset sk\
-"Main customization"\
-"Hlavní nastavení"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:19
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:3
-::msgcat::mcset sk\
-"Standard collections"\
-"Standardní výběr"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:20
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:23
-::msgcat::mcset sk\
-"Select"\
-"Zvol"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:22
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:3
-::msgcat::mcset sk\
-"Language collections"\
-"Výběr jazyků"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:29
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:33
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:120
-::msgcat::mcset sk\
-"Install"\
-"Nainstaluj"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:47
-::msgcat::mcset sk\
-"Select a scheme"\
-"Zvolte schéma"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:58
-::msgcat::mcset sk\
-"Select a system"\
-"Zvolte systém"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:91
-::msgcat::mcset sk\
-"Directories"\
-"Adresáře"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:126
-::msgcat::mcset sk\
-"Options"\
-"Volby"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:130
-::msgcat::mcset sk\
-"alternative directory for generated fonts"\
-"náhradní adresář pro vygenerované fonty"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:131
-::msgcat::mcset sk\
-"create symlinks in standard directories"\
-"vytvoř symbolické odkazy v standardních adresářích"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:132
-::msgcat::mcset sk\
-"do not install the macro/font doc tree"\
-"Neinstaluj strom makro/font doc"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:133
-::msgcat::mcset sk\
-"do not install the macro/font source tree"\
-"Neinstaluj strom zdrojových souborů maker/fontů"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:12
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:12
-::msgcat::mcset sk\
-"Use Ctrl or Shift or drag to select more"\
-"Použijte Ctrl, nebo Shift, nebo pÅ™etáhnutí na oznaÄení více položek"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:18
-::msgcat::mcset sk\
-"Select packages to install"\
-"Zvolte balíky, které chcete instalovat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:35
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:35
-::msgcat::mcset sk\
-"Buttons"\
-"TlaÄítka"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gluelanguage.tcl:24
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:37
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:115
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:64
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:107
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:126
-::msgcat::mcset sk\
-"Error"\
-"Chyba"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:126
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
-::msgcat::mcset sk\
-"Adding packages"\
-"Přidej balíky"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset sk\
-"Packages installed successfully." \
-"Balíky byly úspěšně nainstalovány."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset sk\
-"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
-"Pokud jste přidali formát nebo balík fontů, zvolte, prosím, \"Správa instalace\" a upravte soubory fmtutil.cfg nebo updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:179
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:125
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:24
-::msgcat::mcset sk\
-"Info"\
-"Informace"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
-::msgcat::mcset sk\
-"Info on the selected item"\
-"Informace o zvolené položce"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
-::msgcat::mcset sk\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
-"\nPozor. Zkontrolujte, prosím, zda je správnÄ› zvolena\n mechanika s CD/DVD TeX Live.\n\n\nNejprve vyplňte seznam tlaÄítkem \"Hledej\", potom zvolte položku a kliknÄ›te na tlaÄítko \"Nainstaluj\" nebo \"Informace\"."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
-::msgcat::mcset sk\
-"Select packages for removal"\
-"Zvolte balíky na odstranění"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:42
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:39
-::msgcat::mcset sk\
-"Search"\
-"Hledej"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:119
-::msgcat::mcset sk\
-"Packages removed successfully"\
-"Balíky byly úspěšně odstraněny"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
-::msgcat::mcset sk\
-"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Add packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
-"\nPozor: pro informaci o balících, musí být v tabulce \"PÅ™idej balíky\" zvolena mechanika CD s CD TeX Live.\n\nNejprve vyplňte seznam tlaÄítkem \"Hledej\", potom zvolte položku a kliknÄ›te na tlaÄítko \"Odstraň\""
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:11
-::msgcat::mcset sk\
-"Manage the existing TeX Live installation"\
-"Úprava existující instalace TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:20
-::msgcat::mcset sk\
-"Refresh the ls-R database"\
-"Obnov databázi ls-R"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:22
-::msgcat::mcset sk\
-"Refresh"\
-"Obnov"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:49
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:44
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:172
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:28
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:74
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:18
-# guinb5.tcl
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:68
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:80
-::msgcat::mcset sk\
-"Done"\
-"Hotovo"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:111
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:72
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:31
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:52
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:56
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:77
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:90
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:112
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:116
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:141
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:145
-::msgcat::mcset sk\
-"Oops"\
-"Jej"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:103
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:132
-::msgcat::mcset sk\
-"Edit language.dat"\
-"Uprav language.dat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
-::msgcat::mcset sk\
-"Creating formats"\
-"Vytvoř formáty"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:68
-::msgcat::mcset sk\
-"All"\
-"VÅ¡e"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:81
-::msgcat::mcset sk\
-"Missing"\
-"Chybí"
-
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
-::msgcat::mcset sk\
-"Editing fmtutil.cnf"\
-"Úprava fmtutil.cnf"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
-::msgcat::mcset sk\
-"Editing updmap.cfg"\
-"Úprava updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:15
-::msgcat::mcset sk\
-"Cancel"\
-"Zruš"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:18
-::msgcat::mcset sk\
-"Remove the TeX Live installation"\
-"Odstraň instalaci TeX Live"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
-::msgcat::mcset sk\
-"The path to the TL directory: %s"\
-"Cesta k adresáři TL: %s"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:76
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:24
-::msgcat::mcset sk\
-"Remove"\
-"Odstraň"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:25
-::msgcat::mcset sk\
-"Confirm removal"\
-"PotvrÄte odstranÄ›ní"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
-::msgcat::mcset sk\
-"Please wait. Installation removal in progres."\
-"Čekejte, prosím. Probíhá odstranění instalace."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:66
-::msgcat::mcset sk\
-"TeX Live has been sucessfully removed from your system"\
-"TeX Live byl úspěšně odstraněn z Vašeho systému."
-::msgcat::mcset sk "Press \"OK\" to exit" "Na ukonÄení zmáÄknÄ›te \"OK\".
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:73
-::msgcat::mcset sk\
-"I can't find the TeX Live directory.\nEnvironment variable TLroot not found."\
-"Není možno nalézt adresář TeX Live.\nNenalezená proměnná prostředí TLroot."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:28
-::msgcat::mcset sk\
-"Scheme info"\
-"Informace o schématu"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
-::msgcat::mcset sk\
-"Installing TeX Live"\
-"Instalace TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:73
-::msgcat::mcset sk\
-"Installation in progress. Please wait."\
-"Probíhá instalace. Čekejte, prosím."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset sk\
-"Wrong path to the TeX Live directory."\
-"Nesprávná cesta k adresáři TeX Live."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset sk\
-"Try again.\nPress the CD/DVD button to select the correct path."\
-"Zkuste znovu.\nNa volbu správné cesty zmáÄknÄ›te tlaÄítko CD/DVD."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:92
-::msgcat::mcset sk\
-"TeX Live installed in %s"\
-"TeX Live je nainstalován v %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
-::msgcat::mcset sk\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
-"\n\nNyní musíte restartovat Váš systém.\nPo restartu můžete spustit tlpmgui na přidání/odstranění balíků a na vykonání údržby."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
-::msgcat::mcset sk\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
-"\n\nPo restartu programu tlpmgui můžete přidat/odebrat balíky a provést údržbu."
-# guinb2.tcl
-# guinb3.tcl
-::msgcat::mcset sk\
-"Empty selection!" \
-"Nezadaná volba!"
-
-# guinb3.tcl
-::msgcat::mcset sk\
-"Are you sure to remove the selected packages?"\
-"UrÄitÄ› chcete odstranit zvolené balíky?"
-
-# guinb2.tcl
-::msgcat::mcset sk\
-"Are you sure to install the selected packages?"\
-"UrÄitÄ› chcete nainstalovat zvolené balíky?"
-
-# proc.tcl
-::msgcat::mcset sk\
-"%s\n\nLog written to file %s\nWould you like to read it?"\
-"%s\n\nProtokol zapsaný do souboru %s\nChcete si pÅ™eÄíst log-soubor?"
-
-# guinb5.tcl
-::msgcat::mcset sk\
-"Are you sure to remove your TeX Live installation?"\
-"UrÄitÄ› chcete odstranit VaÅ¡i instalaci TeX Live?"
-
-# guinb4.tcl
-::msgcat::mcset sk\
-"Edit"\
-"Editace"
-
-# winpostinstall.tcl
-::msgcat::mcset sk\
-"TeX Live has been sucessfully installed in your system"\
-"TeX Live byl úspěšně nainstalován do Vašeho systému."
-
-# gui.tcl:71
-::msgcat::mcset sk\
-"helpen.txt"\
-"helpsk.txt"
-
-# gui.tcl:71
-::msgcat::mcset sk\
-"helpen"\
-"helpsk"
-
-# guinb4.tcl
-::msgcat::mcset sk\
-"File \"%s\" not found.\nProbably TeX Live is not correctly installed." \
-"Soubor \"%s\" nebyl nalezen.\nTeX Live není pravděpodobně správně nainstalován."
-
-# guinb4.tcl
-::msgcat::mcset sk\
-"The TEXMFCNF environment variable not found."\
-"Proměnná TEXMFCNF se nenašla."
-# guinb4.tcl
-::msgcat::mcset sk\
-"Probably TeX Live is not correctly installed."\
-"TeX Live není pravděpodobně správně nainstalován."
-
-# guinb4edit.tcl
-::msgcat::mcset sk\
-"File \"%s\" succesfully saved"\
-"Soubor \"%s\" byl úspěšne uložen."
-
-# proc.tcl
-::msgcat::mcset sk\
-"Please wait..."\
-"Čekejte, prosím ..."
-
-# 2007.02.05 22:08 PeS
diff --git a/Master/setuptl/msgs/translate_me.msg b/Master/setuptl/msgs/translate_me.msg
deleted file mode 100644
index 088e7c92f1f..00000000000
--- a/Master/setuptl/msgs/translate_me.msg
+++ /dev/null
@@ -1,706 +0,0 @@
-# -*- Tcl -*-
-# $Id: translate_me.msg 339 2007-02-04 15:24:59Z tlu $
-# --- new translations
-::msgcat::mcset en \
-"Are you sure to install the DVI previer - dviout?"\
-"Are you sure to install the DVI previer - dviout?"
-::msgcat::mcset en "TeX Live has not been successfully installed" "TeX Live has not been successfully installed"
-::msgcat::mcset en "A problem copying files by tlpm" "A problem copying files by tlpm"
-::msgcat::mcset en \
-"\n\nMost importantly, %s should be added to your PATH for the current and future sessions.
-
-Formats will be built for each user when needed. If you wish to build all formats at once, for all users of your system, run fmtutil-sys --all.
-
-For future global configuration changes, edit the files in %s (or run texconfig or texconfig-sys).
-
-tlpmgui can be run again to add or remove individual packages or collections.
-
-The TeX Live web site (http://tug.org/texlive/) contains updates and corrections.
-
-Welcome to TeX Live!"\
-"\n\nMost importantly, add %s to your PATH for current and future sessions.
-
-Formats will be built for each user as needed. If you wish to install all formats at once, for everyone on your system, run fmtutil-sys --all.
-
-For future global configuration, edit files in %s (or run texconfig or texconfig-sys).
-
-You can run again tlpmgui to add or remove individual packages or collections.
-
-The TeX Live web site (http://tug.org/texlive/) contains any updates and corrections.
-
-Welcome to TeX Live!"
-::msgcat::mcset en "Installation is finished" "Installation is finished"
-::msgcat::mcset en \
-"\nYou should add %s to your PATH environment variable"\
-"\nYou should add %s to your PATH environment variable"
-::msgcat::mcset en \
-"Perl installation"\
-"Perl installation"
-::msgcat::mcset en \
-"Are you sure to install perl?"\
- "Are you sure to install perl?"
-::msgcat::mcset en \
-"Warning! Perl is already installed in your system!"\
- "Warning! Perl is already installed in your system!"
-::msgcat::mcset en \
-"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"\
-"Perl is not installed in your system, but it is needed for a complete installation of TeX Live"
-::msgcat::mcset en \
-"Ghostscript installation"\
- "Ghostscript installation"
-::msgcat::mcset en \
-"Are you sure to install Ghostscript?"\
-"Are you sure to install Ghostscript?"
-::msgcat::mcset en \
-"Warning! Ghostscript is already installed in your system!\nPath: %s" \
-"Warning! Ghostscript is already installed in your system!\nPath: %s"
-::msgcat::mcset en \
-"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly" \
-"Ghostscript is not installed in your system, but it is necessary for TeX Live to work properly"
-
-# ---
-::msgcat::mcset en "Setting RW attributes ..." "Setting RW attributes ..."
-::msgcat::mcset en "Searching for packages ..." "Searching for packages ..."
-::msgcat::mcset en "Preinstall actions" "Preinstall actions"
-::msgcat::mcset en "Postinstall actions ..." "Postinstall actions ..."
-::msgcat::mcset en "Copying files ..." "Copying files ..."
-::msgcat::mcset en "Installing packages ..." "Installing packages ..."
-::msgcat::mcset en "Removing packages ..." "Removing packages ..."
-::msgcat::mcset en "Removing files ..." "Removing files ..."
-::msgcat::mcset en "Refreshing the database ..." "Refreshing the database ..."
-::msgcat::mcset en "Next" "Next"
-::msgcat::mcset en "yes" "Yes"
-::msgcat::mcset en "no" "No"
-
-# guinb1.tcl
-::msgcat::mcset en\
-"\"%s\" not found."\
-"\"%s\" not found."
-
-::msgcat::mcset en\
-"tlpm is needed for installing TeX Live and adding/removing packages"\
-"tlpm is needed for installing TeX Live and adding/removing packages"
-
-::msgcat::mcset en\
-"\"Temp\" directory is needed for installing TeX Live and adding/removing packages"\
-"\"Temp\" directory is needed for installing TeX Live and adding/removing packages"
-
-::msgcat::mcset en\
-"File writing failed!"\
-"File writing failed!"
-
-::msgcat::mcset en\
-"Writing of the %s file failed!\nCheck the file permissions."\
-"Writing of the %s file failed!\nCheck the file permissions."
-
-::msgcat::mcset en\
-"File reading failed!"\
-"File reading failed!"
-
-::msgcat::mcset en\
-"Read of the %s file failed!\nCheck the file permissions and whether it exist."\
-"Read of the %s file failed!\nCheck the file permissions and whether it exist."
-
-::msgcat::mcset en "Warning" "Warning"
-
-::msgcat::mcset en\
-"The environment variable \"%s\" exists.\nAre you sure to replace it?"\
-"The environment variable \"%s\" exists.\nAre you sure to replace it?"
-
-::msgcat::mcset en\
-"Current value:\n%s=%s"\
-"Current value:\n%s=%s"
-
-# tooltips
-::msgcat::mcset en\
-"Enter starting chars of the package name to speed-up the search"\
-"Enter starting chars of the package name to speed-up the search"
-
-::msgcat::mcset en\
-"Selects the path/drive with TeX Live %s"\
-"Selects the path/drive with TeX Live %s"
-
-::msgcat::mcset en\
-"Selects the destination directory of the TeX Live installation"\
-"Selects the destination directory of the TeX Live installation"
-
-::msgcat::mcset en\
-"Not ready yet"\
-"Not ready yet"
-
-::msgcat::mcset en\
-"Searches for installed packages"\
-"Searches for installed packages"
-
-::msgcat::mcset en\
-"Removes selected packages"\
-"Removes selected packages"
-
-::msgcat::mcset en\
-"Info on the selected package"\
-"Info on the selected package"
-
-::msgcat::mcset en\
-"Searches for not installed packages"\
-"Searches for not installed packages"
-
-::msgcat::mcset en\
-"Installs selected packages"\
-"Installs selected packages"
-
-#
-::msgcat::mcset en\
-"Collections:"\
-"Collections:"
-
-::msgcat::mcset en\
-"Confirm to install"\
-"Confirm to install"
-
-::msgcat::mcset en\
-"Are you sure to install TeX Live?"\
-"Are you sure to install TeX Live?"
-
-::msgcat::mcset en\
-"Remove the texmf-local directory"\
-"Remove the texmf-local directory"
-
-#-- new since 1.0
-::msgcat::mcset en\
-"Install for all users\n(administrator privileges required)"\
-"Install for all users\n(administrator privileges required)"
-
-::msgcat::mcset en\
-"Run from DVD"\
-"Run from DVD"
-
-::msgcat::mcset en\
-"Setting environment variables for running from DVD"\
-"Setting environment variables for running from DVD"
-
-::msgcat::mcset en\
-"Setting the environment"\
-"Setting the environment"
-
-::msgcat::mcset en\
-"Set"\
-"Set"
-
-::msgcat::mcset en\
-"TeX Live is ready to run directly from the DVD"\
-"TeX Live is ready to run directly from the DVD"
-
-#----------
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:5
-::msgcat::mcset en\
-"Contents of %s"\
-"Contents of %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:11
-::msgcat::mcset en\
-"Contents of the %s file:"\
-"Contents of the %s file:"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/displaylog.tcl:27
-::msgcat::mcset en\
-"Close"\
-"Close"
-
-#. widget: window title
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:13
-::msgcat::mcset en\
-"TeX Live installation and maintenance utility, %s"\
-"TeX Live installation and maintenance utility, %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:32
-::msgcat::mcset en\
-"Installation"\
-"Installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:82
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:131
-::msgcat::mcset en\
-"Removing packages"\
-"Removing packages"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:47
-::msgcat::mcset en\
-"Manage the installation"\
-"Manage the installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:51
-::msgcat::mcset en\
-"Removing the installation"\
-"Removing the installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:68
-::msgcat::mcset en\
-"Help"\
-"Help"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:72
-::msgcat::mcset en\
-"Exit"\
-"Exit"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:9
-::msgcat::mcset en\
-"Installation of the TeX Live %s edition"\
-"Installation of the TeX Live %s edition"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:15
-::msgcat::mcset en\
-"Main customization"\
-"Main customization"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:19
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:3
-::msgcat::mcset en\
-"Standard collections"\
-"Standard collections"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:20
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:23
-::msgcat::mcset en\
-"Select"\
-"Select"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:22
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:3
-::msgcat::mcset en\
-"Language collections"\
-"Language collections"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:29
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:33
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:120
-::msgcat::mcset en\
-"Install"\
-"Install"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:47
-::msgcat::mcset en\
-"Select a scheme"\
-"Select a scheme"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:58
-::msgcat::mcset en\
-"Select a system"\
-"Select a system"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:91
-::msgcat::mcset en\
-"Directories"\
-"Directories"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:126
-::msgcat::mcset en\
-"Options"\
-"Options"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:130
-::msgcat::mcset en\
-"alternative directory for generated fonts"\
-"alternative directory for generated fonts"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:131
-::msgcat::mcset en\
-"create symlinks in standard directories"\
-"create symlinks in standard directories"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:132
-::msgcat::mcset en\
-"do not install the macro/font doc tree"\
-"do not install the macro/font doc tree"\
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:133
-::msgcat::mcset en\
-"do not install the macro/font source tree"\
-"do not install the macro/font source tree"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:12
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:12
-::msgcat::mcset en\
-"Use Ctrl or Shift or drag to select more"\
-"Use Ctrl or Shift or drag to select more"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:18
-::msgcat::mcset en\
-"Select packages to install"\
-"Select packages to install"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:35
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:35
-::msgcat::mcset en\
-"Buttons"\
-"Buttons"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gluelanguage.tcl:24
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1.tcl:37
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:115
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:64
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:95
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:107
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:126
-::msgcat::mcset en\
-"Error"\
-"Error"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/gui.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:126
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:131
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:185
-::msgcat::mcset en\
-"Adding packages"\
-"Adding packages"
-
-#. widget: ttk::dialog .done
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset en\
-"Packages installed successfully." \
-"Packages installed successfully."
-
-#. widget: ttk::dialog .done
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:214
-::msgcat::mcset en\
-"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package." \
-"Please go to \"Manage the installation\" and edit fmtutil.cfg or updmap.cfg if you have added a format or font package."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:179
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:125
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:24
-::msgcat::mcset en\
-"Info"\
-"Info"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:213
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:144
-::msgcat::mcset en\
-"Info on the selected item"\
-"Info on the selected item"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:219
-::msgcat::mcset en\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."\
-"\nAttention. Please check if a CD drive with the TeX Live CD\n is properly selected.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Install\" or \"Info\" button."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:19
-::msgcat::mcset en\
-"Select packages for removal"\
-"Select packages for removal"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:42
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:39
-::msgcat::mcset en\
-"Search"\
-"Search"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:119
-::msgcat::mcset en\
-"Packages removed successfully"\
-"Packages removed successfully"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:150
-::msgcat::mcset en\
-"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Adding packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."\
-"\nAttention: to display package information, the CD drive with the TeX Live CD should be selected in the \"Adding packages\" tab.\n\nFirst fill in the list using the \"Search\" button, then select an item and click the \"Remove\" button to remove the package."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:11
-::msgcat::mcset en\
-"Manage the existing TeX Live installation"\
-"Manage the existing TeX Live installation"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:20
-::msgcat::mcset en\
-"Refresh the ls-R database"\
-"Refresh the ls-R database"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:22
-::msgcat::mcset en\
-"Refresh"\
-"Refresh"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1col.tcl:49
-#: D:/Work/TclTk/TL/tl43.vfs/guinb1lang.tcl:44
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:172
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:28
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:74
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:87
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:18
-# guinb5.tcl
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:68
-#: D:/Work/TclTk/TL/tl43.vfs/proc.tcl:80
-::msgcat::mcset en\
-"Done"\
-"Done"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb2.tcl:111
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:72
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:31
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:52
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:56
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:77
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:90
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:112
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:116
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:141
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:145
-::msgcat::mcset en\
-"Oops"\
-"Oops"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:39
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:43
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:103
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:132
-::msgcat::mcset en\
-"Edit language.dat"\
-"Edit language.dat"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:66
-::msgcat::mcset en\
-"Creating formats"\
-"Creating formats"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:68
-::msgcat::mcset en\
-"All"\
-"All"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:81
-::msgcat::mcset en\
-"Missing"\
-"Missing"
-
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:100
-::msgcat::mcset en\
-"Editing fmtutil.cnf"\
-"Editing fmtutil.cnf"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4.tcl:129
-::msgcat::mcset en\
-"Editing updmap.cfg"\
-"Editing updmap.cfg"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb4edit.tcl:15
-::msgcat::mcset en\
-"Cancel"\
-"Cancel"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:11
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:18
-::msgcat::mcset en\
-"Remove the TeX Live installation"\
-"Remove the TeX Live installation"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:23
-::msgcat::mcset en\
-"The path to the TL directory: %s"\
-"The path to the TL directory: %s"
-
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb3.tcl:76
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:24
-::msgcat::mcset en\
-"Remove"\
-"Remove"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:25
-::msgcat::mcset en\
-"Confirm removal"\
-"Confirm removal"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:32
-::msgcat::mcset en\
-"Please wait. Installation removal in progres."\
-"Please wait. Installation removal in progres."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:66
-::msgcat::mcset en\
-"TeX Live has been sucessfully removed from your system"\
-"TeX Live has been sucessfully removed from your system"
-::msgcat::mcset en "Press \"OK\" to exit" "Press \"OK\" to exit"
-#. widget: unknown
-#: D:/Work/TclTk/TL/tl43.vfs/guinb5.tcl:73
-::msgcat::mcset en\
-"I can't find the TeX Live directory.\nEnvironment variable TLroot not found."\
-"I can't find the TeX Live directory.\nEnvironment variable TLroot not found."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/searchscheme.tcl:28
-::msgcat::mcset en\
-"Scheme info"\
-"Scheme info"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:69
-::msgcat::mcset en\
-"Installing TeX Live"\
-"Installing TeX Live"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:73
-::msgcat::mcset en\
-"Installation in progress. Please wait."\
-"Installation in progress. Please wait."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset en\
-"Wrong path to the TeX Live directory."\
-"Wrong path to the TeX Live directory."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/wininstall.tcl:86
-::msgcat::mcset en\
-"Try again.\nPress the CD/DVD button to select the correct path."\
-"Try again.\nPress the CD-ROM button to select the correct path."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:92
-::msgcat::mcset en\
-"TeX Live installed in %s"\
-"TeX Live installed in %s"
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:94
-::msgcat::mcset en\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."\
-"\n\nYou should now reboot your system.\nAfter rebooting you can run tlpmgui to add/remove package(s) or perform other maintenance tasks."
-
-#. widget: none
-#: D:/Work/TclTk/TL/tl43.vfs/winpostinstall.tcl:96
-::msgcat::mcset en\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."\
-"\n\nAfter restarting tlpmgui you can add/remove package(s) or perform other maintenance tasks."
-
-# guinb2.tcl
-# guinb3.tcl
-::msgcat::mcset en\
-"Empty selection!" \
-"Empty selection!"
-
-# guinb3.tcl
-::msgcat::mcset en\
-"Are you sure to remove the selected packages?"\
-"Are you sure to remove the selected packages?"
-
-# guinb2.tcl
-::msgcat::mcset en\
-"Are you sure to install the selected packages?"\
-"Are you sure to install the selected packages?"
-
-# proc.tcl
-::msgcat::mcset en\
-"%s\n\nLog written to file %s\nWould you like to read it?"\
-"%s\n\nLog written to file %s\nWould you like to read it?"
-
-# guinb5.tcl
-::msgcat::mcset en\
-"Are you sure to remove your TeX Live installation?"\
-"Are you sure to remove your TeX Live installation?"
-
-# guinb4.tcl
-::msgcat::mcset en\
-"Edit"\
-"Edit"
-
-# winpostinstall.tcl
-::msgcat::mcset en\
-"TeX Live has been sucessfully installed in your system"\
-"TeX Live has been sucessfully installed in your system"
-
-# gui.tcl:71
-::msgcat::mcset en\
-"helpen.txt"\
-"helpen.txt"
-
-# gui.tcl:71
-::msgcat::mcset en\
-"helpen"\
-"helpen"
-
-# guinb4.tcl
-::msgcat::mcset en\
-"File \"%s\" not found.\nProbably TeX Live is not correctly installed."\
-"File \"%s\" not found.\nProbably TeX Live is not correctly installed."
-
-# guinb.tcl
-::msgcat::mcset en\
-"The TEXMFCNF environment variable not found."\
-"The TEXMFCNF environment variable not found."
-
-# guinb4.tcl
-::msgcat::mcset en\
-"Probably TeX Live is not correctly installed."\
-"Probably TeX Live is not correctly installed."
-
-# guinb4edit.tcl
-::msgcat::mcset en\
-"File \"%s\" succesfully saved"\
-"File \"%s\" succesfully saved"
-
-# proc.tcl
-::msgcat::mcset en\
-"Please wait..."\
-"Please wait..."
-
-# EOF
diff --git a/Master/setuptl/tclpip84.dll b/Master/setuptl/tclpip84.dll
deleted file mode 100644
index 08d77f9de02..00000000000
--- a/Master/setuptl/tclpip84.dll
+++ /dev/null
Binary files differ
diff --git a/Master/setuptl/tlpm-darwin-univ-aqua.pl b/Master/setuptl/tlpm-darwin-univ-aqua.pl
deleted file mode 100755
index 8d38165e6b8..00000000000
--- a/Master/setuptl/tlpm-darwin-univ-aqua.pl
+++ /dev/null
@@ -1,150 +0,0 @@
-#!/usr/bin/env perl
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-BEGIN{$tlpm_version="2.21";$tlpm_os="i386-darwin"}
-
-# the main tlpm script
-
-use TLPM::common;
-use TLPM::constants;
-
-use TLPM::pkg;
-use TLPM::reg;
-use TLPM::cmdl;
-
-use TLPM::list;
-use TLPM::incl;
-use TLPM::blng;
-use TLPM::inst;
-use TLPM::uninst;
-use TLPM::check;
-use TLPM::help;
-use TLPM::info;
-
-%commands =
-(
- 'exit' => sub {exit(0)},
- 'quit' => sub {exit(0)},
- 'list' => \&list,
- 'incl' => \&incl,
- 'blng' => \&blng,
- 'inst' => \&inst,
- 'uninst' => \&uninst,
- 'check' => \&check,
- 'info' => \&info,
- 'help' => \&help,
-# 'Help' => \&readme,
-# 'readme' => \&readme,
-# 'version' => \&version,
- 'cmd' => \&sys,
- 'set' => \&set
-);
-
-# interactive mode
-
-sub prompt
-{
- local ($cmd_name,@cmd_args,$cmd_line);
- while($true)
- {
- print STDOUT $tlpm_prompt;
- $cmd_line = <STDIN>;
- exit(0) unless defined $cmd_line; # otherwise looop after 'echo <command> | tlpm'
- chomp $cmd_line;
- &execute_cmd();
- }
-}
-
-# batch mode
-
-sub batch
-{
- local ($cmd_name,@cmd_args,$cmd_line);
- local *INP;
- &norm_path($batch_file);
- $batch_file = &rel2abs($batch_file,$curr_dir);
- open(INP,"<$batch_file") or exit $error{'wrong_inp'} -> ($batch_file);
- $message -> ("Executing batch file '$batch_file'");
- foreach $cmd_line (<INP>)
- {
- exit(0) unless defined $cmd_line;
- chomp $cmd_line;
- next if $cmd_line =~ /\A\s*(%|#|\z)/; # comment
- print STDOUT $tlpm_prompt . $cmd_line . "\n";
- &execute_cmd();
- }
- close INP;
-}
-
-sub execute_cmd
-{
- my $err;
- &resolve_env($cmd_line);
- &set_out($cmd_line);
- &open_out();
- @cmd_args = &parse_cmd($cmd_line);
- return(0) unless @cmd_args; # return prompt on ENTER
- $cmd_name = shift @cmd_args;
- if(defined $commands{$cmd_name})
- {
- $err = $commands{$cmd_name} -> (@cmd_args);
- }
- else
- {
- $err = $error{'wrong_cmd'} -> ($cmd_name,'help');
- }
- &close_out();
- return $err;
-}
-
-# the main procedure
-
-sub main
-{
- my ($arg,@args);
- @args = &parse_cmd(join(" ",@ARGV));
- while(defined($arg = shift @args))
- {
- $arg eq '' and next
-# or &no_opt($arg) and return $error{'wrong_cmd'} -> ($arg,'tlpm --help')
- or &no_opt($arg) and do {$tl_binaries{$arg} = $true}
- or &is_opt($arg,'d','directory') and do {$tl_target = shift @args;1}
- or &is_opt($arg,'s','source') and do {$tl_source = shift @args;1}
- or &is_opt($arg,'v','version') and return $heeelp -> ('tlpm_banner')
- or &is_opt($arg,'h','help') and return &help(shift @args)
- or &is_opt($arg,'H','Help','readme') and return &readme()
- or &is_opt($arg,'b','batch') and do {$batch_file = shift @args;$batch_mode = 1}
-# or &is_opt($arg,'q','quiet') and do {$quiet_mode = 1}
- or &is_opt($arg,'D','debug') and do {&enable_dbg();}
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'tlpm --help');
- }
- unless(defined $tl_source){$tl_source = $ENV{'tl_source'}}# ...or remains undefined
- unless(defined $tl_target){$tl_target = $ENV{'tl_target'}}
- $tl_source_indeed = $false; # we need to check the source availability anyway
- unless(defined %tl_binaries) # new; installing not only native binaries
- {
- %tl_binaries = ($tlpm_os => $true);
- }
- $tl_target_indeed = $false;
- if($batch_mode)
- {
- &batch($batch_file);
- }
- else
- {
- $heeelp -> ('tlpm_banner');
- $heeelp -> ('type_help');
- &prompt();
- }
-}
-
-#$quiet_mode = 0;
-&not2log();
-&disable_dbg();
-$batch_mode = 0;
-$batch_file = '';
-
-&main();
-
-# uff
diff --git a/Master/setuptl/tlpm-i386-darwin.pl b/Master/setuptl/tlpm-i386-darwin.pl
deleted file mode 100755
index 8d38165e6b8..00000000000
--- a/Master/setuptl/tlpm-i386-darwin.pl
+++ /dev/null
@@ -1,150 +0,0 @@
-#!/usr/bin/env perl
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-BEGIN{$tlpm_version="2.21";$tlpm_os="i386-darwin"}
-
-# the main tlpm script
-
-use TLPM::common;
-use TLPM::constants;
-
-use TLPM::pkg;
-use TLPM::reg;
-use TLPM::cmdl;
-
-use TLPM::list;
-use TLPM::incl;
-use TLPM::blng;
-use TLPM::inst;
-use TLPM::uninst;
-use TLPM::check;
-use TLPM::help;
-use TLPM::info;
-
-%commands =
-(
- 'exit' => sub {exit(0)},
- 'quit' => sub {exit(0)},
- 'list' => \&list,
- 'incl' => \&incl,
- 'blng' => \&blng,
- 'inst' => \&inst,
- 'uninst' => \&uninst,
- 'check' => \&check,
- 'info' => \&info,
- 'help' => \&help,
-# 'Help' => \&readme,
-# 'readme' => \&readme,
-# 'version' => \&version,
- 'cmd' => \&sys,
- 'set' => \&set
-);
-
-# interactive mode
-
-sub prompt
-{
- local ($cmd_name,@cmd_args,$cmd_line);
- while($true)
- {
- print STDOUT $tlpm_prompt;
- $cmd_line = <STDIN>;
- exit(0) unless defined $cmd_line; # otherwise looop after 'echo <command> | tlpm'
- chomp $cmd_line;
- &execute_cmd();
- }
-}
-
-# batch mode
-
-sub batch
-{
- local ($cmd_name,@cmd_args,$cmd_line);
- local *INP;
- &norm_path($batch_file);
- $batch_file = &rel2abs($batch_file,$curr_dir);
- open(INP,"<$batch_file") or exit $error{'wrong_inp'} -> ($batch_file);
- $message -> ("Executing batch file '$batch_file'");
- foreach $cmd_line (<INP>)
- {
- exit(0) unless defined $cmd_line;
- chomp $cmd_line;
- next if $cmd_line =~ /\A\s*(%|#|\z)/; # comment
- print STDOUT $tlpm_prompt . $cmd_line . "\n";
- &execute_cmd();
- }
- close INP;
-}
-
-sub execute_cmd
-{
- my $err;
- &resolve_env($cmd_line);
- &set_out($cmd_line);
- &open_out();
- @cmd_args = &parse_cmd($cmd_line);
- return(0) unless @cmd_args; # return prompt on ENTER
- $cmd_name = shift @cmd_args;
- if(defined $commands{$cmd_name})
- {
- $err = $commands{$cmd_name} -> (@cmd_args);
- }
- else
- {
- $err = $error{'wrong_cmd'} -> ($cmd_name,'help');
- }
- &close_out();
- return $err;
-}
-
-# the main procedure
-
-sub main
-{
- my ($arg,@args);
- @args = &parse_cmd(join(" ",@ARGV));
- while(defined($arg = shift @args))
- {
- $arg eq '' and next
-# or &no_opt($arg) and return $error{'wrong_cmd'} -> ($arg,'tlpm --help')
- or &no_opt($arg) and do {$tl_binaries{$arg} = $true}
- or &is_opt($arg,'d','directory') and do {$tl_target = shift @args;1}
- or &is_opt($arg,'s','source') and do {$tl_source = shift @args;1}
- or &is_opt($arg,'v','version') and return $heeelp -> ('tlpm_banner')
- or &is_opt($arg,'h','help') and return &help(shift @args)
- or &is_opt($arg,'H','Help','readme') and return &readme()
- or &is_opt($arg,'b','batch') and do {$batch_file = shift @args;$batch_mode = 1}
-# or &is_opt($arg,'q','quiet') and do {$quiet_mode = 1}
- or &is_opt($arg,'D','debug') and do {&enable_dbg();}
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'tlpm --help');
- }
- unless(defined $tl_source){$tl_source = $ENV{'tl_source'}}# ...or remains undefined
- unless(defined $tl_target){$tl_target = $ENV{'tl_target'}}
- $tl_source_indeed = $false; # we need to check the source availability anyway
- unless(defined %tl_binaries) # new; installing not only native binaries
- {
- %tl_binaries = ($tlpm_os => $true);
- }
- $tl_target_indeed = $false;
- if($batch_mode)
- {
- &batch($batch_file);
- }
- else
- {
- $heeelp -> ('tlpm_banner');
- $heeelp -> ('type_help');
- &prompt();
- }
-}
-
-#$quiet_mode = 0;
-&not2log();
-&disable_dbg();
-$batch_mode = 0;
-$batch_file = '';
-
-&main();
-
-# uff
diff --git a/Master/setuptl/tlpm-i386-linux.pl b/Master/setuptl/tlpm-i386-linux.pl
deleted file mode 100755
index 30f27383377..00000000000
--- a/Master/setuptl/tlpm-i386-linux.pl
+++ /dev/null
@@ -1,150 +0,0 @@
-#!/usr/bin/env perl
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-BEGIN{$tlpm_version="2.21";$tlpm_os="i386-linux"}
-
-# the main tlpm script
-
-use TLPM::common;
-use TLPM::constants;
-
-use TLPM::pkg;
-use TLPM::reg;
-use TLPM::cmdl;
-
-use TLPM::list;
-use TLPM::incl;
-use TLPM::blng;
-use TLPM::inst;
-use TLPM::uninst;
-use TLPM::check;
-use TLPM::help;
-use TLPM::info;
-
-%commands =
-(
- 'exit' => sub {exit(0)},
- 'quit' => sub {exit(0)},
- 'list' => \&list,
- 'incl' => \&incl,
- 'blng' => \&blng,
- 'inst' => \&inst,
- 'uninst' => \&uninst,
- 'check' => \&check,
- 'info' => \&info,
- 'help' => \&help,
-# 'Help' => \&readme,
-# 'readme' => \&readme,
-# 'version' => \&version,
- 'cmd' => \&sys,
- 'set' => \&set
-);
-
-# interactive mode
-
-sub prompt
-{
- local ($cmd_name,@cmd_args,$cmd_line);
- while($true)
- {
- print STDOUT $tlpm_prompt;
- $cmd_line = <STDIN>;
- exit(0) unless defined $cmd_line; # otherwise looop after 'echo <command> | tlpm'
- chomp $cmd_line;
- &execute_cmd();
- }
-}
-
-# batch mode
-
-sub batch
-{
- local ($cmd_name,@cmd_args,$cmd_line);
- local *INP;
- &norm_path($batch_file);
- $batch_file = &rel2abs($batch_file,$curr_dir);
- open(INP,"<$batch_file") or exit $error{'wrong_inp'} -> ($batch_file);
- $message -> ("Executing batch file '$batch_file'");
- foreach $cmd_line (<INP>)
- {
- exit(0) unless defined $cmd_line;
- chomp $cmd_line;
- next if $cmd_line =~ /\A\s*(%|#|\z)/; # comment
- print STDOUT $tlpm_prompt . $cmd_line . "\n";
- &execute_cmd();
- }
- close INP;
-}
-
-sub execute_cmd
-{
- my $err;
- &resolve_env($cmd_line);
- &set_out($cmd_line);
- &open_out();
- @cmd_args = &parse_cmd($cmd_line);
- return(0) unless @cmd_args; # return prompt on ENTER
- $cmd_name = shift @cmd_args;
- if(defined $commands{$cmd_name})
- {
- $err = $commands{$cmd_name} -> (@cmd_args);
- }
- else
- {
- $err = $error{'wrong_cmd'} -> ($cmd_name,'help');
- }
- &close_out();
- return $err;
-}
-
-# the main procedure
-
-sub main
-{
- my ($arg,@args);
- @args = &parse_cmd(join(" ",@ARGV));
- while(defined($arg = shift @args))
- {
- $arg eq '' and next
-# or &no_opt($arg) and return $error{'wrong_cmd'} -> ($arg,'tlpm --help')
- or &no_opt($arg) and do {$tl_binaries{$arg} = $true}
- or &is_opt($arg,'d','directory') and do {$tl_target = shift @args;1}
- or &is_opt($arg,'s','source') and do {$tl_source = shift @args;1}
- or &is_opt($arg,'v','version') and return $heeelp -> ('tlpm_banner')
- or &is_opt($arg,'h','help') and return &help(shift @args)
- or &is_opt($arg,'H','Help','readme') and return &readme()
- or &is_opt($arg,'b','batch') and do {$batch_file = shift @args;$batch_mode = 1}
-# or &is_opt($arg,'q','quiet') and do {$quiet_mode = 1}
- or &is_opt($arg,'D','debug') and do {&enable_dbg();}
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'tlpm --help');
- }
- unless(defined $tl_source){$tl_source = $ENV{'tl_source'}}# ...or remains undefined
- unless(defined $tl_target){$tl_target = $ENV{'tl_target'}}
- $tl_source_indeed = $false; # we need to check the source availability anyway
- unless(defined %tl_binaries) # new; installing not only native binaries
- {
- %tl_binaries = ($tlpm_os => $true);
- }
- $tl_target_indeed = $false;
- if($batch_mode)
- {
- &batch($batch_file);
- }
- else
- {
- $heeelp -> ('tlpm_banner');
- $heeelp -> ('type_help');
- &prompt();
- }
-}
-
-#$quiet_mode = 0;
-&not2log();
-&disable_dbg();
-$batch_mode = 0;
-$batch_file = '';
-
-&main();
-
-# uff
diff --git a/Master/setuptl/tlpm-powerpc-darwin.pl b/Master/setuptl/tlpm-powerpc-darwin.pl
deleted file mode 100755
index 3eb71c3187d..00000000000
--- a/Master/setuptl/tlpm-powerpc-darwin.pl
+++ /dev/null
@@ -1,150 +0,0 @@
-#!/usr/bin/env perl
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-BEGIN{$tlpm_version="2.21";$tlpm_os="powerpc-darwin"}
-
-# the main tlpm script
-
-use TLPM::common;
-use TLPM::constants;
-
-use TLPM::pkg;
-use TLPM::reg;
-use TLPM::cmdl;
-
-use TLPM::list;
-use TLPM::incl;
-use TLPM::blng;
-use TLPM::inst;
-use TLPM::uninst;
-use TLPM::check;
-use TLPM::help;
-use TLPM::info;
-
-%commands =
-(
- 'exit' => sub {exit(0)},
- 'quit' => sub {exit(0)},
- 'list' => \&list,
- 'incl' => \&incl,
- 'blng' => \&blng,
- 'inst' => \&inst,
- 'uninst' => \&uninst,
- 'check' => \&check,
- 'info' => \&info,
- 'help' => \&help,
-# 'Help' => \&readme,
-# 'readme' => \&readme,
-# 'version' => \&version,
- 'cmd' => \&sys,
- 'set' => \&set
-);
-
-# interactive mode
-
-sub prompt
-{
- local ($cmd_name,@cmd_args,$cmd_line);
- while($true)
- {
- print STDOUT $tlpm_prompt;
- $cmd_line = <STDIN>;
- exit(0) unless defined $cmd_line; # otherwise looop after 'echo <command> | tlpm'
- chomp $cmd_line;
- &execute_cmd();
- }
-}
-
-# batch mode
-
-sub batch
-{
- local ($cmd_name,@cmd_args,$cmd_line);
- local *INP;
- &norm_path($batch_file);
- $batch_file = &rel2abs($batch_file,$curr_dir);
- open(INP,"<$batch_file") or exit $error{'wrong_inp'} -> ($batch_file);
- $message -> ("Executing batch file '$batch_file'");
- foreach $cmd_line (<INP>)
- {
- exit(0) unless defined $cmd_line;
- chomp $cmd_line;
- next if $cmd_line =~ /\A\s*(%|#|\z)/; # comment
- print STDOUT $tlpm_prompt . $cmd_line . "\n";
- &execute_cmd();
- }
- close INP;
-}
-
-sub execute_cmd
-{
- my $err;
- &resolve_env($cmd_line);
- &set_out($cmd_line);
- &open_out();
- @cmd_args = &parse_cmd($cmd_line);
- return(0) unless @cmd_args; # return prompt on ENTER
- $cmd_name = shift @cmd_args;
- if(defined $commands{$cmd_name})
- {
- $err = $commands{$cmd_name} -> (@cmd_args);
- }
- else
- {
- $err = $error{'wrong_cmd'} -> ($cmd_name,'help');
- }
- &close_out();
- return $err;
-}
-
-# the main procedure
-
-sub main
-{
- my ($arg,@args);
- @args = &parse_cmd(join(" ",@ARGV));
- while(defined($arg = shift @args))
- {
- $arg eq '' and next
-# or &no_opt($arg) and return $error{'wrong_cmd'} -> ($arg,'tlpm --help')
- or &no_opt($arg) and do {$tl_binaries{$arg} = $true}
- or &is_opt($arg,'d','directory') and do {$tl_target = shift @args;1}
- or &is_opt($arg,'s','source') and do {$tl_source = shift @args;1}
- or &is_opt($arg,'v','version') and return $heeelp -> ('tlpm_banner')
- or &is_opt($arg,'h','help') and return &help(shift @args)
- or &is_opt($arg,'H','Help','readme') and return &readme()
- or &is_opt($arg,'b','batch') and do {$batch_file = shift @args;$batch_mode = 1}
-# or &is_opt($arg,'q','quiet') and do {$quiet_mode = 1}
- or &is_opt($arg,'D','debug') and do {&enable_dbg();}
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'tlpm --help');
- }
- unless(defined $tl_source){$tl_source = $ENV{'tl_source'}}# ...or remains undefined
- unless(defined $tl_target){$tl_target = $ENV{'tl_target'}}
- $tl_source_indeed = $false; # we need to check the source availability anyway
- unless(defined %tl_binaries) # new; installing not only native binaries
- {
- %tl_binaries = ($tlpm_os => $true);
- }
- $tl_target_indeed = $false;
- if($batch_mode)
- {
- &batch($batch_file);
- }
- else
- {
- $heeelp -> ('tlpm_banner');
- $heeelp -> ('type_help');
- &prompt();
- }
-}
-
-#$quiet_mode = 0;
-&not2log();
-&disable_dbg();
-$batch_mode = 0;
-$batch_file = '';
-
-&main();
-
-# uff
diff --git a/Master/setuptl/tlpm-x86_64-linux.pl b/Master/setuptl/tlpm-x86_64-linux.pl
deleted file mode 100755
index eec92ea8725..00000000000
--- a/Master/setuptl/tlpm-x86_64-linux.pl
+++ /dev/null
@@ -1,150 +0,0 @@
-#!/usr/bin/env perl
-# This file belongs to TLPM v2.21, TeX Live Package Manager
-# Public Domain, P.Jackowski@gust.org.pl
-
-BEGIN{$tlpm_version="2.21";$tlpm_os="x86_64-linux"}
-
-# the main tlpm script
-
-use TLPM::common;
-use TLPM::constants;
-
-use TLPM::pkg;
-use TLPM::reg;
-use TLPM::cmdl;
-
-use TLPM::list;
-use TLPM::incl;
-use TLPM::blng;
-use TLPM::inst;
-use TLPM::uninst;
-use TLPM::check;
-use TLPM::help;
-use TLPM::info;
-
-%commands =
-(
- 'exit' => sub {exit(0)},
- 'quit' => sub {exit(0)},
- 'list' => \&list,
- 'incl' => \&incl,
- 'blng' => \&blng,
- 'inst' => \&inst,
- 'uninst' => \&uninst,
- 'check' => \&check,
- 'info' => \&info,
- 'help' => \&help,
-# 'Help' => \&readme,
-# 'readme' => \&readme,
-# 'version' => \&version,
- 'cmd' => \&sys,
- 'set' => \&set
-);
-
-# interactive mode
-
-sub prompt
-{
- local ($cmd_name,@cmd_args,$cmd_line);
- while($true)
- {
- print STDOUT $tlpm_prompt;
- $cmd_line = <STDIN>;
- exit(0) unless defined $cmd_line; # otherwise looop after 'echo <command> | tlpm'
- chomp $cmd_line;
- &execute_cmd();
- }
-}
-
-# batch mode
-
-sub batch
-{
- local ($cmd_name,@cmd_args,$cmd_line);
- local *INP;
- &norm_path($batch_file);
- $batch_file = &rel2abs($batch_file,$curr_dir);
- open(INP,"<$batch_file") or exit $error{'wrong_inp'} -> ($batch_file);
- $message -> ("Executing batch file '$batch_file'");
- foreach $cmd_line (<INP>)
- {
- exit(0) unless defined $cmd_line;
- chomp $cmd_line;
- next if $cmd_line =~ /\A\s*(%|#|\z)/; # comment
- print STDOUT $tlpm_prompt . $cmd_line . "\n";
- &execute_cmd();
- }
- close INP;
-}
-
-sub execute_cmd
-{
- my $err;
- &resolve_env($cmd_line);
- &set_out($cmd_line);
- &open_out();
- @cmd_args = &parse_cmd($cmd_line);
- return(0) unless @cmd_args; # return prompt on ENTER
- $cmd_name = shift @cmd_args;
- if(defined $commands{$cmd_name})
- {
- $err = $commands{$cmd_name} -> (@cmd_args);
- }
- else
- {
- $err = $error{'wrong_cmd'} -> ($cmd_name,'help');
- }
- &close_out();
- return $err;
-}
-
-# the main procedure
-
-sub main
-{
- my ($arg,@args);
- @args = &parse_cmd(join(" ",@ARGV));
- while(defined($arg = shift @args))
- {
- $arg eq '' and next
-# or &no_opt($arg) and return $error{'wrong_cmd'} -> ($arg,'tlpm --help')
- or &no_opt($arg) and do {$tl_binaries{$arg} = $true}
- or &is_opt($arg,'d','directory') and do {$tl_target = shift @args;1}
- or &is_opt($arg,'s','source') and do {$tl_source = shift @args;1}
- or &is_opt($arg,'v','version') and return $heeelp -> ('tlpm_banner')
- or &is_opt($arg,'h','help') and return &help(shift @args)
- or &is_opt($arg,'H','Help','readme') and return &readme()
- or &is_opt($arg,'b','batch') and do {$batch_file = shift @args;$batch_mode = 1}
-# or &is_opt($arg,'q','quiet') and do {$quiet_mode = 1}
- or &is_opt($arg,'D','debug') and do {&enable_dbg();}
- or &rem_opt($arg) and return $error{'wrong_opt'} -> ($arg,'tlpm --help');
- }
- unless(defined $tl_source){$tl_source = $ENV{'tl_source'}}# ...or remains undefined
- unless(defined $tl_target){$tl_target = $ENV{'tl_target'}}
- $tl_source_indeed = $false; # we need to check the source availability anyway
- unless(defined %tl_binaries) # new; installing not only native binaries
- {
- %tl_binaries = ($tlpm_os => $true);
- }
- $tl_target_indeed = $false;
- if($batch_mode)
- {
- &batch($batch_file);
- }
- else
- {
- $heeelp -> ('tlpm_banner');
- $heeelp -> ('type_help');
- &prompt();
- }
-}
-
-#$quiet_mode = 0;
-&not2log();
-&disable_dbg();
-$batch_mode = 0;
-$batch_file = '';
-
-&main();
-
-# uff
diff --git a/Master/setuptl/tlpm.batch b/Master/setuptl/tlpm.batch
deleted file mode 100644
index b07fac3f3ea..00000000000
--- a/Master/setuptl/tlpm.batch
+++ /dev/null
@@ -1,25 +0,0 @@
-% $Id: tlpm.batch 164 2006-12-27 20:23:48Z tlu $
-% sample TLPM batch file
-
-% binary base
-inst bin-tex bin-pdftex bin-tetex -d C:\TeX
-
-% dvips
-inst dvips bin-dvipsk
-
-% fonts
-inst lm cm pl cc-pl antt antp tex-gyre qfonts
-inst bin-t1utils
-
-% formats
-inst plain mex enctex
-
-% meta-stuff
-inst metapost bin-metapost
-inst metafont bin-metafont
-
-% and custom logs
-check -p > _miss_pkges.lst
-check -f > _miss_files.lst
-list -p -d > _inst_pkges.lst
-list -f -d > _inst_files.lst \ No newline at end of file
diff --git a/Master/setuptl/tlpm.exe b/Master/setuptl/tlpm.exe
deleted file mode 100644
index 8a050041b6f..00000000000
--- a/Master/setuptl/tlpm.exe
+++ /dev/null
Binary files differ
diff --git a/Master/setuptl/tlpm.readme b/Master/setuptl/tlpm.readme
deleted file mode 100644
index 5ab4d101c85..00000000000
--- a/Master/setuptl/tlpm.readme
+++ /dev/null
@@ -1,444 +0,0 @@
-TECHNICAL NOTES:
-
-* About TLPM
-TLPM (TeX Live Package Manager) helps to search, trace dependencies, and
-install TeX Live packages. It works with TeX Live 2004, 2005, 2006/07
-editions. Initially, TLPM was just my private Perl script for controlling the
-mass of TeX Live packages repository. Since there were no win-installer on
-TeX Live 2004, TLPM became a rescue solution. Starting from version 2.11,
-TLPM works, with some restrictions, under Unix shells as well.
-
-All the configuration is beyond the scope of TLPM functionality. TLPM doesn't
-perform any post-installation actions such as setting of environment
-variables, building formats or updating fontmap files. All those actions are
-accomplished by a pretty nice TLPMGUI front-end written by Tomek \{}Luczak.
-
-Since there is no (not yet) consistent versioning system within TeX Live
-distribution, TLPM does NOT support upgrades or downgrades, neither of
-packages, nor of the entire distribution. TLPM fully relies on the
-information retrieved from the TPM files (actually from text files stored in
-the 'texmf/lists' directory). If you don't trust TPMs, do NOT trust TLPM
-either!
-
-* Usage
-TLPM tries to detect the CD/DVD drive with TeX Live disk automagically (this
-heuristic is performed not performed on Unix shells). If the magic fails,
-TLPM prompts to provide a mounting point, unless one use the '--source'
-command-line option or the 'tl_source' environment variable, which might be
-useful while installing TeX Live from local hard drive resources.
-
-The target installation directory can be specified with the '--directory'
-command-line option or the 'tl_target' environment variable. If both are
-missing, one is prompted for the target directory during runtime (interactive
-mode) or it is initialized to current directory (batch mode).
-
-TLPM can be run in batch mode. In such a case, each line of the batch file is
-treated as a TLPM command, unless empty or starts with the '%' or '#'
-characters. The range of commands and options available in batch mode is the
-same as in the interactive mode. Mentioned TLPMGUI program communicates with
-TLPM via batches.
-
-The history of installed and uninstalled packages is saved in the tlpm.log file
-stored in the TeX Live target directory. TLPM does not reuse this file and
-reads the current installation state from disk in each run.
-
-TLPM is self documented -- 'help [<command>]' informs about usage details.
-
-* Command line
-TLPM respects quotations (both double quotes and single quotes) used in command
-line. Quotation is necessary while using path names with spaces (strongly not
-recommended!) or other strange characters that may conflict with the command
-syntax. If so, please quote the entire phrase. Whenever analyzing the command,
-TLPM also resolves environment variables expressed as '%variable%' or '$variable'.
-
-To ensure possibly similar behaviour for different platforms, TLPM interprets
-all the command line (including '>file' and '|stream' redirection) on its
-own. Hence, some shell specific expansion may not work as normally expected.
-
-* License
-I have done my best to make TLPM functional and reliable, but can NOT warrant
-anything. If you like TLPM, feel free to redistribute it without any
-restrictions. TLPM is in Public Domain.
-
-* Thanks
-Big THANK YOU to Jolanta Szelaty\n{}ska, Staszek Wawrykiewicz, Tomek
-\L{}uczak, Jerzy Ludwichowski and all other nice souls for all their help.
-
-* Bugs
-Bugs reports and comments are welcome (tlpmgui@gust.org.pl)
-
-* History
-23.02.2005, 1.00 -- first beta release
-06.04.2005, 1.01 -- bugfix; 'inst' function couldn't be executed twice
- because of incorrect error code returned
-06.05.2005, 1.02 -- bugfix; some of messages redirected to files were stored in
- texmf/lists instead of the runtime directory
-15.09.2005, 1.03 -- TLPM seems to work fine with TL2005; changed messages.
-30.09.2005, 1.04 -- tiny changes in CD detection routine
-05.10.2005, 2.00 -- general rework; mostly in messaging system and installation;
- now TLPM supports also TeX Live DVD (slooow...)
-06.10.2005, 2.01 -- again, changes in CD/DVD detection routine because of removing
- tlpm(gui) stuff from TL root directory
-08.10.2005, 2.02 -- bugfix; while removing standalone packages, uninstall
- routine was performed twice
-10.10.2005, 2.03 -- bugfix; now paths are internally separated by `\' ($chr_dirsep)
- because of win98 archeology
-11.10.2005, 2.04 -- debug version made to fix hanging under win98
-12.10.2005, 2.05 -- yet another temporary debug version
-13.10.2005, 2.06 -- experimental progress info while installing from DVD
-14.10.2005, 2.07 -- progress info while installing from CD and DVD
- and --quiet option for 'inst' command
-25.10.2005, 2.08 -- give up to with hanging on DVD installation under Win98;
- just note added
-26.10.2005, 2.09 -- yet another slight correction
-27.10.2005, 2.10 -- Karl confirmed that 'texlive2005' directory
- need no longer to be checked
-19.03.2006, 2.11 -- some experimental rework; allows to extract binaries for other
- platforms, can work under Linux, prompts for source drive
- or mounting point unless found automatically
-23.04.2006, 2.12 -- added installation from DVD support for Linux; still slow,
- as in Windows
-08.05.2006, 2.13 -- bugfix; changes 2.12 spoil installation from cd
-04.06.2006, 2.14 -- code commented
-07.01.2007, 2.15 -- help update for TeX Live 2006/07 edition
-08.01.2007, 2.16 -- bugfix; typing 'version' command was causing a program crash;
- there is no such a command available anymore; program version
- is displayed in the banner and command prompt
-09.01.2007, 2.17 -- code comments, readme changes
-12.01.2007, 2.18 -- since 'cmd set...' does not work as expected (the variable is
- not kept in the environment during TLPM session), we introduce
- new 'set' command
-12.01.2007, 2.19 -- protection from defining variables of empty name
-21.01.2007, 2.20 -- modified source detection heuristic; .mkisofsrc file is no longer
- checked, since as hidden, it can be easily missed while copying;
- debug messages added for detection; release date added to
- welcome message
-01.02.2007, 2.21 -- yet another change to source detection; source remain
- valid even if release info can't be retrieved from *.TL
- files
-* Known issues
-1. Installation from DVD is much slower than from CD. Sorry...
-2. Under Windows; if there are two CD drives (ie. 'E:\' and 'F:\') and TeX Live
-disk is in the second one, system may throw 'Insert CD to E:\' message and block
-the program. Can't help that... Put the CD into 'F:\' instead, use '--source'
-option or 'tl_source' environment variable.
-3. While sending the command output to pipe (ie. 'list | grep' or 'incl | more'),
-by design, no summary is displayed. The summary might be irrelevant if affected
-by grep or something.
-4. While running via tlpmgui with DVD, installation (xcopy) hangs on Win98. Any ideas?
-5. While installing from DVD, strange message 'Cannot perform INPAGE operation'.
-Hardly reproducable...
-
-* Hope for the future
-0. New TL package model -> versioning system -> upgrading -> via net installation
-1. Shell-specific cmd-line expansion (probably I'll give up cmdline parsing on my own)
-2. More robust and platform independent copying mechanism (especially important for DVD)
-
-
-################################################################################
- COMMANDS IN DETAILS
-################################################################################
-
-##################################### tlpm #####################################
-USAGE:
-tlpm [platforms] [-s <source>] [-d <target>] [-b <batch>]
-
-DESCRIPTION:
-TLPM help searching for, installing and uninstalling TeX Live packages.
-
-COMMANDS:
-list list packages or files with names matching the given phrase
-incl list packages or files included in the given bundle
-blng show to which bundle the given package or file belongs
-inst install a package in specified target directory (just extract)
-uninst uninstall a package from specified target directory
-check check installation dependencies and consistency
-info show package info
-help show this help or the given command description
-set set environment variable for current TLPM session
-cmd execute a system command
-quit leave the program
-
-Type 'help <command>' for details.
-
-OPTIONS:
--s --source set default TeX Live source path
--d --directory set default TeX Live target path
--b --batch enter batch mode
--h --help display this help and quit
--H --Help display the entire readme and quit
--v --version display the version info and quit
-
-EXAMPLES:
-% start in interactive mode
-tlpm
-
-% start in batch mode reading commands from 'file.lst'
-tlpm -b file.lst
-
-% set TeX Live target directory (do not prompt during runtime)
-tlpm -d /usr/share/TeX
-tlpm -d D:\TeX
-
-% set TeX Live source and target (current directory)
-tlpm -s /mnt/cd -d .
-tlpm -s E:\ -d .
-
-% respect binary packages for listed platforms (depends on TeX Live naming convention)
-tlpm win32 i386-linux -s /mnt/cd
-tlpm win32 i386-linux -s E:\
-
-% execute just one TLPM <command> and quit
-echo <command> | tlpm
-
-
-
-##################################### list #####################################
-USAGE:
-list [-pfe] [<phrase>] [-d <dir>]
-
-DESCRIPTION:
-Lists files or packages from TeX Live CD/DVD or installation directory.
-
-OPTIONS:
--p --packages search for packages matching <phrase> (default)
--f --files search for files matching <phrase>
--e --expression treat <phrase> as a Perl regular expression (regex)
--d --directory list packages or files installed in the <dir> directory
-
-EXAMPLES:
-% display a list of all packages available on TeX Live CD/DVD
-list
-
-% the same via a pager
-list -p * | more
-
-% output all PFB file names on the CD/DVD into font.log
-list -f *.pfb >font.log
-
-% the same, but matching regex instead of a mask
-list -fe ^.*\.pfb>font.log
-
-% list package collections installed in <dir>
-list coll* -d /usr/share/TeX
-list coll* -d D:\TeX
-
-% the same, assuming that the target directory has already been specified
-list coll* -d
-
-% yet one more alternative via grep
-list -d | grep coll
-
-
-
-##################################### incl #####################################
-USAGE:
-incl <package> [-pferj] [<phrase>]
-
-DESCRIPTION:
-Displays a list of <package> requirements and contents.
-
-OPTIONS:
--p --packages show required packages matching <phrase> (default)
--f --files show included files matching <phrase>
--e --expression treat <phrase> as a Perl regex
--r --recurse follow dependencies recursively (default)
--j --justone do not recurse
-
-EXAMPLES:
-% display all packages required by collection-basic (via pager)
-incl collection-basic | more
-
-% display packages directly required by the collection-basic
-incl collection-basic -j
-
-% write all TFM files included in the collection-basic to tfms.lst
-incl collection-basic -f *.tfm > tfms.lst
-
-% display a list of collections included in the GUST scheme
-incl scheme-gust.scheme -p coll
-
-
-
-##################################### blng #####################################
-USAGE:
-blng [-pf] <name>
-
-DESCRIPTION:
-Shows parent bundle(s) of a package or file given by <name> (not <phrase>).
-
-OPTIONS:
--p --package treat <name> as a package (default)
--f --file treat <name> as a file
-
-EXAMPLES:
-% show bundles that include collection-context
-blng collection-context
-
-% show the package that contains the 'manfnt.tfm' file
-blng -f manfnt.tfm
-
-
-
-##################################### inst #####################################
-USAGE:
-inst <package> [-rjou] [-d <dir>]
-
-DESCRIPTION:
-Install <package> in the specified target directory.
-By default, already installed packages are skipped.
-
-OPTIONS:
--r --recurse follow dependencies recursively (default)
--j --justone do not recurse
--o --overwrite reinstall existing packages
--u --update refresh older, create missing files (implies --overwrite)
--d --directory install the packages in <dir> directory
--q --quiet disable progress info
-
-EXAMPLES:
-% install entire collection-basic in <dir>
-inst collection-basic -d /usr/share/TeX
-inst collection-basic -d D:\TeX
-
-% reinstall collection-basic and prompt for the target directory (if not given already)
-inst collection-basic -o
-
-% just update the ComputerModern fonts package
-inst cm -ju
-
-
-
-#################################### uninst ####################################
-USAGE:
-uninst <package> [-rjiI] [-d <dir>]
-
-DESCRIPTION:
-Uninstalls <package> from the specified target directory.
-
-OPTIONS:
--r --recurse follow dependencies recursively (default)
--j --justone do not recurse
--i --ignore ignore dependencies
--I --Ignore ignore dependencies indeed
--d --directory uninstall packages from <dir> directory
-
-EXAMPLES:
-% remove the LaTeX collection with all components, unless required by other packages
-uninst collection-latex
-
-% force removal of the LaTeX collection but leave shared packages untouched
-uninst collection-latex -i
-
-% force removal of the LaTeX collection and all its components, even if shared (dangerous)
-uninst collection-latex -I
-
-% remove just the 'ltxmisc' package from <dir>
-uninst ltxmisc -j -d /ust/share/TeX
-uninst ltxmisc -j -d D:\TeX
-
-
-
-#################################### check ####################################
-USAGE:
-check [-pf][-d <dir>]
-
-DESCRIPTION:
-Check installation dependencies and consistency.
-
-OPTIONS:
--p --packages check packages (default)
--f --files check files
--d --directory check given <dir> directory
-
-EXAMPLES:
-% display packages missing from <dir>
-check -d /usr/share/TeX
-check -d D:\TeX
-
-% almost the same (prompt for directory, if not specified already)
-check
-
-% display files that should exist but can not be found
-check -f
-
-
-
-##################################### help #####################################
-USAGE:
-help [<command>]
-
-DESCRIPTION:
-Displays general help or usage details for a given command.
-
-OPTIONS:
--H --Help display the entire readme
-
-EXAMPLES:
-% display general help (via pager)
-help | more
-
-% tell me more about the 'inst' command
-help inst
-
-% exactly the same
-inst --help
-
-
-
-##################################### info #####################################
-USAGE:
-info <package>
-
-DESCRIPTION:
-Displays the information available for a given package.
-
-EXAMPLES:
-% tell me something about ConTeXt
-info context
-
-
-
-##################################### set #####################################
-USAGE:
-set <key-val list>
-
-DESCRIPTION:
-(Re)Sets environment variable for the current TLPM session.
-
-EXAMPLES:
-set TEXMFCNF=D:/TeX/texmf/web2c LOFO=.;lofo//
-
-
-
-##################################### cmd #####################################
-USAGE:
-cmd <command>
-
-DESCRIPTION:
-Executes a system command without exiting the TLPM session.
-
-EXAMPLES:
-% mount TeX Live source
-cmd mount /dev/cd /mnt/cd
-
-% test TeX
-cmd tex \input story \end
-
-% clear screen
-cmd clear
-
-
-
-##################################### quit #####################################
-USAGE:
-quit
-
-DESCRIPTION:
-Leaves the program.
-
-EXAMPLES:
-% say goodbye
-quit
-
-
diff --git a/Master/setuptl/tlpm.winconf b/Master/setuptl/tlpm.winconf
deleted file mode 100644
index 5786f6c31e9..00000000000
--- a/Master/setuptl/tlpm.winconf
+++ /dev/null
@@ -1,79 +0,0 @@
-Configuring the TeX Live 2004-2006 installation on Windows in 5 steps;
-$Id: tlpm.winconf 218 2007-01-09 18:21:14Z tlu $
-Staszek Wawrykiewicz (staw at gust.org.pl, 13.02.2005)
-
-This document tries to describe in short the most important steps to
-configure TeX Live 2004-2006, installed on Windows using the TLPM program
-by Pawe{\l} Jackowski (or manually, for bold people).
-
-1. After installation from the TeX Live CD/DVD, the most important
- thing is to set some environment variables. How to do that depends on
- the Windows version used, e.g., for Windows 9x it is enough to add
- the following lines into c:\autoexec.bat file and restart the system
-
-REM addapt the next line to YOUR TLroot directory
-set TLroot=c:\TeXLive
-set PATH=%TLroot%\bin\win32;%PATH%
-set TEXMFCNF=%TLroot%\texmf-var\web2c
-set PERL5LIB=%TLroot%\xemtex\perl\lib;%TLroot%\xemtex\perl\site\lib
-set GS_LIB=%TLroot%\xemtex\gslib;%TLroot%\xemtex\gsfonts
-
-For Windows NT/2K/XP the procedure is somehow less straightforward.
-Click left on Start->Settings->Control Panel. Now the window with the
-control panel icons opens. Double click on "System". The
-"System Properties" window opens. Click on the tab "Environment"
-or look for a button named "Environment Variables" among the
-dialog boxes. Now you can change the environment variables for your
-user account (or system wide variables when you have administrator rights
-on your machine).
-Hint: Having opened this readme file in any text editor (like Notepad) you can
-copy-paste the variable names and their values from the above example.
-Please adapt first TLroot value to the directory where you installed
-TeX Live.
-Windows NT/2K/XP versions for some reasons also need setting of one more variable:
-TEXMFTEMP=%TLroot%\temp
-Do not forget to create this subdirectory by hand!
-
-2. As we need the texmf-var directory for (some) configuration files, formats,
- etc., this is good time to do it right now. Please apply the
- following batch file (should work for all Windows versions):
-
---- mktexvar.bat --<-- cut here
-REM addapt the following line to the absolute directory
-cd %TLroot%
-md texmf-var
-cd texmf-var
-md web2c
-copy ..\texmf\web2c\texmf.cnf web2c\*.*
-copy ..\texmf\web2c\fmtutil.cnf web2c\*.*
-attrib -R web2c\texmf.cnf
-attrib -R web2c\fmtutil.cnf
-md tex
-cd tex
-md generic
-cd generic
-md config
-cd config
-copy ..\..\..\..\texmf\tex\generic\config\language.dat .
-attrib -R language.dat
-echo PLEASE CHANGE texmf-var\tex\generic\config\language.dat
-echo (percent out not needed hyphenation patterns)
-
-Now you can edit the language.dat file in the texmf-var subtree
-and unsellect all hyphenation patterns which are not needed (and in fact
-could be missing).
-
-3. run from the command line:
-mktexlsr
-
-4. run from the command line:
-updmap
-
-5. run from the command line:
-fmtutil --byfmt=latex
-(or any needed format)
-
-More information on how to configure the installation can be found
-in the TeX Live documentation, see section "Personal configurations"
-and also "Tips and tricks for Win32".
-
diff --git a/Master/setuptl/tlpmgui-darwin-univ-aqua b/Master/setuptl/tlpmgui-darwin-univ-aqua
deleted file mode 100755
index 58d6f130753..00000000000
--- a/Master/setuptl/tlpmgui-darwin-univ-aqua
+++ /dev/null
Binary files differ
diff --git a/Master/setuptl/tlpmgui-i386-linux b/Master/setuptl/tlpmgui-i386-linux
deleted file mode 100755
index 5e74fa33c14..00000000000
--- a/Master/setuptl/tlpmgui-i386-linux
+++ /dev/null
Binary files differ
diff --git a/Master/setuptl/tlpmgui-x86_64-linux b/Master/setuptl/tlpmgui-x86_64-linux
deleted file mode 100755
index 18e215294c2..00000000000
--- a/Master/setuptl/tlpmgui-x86_64-linux
+++ /dev/null
Binary files differ
diff --git a/Master/setuptl/tlpmgui.exe b/Master/setuptl/tlpmgui.exe
deleted file mode 100644
index 39d5d02e696..00000000000
--- a/Master/setuptl/tlpmgui.exe
+++ /dev/null
Binary files differ
diff --git a/Master/setuptl/which.exe b/Master/setuptl/which.exe
deleted file mode 100644
index fbf68efc06c..00000000000
--- a/Master/setuptl/which.exe
+++ /dev/null
Binary files differ
diff --git a/Master/tlpkg/bin/check-file-coverage b/Master/tlpkg/bin/check-file-coverage
index 119f92a72a8..c3f606851ba 100755
--- a/Master/tlpkg/bin/check-file-coverage
+++ b/Master/tlpkg/bin/check-file-coverage
@@ -26,9 +26,7 @@ use File::Path;
my @IgnorePatterns = qw!
- .mkisofsrc$ 00INST.TL$ 00LIVE.TL$ autorun.inf$
- common.sh$ utils.sh$
- install-(compr|live|pkg-compr|pkg-live).sh$
+ .mkisofsrc$ autorun.inf$
config.guess$ config.sub$
support/ source/ setuptl/
texmf-dist/README$ texmf-doc/README$ texmf/README$
diff --git a/Master/utils.sh b/Master/utils.sh
deleted file mode 100755
index 4f371dfbc36..00000000000
--- a/Master/utils.sh
+++ /dev/null
@@ -1,443 +0,0 @@
-#!/bin/sh
-# $Id$
-#
-# utils.sh -- utility routines for the TeX Live installation scripts.
-# Do not call directly.
-#
-# Copyright Sebastian Rahtz and Karl Berry 2003, 2004, 2005, 2006.
-#
-# 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., 51 Franklin Street, Fifth Floor, Boston, MA
-# 02110-1301, USA.
-#
-# Send bug reports or suggestions to tex-live@tug.org.
-
-################################################################
-# Basic IO:
-################################################################
-
-################################################################
-# read: called with the name of a variable and (optionally) a
-# different message text. Keeps the old value of the
-# variable, if the empty string in entered.
-################################################################
-gets()
-{
- gets_var=$1; gets_text=${2-$gets_var}
- eval old=\$$gets_var
- eval $echon \""New value for $gets_text [$old]: "\"
- read $gets_var
- eval test -z \"\$$gets_var\" && eval $gets_var=\'$old\'
-}
-
-################################################################
-# getopt: get a menu choice.
-# $1: string with valid characters
-# $2: message for prompting
-################################################################
-getopt()
-{
- chars=$1; msg=$2
- while true; do
- #$echon "$msg ([$chars]): "
- $echon "$msg: " >&2
- read ans
- ans=`echo $ans | tr '[a-z]' '[A-Z]'`
- case "$ans" in
- [$chars])
- echo "$ans"
- return
- esac
- done
-}
-
-getoptallcase()
-{
- chars=$1; msg=$2
- while true; do
- #$echon "$msg ([$chars]): "
- $echon "$msg: " >&2
- read ans
- case "$ans" in
- [$chars])
- echo "$ans"
- return
- esac
- done
-}
-
-################################################################
-# toggle: given the name of a variable, toogle switches between
-# the values ' ' and X.
-################################################################
-toggle()
-{
- if eval test \"\$$1\" = X; then
- eval $1=\' \'
- else
- eval $1=X
- fi
-}
-
-################################################################
-# This tricky function displays the value of a variable that can
-# contain newline characters. Variables will be expanded, too.
-# Arguments:
-# 1: the name of the variable
-################################################################
-textvar_show()
-{
- OLDIFS=$IFS; IFS='';
- eval echo \"`eval echo \\$${1}`\"
- IFS=$OLDIFS
-}
-
-readln()
-{
- $echon 'Press return to continue... '
- read foo
-}
-
-helpme()
-{
- var=$1
- cls
- textvar_show $var 2>&1 | $PAGER
- echo
- readln
-}
-
-################################################################
-# Use the yesno functions to ask the user a simple yes/no
-# question.
-# Arguments:
-# $1: test to display for the question (" (Y/N)? " will
-# automatically be appended).
-################################################################
-yesno()
-{
- while true; do
- $echon "$1 (Y/N)? "
- read ans
- case $ans in
- y|Y) return 0;;
- n|N) return 1;;
- esac
- done
-}
-
-################################################################
-# A set of functions the might do an echo without linefeed in
-# the end. Function find_echo sets the variable "echon" to a
-# suitable function.
-################################################################
-echo_a() { echo -n "$@"; }
-echo_b() { echo "$@\c"; }
-echo_c() { echo -e "$@\c"; }
-echo_d() { /bin/echo -n "$@"; }
-echo_e() { /bin/echo "$@\c"; }
-echo_f() { /bin/echo -e "$@\c"; }
-
-################################################################
-# Test which of the above functions does the trick. We set
-# the variable "echon" to the first function that works
-# correctly.
-################################################################
-find_echo()
-{
- for i in a b c d e f; do
- test "`echo_$i c``echo_$i a`" = ca && echon=echo_$i && return
- done
- echon=echo
-}
-
-
-################################################################
-# a replacement for xargs (for systems that dont have it)
-################################################################
-mxargs()
-{
- (
- COUNT=25
- COUNTP=26
- TEMP=${TMP-/tmp}
- TMPA=$TEMP/.tmp_xargs_a.$$
- TMPB=$TEMP/.tmp_xargs_b.$$
- trap "rm -f $TMPA $TMPB; trap '' 0; exit 0" 0 1 2 15
- cat > $TMPA
- while test -s $TMPA; do
- args=`sed -n "1,${COUNT}p" <$TMPA`
- "$@" $args
- mv $TMPA $TMPB
- sed -n "${COUNTP},\$p" <$TMPB >$TMPA
- done
- )
-}
-
-################################################################
-# search for a binary in PATH, find all occurences
-################################################################
-find_in_path()
-{
- fip_testbin=$1
- fip_result=""
- case "$fip_testbin" in
- /*) test -x "$fip_testbin" && test -f "$fip_testbin" &&
- fip_result="$fip_result $fip_testbin";;
- *)
- OLDIFS=$IFS; IFS=:; eval set $PATH; IFS=$OLDIFS
- for fip_this_dir
- do
- test -x "$fip_this_dir/$fip_testbin" &&
- test -f "$fip_this_dir/$fip_testbin" &&
- fip_result="$fip_result $fip_this_dir/$fip_testbin"
- done
- esac
- echo $fip_result
-}
-
-################################################################
-# search for a tar that either understands -I or -T
-################################################################
-test_tar()
-{
- testtar_tmp=${TMP-/tmp}/.testtar.$$
- TARS="`find_in_path gtar` `find_in_path tar`"
- test -z "$TARS" && return
- (
- exec 3>&1 1>/dev/null 2>&1
- trap "cd /; rm -rf $testtar_tmp; trap '' 0; exit 0" 0 1 2 15
- mkdir $testtar_tmp; cd $testtar_tmp
-
- mkdir a b
- tar cf test.tar a b
- rmdir a b
- echo a > list
- for TAR in $TARS; do
- $TAR -x -f test.tar -T list >/dev/null 2>&1
- if test -d a && test ! -d b; then
- echo "$TAR -T" >&3
- break
- fi
- rmdir a b >/dev/null 2>&1
- $TAR -x -f test.tar -I list >/dev/null 2>&1
- if test -d a && test ! -d b; then
- echo "$TAR -I" >&3
- break
- fi
- done
- )
-}
-
-################################################################
-# if we find a good tar: use it. Else use xargs (or even mxargs)
-################################################################
-find_tar()
-{
- XARGS=`find_in_path xargs | sed 's/ .*//'`
- test -x "$XARGS" || XARGS=mxargs
- set x `test_tar`; shift
- if test -n "$1"; then
- GOODTAR=true
- TARPROG=$1; TAROPT=$2
- else
- GOODTAR=false
- TARPROG=tar; TAROPT=""
- fi
-}
-
-################################################################
-# utility functions:
-################################################################
-
-bad_sh()
-{
- /bin/sh -c 'exit 1'
- retval=$?
- if test "$retval" != 1; then
- echo
- echo 'Your /bin/sh is completely broken. A simple program like'
- echo
- echo " /bin/sh -c 'exit 1'; echo \$?"
- echo
- echo "gives a wrong result."
- echo
- echo 'Your shell is likely to break some scripts of TeX Live. Please'
- echo 'update your /bin/sh first and try to install TeX Live later.'
- echo
- exit 1
- fi
-}
-
-warning()
-{
- echo "$@"
-}
-
-cls()
-{
- test "$debug" = true || clear
-}
-
-check_for_binary()
-{
- testbin=$1
- case "$testbin" in
- /*) test -x "$testbin" && test -f "$testbin"; return;;
- *)
- OLDIFS=$IFS; IFS=:; eval set $PATH; IFS=$OLDIFS
- for this_dir
- do
- test -x "$this_dir/$testbin" &&
- test -f "$this_dir/$testbin" && return 0
- done
- return 1;;
- esac
-}
-
-require_binaries()
-{
- for this_bin
- do
- check_for_binary $this_bin ||
- fatal "program '$this_bin' not found in PATH"
- done
-}
-
-
-unset_vars()
-{
- for var in $envvars; do
- unset $var
- done
-}
-
-unset_vars()
-{
- for var in $envvars; do
- unset $var
- done
-}
-
-mkdirhier()
-{
- case $1 in
- /*) cd /;;
- esac
- OLDIFS=$IFS; IFS=/; eval set $1; IFS=$OLDIFS
- for i
- do
- test -d $i || mkdir $i || break
- cd $i || break
- done
-}
-
-# fill a string with blanks:
-setlength()
-{
- var=$1
- length=$2
- eval value=\"\$$var\"
- l=`expr "$value" : '.*'`
- test $l -lt $length || return
- d=`expr $length - $l`
- OLDIFS=$IFS; IFS=''
- substr=`awk 'END {print substr(" ", 1, ANZ)}' ANZ=$d </dev/null`
- eval $var='$substr$value'
- IFS=$OLDIFS
-}
-
-# [t]ry again, [r]econfigure, [a] abort
-tra()
-{
- msg=$1
- cls
- echo "Oops, I am in trouble here! The error was:"
- echo ">> $msg <<"
- echo
- case `getopt TRQ 'What shall we do now: <t>ry again, <r>econfigure, <q>uit'` in
- T) return;;
- R) menu_main;;
- Q) exit 1;;
- esac
-}
-
-warn()
-{
- msg=$1
- cls
- echo "Oops, I am in trouble here! The problem was:" >&2
- echo ">> $msg <<" >&2
- echo >&2
- case `getopt CQ 'What shall we do now: <c>continue, <q>uit'` in
- C) return;;
- Q) exit 1;;
- esac
-}
-
-fatal()
-{
- echo; echo
- echo "ERROR: $@."
- echo "This was a fatal error. Installation aborted."
- $debug && read foo
- exit 1
-}
-
-show_error()
-{
- test $? = 0 && return
- cls
- echo 'WARNING: the last command returned an error.'
- if yesno 'Do you want to see the errorlog'; then
- cat $ERRLOG | $PAGER
- readln
- fi
- cls
-}
-
-locate_binaries()
-{
- require_binaries \
- pwd touch sed awk gzip ln rm ls tar tr mkdir cat \
- `echo $PAGER | sed 's@ .*@@'`
-}
-
-# convert standard names to our binary names.
-platform_guess()
-{
- sys=`(cd ${TMP-/tmp}; sh ${OVERRIDE_GUESS-$CDDIR}/config.guess)`
- system=`echo $sys | sed 's/-[^-]*-/-/'`
- case $system in
- *86-cygwin*) Sys=i386_cgywin;;
- *86-darwin*) Sys=i386_darwin;;
- *86-freebsd*) Sys=i386_freebsd;;
- *86-openbsd*) Sys=i386_openbsd;;
- *86-linux*) Sys=i386_linux;;
- *86-solaris*) Sys=i386_solaris;;
- *86_64*-linux*) Sys=x86_64_linux;;
- alpha*-linux*) Sys=alpha_linux;;
- hppa*-hpux*) Sys=hppa_hpux;;
- mips-irix*) Sys=mips_irix;;
- powerpc-aix*) Sys=powerpc_aix;;
- powerpc-*darwin*) Sys=powerpc_darwin;;
- powerpc-*linux*) Sys=powerpc_linux;;
- sparc-solaris*) Sys=sparc_solaris;;
- sparc*-linux*) Sys=sparc_linux;;
-# *86-openbsd*) Sys=i386_openbsd;;
-# alphaev*-osf*) Sys=alphaev5_osf;;
-
- esac
- this_system=$Sys
-}