diff options
author | Norbert Preining <preining@logic.at> | 2008-11-13 01:58:08 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-11-13 01:58:08 +0000 |
commit | 15e0015ec174f65f04803ec84e168feae471e282 (patch) | |
tree | aa542c24fd4bbb7d192f9b15bedff0b36ee0794b /Master/install-tl | |
parent | 2d3a996f6831ce3311fcbfb9fc12b78df01e08a4 (diff) |
TODO cleanup in install-tl
git-svn-id: svn://tug.org/texlive/trunk@11281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/install-tl')
-rwxr-xr-x | Master/install-tl | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/Master/install-tl b/Master/install-tl index f845b5331ac..f09d80f128b 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -9,24 +9,20 @@ # output here must be recognized by the long grep in tl-update-tlnet. # # TODO: -# - if -gui is given make the check on availability *before* loading the -# tlpdb to give people a chance to Ctrl-C (or even ask them whether they -# want to continue or not) and install missing components first before -# (uselessly) loading the tlpdb (Werner 28.10.08) # - with -gui pop up a transient window showing: # testing for compressed archive packages ... # testing for uncompressed live system ... # testing for network access ... # loading tlpdb, this can take some time ... +# (that, and maybe some others can be done with the waitVariableX +# thingy as described in the Perl/Tk book in the chapter that can be +# found on the net) # (Werner 28.10.08) -# - make GUI updates/refresh work better. It is strange the the events we -# are working on are not enough for handling the refresh. I guess I have to -# find a better way to do refreshs. -# (Werner 02.11.08) # - echo the final welcome string to stdout/terminal AND the gui windows, or # make the gui window cut'n'paste aware # - increase the information (on cmd line and status bar) # [034/456] installing foobar ... +# (that part done) # maybe, when downloading, also compute the total compressed size and and # the already downloaded compressed sized and give a time estimate # It also could be useful to add the size of the compressed package to @@ -34,7 +30,6 @@ # or a small one: # [034/456] downloading and installing lmodern (25Mb compressed) ... # -# my $svnrev = '$Revision$'; $svnrev =~ m/: ([0-9]+) /; |