diff options
Diffstat (limited to 'new-infra/README')
-rw-r--r-- | new-infra/README | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/new-infra/README b/new-infra/README index a9bf24e9029..be08e705e5c 100644 --- a/new-infra/README +++ b/new-infra/README @@ -1,19 +1,33 @@ A short example implementation +status 2007-05-13 current status: - tlsrc -> tlp conversion Implemented: . auto generation of packages in texmf-dist according to their - leaf directory name + directory name . package version based on the maximum of all package file last changed revision number of subversion Missing: - . currently at auto generation time all the files are put into - the runfiles section instead of doc in docfiles etc ... . update/inclusion of information from the catalogue . missing source keys? - . efficient procedures . ??? + + I have generated tlsrc files for all texmf-dist/tpm/*.tpm files containing + only the name, executes, and depends, and from these I generated tlp files + The automatic procedure works quiet well: + tlsrc files with manual patterns: 16 + buggy packages: 22 + Buggy packages are packages where the files currently in the tpm and + those in the generated tlp differ. (one package is probably a false error: + arabxetex) + + The list of tlsrc files which had to be adjusted is (not surpising): + bibtex, context, dvips, fontinst, groff, lambda, latex, makeindex, + metafont, metapost, mex, mft, omega, plain, tex4ht, xetex + + Generation time on my small laptop for all texmf-dist tlp is around 40sec + - tlp -> tldb conversion Implemented: . just do it, trivial, cat $i, echo "" ... |