summaryrefslogtreecommitdiff
path: root/Master/install-tl
AgeCommit message (Collapse)Author
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-31tlmgr.pl: take --versionNorbert Preining
install-tl: echo version number tlmgrgui: some layout fixes for windows various scrupts: expand $Id$ and $Revision$ git-svn-id: svn://tug.org/texlive/trunk@8429 c570f23f-e606-0410-a88d-b1316a301751
2008-05-28installer: do not install collection_wintools forcibly, but select it whenNorbert Preining
you select win32. But you can still deselect it afterwards git-svn-id: svn://tug.org/texlive/trunk@8387 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-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-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-16Revised shortcuts codeSiep Kroonenberg
git-svn-id: svn://tug.org/texlive/trunk@8176 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-15Fixed psview shortcut.Siep Kroonenberg
git-svn-id: svn://tug.org/texlive/trunk@8156 c570f23f-e606-0410-a88d-b1316a301751
2008-05-15Support for Windows shortcuts; demo shortcuts in install-tlSiep Kroonenberg
git-svn-id: svn://tug.org/texlive/trunk@8153 c570f23f-e606-0410-a88d-b1316a301751
2008-05-15fix for available_archs problem:Norbert Preining
- no save the list of available/installed archs into 00texlive-installation.config at installation time. TLPDB->available_archs will read that and NOT check for bin-tex.ARCHs - update tlpsrc/00texlive-installation.config.tlpsrc to contain all the currently available archs. THAT COULD BE AUTOGENERATED!!! - add option_archs to TLPDB, rewrite TLPDB->available_archs to use that one - TLMedia.pm: install .ARCH dpeends in *ANY* case, even if --nodepends is given git-svn-id: svn://tug.org/texlive/trunk@8150 c570f23f-e606-0410-a88d-b1316a301751
2008-05-12always install collection-wintools instead of bin-winutilsNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8100 c570f23f-e606-0410-a88d-b1316a301751
2008-05-12install bin-winutils by default on win32Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@8088 c570f23f-e606-0410-a88d-b1316a301751
2008-05-08die if we cannot load the tlpdbNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7937 c570f23f-e606-0410-a88d-b1316a301751
2008-05-07add some warning if TEXMFCNF is setNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7917 c570f23f-e606-0410-a88d-b1316a301751
2008-05-06create package 00texlive-installation.config already in the MasterNorbert Preining
make changes that running from checkout is working git-svn-id: svn://tug.org/texlive/trunk@7888 c570f23f-e606-0410-a88d-b1316a301751
2008-05-05support disabling/enabling os fsrc/doc files split and out adaptionNorbert Preining
of the installers wrt the options presented git-svn-id: svn://tug.org/texlive/trunk@7854 c570f23f-e606-0410-a88d-b1316a301751
2008-05-04new package psview ... we have to discuss that ;-)Norbert Preining
But most people in Bachotek were really impressed and did like it. Source is coming, too git-svn-id: svn://tug.org/texlive/trunk@7843 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-05-01make autoabbrev=0 actually work?Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7774 c570f23f-e606-0410-a88d-b1316a301751
2008-05-01support --noformat in texconf, and do not create formats via texconfNorbert Preining
when format pregeneration is not selected in the installer git-svn-id: svn://tug.org/texlive/trunk@7767 c570f23f-e606-0410-a88d-b1316a301751
2008-04-30use TLPostInstallNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7739 c570f23f-e606-0410-a88d-b1316a301751
2008-04-28fonts.conf updating on win32, but only at initial installationNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7712 c570f23f-e606-0410-a88d-b1316a301751
2008-04-28stupid errorNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7706 c570f23f-e606-0410-a88d-b1316a301751
2008-04-28uupsNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7701 c570f23f-e606-0410-a88d-b1316a301751
2008-04-28dvipdfmx.cfg with rungs from ReinhardNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7699 c570f23f-e606-0410-a88d-b1316a301751
2008-04-28add TODO, so that I don't forget itNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7696 c570f23f-e606-0410-a88d-b1316a301751
2008-04-28add dvipdfmx.cfg copyNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7694 c570f23f-e606-0410-a88d-b1316a301751
2008-04-24remove stray texmfNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7637 c570f23f-e606-0410-a88d-b1316a301751
2008-04-24revert texconf paper invcation, fix hundreds of thingsNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7625 c570f23f-e606-0410-a88d-b1316a301751
2008-04-23try to fix dvipdfm/config/config for win32 installNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7620 c570f23f-e606-0410-a88d-b1316a301751
2008-04-23try something new for install-tl usage on win32Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7617 c570f23f-e606-0410-a88d-b1316a301751
2008-04-23no texlua.exe on windows ;-)Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7612 c570f23f-e606-0410-a88d-b1316a301751
2008-04-23support tlmgr paper Norbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7611 c570f23f-e606-0410-a88d-b1316a301751
2008-04-22ok, texconf --sys instead of -sysNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7600 c570f23f-e606-0410-a88d-b1316a301751
2008-04-22small fix for the man pageNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7596 c570f23f-e606-0410-a88d-b1316a301751
2008-04-22remove TODO commentNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7595 c570f23f-e606-0410-a88d-b1316a301751
2008-04-22call texconf.tlu -sysNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7590 c570f23f-e606-0410-a88d-b1316a301751
2008-04-22paper support for unix, for win32 in progressNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7583 c570f23f-e606-0410-a88d-b1316a301751
2008-04-21coding styleNorbert Preining
git-svn-id: svn://tug.org/texlive/trunk@7571 c570f23f-e606-0410-a88d-b1316a301751
2008-04-19Win32 uninstall via add/remove programs now mostly works.Siep Kroonenberg
git-svn-id: svn://tug.org/texlive/trunk@7516 c570f23f-e606-0410-a88d-b1316a301751
2008-04-18install-tl.pl --> install-tlReinhard Kotucha
git-svn-id: svn://tug.org/texlive/trunk@7501 c570f23f-e606-0410-a88d-b1316a301751