summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-12-25 09:27:37 +0000
committerNorbert Preining <preining@logic.at>2008-12-25 09:27:37 +0000
commitdfbab7062be7d1d978e8a3fa0bf0870ffb1008ae (patch)
tree0827ba88ee7b968f8b0b0c6d1b1c4b220adec154 /Master/texmf
parent58d695f1fed1f886338a3debfe86246d35063d17 (diff)
remove the TODOs moved to the global TODO file
git-svn-id: svn://tug.org/texlive/trunk@11715 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl28
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr2.pl26
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$';