summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive
AgeCommit message (Collapse)Author
2007-09-07TLPSRC.pm, TLPOBJ.pm: POD documentation fixed.Reinhard Kotucha
git-svn-id: svn://tug.org/texlive/trunk@4905 c570f23f-e606-0410-a88d-b1316a301751
2007-09-06TLPDB.pm: Allow http:// or ftp:// in /path/to/texlive.tlpdb. Reinhard Kotucha
TLUtils.pm: More functions added. Perl-API.txt: Updated. git-svn-id: svn://tug.org/texlive/trunk@4898 c570f23f-e606-0410-a88d-b1316a301751
2007-08-24more in exampleKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@4786 c570f23f-e606-0410-a88d-b1316a301751
2007-08-24doc fixes, gerbenKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@4784 c570f23f-e606-0410-a88d-b1316a301751
2007-07-24docKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@4650 c570f23f-e606-0410-a88d-b1316a301751
2007-07-24doc fixKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@4649 c570f23f-e606-0410-a88d-b1316a301751
2007-07-22(from_file): make $srcfile absolute.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@4642 c570f23f-e606-0410-a88d-b1316a301751
2007-07-14(all_files): implement.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@4586 c570f23f-e606-0410-a88d-b1316a301751
2007-07-14(_srcfile): typo - for _.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@4585 c570f23f-e606-0410-a88d-b1316a301751
2007-07-14no, we don't want this kind of remove here.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@4583 c570f23f-e606-0410-a88d-b1316a301751
2007-07-14TeXLive::TeXCatalogue: don't use, we only want toKarl Berry
require XML::DOM at update time. (allfiles): beginnings. move other fns around. git-svn-id: svn://tug.org/texlive/trunk@4582 c570f23f-e606-0410-a88d-b1316a301751
2007-07-13form feedsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@4581 c570f23f-e606-0410-a88d-b1316a301751
2007-07-13try not to suggest passing anonymous arrays forKarl Berry
optional arguments :). git-svn-id: svn://tug.org/texlive/trunk@4580 c570f23f-e606-0410-a88d-b1316a301751
2007-07-13first cut at remove, add form feeds,Karl Berry
function-starting { in column 1. git-svn-id: svn://tug.org/texlive/trunk@4579 c570f23f-e606-0410-a88d-b1316a301751
2007-07-13look in hierarchy if package name is not readableKarl Berry
as is. git-svn-id: svn://tug.org/texlive/trunk@4578 c570f23f-e606-0410-a88d-b1316a301751
2007-07-13diagnostic wordingKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@4577 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-12add a function $TLPDB->list_packages that returns a list of all installed Norbert Preining
packages git-svn-id: svn://tug.org/texlive/trunk@4571 c570f23f-e606-0410-a88d-b1316a301751
2007-07-12small fix in TLPOBJ.pm (uninitialized value), and add (temporarly) aNorbert Preining
texlive.tlpdb including the ctan stuff git-svn-id: svn://tug.org/texlive/trunk@4570 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-07-03let's start a TeXCatalogue module, currently quasi empty ;-)Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@4532 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-27pod documentation for TLPOBJNorbert Preining
add man pages (pod2man) for TLPSRC and TLPOBJ fixes for TLPSRC pod doc git-svn-id: svn://tug.org/texlive/trunk@4518 c570f23f-e606-0410-a88d-b1316a301751
2007-06-25fix podchecker found errorNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@4508 c570f23f-e606-0410-a88d-b1316a301751
2007-06-25pod documentation of TLPSRC, this includes the specification and theNorbert Preining
Perl API!!!! git-svn-id: svn://tug.org/texlive/trunk@4506 c570f23f-e606-0410-a88d-b1316a301751
2007-06-22add the tlpobj file only for arch=all ...Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@4488 c570f23f-e606-0410-a88d-b1316a301751
2007-06-22generated zip files now contain a TLPOBJ file in .tlpobj/$name.tlpobjNorbert Preining
for installation purpose git-svn-id: svn://tug.org/texlive/trunk@4487 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-20fix error found by Reinhard, we used 'binsizes' instead of 'binsize'Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@4478 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-17comment tweaksKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@4454 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