summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLTREE.pm
AgeCommit message (Collapse)Author
2008-06-26get rid of some warnings, and fix some tlpsrcNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@9059 c570f23f-e606-0410-a88d-b1316a301751
2008-06-18add .cmd to w32 binext listKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8839 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31don't call svnversion but use the svn status -v outputNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8435 c570f23f-e606-0410-a88d-b1316a301751
2008-05-29save the current maximum revision of the repo in 00texlive.config atNorbert Preining
tlpdb generation time git-svn-id: svn://tug.org/texlive/trunk@8404 c570f23f-e606-0410-a88d-b1316a301751
2008-05-19big logging update, new logging facilities: info, debug, ddebug, tlwarnNorbert Preining
and a way to automatically process the respective options -q and -v via TeXLive::TLUtils::process_logging_options(); git-svn-id: svn://tug.org/texlive/trunk@8234 c570f23f-e606-0410-a88d-b1316a301751
2008-05-01use .bat wrappers instead of .texluaNorbert Preining
- replace many wrappers with a default .bat file - change the check-wrapper script - do not make the PATHEXT and association magic in windows git-svn-id: svn://tug.org/texlive/trunk@7785 c570f23f-e606-0410-a88d-b1316a301751
2008-03-08missed ]Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@6889 c570f23f-e606-0410-a88d-b1316a301751
2008-03-08only the first level under bin/, though.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@6888 c570f23f-e606-0410-a88d-b1316a301751
2008-03-07(_initialize_lines): accept anything in bin/, notKarl Berry
just tex programs, when gleaning arch names; that fails when reading from the one-package tree created by place. git-svn-id: svn://tug.org/texlive/trunk@6878 c570f23f-e606-0410-a88d-b1316a301751
2008-02-08match also .texlua with binfiles on win32Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@6529 c570f23f-e606-0410-a88d-b1316a301751
2008-01-10add logging facilities, see extra emailNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@6176 c570f23f-e606-0410-a88d-b1316a301751
2008-01-07remove debug statementNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@6083 c570f23f-e606-0410-a88d-b1316a301751
2008-01-07new pattern language extension: binpatterns can have arch specifier afterNorbert Preining
the pattern specifier, like in binpattern f/win32 tlpkg/bin/perl.exe (that couldn't be dealt with before since the string win32 doesn't show up in the pattern somewhere) git-svn-id: svn://tug.org/texlive/trunk@6070 c570f23f-e606-0410-a88d-b1316a301751
2008-01-06deal with files in the root of MasterNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@6057 c570f23f-e606-0410-a88d-b1316a301751
2007-11-06fix tltreeNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@5365 c570f23f-e606-0410-a88d-b1316a301751
2007-11-06remove static array @Architectures, and replace it with an automaticallyNorbert Preining
generated list of archs git-svn-id: svn://tug.org/texlive/trunk@5363 c570f23f-e606-0410-a88d-b1316a301751
2007-11-05(archs): try to avoid uninitialized value in array dereference.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@5344 c570f23f-e606-0410-a88d-b1316a301751
2007-11-03add TLPDB->available_architecturesNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@5327 c570f23f-e606-0410-a88d-b1316a301751
2007-09-25implicit debugging newlines, avoid -w arnings for patterns like "ignore" ↵Karl Berry
without a / git-svn-id: svn://tug.org/texlive/trunk@5044 c570f23f-e606-0410-a88d-b1316a301751
2007-07-13license instead of licenceKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@4576 c570f23f-e606-0410-a88d-b1316a301751
2007-07-12the road to new texdoc handling:Norbert Preining
- allow tags "details" and "language" for docfiles - allow catalogue-* keys in a TLPOBJ file - TLPOBJ.pm: add update_from_catalogue which updates some information - adapt the tlpsrc2tlpdb script to take another argument -catalogue in which case the database is build with catalogue information included git-svn-id: svn://tug.org/texlive/trunk@4568 c570f23f-e606-0410-a88d-b1316a301751
2007-07-12use keywords, unify formattingKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@4565 c570f23f-e606-0410-a88d-b1316a301751
2007-06-28now also match .dll like .exe and .bat, again update .tlpsrc, man pageNorbert Preining
of TLPSRC. texlive.tlpdb didn't change (good) git-svn-id: svn://tug.org/texlive/trunk@4521 c570f23f-e606-0410-a88d-b1316a301751
2007-06-28intelligent patterns for win32:Norbert Preining
- patterns of the form "f bin/${ARCH}/foobar" also match "bin/win32/foobar.exe/.bat" - document the changes in TLPSRC.pm and update the man page - add a note to the specification and Perl-API that the man pages are more up2date - update TODO since many things are fixed - update the tlpsrc files (remove the useless win32/...exe entries - update texlive.tlpdb git-svn-id: svn://tug.org/texlive/trunk@4520 c570f23f-e606-0410-a88d-b1316a301751
2007-06-22TLTREE: if a file does not have a revision attached (svn commit hasNorbert Preining
not been done) then the revision value is set to 1. git-svn-id: svn://tug.org/texlive/trunk@4485 c570f23f-e606-0410-a88d-b1316a301751
2007-06-21TLTREE: $tltree->init_from_filesNorbert Preining
inits from a find $svnroot command, all the revisions are set to 1 git-svn-id: svn://tug.org/texlive/trunk@4483 c570f23f-e606-0410-a88d-b1316a301751
2007-06-18it is tlpsrc not tlsrc, tlpobj not tlp, tlpdb not tldb...Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@4469 c570f23f-e606-0410-a88d-b1316a301751
2007-06-16move new-infra to Master/tlpkgNorbert Preining
rename stuff create list files tlsrc for all packages (also schemes) git-svn-id: svn://tug.org/texlive/trunk@4439 c570f23f-e606-0410-a88d-b1316a301751