diff options
author | Norbert Preining <preining@logic.at> | 2007-12-22 18:48:18 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-12-22 18:48:18 +0000 |
commit | bef64609b4b323e9ee4f3ac67b3769d0c192f8ec (patch) | |
tree | 9dad35b6cbac5e27f62b55d4ada96a756566be91 /Master/tlpkg | |
parent | 918ec92295d993a2af7b63146e310007ea7b81de (diff) |
some ideas
git-svn-id: svn://tug.org/texlive/trunk@5824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TODO | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/tlpkg/TODO b/Master/tlpkg/TODO index ee701df7cf7..57de108b5f0 100644 --- a/Master/tlpkg/TODO +++ b/Master/tlpkg/TODO @@ -14,6 +14,41 @@ general stuff installer --------- +- src files and doc files are handled as follows: At container generation + time the source and doc files are put into a separate container. + We should determine somehow whether this has been done and try to install + the .soruce/.doc container only in that case. + For the CD installation this can be done via probing latex.source.tar.lzma + for the net installation I have already added lines + src_split -2 + doc_split -2 + to the texlive.pkgver file. + + Another idea would be to add a pseudo package CONFIGURATION to the + texlive.tlpdb which contains as depends only some settings, something + like: + name CONFIGURATION + depend container_src_split + depend container_doc_split + depend bin_split + would indicate that src and doc files have been split ONLY on container + level, while binaries have been split on package level (what is + currently done). Other options would be all the stuff in TLConfig + depend container_extension/.tar.lzma + depend default_category/Package + This CONFIGURATION package would be present only in the texlvie.tlpdb for + installation media (net, dvd, cd) but not on the installed system. + There it should NOT be necessary. + + BUT it could be used there, too, by saving options from the installer + to be re-used ... + depend install_doc + would indicate that doc files should be installed (but not src files + since there is no install_src) + depend vartexmfpath/... + depend localtexmfpath/... + would give the respective variables. + - dependencies on win32 only stuff (lib-*) must be handled smoothly! - more intelligent support of |