summaryrefslogtreecommitdiff
path: root/Master/tlpkg/dev/README
blob: df815ce98725b68bde75c3666b2622be26f50804 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
$Id$
(Public domain.)

lib
	tlpkg libraries in other languages, none usable

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

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

mktextex.pl
	Simple mktextex program that can be used to query the tlpdb
	on missing files and install them automatically.
	Probably not useable in real life, only for testing.

mktexupd.texlua
	rewrite of mktexupd in texlua

srclist.txt
	List of duplicated files to keep in sync.  Read by cron.tl.

tlmgr1.pl-with-recreate-tlpdb
	version of tlmgr.pl as shipped with TL2008 DVD, but with the
	recreate-tlpdb action added, so that people can go back to
	some working state after the tlpdb has been hosed.

tlnet-disabled-packages.txt
	this file specifies packages that should NOT be updated in 
	tlnet.  It is read by tl-update-containers.

tlrepo-from-minimals.pl
	Semi-working (WIP) script that automatically creates a 
	TL repository from the context minimals.
	Needs work (the minimals are developping too fast)