summaryrefslogtreecommitdiff
path: root/Master/tlpkg/dev/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/dev/README')
-rw-r--r--Master/tlpkg/dev/README25
1 files changed, 14 insertions, 11 deletions
diff --git a/Master/tlpkg/dev/README b/Master/tlpkg/dev/README
index 62ce79ed5e2..bee33f3e2c1 100644
--- a/Master/tlpkg/dev/README
+++ b/Master/tlpkg/dev/README
@@ -1,20 +1,20 @@
$Id$
(Public domain.)
-lib
- tlpkg libraries in other languages, none usable
+check-tk-used-font.pl
+ ?
-dev.tempfile-for-tlpdb.patch
- trial to make symlink attacks harder by using tmpfiles instead
- of the always same filename when downloading the tlpdb.xz
+dev.multi-source-support
+ Multiple repositories. Needs serious testing.
+
+dev.update-tlpdb-option-on-the-fly
+ ?
makeself-runscript.sh
a run.sh for a makeself (tlmgr-update-latest.sh) that even
allows installation of texlive by installing the bare bone
minimal (texlive.infra) and then bootstrapping into some
- minimal env
-
- Needs work, both on the script and tlmgr itself
+ minimal env. Needs work, both on the script and tlmgr itself.
mktextex.pl
Simple mktextex program that can be used to query the tlpdb
@@ -22,12 +22,15 @@ mktextex.pl
Probably not useable in real life, only for testing.
mktexupd.texlua
- rewrite of mktexupd in texlua
+ Rewrite of mktexupd in texlua.
srclist.txt
List of duplicated files to keep in sync. Read by cron.tl.
tlnet-disabled-packages.txt
- this file specifies packages that should NOT be updated in
- tlnet. It is read by tl-update-containers.
+ This file specifies packages that should NOT be updated in
+ tlnet. Read by tl-update-containers.
+tlpdb-read-test
+ Minimal script to exercise tlpdb reading and nothing else,
+ for testing/optimization.