diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 28 | ||||
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr2.pl | 26 |
2 files changed, 0 insertions, 54 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index b721173b8f8..2f804127694 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -5,34 +5,6 @@ # This file is licensed under the GNU General Public License version 2 # or any later version. # -# TODO: -# - save the remote texlive.tlpdb and its md5-hash, and before downloading -# check only for the md5-hash of the remote tlpdb, and re-download only -# if necessary -# implementation ideas: -# . save the tlpdb in ROOT/tlpkg/texlive.tlpdb.<MD5SUM> -# where <MD5SUM> is md5hash of the location argument -# this way more than one location texlive.tlpdb can be saved -# . if tlmgr makes something which needs the remote database it -# tries to get the md5hash of the remote database -# (.../texlive.tlpdb.md5) -# -> if this does not work, assume that we are offline (tell the user) -# then use the local copy of the database -# -> if that worked, check the md5sum with the md5sum of the local -# copy of the remote tlpdb -# -> if they are equal continue with that -# -> if they are unequal try to download the new one -# - ordering or collections removal (see below for details) -# - (?) removal does not remove created format files from TEXMFSYSVAR -# - after install/update show the number of bytes transfered -# (email Rolf Niepraschk) -# - merge tlmgrgui into tlmgr to reduce re-loading of tlpdb again and again -# and reuse the install function -# - move the remove_package function into TLPDB.pm, so that the remove_package -# from TLPDB actually removes the files, too. Maybe some better names -# are necessary. -# Maybe not a good idea ... not sure. -# my $svnrev = '$Revision$'; my $datrev = '$Date$'; diff --git a/Master/texmf/scripts/texlive/tlmgr2.pl b/Master/texmf/scripts/texlive/tlmgr2.pl index 60be5935fad..d4746dfcf9a 100755 --- a/Master/texmf/scripts/texlive/tlmgr2.pl +++ b/Master/texmf/scripts/texlive/tlmgr2.pl @@ -25,32 +25,6 @@ # - tlmgr should have a "progress" bar for the update --all and install # etc options, echoing number of total packages etc etc. # -# MAYBE TODO (needs discussion) -# - save the remote texlive.tlpdb and its md5-hash, and before downloading -# check only for the md5-hash of the remote tlpdb, and re-download only -# if necessary -# implementation ideas: -# . save the tlpdb in ROOT/tlpkg/texlive.tlpdb.<MD5SUM> -# where <MD5SUM> is md5hash of the location argument -# this way more than one location texlive.tlpdb can be saved -# . if tlmgr makes something which needs the remote database it -# tries to get the md5hash of the remote database -# (.../texlive.tlpdb.md5) -# -> if this does not work, assume that we are offline (tell the user) -# then use the local copy of the database -# -> if that worked, check the md5sum with the md5sum of the local -# copy of the remote tlpdb -# -> if they are equal continue with that -# -> if they are unequal try to download the new one -# - ordering or collections removal (see below for details) -# - (?) removal does not remove created format files from TEXMFSYSVAR -# - after install/update show the number of bytes transfered -# (email Rolf Niepraschk) -# - move the remove_package function into TLPDB.pm, so that the remove_package -# from TLPDB actually removes the files, too. Maybe some better names -# are necessary. -# Maybe not a good idea ... not sure. -# my $svnrev = '$Revision$'; my $datrev = '$Date$'; |