summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive
AgeCommit message (Collapse)Author
2008-06-12Win32: in case of searchpath problems, add dosbox shortcuts with TLSiep Kroonenberg
bin path prepended to normal path. git-svn-id: svn://tug.org/texlive/trunk@8696 c570f23f-e606-0410-a88d-b1316a301751
2008-06-11(from_file): ignore blank lines instead ofKarl Berry
aborting; they're significant in tlpobj, but not tlpsrc. git-svn-id: svn://tug.org/texlive/trunk@8663 c570f23f-e606-0410-a88d-b1316a301751
2008-06-10rename available_archs to available_architectures, Karl couldn't standNorbert Preining
the pidgin english ... sorry ;-) git-svn-id: svn://tug.org/texlive/trunk@8660 c570f23f-e606-0410-a88d-b1316a301751
2008-06-10don't complain about w32-specific binpattern problems.Karl Berry
git-svn-id: svn://tug.org/texlive/trunk@8657 c570f23f-e606-0410-a88d-b1316a301751
2008-06-10TLPSRC: update the code for reading the name declaration in tlpsrc filesNorbert Preining
to not accept ^0texlive. Add some documentation about possible names to the pod, and update the man page git-svn-id: svn://tug.org/texlive/trunk@8636 c570f23f-e606-0410-a88d-b1316a301751
2008-06-10TLUtils: tlwarn didn't work at all, wrong argument list ..Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8635 c570f23f-e606-0410-a88d-b1316a301751
2008-06-10TLPostActions: fix wrong placement of my declarationNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8634 c570f23f-e606-0410-a88d-b1316a301751
2008-06-09remove some unused patternsKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8629 c570f23f-e606-0410-a88d-b1316a301751
2008-06-09TLConfig.pm corrected URLStaszek Wawrykiewicz
git-svn-id: svn://tug.org/texlive/trunk@8621 c570f23f-e606-0410-a88d-b1316a301751
2008-06-08Support for real installation for running from dvd, non-gui install.Siep Kroonenberg
Added cachedir tag to fonts.conf. git-svn-id: svn://tug.org/texlive/trunk@8603 c570f23f-e606-0410-a88d-b1316a301751
2008-06-04TLPostInstall.pm, now the stuff also works on windows, did I already say I ↵Norbert Preining
hate it?! git-svn-id: svn://tug.org/texlive/trunk@8544 c570f23f-e606-0410-a88d-b1316a301751
2008-06-04xetex postinst action: copy fccache stuff to texmfsysvarNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8543 c570f23f-e606-0410-a88d-b1316a301751
2008-06-04accept texlive.* package namesNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8537 c570f23f-e606-0410-a88d-b1316a301751
2008-06-04log the installer and db revision only to the logfile, and export the log ↵Norbert Preining
function from TLUtils git-svn-id: svn://tug.org/texlive/trunk@8534 c570f23f-e606-0410-a88d-b1316a301751
2008-06-04TLUtils.pm: add a sub "log" which *only* logs to the log fileNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8533 c570f23f-e606-0410-a88d-b1316a301751
2008-06-03update the TeXLiveURL to the mirror.ctan oneNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8520 c570f23f-e606-0410-a88d-b1316a301751
2008-06-02TLPSRC.pm: tlwarn on patterns without matching filesNorbert Preining
execptions: - default patterns do not need to match a file - f ignore patterns do not need to match a file ;-) git-svn-id: svn://tug.org/texlive/trunk@8465 c570f23f-e606-0410-a88d-b1316a301751
2008-06-01- rename the fields where options are saved to opt_....Norbert Preining
- adapt the TLPDB.pm to use option_xxx_xxx instead - fix install-tl and all related files to use the changed name of the functions - fix a small bug in install-tl gui mode that didn't honor the initial setting of the options - install-tl now takes the initial setting of the opt_ stuff (paper, srcfiles, docfiles, create formats, links) from the installation source's texlive.tlpdb, and not hard code it into the installer - adjust the 00texlive-installation.config.tlpsrc file to ship new names Bottom line of that: If we want to change some defaults in the installer we have to change the 00texlive-installation.config.tlpsrc git-svn-id: svn://tug.org/texlive/trunk@8448 c570f23f-e606-0410-a88d-b1316a301751
2008-05-31sort files for inclusion instead of keeping hash orderKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8439 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-28TLPostActions.pm: run fc-cache on win32 in addition with -r (Staszek email)Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8391 c570f23f-e606-0410-a88d-b1316a301751
2008-05-28path of dvipdfmx has changed, not that it is important since the post installNorbert Preining
action is disabled ... git-svn-id: svn://tug.org/texlive/trunk@8388 c570f23f-e606-0410-a88d-b1316a301751
2008-05-28tlmgrgui: add debug button, rework the scrolling thingies, fix outputNorbert Preining
in info window to decent line length, add D/DD in front of logging output git-svn-id: svn://tug.org/texlive/trunk@8386 c570f23f-e606-0410-a88d-b1316a301751
2008-05-24TLUtils.pm: support amd-freebsd. Move config* to tlpkg/installer.Reinhard Kotucha
git-svn-id: svn://tug.org/texlive/trunk@8323 c570f23f-e606-0410-a88d-b1316a301751
2008-05-21move the lzma* binaries to tlpkg/installer/lzma and adjust the tlpsrc andNorbert Preining
TLUtils.pm git-svn-id: svn://tug.org/texlive/trunk@8277 c570f23f-e606-0410-a88d-b1316a301751
2008-05-21Revised PSview filetype, without dosbox. Revised semantics ofSiep Kroonenberg
register_file_type: the caller should take care of all the gory details. git-svn-id: svn://tug.org/texlive/trunk@8274 c570f23f-e606-0410-a88d-b1316a301751
2008-05-21- dir-writable test to TLUtils, now also used by Unix.Siep Kroonenberg
- install-menu-perltk: color back to black after selection of writable texdir - TLWinGoo after mkdirhier: test for existence of created directory git-svn-id: svn://tug.org/texlive/trunk@8271 c570f23f-e606-0410-a88d-b1316a301751
2008-05-21TLUtils: # is the comment marker in perl, not % ;-)Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8264 c570f23f-e606-0410-a88d-b1316a301751
2008-05-20add amd64-freebsd, and minimal doc for adding a new platformKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8262 c570f23f-e606-0410-a88d-b1316a301751
2008-05-20TLPostActions: call it TeX Live Manager, not TeXLive ManagerNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8252 c570f23f-e606-0410-a88d-b1316a301751
2008-05-20TLWinGoo.pm: fix first installation. mkdirhier does not return true or falseNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8251 c570f23f-e606-0410-a88d-b1316a301751
2008-05-20remove the right menu in TLWinGoo/unshort.batNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8249 c570f23f-e606-0410-a88d-b1316a301751
2008-05-20TLPostActions: fix missing argument for bin-texdoc installationNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8248 c570f23f-e606-0410-a88d-b1316a301751
2008-05-19fix some bugs in the logging codeNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8238 c570f23f-e606-0410-a88d-b1316a301751
2008-05-19TLWinGoo.pm: fix missing function name in function callNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8237 c570f23f-e606-0410-a88d-b1316a301751
2008-05-19Split win32 filetypes in extension<=>filetype and filetype<=>commandSiep Kroonenberg
git-svn-id: svn://tug.org/texlive/trunk@8236 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-18tllog($::LOGNORMAL) now logs to stdout instead of stderr ... that Norbert Preining
was a stupidity. But it has to be rehauled anyway. git-svn-id: svn://tug.org/texlive/trunk@8209 c570f23f-e606-0410-a88d-b1316a301751
2008-05-18TLPostActions: add forgotten use TLWinGooNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8208 c570f23f-e606-0410-a88d-b1316a301751
2008-05-18remove final "Enter key" from Win32 Uninstall programNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8207 c570f23f-e606-0410-a88d-b1316a301751
2008-05-18TLPostActions.pm: Add all the live.pdf documents for the different languagesNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8206 c570f23f-e606-0410-a88d-b1316a301751
2008-05-18TLMedia, TLUtils: install docfiles even if opt_doc = 0 for packages of Norbert Preining
category Documentation. For these packages it would be useless to exclude docfiles. git-svn-id: svn://tug.org/texlive/trunk@8205 c570f23f-e606-0410-a88d-b1316a301751
2008-05-18move the addition of menu items/desktop icons on win32 to TLPostActionsNorbert Preining
defined removal actions to remove the stuff git-svn-id: svn://tug.org/texlive/trunk@8204 c570f23f-e606-0410-a88d-b1316a301751
2008-05-17remove per SiepKarl Berry
git-svn-id: svn://tug.org/texlive/trunk@8184 c570f23f-e606-0410-a88d-b1316a301751
2008-05-16Revised shortcuts codeSiep Kroonenberg
git-svn-id: svn://tug.org/texlive/trunk@8176 c570f23f-e606-0410-a88d-b1316a301751
2008-05-16PostRemove: fix for missing include and wrong nameNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8174 c570f23f-e606-0410-a88d-b1316a301751
2008-05-16PostInstall and PostRemove actions:Norbert Preining
- rename TLPostInstall to TLPostActions - use that one in TLMedia and install-tl - call the post removal code refs in tlmgr:remove_package git-svn-id: svn://tug.org/texlive/trunk@8172 c570f23f-e606-0410-a88d-b1316a301751
2008-05-16tlmgr.pl, TLMedia.pm: use "install:" and "remove:" and make update messagesNorbert Preining
a bit clearer git-svn-id: svn://tug.org/texlive/trunk@8171 c570f23f-e606-0410-a88d-b1316a301751
2008-05-16if TLPDB->option_archs does not return anything, try the old method ofNorbert Preining
checking bin-tex.\* git-svn-id: svn://tug.org/texlive/trunk@8169 c570f23f-e606-0410-a88d-b1316a301751