summaryrefslogtreecommitdiff
path: root/Master/setuptl
diff options
context:
space:
mode:
authorStaszek Wawrykiewicz <staw@gust.org.pl>2007-01-09 00:08:48 +0000
committerStaszek Wawrykiewicz <staw@gust.org.pl>2007-01-09 00:08:48 +0000
commit7cefe3bcfb0321c6965b7cac8a32f197fb1312cc (patch)
treea3385997efe5187f2d4f80d5e15ce29cf696fab2 /Master/setuptl
parent5a0009a52813f82a12004e84fc0e4e86dd5eab47 (diff)
tlpmgui 1.53, tlpm 2.14
git-svn-id: svn://tug.org/texlive/trunk@3256 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/setuptl')
-rw-r--r--Master/setuptl/Changelog3
-rw-r--r--Master/setuptl/TLPM/blng.pm4
-rw-r--r--Master/setuptl/TLPM/check.pm4
-rw-r--r--Master/setuptl/TLPM/cmdl.pm6
-rw-r--r--Master/setuptl/TLPM/common.pm4
-rw-r--r--Master/setuptl/TLPM/constants.pm4
-rw-r--r--Master/setuptl/TLPM/help.pm88
-rw-r--r--Master/setuptl/TLPM/incl.pm4
-rw-r--r--Master/setuptl/TLPM/info.pm4
-rw-r--r--Master/setuptl/TLPM/inst.pm4
-rw-r--r--Master/setuptl/TLPM/list.pm2
-rw-r--r--Master/setuptl/TLPM/pkg.pm8
-rw-r--r--Master/setuptl/TLPM/reg.pm2
-rw-r--r--Master/setuptl/TLPM/uninst.pm2
-rw-r--r--Master/setuptl/help/helppl.html13
-rwxr-xr-xMaster/setuptl/tlpm.pl6
-rwxr-xr-xMaster/setuptl/tlpmguibin2412326 -> 2410065 bytes
-rw-r--r--Master/setuptl/tlpmgui.exebin1347924 -> 1348060 bytes
18 files changed, 83 insertions, 75 deletions
diff --git a/Master/setuptl/Changelog b/Master/setuptl/Changelog
index 87e8a059dac..2355d8ff428 100644
--- a/Master/setuptl/Changelog
+++ b/Master/setuptl/Changelog
@@ -1,5 +1,5 @@
## 2005-2007 Tomasz Luczak tlu@technodat.com.pl
-# $Id: Changelog 213 2007-01-08 11:38:14Z tlu $
+# $Id: Changelog 215 2007-01-08 22:03:45Z tlu $
# History:
# 2005.05.03 TLu r.0.1 start project
# 2005.08.04 TLu r.0.11 last version for TL2004
@@ -18,3 +18,4 @@
# 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 \ No newline at end of file
diff --git a/Master/setuptl/TLPM/blng.pm b/Master/setuptl/TLPM/blng.pm
index 5743fdda2c4..f8940cc5705 100644
--- a/Master/setuptl/TLPM/blng.pm
+++ b/Master/setuptl/TLPM/blng.pm
@@ -1,8 +1,8 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# blng [-pf] <name>
-# display which package belongs to one given
+# display packages containing <name> (to which the <name> belongs to)
sub blng
{
diff --git a/Master/setuptl/TLPM/check.pm b/Master/setuptl/TLPM/check.pm
index 9000369dd3b..b5273b8cd31 100644
--- a/Master/setuptl/TLPM/check.pm
+++ b/Master/setuptl/TLPM/check.pm
@@ -1,8 +1,8 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# check [-pf]
-# check the installation consistency
+# check the existence of files and packages
sub check
{
diff --git a/Master/setuptl/TLPM/cmdl.pm b/Master/setuptl/TLPM/cmdl.pm
index 141e7b1a9e3..b654736c471 100644
--- a/Master/setuptl/TLPM/cmdl.pm
+++ b/Master/setuptl/TLPM/cmdl.pm
@@ -1,10 +1,10 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# cmdline parsing
-# surely we can't rely on windows shell behaviour, so we make all the parsing.
-# some day I'd like to use native shell for u*x though...
+# 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
{
diff --git a/Master/setuptl/TLPM/common.pm b/Master/setuptl/TLPM/common.pm
index b1cd93a09a6..9f7770baa65 100644
--- a/Master/setuptl/TLPM/common.pm
+++ b/Master/setuptl/TLPM/common.pm
@@ -1,10 +1,10 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, 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
-# trivial operations on paths
+# operations on paths
sub dirsep2dirsep
{
diff --git a/Master/setuptl/TLPM/constants.pm b/Master/setuptl/TLPM/constants.pm
index 532f81ca13e..6359e84cb05 100644
--- a/Master/setuptl/TLPM/constants.pm
+++ b/Master/setuptl/TLPM/constants.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# widely used constants
@@ -34,7 +34,7 @@ $parent_dir = &rel2abs('..',$curr_dir);
# tlpm related constants
-$tlpm_prompt = "tlpm>";
+$tlpm_prompt = "tlpm" . $tlpm_version . ">";
$tlpm_log = $chr_dirsep . "tlpm.log"; # log file
$tlpm_dbg = $chr_dirsep . "tlpm.debug"; # debug file
diff --git a/Master/setuptl/TLPM/help.pm b/Master/setuptl/TLPM/help.pm
index 25fc1a2c754..ec3b0a45b6e 100644
--- a/Master/setuptl/TLPM/help.pm
+++ b/Master/setuptl/TLPM/help.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# help
@@ -37,37 +37,40 @@ Public Domain, P.Jackowski\@gust.org.pl",
'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-2006. Initially, TLPM was a Perl script
-just 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.
-
-Since there is no consistent versioning system withing TeX Live distribution, TLPM does
-NOT support upgrades or downgrades. 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!
-
-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 tasks are made by TLPMGUI program written
-by Tomek \\{}Luczak.
+TLPM (TeX Live Package Manager) helps to search, trace dependencies, and
+install TeX Live packages. It works with TeX Live 2004-2006. 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.
+
+Since there is no consistent versioning system withing 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!
+
+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.
* Usage
-TLPM tries to detect the CD/DVD drive with TeX Live disk automagically. 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 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.
+TLPM tries to detect the CD/DVD drive with TeX Live disk automagically. 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 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
@@ -81,16 +84,19 @@ 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 analysing the command,
TLPM also resolves environment variables expressed as '%variable%' or '\$variable'.
-Shell specific expansions are not performed.
+
+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.
+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.
+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)
@@ -128,6 +134,10 @@ Bugs reports and comments are welcome (tlpmgui\@gust.org.pl)
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 TL2006
+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
* Known issues
1. Installation from DVD is much slower than from CD. Sorry...
@@ -143,9 +153,9 @@ by grep or something.
Hardly reproducable...
* Hope for the future
-0. New TL package model
-1. Shell-specific cmd-line expansion (?)
-2. More robust and platform independent copying mechanism (DVD)",
+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:
@@ -153,7 +163,7 @@ tlpm [platforms] [-s \<source\>] [-d \<target\>] [-b \<batch\>]
DESCRIPTION:
TLPM help searching for, installing and uninstalling TeX Live packages. It
-should be used in conjunction with the TeX Live 2004-2005 CD/DVD.
+should be used in conjunction with the TeX Live 2004-2006 CD/DVD.
COMMANDS:
list list packages or files with names matching the given phrase
diff --git a/Master/setuptl/TLPM/incl.pm b/Master/setuptl/TLPM/incl.pm
index a86c20eab39..909f0a6d069 100644
--- a/Master/setuptl/TLPM/incl.pm
+++ b/Master/setuptl/TLPM/incl.pm
@@ -1,8 +1,8 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# incl <pkg> [-pfer] <mask>
-# display a list of included packages matching <mask>
+# display a list of packages included in <pkg> and matching <mask>
sub incl
{
diff --git a/Master/setuptl/TLPM/info.pm b/Master/setuptl/TLPM/info.pm
index 324d1a68a32..7bafa216191 100644
--- a/Master/setuptl/TLPM/info.pm
+++ b/Master/setuptl/TLPM/info.pm
@@ -1,8 +1,8 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# info <pkg>
-# retrieve package info from tpm file
+# retrieve package info from .tpm file
sub info
{
diff --git a/Master/setuptl/TLPM/inst.pm b/Master/setuptl/TLPM/inst.pm
index 757ebbedb59..896d50e8ad3 100644
--- a/Master/setuptl/TLPM/inst.pm
+++ b/Master/setuptl/TLPM/inst.pm
@@ -1,8 +1,8 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# inst <pkg> [-jrou]
-# install <pkg>
+# install <pkg> respecting dependencies
sub inst
{
diff --git a/Master/setuptl/TLPM/list.pm b/Master/setuptl/TLPM/list.pm
index c110b487542..3a8d24bfcdf 100644
--- a/Master/setuptl/TLPM/list.pm
+++ b/Master/setuptl/TLPM/list.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# list [-pfe] <mask>
diff --git a/Master/setuptl/TLPM/pkg.pm b/Master/setuptl/TLPM/pkg.pm
index b3e53ac200c..def04a44d21 100644
--- a/Master/setuptl/TLPM/pkg.pm
+++ b/Master/setuptl/TLPM/pkg.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# reading packages (internal functions)
@@ -14,8 +14,8 @@ $target_pkges = \%target_packages;
sub read_pkges # used for reading both source and target packages
{
my ($dir,$pkges) = @_; # <root_directory> <hash_reference>
- # Staszek Wawrykiewicz reports that the condition '-d E:' doesn't work in some cases.
- # Not reproduced... However, '-d X:\texmf' works fine, so
+ # 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);
@@ -29,7 +29,7 @@ sub read_pkges # used for reading both source and target packages
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 faster
+ readdir DIR; readdir DIR; # remove '.' and '..'; dirty but works and make things a bit faster
foreach $pkg (readdir DIR)
{
($pcount,$fcount) = (0,0);
diff --git a/Master/setuptl/TLPM/reg.pm b/Master/setuptl/TLPM/reg.pm
index 19c7081ab13..ce59a7f27a6 100644
--- a/Master/setuptl/TLPM/reg.pm
+++ b/Master/setuptl/TLPM/reg.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# regexpresions and masks related functions
diff --git a/Master/setuptl/TLPM/uninst.pm b/Master/setuptl/TLPM/uninst.pm
index 8c2697d6095..b70982465ad 100644
--- a/Master/setuptl/TLPM/uninst.pm
+++ b/Master/setuptl/TLPM/uninst.pm
@@ -1,4 +1,4 @@
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
# uninst <pkg> [-rjF] [dir]
diff --git a/Master/setuptl/help/helppl.html b/Master/setuptl/help/helppl.html
index 456b3980764..d937956414f 100644
--- a/Master/setuptl/help/helppl.html
+++ b/Master/setuptl/help/helppl.html
@@ -6,19 +6,19 @@
<body>
Więcej na stronie TeX Live: http://www.tug.org/texlive/doc/texlive-pl/live.html
<h2>I. Instalacja</h2>
-<p>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;:\setup-win32\tplmgui.exe (lub &lt;litera DVD&gt;:\texlive\setup-win32\tplmgui.exe jeśli instalujesz z płyty TeX Collection DVD), a następnie kliknij OK.</p>
+<p>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.</p>
<p>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".</p>
<p>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).</p>
<p>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.</p>
<p>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.</p>
<p>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.</p>
<h4>Uwaga: </h4>
-<p>Kolekcje "Ghostscript", "Perl" i "Wintools" są zaznaczone domyślnie i powinny zastać zainstalowane, 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 ghostscripta i perla.</p>
+<p>Kolekcje "Ghostscript", "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 ghostscripta i perla.</p>
<p>Ustawiane są także zmienne środowiskowe PERL5LIB i GS_LIB, o ile perl i ghostscript zostały zainstalowane.</p>
<p>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.</p>
<p>Właściwa instalacja rozpoczyna się po naciśnięciu przycisku "Instalacja".<br>
Zaczekaj cierpliwie aż do pojawienia się komunikatu o pomyślnym zakończeniu instalacji.</p>
-<p>Do menu Start->Programs->TeXLive2006 dodawany jest skrót do tlpmgui orazd do przeglądarki plików DVI dviout.</p>
+<p>Do menu Start->Programs->TeXLive2006 dodawany jest skrót do tlpmgui oraz do przeglądarki plików DVI dviout, o ile została potwierdzona instalacja dviout.</p>
<p>Jeśli to będzie konieczne (Win9x/WinME), będziesz poproszony o ponowne uruchomienie komputera.</p>
<h2>II. Uruchomienie z DVD</h2>
@@ -50,10 +50,7 @@ Zaczekaj cierpliwie aż do pojawienia się komunikatu o pomyślnym zakończeniu
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>
-2005.10.11 21:55 TLu<br>
-2005.10.29 19:30 TLu - html<br>
-2005.10.31 21:53 TLu<br>
-2007.01.02 01:32 TLu<br>
-$Id: helppl.html 186 2007-01-02 11:05:42Z tlu $
+2007.01.08 23:21 TLu<br>
+$Id: helppl.html 216 2007-01-08 23:38:52Z tlu $
</body>
</html>
diff --git a/Master/setuptl/tlpm.pl b/Master/setuptl/tlpm.pl
index 4618d9604cd..20946ebd961 100755
--- a/Master/setuptl/tlpm.pl
+++ b/Master/setuptl/tlpm.pl
@@ -1,8 +1,8 @@
#!/usr/bin/env perl
-# This file belongs to TLPM v2.14, TeX Live Package Manager
+# This file belongs to TLPM v2.16, TeX Live Package Manager
# Public Domain, P.Jackowski@gust.org.pl
-BEGIN{$tlpm_version="2.14";$tlpm_os="i386-linux"}
+BEGIN{$tlpm_version="2.16";$tlpm_os="i386-linux"}
# the main tlpm script
@@ -36,7 +36,7 @@ use TLPM::info;
'help' => \&help,
# 'Help' => \&readme,
# 'readme' => \&readme,
- 'version' => \&version,
+# 'version' => \&version,
'cmd' => \&sys
);
diff --git a/Master/setuptl/tlpmgui b/Master/setuptl/tlpmgui
index 07bcb3a4a41..a8e6da32742 100755
--- a/Master/setuptl/tlpmgui
+++ b/Master/setuptl/tlpmgui
Binary files differ
diff --git a/Master/setuptl/tlpmgui.exe b/Master/setuptl/tlpmgui.exe
index f7b9918332b..855a61fc0ee 100644
--- a/Master/setuptl/tlpmgui.exe
+++ b/Master/setuptl/tlpmgui.exe
Binary files differ