summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPOBJ.pm
AgeCommit message (Collapse)Author
2010-02-24Avoid loosing docfiledata when relocating packages.Manuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@17183 c570f23f-e606-0410-a88d-b1316a301751
2010-02-09fix ome typo and small bug in $pkg instaead of $containernameNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@16947 c570f23f-e606-0410-a88d-b1316a301751
2010-02-06(try) make sure that the rogue texmf-dist/tlpkg directory is removedNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@16923 c570f23f-e606-0410-a88d-b1316a301751
2010-01-16pod tweaksKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@16743 c570f23f-e606-0410-a88d-b1316a301751
2010-01-14update copyrights; TLUtils.pm: pod before __END__Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@16713 c570f23f-e606-0410-a88d-b1316a301751
2010-01-13pod fixesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@16704 c570f23f-e606-0410-a88d-b1316a301751
2009-12-16do not take over empty captions (for shortdesc) and description (for longdesc)Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@16426 c570f23f-e606-0410-a88d-b1316a301751
2009-10-07include patches from Alexander CherepanovNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@15667 c570f23f-e606-0410-a88d-b1316a301751
2009-10-06TeXCatalogue: less debuggingKarl Berry
TLPSRC, TLPOBJ: set format_lines_per_page on the right file handle tl-update-tlpdb: rename a couple options, mess with doc tl-update-bindir: cygwin location git-svn-id: svn://tug.org/texlive/trunk@15651 c570f23f-e606-0410-a88d-b1316a301751
2009-10-03set $= to 99999 to avoid page overflow messageKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@15626 c570f23f-e606-0410-a88d-b1316a301751
2009-09-30use Catalogue id, rather than name; lowercase both id and package name for ↵Karl Berry
comparison (from Alexander Cherepanov, 30 Sep 2009 02:45:28) git-svn-id: svn://tug.org/texlive/trunk@15570 c570f23f-e606-0410-a88d-b1316a301751
2009-09-19(update_from_catalogue): maybe no space before theKarl Berry
$, either; bad parrun/shipunov fix in Catalogue. git-svn-id: svn://tug.org/texlive/trunk@15375 c570f23f-e606-0410-a88d-b1316a301751
2009-09-15(update_from_catalogue): avoid writing empty catalogue-ctan lines.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@15289 c570f23f-e606-0410-a88d-b1316a301751
2009-09-13more date parsing generalizationKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@15253 c570f23f-e606-0410-a88d-b1316a301751
2009-09-13allow whitespace after $Date$ string.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@15252 c570f23f-e606-0410-a88d-b1316a301751
2009-09-03match top level files as wellPiotr Strzelczyk
git-svn-id: svn://tug.org/texlive/trunk@15044 c570f23f-e606-0410-a88d-b1316a301751
2009-08-16support disabling of maps/formats/hyphenations in local conf filesKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@14715 c570f23f-e606-0410-a88d-b1316a301751
2009-08-06expand Revision property on all those fileNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@14553 c570f23f-e606-0410-a88d-b1316a301751
2009-08-06tlmgr: add documentation for --w32mode in action pathNorbert Preining
all modules: add MODULE->module_revision function tlmgr: if action version is called with -v, also issue the revision of the modules used (eg TLPDB->module_revision()) git-svn-id: svn://tug.org/texlive/trunk@14552 c570f23f-e606-0410-a88d-b1316a301751
2009-07-15Undo rev 14242, 14243, 14256, 14257: apparently our Perl for windows doesn'tManuel Pégourié-Gonnard
support the open pragma. (OOPS: commited more than I wanted to. Also added files from the generic package 'shade'. This package was 'added' in r14213.) git-svn-id: svn://tug.org/texlive/trunk@14264 c570f23f-e606-0410-a88d-b1316a301751
2009-07-13Assume utf8 for all I/O.Manuel Pégourié-Gonnard
git-svn-id: svn://tug.org/texlive/trunk@14242 c570f23f-e606-0410-a88d-b1316a301751
2009-07-01force pgf to be remade; use ustar format to create containers (original ↵Karl Berry
report from Andre van Eyssen, 29 Jun 2009 19:25:52) git-svn-id: svn://tug.org/texlive/trunk@14033 c570f23f-e606-0410-a88d-b1316a301751
2009-06-23allow arbitrary categories in TLPOBJ thus in tlmgr etc, but warnNorbert Preining
if it does not match the given regexp from TLConfig. TLPSRC still dies if an unknown category is met, so we are sure that TLConfig and created tlpdbs are consistent. git-svn-id: svn://tug.org/texlive/trunk@13908 c570f23f-e606-0410-a88d-b1316a301751
2009-06-12correct computation of revision number of packages after bin package splitNorbert Preining
we always counted in the bin files for the main package, too. git-svn-id: svn://tug.org/texlive/trunk@13726 c570f23f-e606-0410-a88d-b1316a301751
2009-06-09update all depending formats if an engine has been updatedNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@13683 c570f23f-e606-0410-a88d-b1316a301751
2009-06-08rework execute action handling so that it actually works, hopefullyNorbert Preining
that means that: - handle_ret_hash is renamed to handle_execute_actions - make_ret_hash_from_execute is gone and replaced by TLUtils::announce_execute_actions git-svn-id: svn://tug.org/texlive/trunk@13671 c570f23f-e606-0410-a88d-b1316a301751
2009-06-06before saving a tlpobj to a local tlpdb we have to remove the RELOC Norbert Preining
prefix, or the creation of the containers breaks git-svn-id: svn://tug.org/texlive/trunk@13648 c570f23f-e606-0410-a88d-b1316a301751
2009-06-02factor out the parsing of AddFormat and AddHyphen lines to separate Norbert Preining
function in TLUtils, use this function in TLPOBJ, and reuse this function in check-execute_consistency to check the format execute consistency git-svn-id: svn://tug.org/texlive/trunk@13577 c570f23f-e606-0410-a88d-b1316a301751
2009-06-02write a relocated .tlpobj file into the container, and reactivate theNorbert Preining
file checking in check-tlnet-consistency git-svn-id: svn://tug.org/texlive/trunk@13575 c570f23f-e606-0410-a88d-b1316a301751
2009-05-25(fmtutil_cnf_lines): report the actual unknownKarl Berry
directive, not just the line. git-svn-id: svn://tug.org/texlive/trunk@13467 c570f23f-e606-0410-a88d-b1316a301751
2009-05-22move the fmtutil.cnf, updmap.cfg, langauge.dat/def generation codeNorbert Preining
into TLPOBJ git-svn-id: svn://tug.org/texlive/trunk@13386 c570f23f-e606-0410-a88d-b1316a301751
2009-05-21rename the bin-* to *Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@13340 c570f23f-e606-0410-a88d-b1316a301751
2009-05-18accept the new AddFormat executesNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@13204 c570f23f-e606-0410-a88d-b1316a301751
2009-05-12Move most of the stuff from tlpkg, tlmgr from branch to trunkNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@13054 c570f23f-e606-0410-a88d-b1316a301751
2009-03-05(make_container): make that "--exclude", ".svn",Karl Berry
not "--exclude=", ".svn", which includes every .svn. git-svn-id: svn://tug.org/texlive/trunk@12320 c570f23f-e606-0410-a88d-b1316a301751
2009-02-28use --exclude .svn, not /.svnNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@12258 c570f23f-e606-0410-a88d-b1316a301751
2009-02-27do not include .svn directories when building packages.Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@12254 c570f23f-e606-0410-a88d-b1316a301751
2009-02-09make docfile data accessible via the tlmgr show <pkg> --listNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@12124 c570f23f-e606-0410-a88d-b1316a301751
2009-02-03copyright yearsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@12066 c570f23f-e606-0410-a88d-b1316a301751
2009-01-23* tlprm (collapse_dirs): move to ...Karl Berry
* TLUtils.pm: here. * TLPOBJ.pm (make_container): call collapse_dirs to avoid too-lengthy command lines for, e.g., tex4ht. git-svn-id: svn://tug.org/texlive/trunk@11955 c570f23f-e606-0410-a88d-b1316a301751
2008-12-25(make_container): unlink the temp file, not rmdir.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@11709 c570f23f-e606-0410-a88d-b1316a301751
2008-12-24* TLPOBJ.pm (make_container): can't use command line on Windows, argvKarl Berry
space is too small. Use -T, since we have our own tar. Mail from Dan Luecking, 24 Dec 2008 02:13:18 (et al.). git-svn-id: svn://tug.org/texlive/trunk@11704 c570f23f-e606-0410-a88d-b1316a301751
2008-12-23better make_container debugging, message tweaksKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@11693 c570f23f-e606-0410-a88d-b1316a301751
2008-12-09only use --owner/--group when making net containers, so backups can work ↵Karl Berry
with non-GNU tar; report from Stratos Paschos, 15 Nov 2008 04:01:12 git-svn-id: svn://tug.org/texlive/trunk@11567 c570f23f-e606-0410-a88d-b1316a301751
2008-12-01fix overwritten long- and shortdescNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@11497 c570f23f-e606-0410-a88d-b1316a301751
2008-11-20write out bin files sorted by archNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@11368 c570f23f-e606-0410-a88d-b1316a301751
2008-11-19add another level of debugging, dddebug, which is currently only usedNorbert Preining
for echoing all lines of the tlpdb while reading git-svn-id: svn://tug.org/texlive/trunk@11360 c570f23f-e606-0410-a88d-b1316a301751
2008-11-191/__END__/\f and remove old make_container definition.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@11351 c570f23f-e606-0410-a88d-b1316a301751
2008-11-18more information when dyingKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@11340 c570f23f-e606-0410-a88d-b1316a301751
2008-11-14further speed up tlpdb readingNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@11298 c570f23f-e606-0410-a88d-b1316a301751