diff options
-rw-r--r-- | Master/texmf-dist/ls-R | 25 | ||||
-rw-r--r-- | Master/tlpkg/texlive.tlpdb | 556 |
2 files changed, 289 insertions, 292 deletions
diff --git a/Master/texmf-dist/ls-R b/Master/texmf-dist/ls-R index dd76ee988d4..da588c22417 100644 --- a/Master/texmf-dist/ls-R +++ b/Master/texmf-dist/ls-R @@ -97,7 +97,6 @@ texnique.bib tugboat.bib ./bibtex/bib/bibhtml: -bibrefs.bib ./bibtex/bib/computational-complexity: journals.bib @@ -436,12 +435,14 @@ unsrt-fr.bst unsrtnat-fr.bst ./bibtex/bst/bibhtml: +abbrvhtml.bst alphahtml.bst alphahtmldate.bst alphahtmldater.bst plainhtml.bst plainhtmldate.bst plainhtmldater.bst +unsrthtml.bst ./bibtex/bst/cell: cell.bst @@ -916,9 +917,13 @@ README ./doc/bibtex/bibhtml: LICENCE +README bibhtml +bibhtml-extract-aux.xslt +bibhtml-insert-bib.xslt bibhtml.html -bibhtml.xslt +bibrefs.bib +detex.sed ./doc/bibtex/chicago-annote: README @@ -6185,6 +6190,7 @@ boldtensors bookest booklet booktabs +boolexpr bosisio boxhandler bpchem @@ -8288,6 +8294,10 @@ COPYING README booktabs.pdf +./doc/latex/boolexpr: +README +boolexpr.pdf + ./doc/latex/bosisio: accenti.pdf graphfig.html @@ -17014,7 +17024,6 @@ simplewick.pdf ./doc/latex/siunitx: README si-bug.ltx -siunitx.bib siunitx.pdf ./doc/latex/skak: @@ -65860,6 +65869,7 @@ boites bookhands booklet booktabs +boolexpr bophook bosisio boxhandler @@ -66973,6 +66983,10 @@ booklet.ins booktabs.dtx booktabs.ins +./source/latex/boolexpr: +boolexpr.dtx +boolexpr.ins + ./source/latex/bophook: bophook.dtx bophook.ins @@ -74360,6 +74374,7 @@ bookhands booklet bookman booktabs +boolexpr bophook bosisio boxhandler @@ -76819,6 +76834,9 @@ ts1ubk.fd ./tex/latex/booktabs: booktabs.sty +./tex/latex/boolexpr: +boolexpr.sty + ./tex/latex/bophook: bophook.sty @@ -84435,6 +84453,7 @@ otfl-font-cid.lua otfl-font-def.lua otfl-font-dum.lua otfl-font-ini.lua +otfl-font-map.lua otfl-font-ota.lua otfl-font-otb.lua otfl-font-otc.lua diff --git a/Master/tlpkg/texlive.tlpdb b/Master/tlpkg/texlive.tlpdb index ec833be1be5..aef7297a529 100644 --- a/Master/tlpkg/texlive.tlpdb +++ b/Master/tlpkg/texlive.tlpdb @@ -17,11 +17,11 @@ depend container_split_doc_files/1 depend container_format/xz depend container_split_src_files/1 depend release/2009 -depend revision/14656 +depend revision/14685 name 00texlive.image category TLCore -revision 14653 +revision 14668 longdesc This package collects some files which are not caught by any of longdesc the other TL packages. Its purpose is to make the file coverage longdesc check happy. The files here are not copied by the installer @@ -30,7 +30,7 @@ longdesc image or the installer archives. The IgnorePatterns in the longdesc check_files routine in tlmgr.pl augment this list. For longdesc information on the 00texlive prefix see longdesc 00texlive.installation(.tlpsrc) -runfiles size=1789 +runfiles size=1794 .mkisofsrc autorun.inf install-tl @@ -128,8 +128,12 @@ runfiles size=1789 tlpkg/doc/vars-docu.txt tlpkg/doc/w32client tlpkg/doc/w32client.bat + tlpkg/doc/w32client.bat.manifest + tlpkg/doc/w32client.txt + tlpkg/doc/w32client_advanced.bat tlpkg/doc/w32unclient tlpkg/doc/w32unclient.bat + tlpkg/doc/w32unclient.bat.manifest tlpkg/libexec/bin-cjkutils.pl tlpkg/libexec/c90.pl tlpkg/libexec/cjk-build.pl @@ -143,36 +147,37 @@ runfiles size=1789 name 00texlive.installation category TLCore -revision 14542 +revision 14659 longdesc This package serves two purposes: 1. at installation time the longdesc present values are taken as default for the installer 2. on an longdesc installed system it serves as a configuration file. We have to longdesc remember these settings for additional package installation, longdesc removal, etc. In the tlpsrc itself only those options are longdesc saved that are used *ONLY* at installation time, currently -longdesc opt_paper, opt_path, opt_frozen. These will longdesc be saved -longdesc in the local tlpdb and will not be accessible by tlmgr. All -longdesc other options are set from TLConfig::TLPDBOptions to the -longdesc default values specified there. There are two types here: - If -longdesc the key starts with opt_ this is an options that can be set by -longdesc the user either at installation time or via tlmgr later on - If -longdesc the key starts with setting_ this value cannot be changed by -longdesc the user directly with tlmgr, but only by other actions. -longdesc Currently there are only two settings supported of which one is -longdesc only used in special cases: . setting_available_architectures -longdesc lists all available platforms and should be always present . -longdesc setting_platform *overrides* the auto-deteced platform. This -longdesc setting will only be present when you forced a sepcific -longdesc architecture with -force-arch to install-tl The value of -longdesc __MASTER__ for the location field tells the installer to use -longdesc the present directory itself. For example, the DVD can be -longdesc mounted anywhere and we want the installer to work. Concerning -longdesc the 00* names: All packages starting with 00texlive are -longdesc considered virtual packages in the sense that no containers are -longdesc generated and these packages are never split into .src and .doc -longdesc sub-packages in the tlpdb. +longdesc opt_paper, opt_path, opt_frozen, and opt_restricted. These will +longdesc longdesc be saved in the local tlpdb and will not be +longdesc accessible by tlmgr. All other options are set from +longdesc TLConfig::TLPDBOptions to the default values specified there. +longdesc There are two types here: - If the key starts with opt_ this is +longdesc an options that can be set by the user either at installation +longdesc time or via tlmgr later on - If the key starts with setting_ +longdesc this value cannot be changed by the user directly with tlmgr, +longdesc but only by other actions. Currently there are only two +longdesc settings supported of which one is only used in special cases: +longdesc . setting_available_architectures lists all available platforms +longdesc and should be always present . setting_platform *overrides* the +longdesc auto-deteced platform. This setting will only be present when +longdesc you forced a sepcific architecture with -force-arch to +longdesc install-tl The value of __MASTER__ for the location field +longdesc tells the installer to use the present directory itself. For +longdesc example, the DVD can be mounted anywhere and we want the +longdesc installer to work. Concerning the 00* names: All packages +longdesc starting with 00texlive are considered virtual packages in the +longdesc sense that no containers are generated and these packages are +longdesc never split into .src and .doc sub-packages in the tlpdb. depend opt_paper:a4 depend opt_path:0 +depend opt_restricted:1 depend setting_available_architectures:i386-solaris i386-linux mips-irix sparc-linux alpha-linux sparc-solaris powerpc-linux universal-darwin i386-freebsd win32 powerpc-aix amd64-freebsd x86_64-linux i386-cygwin depend opt_sys_man:/usr/local/man depend opt_desktop_integration:1 @@ -190,7 +195,7 @@ depend opt_w32_multi_user:1 name 00texlive.installer category TLCore -revision 14632 +revision 14667 longdesc This package defines the files to go into the installer longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the longdesc tl-make-installer script. Most of what's here is also included @@ -199,7 +204,7 @@ longdesc allowed, but in this case, 00texlive.installer is never used longdesc *except* to build the installer archives, so it's ok. For longdesc information on the 00texlive prefix see longdesc 00texlive.installation(.tlpsrc) -runfiles size=124 +runfiles size=125 install-tl tlpkg/installer/config.guess tlpkg/installer/install-menu-perltk.pl @@ -2422,8 +2427,7 @@ name a2ping.win32 category TLCore revision 14642 shortdesc win32 files of a2ping -binfiles arch=win32 size=2 - bin/win32/a2ping.bat +binfiles arch=win32 size=1 bin/win32/a2ping.exe name a2ping.x86_64-linux @@ -2704,12 +2708,9 @@ name accfonts.win32 category Package revision 14642 shortdesc win32 files of accfonts -binfiles arch=win32 size=6 - bin/win32/mkt1font.bat +binfiles arch=win32 size=3 bin/win32/mkt1font.exe - bin/win32/vpl2ovp.bat bin/win32/vpl2ovp.exe - bin/win32/vpl2vpl.bat bin/win32/vpl2vpl.exe name accfonts.x86_64-linux @@ -2723,7 +2724,7 @@ binfiles arch=x86_64-linux size=3 name achemso category Package -revision 14538 +revision 14674 shortdesc Support for American Chemical Society journal submissions. longdesc The bundle provides the official macros and BibTeX style for longdesc submission to the journals of the American Chemical Society. @@ -3210,7 +3211,7 @@ binfiles arch=i386-linux size=21 name afm2pl.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of afm2pl binfiles arch=i386-solaris size=22 bin/i386-solaris/afm2pl @@ -3259,7 +3260,7 @@ binfiles arch=universal-darwin size=48 name afm2pl.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of afm2pl binfiles arch=win32 size=6 bin/win32/afm2pl.exe @@ -3527,7 +3528,7 @@ binfiles arch=i386-linux size=121 name aleph.i386-solaris category Package -revision 14364 +revision 14669 shortdesc i386-solaris files of aleph binfiles arch=i386-solaris size=131 bin/i386-solaris/aleph @@ -3583,7 +3584,7 @@ binfiles arch=universal-darwin size=280 name aleph.win32 category Package -revision 14281 +revision 14670 shortdesc win32 files of aleph binfiles arch=win32 size=107 bin/win32/aleph.dll @@ -3592,7 +3593,7 @@ binfiles arch=win32 size=107 name aleph.x86_64-linux category Package -revision 14282 +revision 14677 shortdesc x86_64-linux files of aleph binfiles arch=x86_64-linux size=132 bin/x86_64-linux/aleph @@ -9731,7 +9732,7 @@ binfiles arch=i386-linux size=1523 name asymptote.i386-solaris category TLCore -revision 14009 +revision 14669 shortdesc i386-solaris files of asymptote binfiles arch=i386-solaris size=821 bin/i386-solaris/asy @@ -12254,7 +12255,7 @@ catalogue-license gpl name bibhtml category Package -revision 13293 +revision 14680 shortdesc BibTeX support for HTML files. longdesc Bibhtml consists of a Perl script and a set of BibTeX style longdesc files, which together allow you to output a bibliography as a @@ -12265,19 +12266,24 @@ longdesc the generated bibliography entry is linked to this. The package longdesc provides three different style files derived from each of the longdesc standard plain.bst and alpha.bst, as well as two style files longdesc derived from abbrv.bst and unsrt.bst (i.e., eight in total). -docfiles size=16 +docfiles size=21 texmf-dist/doc/bibtex/bibhtml/LICENCE + texmf-dist/doc/bibtex/bibhtml/README details="Readme" texmf-dist/doc/bibtex/bibhtml/bibhtml + texmf-dist/doc/bibtex/bibhtml/bibhtml-extract-aux.xslt + texmf-dist/doc/bibtex/bibhtml/bibhtml-insert-bib.xslt texmf-dist/doc/bibtex/bibhtml/bibhtml.html details="Package documentation" - texmf-dist/doc/bibtex/bibhtml/bibhtml.xslt -runfiles size=40 - texmf-dist/bibtex/bib/bibhtml/bibrefs.bib + texmf-dist/doc/bibtex/bibhtml/bibrefs.bib + texmf-dist/doc/bibtex/bibhtml/detex.sed +runfiles size=62 + texmf-dist/bibtex/bst/bibhtml/abbrvhtml.bst texmf-dist/bibtex/bst/bibhtml/alphahtml.bst texmf-dist/bibtex/bst/bibhtml/alphahtmldate.bst texmf-dist/bibtex/bst/bibhtml/alphahtmldater.bst texmf-dist/bibtex/bst/bibhtml/plainhtml.bst texmf-dist/bibtex/bst/bibhtml/plainhtmldate.bst texmf-dist/bibtex/bst/bibhtml/plainhtmldater.bst + texmf-dist/bibtex/bst/bibhtml/unsrthtml.bst catalogue-ctan /biblio/bibtex/contrib/bibhtml catalogue-date 2009-08-09 22:53:15 +0200 catalogue-license gpl @@ -12397,7 +12403,7 @@ binfiles arch=i386-linux size=36 name bibtex.i386-solaris category Package -revision 14364 +revision 14669 shortdesc i386-solaris files of bibtex binfiles arch=i386-solaris size=40 bin/i386-solaris/bibtex @@ -12446,14 +12452,14 @@ binfiles arch=universal-darwin size=85 name bibtex.win32 category Package -revision 14281 +revision 14670 shortdesc win32 files of bibtex binfiles arch=win32 size=18 bin/win32/bibtex.exe name bibtex.x86_64-linux category Package -revision 14282 +revision 14677 shortdesc x86_64-linux files of bibtex binfiles arch=x86_64-linux size=38 bin/x86_64-linux/bibtex @@ -12519,7 +12525,7 @@ binfiles arch=i386-linux size=45 name bibtex8.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of bibtex8 binfiles arch=i386-solaris size=46 bin/i386-solaris/bibtex8 @@ -12568,7 +12574,7 @@ binfiles arch=universal-darwin size=101 name bibtex8.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of bibtex8 binfiles arch=win32 size=24 bin/win32/bibtex8.exe @@ -13679,6 +13685,32 @@ catalogue-date 2006-12-29 23:44:34 +0100 catalogue-license gpl catalogue-version 1.61803 +name boolexpr +category Package +revision 14675 +shortdesc Evaluate boolean expressions. +longdesc The \boolexpr macro evaluates boolean expressions in a purely +longdesc expandable way. \boolexpr{ A \OR B \AND C } expands to 0 if the +longdesc logical expression is TRUE. A, B, C may be: – numeric +longdesc expressions such as: x=y, x<>y, x>y or x<y; – boolean +longdesc switches: \iftrue 0\else 1\fi; – conditionals: \ifcsname +longdesc whatsit\endcsname 0\else 1\fi; – another \boolexpr: +longdesc \boolexpr{ D \OR E \AND F }: \boolexpr may be used with +longdesc \ifcase: \ifcase\boolexpr{ A \OR B \AND C } What to do if true +longdesc \else What to do if false \fi +docfiles size=51 + texmf-dist/doc/latex/boolexpr/README details="Readme" + texmf-dist/doc/latex/boolexpr/boolexpr.pdf details="Package documentation" +srcfiles size=11 + texmf-dist/source/latex/boolexpr/boolexpr.dtx + texmf-dist/source/latex/boolexpr/boolexpr.ins +runfiles size=2 + texmf-dist/tex/latex/boolexpr/boolexpr.sty +catalogue-ctan /macros/latex/contrib/boolexpr +catalogue-date 2009-08-13 12:49:08 +0200 +catalogue-license lppl +catalogue-version 2.0 + name bophook category Package revision 13293 @@ -18814,7 +18846,7 @@ binfiles arch=i386-linux size=46 name cjkutils.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of cjkutils binfiles arch=i386-solaris size=50 bin/i386-solaris/bg5+latex @@ -19003,7 +19035,7 @@ binfiles arch=universal-darwin size=119 name cjkutils.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of cjkutils binfiles arch=win32 size=40 bin/win32/bg5conv.exe @@ -23656,7 +23688,7 @@ depend collection-latex name collection-latexextra category Collection -revision 14371 +revision 14675 shortdesc LaTeX supplementary packages longdesc A large collection of add-on packages for LaTeX. depend AkkTeX @@ -23699,6 +23731,7 @@ depend blowup depend boites depend bookest depend booklet +depend boolexpr depend bophook depend boxhandler depend breakurl @@ -27484,7 +27517,7 @@ binfiles arch=universal-darwin size=24 name context.win32 category Package -revision 14642 +revision 14670 shortdesc win32 files of context binfiles arch=win32 size=171 bin/win32/context.cmd @@ -29210,7 +29243,7 @@ binfiles arch=i386-linux size=18 name ctie.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of ctie binfiles arch=i386-solaris size=19 bin/i386-solaris/ctie @@ -29259,7 +29292,7 @@ binfiles arch=universal-darwin size=41 name ctie.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of ctie binfiles arch=win32 size=3 bin/win32/ctie.exe @@ -29646,7 +29679,7 @@ binfiles arch=i386-linux size=54 name cweb.i386-solaris category Package -revision 14364 +revision 14669 shortdesc i386-solaris files of cweb binfiles arch=i386-solaris size=57 bin/i386-solaris/ctangle @@ -29702,7 +29735,7 @@ binfiles arch=universal-darwin size=121 name cweb.win32 category Package -revision 14281 +revision 14670 shortdesc win32 files of cweb binfiles arch=win32 size=23 bin/win32/ctangle.exe @@ -29710,7 +29743,7 @@ binfiles arch=win32 size=23 name cweb.x86_64-linux category Package -revision 14282 +revision 14677 shortdesc x86_64-linux files of cweb binfiles arch=x86_64-linux size=59 bin/x86_64-linux/ctangle @@ -30151,7 +30184,7 @@ catalogue-license lppl name dashrule category Package -revision 13530 +revision 14681 shortdesc Draw dashed rules. longdesc The dashrule package makes it easy to draw a huge variety of longdesc dashed rules (i.e., lines) in LaTeX. dashrule provides a @@ -30163,10 +30196,10 @@ longdesc of dash segments and the space between those segments. Because longdesc dashrule's rules are constructed internally using \rule (as longdesc opposed to, e.g., PostScript \specials) they are fully longdesc compatible with every LaTeX back-end processor. -docfiles size=69 +docfiles size=36 texmf-dist/doc/latex/dashrule/README texmf-dist/doc/latex/dashrule/dashrule.pdf -srcfiles size=5 +srcfiles size=6 texmf-dist/source/latex/dashrule/dashrule.dtx texmf-dist/source/latex/dashrule/dashrule.ins runfiles size=1 @@ -30485,7 +30518,7 @@ binfiles arch=i386-linux size=21 name detex.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of detex binfiles arch=i386-solaris size=22 bin/i386-solaris/detex @@ -30534,7 +30567,7 @@ binfiles arch=universal-darwin size=47 name detex.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of detex binfiles arch=win32 size=5 bin/win32/detex.exe @@ -30588,7 +30621,7 @@ binfiles arch=i386-linux size=7 name devnag.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of devnag binfiles arch=i386-solaris size=8 bin/i386-solaris/devnag @@ -31827,7 +31860,7 @@ binfiles arch=i386-linux size=12 name dtl.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of dtl binfiles arch=i386-solaris size=13 bin/i386-solaris/dt2dv @@ -31883,7 +31916,7 @@ binfiles arch=universal-darwin size=33 name dtl.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of dtl binfiles arch=win32 size=9 bin/win32/dt2dv.exe @@ -32087,7 +32120,7 @@ binfiles arch=i386-linux size=8 name dvi2tty.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of dvi2tty binfiles arch=i386-solaris size=10 bin/i386-solaris/disdvi @@ -32260,8 +32293,7 @@ name dviasm.win32 category Package revision 14642 shortdesc win32 files of dviasm -binfiles arch=win32 size=2 - bin/win32/dviasm.bat +binfiles arch=win32 size=1 bin/win32/dviasm.exe name dviasm.x86_64-linux @@ -32325,7 +32357,7 @@ binfiles arch=i386-linux size=26 name dvicopy.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of dvicopy binfiles arch=i386-solaris size=31 bin/i386-solaris/dvicopy @@ -32374,14 +32406,14 @@ binfiles arch=universal-darwin size=62 name dvicopy.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of dvicopy binfiles arch=win32 size=11 bin/win32/dvicopy.exe name dvicopy.x86_64-linux category TLCore -revision 14282 +revision 14677 shortdesc x86_64-linux files of dvicopy binfiles arch=x86_64-linux size=29 bin/x86_64-linux/dvicopy @@ -32439,7 +32471,7 @@ binfiles arch=i386-linux size=5 name dvidvi.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of dvidvi binfiles arch=i386-solaris size=5 bin/i386-solaris/dvidvi @@ -32488,7 +32520,7 @@ binfiles arch=universal-darwin size=15 name dvidvi.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of dvidvi binfiles arch=win32 size=6 bin/win32/a5bookle.bat @@ -32619,7 +32651,7 @@ binfiles arch=i386-linux size=111 name dviljk.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of dviljk binfiles arch=i386-solaris size=115 bin/i386-solaris/dvihp @@ -32703,7 +32735,7 @@ binfiles arch=universal-darwin size=239 name dviljk.win32 category TLCore -revision 14314 +revision 14670 shortdesc win32 files of dviljk binfiles arch=win32 size=54 bin/win32/dvihp.exe @@ -33160,7 +33192,7 @@ binfiles arch=i386-linux size=182 name dvipdfmx.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of dvipdfmx binfiles arch=i386-solaris size=183 bin/i386-solaris/dvipdfmx @@ -33223,7 +33255,7 @@ binfiles arch=universal-darwin size=370 name dvipdfmx.win32 category TLCore -revision 14306 +revision 14670 shortdesc win32 files of dvipdfmx binfiles arch=win32 size=192 bin/win32/dvipdfmx.dll @@ -33233,7 +33265,7 @@ binfiles arch=win32 size=192 name dvipdfmx.x86_64-linux category TLCore -revision 14307 +revision 14677 shortdesc x86_64-linux files of dvipdfmx binfiles arch=x86_64-linux size=197 bin/x86_64-linux/dvipdfmx @@ -33312,7 +33344,7 @@ binfiles arch=i386-linux size=236 name dvipng.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of dvipng binfiles arch=i386-solaris size=241 bin/i386-solaris/dvigif @@ -33368,14 +33400,14 @@ binfiles arch=universal-darwin size=487 name dvipng.win32 category TLCore -revision 14306 +revision 14670 shortdesc win32 files of dvipng binfiles arch=win32 size=184 bin/win32/dvipng.exe name dvipng.x86_64-linux category TLCore -revision 14307 +revision 14677 shortdesc x86_64-linux files of dvipng binfiles arch=x86_64-linux size=261 bin/x86_64-linux/dvigif @@ -33426,7 +33458,7 @@ binfiles arch=i386-linux size=24 name dvipos.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of dvipos binfiles arch=i386-solaris size=25 bin/i386-solaris/dvipos @@ -33475,7 +33507,7 @@ binfiles arch=universal-darwin size=55 name dvipos.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of dvipos binfiles arch=win32 size=8 bin/win32/dvipos.exe @@ -33636,7 +33668,7 @@ binfiles arch=i386-linux size=78 name dvips.i386-solaris category Package -revision 14364 +revision 14669 shortdesc i386-solaris files of dvips binfiles arch=i386-solaris size=82 bin/i386-solaris/afm2tfm @@ -33692,7 +33724,7 @@ binfiles arch=universal-darwin size=171 name dvips.win32 category Package -revision 14281 +revision 14670 shortdesc win32 files of dvips binfiles arch=win32 size=39 bin/win32/afm2tfm.exe @@ -34055,8 +34087,7 @@ name ebong.win32 category Package revision 14642 shortdesc win32 files of ebong -binfiles arch=win32 size=2 - bin/win32/ebong.bat +binfiles arch=win32 size=1 bin/win32/ebong.exe name ebong.x86_64-linux @@ -37533,10 +37564,8 @@ name epspdf.win32 category Package revision 14642 shortdesc win32 files of epspdf -binfiles arch=win32 size=4 - bin/win32/epspdf.bat +binfiles arch=win32 size=2 bin/win32/epspdf.exe - bin/win32/epspdftk.bat bin/win32/epspdftk.exe name epspdf.x86_64-linux @@ -38060,7 +38089,7 @@ catalogue-version 2.0 name etextools category Package -revision 14372 +revision 14676 shortdesc e-TeX tools for LaTeX users and package writers. longdesc The package offers four categories of macros: – the longdesc \expandnext macro and other expansion control macros; – the @@ -38069,20 +38098,20 @@ longdesc (starred-)macros with option; – fully expandable command list longdesc parsers: \csvloop, \listloop and a general constructor; – longdesc three macros lacking from the etoolbox package: \listdel, longdesc \listgdel and \listxdel. -docfiles size=152 +docfiles size=161 texmf-dist/doc/latex/etextools/README details="Readme" texmf-dist/doc/latex/etextools/etextools-examples.pdf texmf-dist/doc/latex/etextools/etextools-examples.tex texmf-dist/doc/latex/etextools/etextools.pdf details="Package documentation" -srcfiles size=13 +srcfiles size=15 texmf-dist/source/latex/etextools/etextools.dtx texmf-dist/source/latex/etextools/etextools.ins -runfiles size=2 +runfiles size=3 texmf-dist/tex/latex/etextools/etextools.sty catalogue-ctan /macros/latex/contrib/etextools -catalogue-date 2009-08-11 19:19:50 +0200 +catalogue-date 2009-08-14 23:37:50 +0200 catalogue-license lppl -catalogue-version 2z +catalogue-version 2t(heta) name ethiop category Package @@ -41685,20 +41714,13 @@ name fontools.win32 category Package revision 14642 shortdesc win32 files of fontools -binfiles arch=win32 size=14 - bin/win32/afm2afm.bat +binfiles arch=win32 size=7 bin/win32/afm2afm.exe - bin/win32/autoinst.bat bin/win32/autoinst.exe - bin/win32/cmap2enc.bat bin/win32/cmap2enc.exe - bin/win32/font2afm.bat bin/win32/font2afm.exe - bin/win32/ot2kpx.bat bin/win32/ot2kpx.exe - bin/win32/pfm2kpx.bat bin/win32/pfm2kpx.exe - bin/win32/showglyphs.bat bin/win32/showglyphs.exe name fontools.x86_64-linux @@ -41832,7 +41854,7 @@ binfiles arch=i386-linux size=78 name fontware.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of fontware binfiles arch=i386-solaris size=88 bin/i386-solaris/pltotf @@ -41902,7 +41924,7 @@ binfiles arch=universal-darwin size=188 name fontware.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of fontware binfiles arch=win32 size=41 bin/win32/pltotf.exe @@ -41912,7 +41934,7 @@ binfiles arch=win32 size=41 name fontware.x86_64-linux category TLCore -revision 14282 +revision 14677 shortdesc x86_64-linux files of fontware binfiles arch=x86_64-linux size=80 bin/x86_64-linux/pltotf @@ -42666,8 +42688,7 @@ name fragmaster.win32 category Package revision 14642 shortdesc win32 files of fragmaster -binfiles arch=win32 size=2 - bin/win32/fragmaster.bat +binfiles arch=win32 size=1 bin/win32/fragmaster.exe name fragmaster.x86_64-linux @@ -44004,10 +44025,8 @@ name getnonfreefonts.win32 category TLCore revision 14642 shortdesc win32 files of getnonfreefonts -binfiles arch=win32 size=4 - bin/win32/getnonfreefonts-sys.bat +binfiles arch=win32 size=2 bin/win32/getnonfreefonts-sys.exe - bin/win32/getnonfreefonts.bat bin/win32/getnonfreefonts.exe name getnonfreefonts.x86_64-linux @@ -44862,8 +44881,7 @@ name glossaries.win32 category Package revision 14642 shortdesc win32 files of glossaries -binfiles arch=win32 size=2 - bin/win32/makeglossaries.bat +binfiles arch=win32 size=1 bin/win32/makeglossaries.exe name glossaries.x86_64-linux @@ -45616,7 +45634,7 @@ binfiles arch=i386-linux size=20 name gsftopk.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of gsftopk binfiles arch=i386-solaris size=21 bin/i386-solaris/gsftopk @@ -45665,7 +45683,7 @@ binfiles arch=universal-darwin size=46 name gsftopk.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of gsftopk binfiles arch=win32 size=5 bin/win32/gsftopk.exe @@ -51853,7 +51871,7 @@ docfiles size=180 name kpathsea category TLCore -revision 14629 +revision 14685 shortdesc Path searching library for TeX-related files. longdesc The library is at the centre of pretty much all Unix-based TeX longdesc executable. It is no longer distributed separately, but rather @@ -52044,7 +52062,7 @@ binfiles arch=i386-linux size=40 name kpathsea.i386-solaris category TLCore -revision 14403 +revision 14669 shortdesc i386-solaris files of kpathsea binfiles arch=i386-solaris size=41 bin/i386-solaris/kpseaccess @@ -52191,7 +52209,7 @@ binfiles arch=universal-darwin size=86 name kpathsea.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of kpathsea binfiles arch=win32 size=276 bin/win32/kpathsea500.dll @@ -54987,7 +55005,7 @@ binfiles arch=i386-linux size=14 name lacheck.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of lacheck binfiles arch=i386-solaris size=15 bin/i386-solaris/lacheck @@ -56911,8 +56929,7 @@ name latex2man.win32 category Package revision 14642 shortdesc win32 files of latex2man -binfiles arch=win32 size=2 - bin/win32/latex2man.bat +binfiles arch=win32 size=1 bin/win32/latex2man.exe name latex2man.x86_64-linux @@ -57095,8 +57112,7 @@ name latexmk.win32 category Package revision 14642 shortdesc win32 files of latexmk -binfiles arch=win32 size=2 - bin/win32/latexmk.bat +binfiles arch=win32 size=1 bin/win32/latexmk.exe name latexmk.x86_64-linux @@ -57288,9 +57304,9 @@ binfiles arch=i386-linux size=955 name lcdftypetools.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of lcdftypetools -binfiles arch=i386-solaris size=1201 +binfiles arch=i386-solaris size=1214 bin/i386-solaris/cfftot1 bin/i386-solaris/mmafm bin/i386-solaris/mmpfb @@ -57424,7 +57440,7 @@ binfiles arch=win32 size=1013 name lcdftypetools.x86_64-linux category TLCore -revision 14282 +revision 14677 shortdesc x86_64-linux files of lcdftypetools binfiles arch=x86_64-linux size=1125 bin/x86_64-linux/cfftot1 @@ -61640,7 +61656,7 @@ catalogue-version 1.01 name luaotfload category Package -revision 13992 +revision 14679 shortdesc ConTeXt OTF loading system for Plain and LaTeX. longdesc The package adopts the TrueType/OpenType Font loader code longdesc provided in ConTeXt, and adapts it to use in Plain TeX and @@ -61651,7 +61667,7 @@ docfiles size=25 srcfiles size=5 texmf-dist/source/luatex/luaotfload/Makefile texmf-dist/source/luatex/luaotfload/luaotfload.dtx -runfiles size=103 +runfiles size=104 texmf-dist/tex/luatex/luaotfload/luaotfload.lua texmf-dist/tex/luatex/luaotfload/luaotfload.sty texmf-dist/tex/luatex/luaotfload/otfl-data-con.lua @@ -61659,6 +61675,7 @@ runfiles size=103 texmf-dist/tex/luatex/luaotfload/otfl-font-def.lua texmf-dist/tex/luatex/luaotfload/otfl-font-dum.lua texmf-dist/tex/luatex/luaotfload/otfl-font-ini.lua + texmf-dist/tex/luatex/luaotfload/otfl-font-map.lua texmf-dist/tex/luatex/luaotfload/otfl-font-ota.lua texmf-dist/tex/luatex/luaotfload/otfl-font-otb.lua texmf-dist/tex/luatex/luaotfload/otfl-font-otc.lua @@ -61764,9 +61781,9 @@ binfiles arch=i386-linux size=1242 name luatex.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of luatex -binfiles arch=i386-solaris size=1272 +binfiles arch=i386-solaris size=1273 bin/i386-solaris/dviluatex bin/i386-solaris/luatangle bin/i386-solaris/luatex @@ -61841,7 +61858,7 @@ binfiles arch=universal-darwin size=2661 name luatex.win32 category TLCore -revision 14314 +revision 14670 shortdesc win32 files of luatex binfiles arch=win32 size=884 bin/win32/dviluatex.exe @@ -61852,7 +61869,7 @@ binfiles arch=win32 size=884 name luatex.x86_64-linux category TLCore -revision 14307 +revision 14677 shortdesc x86_64-linux files of luatex binfiles arch=x86_64-linux size=1358 bin/x86_64-linux/dviluatex @@ -62331,7 +62348,7 @@ binfiles arch=i386-linux size=35 name makeindex.i386-solaris category Package -revision 14364 +revision 14669 shortdesc i386-solaris files of makeindex binfiles arch=i386-solaris size=35 bin/i386-solaris/makeindex @@ -62387,7 +62404,7 @@ binfiles arch=universal-darwin size=75 name makeindex.win32 category Package -revision 14281 +revision 14670 shortdesc win32 files of makeindex binfiles arch=win32 size=19 bin/win32/makeindex.exe @@ -64237,7 +64254,7 @@ binfiles arch=i386-linux size=146 name metafont.i386-solaris category Package -revision 14364 +revision 14669 shortdesc i386-solaris files of metafont binfiles arch=i386-solaris size=155 bin/i386-solaris/mf @@ -64293,7 +64310,7 @@ binfiles arch=universal-darwin size=339 name metafont.win32 category Package -revision 14281 +revision 14670 shortdesc win32 files of metafont binfiles arch=win32 size=107 bin/win32/mf-nowin.exe @@ -64301,7 +64318,7 @@ binfiles arch=win32 size=107 name metafont.x86_64-linux category Package -revision 14282 +revision 14677 shortdesc x86_64-linux files of metafont binfiles arch=x86_64-linux size=156 bin/x86_64-linux/mf @@ -64603,7 +64620,7 @@ binfiles arch=i386-linux size=127 name metapost.i386-solaris category Package -revision 14528 +revision 14669 shortdesc i386-solaris files of metapost binfiles arch=i386-solaris size=122 bin/i386-solaris/dvitomp @@ -64666,7 +64683,7 @@ binfiles arch=universal-darwin size=255 name metapost.win32 category Package -revision 14528 +revision 14670 shortdesc win32 files of metapost binfiles arch=win32 size=98 bin/win32/dvitomp.exe @@ -64676,7 +64693,7 @@ binfiles arch=win32 size=98 name metapost.x86_64-linux category Package -revision 14528 +revision 14677 shortdesc x86_64-linux files of metapost binfiles arch=x86_64-linux size=129 bin/x86_64-linux/dvitomp @@ -65366,7 +65383,7 @@ binfiles arch=i386-linux size=127 name mfware.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of mfware binfiles arch=i386-solaris size=142 bin/i386-solaris/gftodvi @@ -65450,7 +65467,7 @@ binfiles arch=universal-darwin size=300 name mfware.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of mfware binfiles arch=win32 size=36 bin/win32/gftodvi.exe @@ -65462,7 +65479,7 @@ binfiles arch=win32 size=36 name mfware.x86_64-linux category TLCore -revision 14282 +revision 14677 shortdesc x86_64-linux files of mfware binfiles arch=x86_64-linux size=135 bin/x86_64-linux/gftodvi @@ -66772,8 +66789,7 @@ name mkgrkindex.win32 category Package revision 14642 shortdesc win32 files of mkgrkindex -binfiles arch=win32 size=2 - bin/win32/mkgrkindex.bat +binfiles arch=win32 size=1 bin/win32/mkgrkindex.exe name mkgrkindex.x86_64-linux @@ -66920,8 +66936,7 @@ name mkjobtexmf.win32 category Package revision 14642 shortdesc win32 files of mkjobtexmf -binfiles arch=win32 size=2 - bin/win32/mkjobtexmf.bat +binfiles arch=win32 size=1 bin/win32/mkjobtexmf.exe name mkjobtexmf.x86_64-linux @@ -68665,7 +68680,7 @@ binfiles arch=i386-linux size=4 name musixflx.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of musixflx binfiles arch=i386-solaris size=5 bin/i386-solaris/musixflx @@ -68714,7 +68729,7 @@ binfiles arch=universal-darwin size=14 name musixflx.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of musixflx binfiles arch=win32 size=4 bin/win32/musixflx.exe @@ -71672,7 +71687,7 @@ binfiles arch=i386-linux size=156 name omegaware.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of omegaware binfiles arch=i386-solaris size=172 bin/i386-solaris/odvicopy @@ -71784,7 +71799,7 @@ binfiles arch=universal-darwin size=352 name omegaware.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of omegaware binfiles arch=win32 size=63 bin/win32/odvicopy.exe @@ -71800,7 +71815,7 @@ binfiles arch=win32 size=63 name omegaware.x86_64-linux category TLCore -revision 14282 +revision 14677 shortdesc x86_64-linux files of omegaware binfiles arch=x86_64-linux size=168 bin/x86_64-linux/odvicopy @@ -72728,7 +72743,7 @@ binfiles arch=i386-linux size=9 name patgen.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of patgen binfiles arch=i386-solaris size=12 bin/i386-solaris/patgen @@ -72777,14 +72792,14 @@ binfiles arch=universal-darwin size=25 name patgen.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of patgen binfiles arch=win32 size=6 bin/win32/patgen.exe name patgen.x86_64-linux category TLCore -revision 14282 +revision 14677 shortdesc x86_64-linux files of patgen binfiles arch=x86_64-linux size=10 bin/x86_64-linux/patgen @@ -72949,8 +72964,7 @@ name pax.win32 category Package revision 14642 shortdesc win32 files of pax -binfiles arch=win32 size=2 - bin/win32/pdfannotextractor.bat +binfiles arch=win32 size=1 bin/win32/pdfannotextractor.exe name pax.x86_64-linux @@ -73440,8 +73454,7 @@ name pdfcrop.win32 category Package revision 14642 shortdesc win32 files of pdfcrop -binfiles arch=win32 size=2 - bin/win32/pdfcrop.bat +binfiles arch=win32 size=1 bin/win32/pdfcrop.exe name pdfcrop.x86_64-linux @@ -73758,9 +73771,9 @@ binfiles arch=i386-linux size=336 name pdftex.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of pdftex -binfiles arch=i386-solaris size=375 +binfiles arch=i386-solaris size=377 bin/i386-solaris/etex bin/i386-solaris/pdfetex bin/i386-solaris/pdftex @@ -73828,7 +73841,7 @@ binfiles arch=universal-darwin size=702 name pdftex.win32 category TLCore -revision 14306 +revision 14670 shortdesc win32 files of pdftex binfiles arch=win32 size=287 bin/win32/etex.exe @@ -73838,7 +73851,7 @@ binfiles arch=win32 size=287 name pdftex.x86_64-linux category TLCore -revision 14307 +revision 14677 shortdesc x86_64-linux files of pdftex binfiles arch=x86_64-linux size=388 bin/x86_64-linux/etex @@ -73929,9 +73942,9 @@ binfiles arch=i386-linux size=118 name pdftools.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of pdftools -binfiles arch=i386-solaris size=149 +binfiles arch=i386-solaris size=150 bin/i386-solaris/e2pall bin/i386-solaris/epstopdf bin/i386-solaris/pdfatfi @@ -74020,14 +74033,11 @@ binfiles arch=universal-darwin size=238 name pdftools.win32 category TLCore -revision 14642 +revision 14670 shortdesc win32 files of pdftools -binfiles arch=win32 size=95 - bin/win32/e2pall.bat +binfiles arch=win32 size=92 bin/win32/e2pall.exe - bin/win32/epstopdf.bat bin/win32/epstopdf.exe - bin/win32/pdfatfi.bat bin/win32/pdfatfi.exe bin/win32/pdfclose.exe bin/win32/pdfdde.exe @@ -74271,8 +74281,7 @@ name perltex.win32 category Package revision 14642 shortdesc win32 files of perltex -binfiles arch=win32 size=2 - bin/win32/perltex.bat +binfiles arch=win32 size=1 bin/win32/perltex.exe name perltex.x86_64-linux @@ -75493,7 +75502,7 @@ catalogue-version 1.5 name pkfix-helper category Package -revision 13822 +revision 14682 shortdesc Make PostScript files accessible to pkfix. longdesc Pkfix is a useful utility for replacing resolution-dependent longdesc bitmapped fonts in a dvips-produced PostScript file with the @@ -75508,13 +75517,13 @@ longdesc processing by pkfix. pkfix-helper can sometimes process longdesc documents fully autonomously but does require the user to longdesc verify and, if needed, correct its decisions. depend pkfix-helper.ARCH -docfiles size=108 +docfiles size=167 texmf-dist/doc/support/pkfix-helper/README details="Readme" texmf-dist/doc/support/pkfix-helper/encoding-samples.pdf details="Encoding tables and how to use them" texmf-dist/doc/support/pkfix-helper/encoding-samples.tex texmf/doc/man/man1/pkfix-helper.1 texmf/doc/man/man1/pkfix-helper.pdf details="Package documentation" -runfiles size=12 +runfiles size=13 texmf-dist/scripts/pkfix-helper/pkfix-helper catalogue-ctan /support/pkfix-helper catalogue-date 2009-08-09 15:28:01 +0200 @@ -75605,8 +75614,7 @@ name pkfix-helper.win32 category Package revision 14642 shortdesc win32 files of pkfix-helper -binfiles arch=win32 size=2 - bin/win32/pkfix-helper.bat +binfiles arch=win32 size=1 bin/win32/pkfix-helper.exe name pkfix-helper.x86_64-linux @@ -75704,8 +75712,7 @@ name pkfix.win32 category Package revision 14642 shortdesc win32 files of pkfix -binfiles arch=win32 size=2 - bin/win32/pkfix.bat +binfiles arch=win32 size=1 bin/win32/pkfix.exe name pkfix.x86_64-linux @@ -76903,10 +76910,8 @@ name ppower4.win32 category Package revision 14642 shortdesc win32 files of ppower4 -binfiles arch=win32 size=4 - bin/win32/pdfthumb.bat +binfiles arch=win32 size=2 bin/win32/pdfthumb.exe - bin/win32/ppower4.bat bin/win32/ppower4.exe name ppower4.x86_64-linux @@ -77426,7 +77431,7 @@ binfiles arch=i386-linux size=49 name ps2pkm.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of ps2pkm binfiles arch=i386-solaris size=54 bin/i386-solaris/mag @@ -77496,7 +77501,7 @@ binfiles arch=universal-darwin size=122 name ps2pkm.win32 category TLCore -revision 14314 +revision 14670 shortdesc win32 files of ps2pkm binfiles arch=win32 size=40 bin/win32/mag.exe @@ -79826,8 +79831,7 @@ name pst2pdf.win32 category Package revision 14642 shortdesc win32 files of pst2pdf -binfiles arch=win32 size=2 - bin/win32/pst2pdf.bat +binfiles arch=win32 size=1 bin/win32/pst2pdf.exe name pst2pdf.x86_64-linux @@ -79940,7 +79944,7 @@ binfiles arch=i386-linux size=13 name pstools.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of pstools binfiles arch=i386-solaris size=14 bin/i386-solaris/bbox @@ -80375,7 +80379,7 @@ binfiles arch=i386-linux size=36 name psutils.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of psutils binfiles arch=i386-solaris size=40 bin/i386-solaris/epsffit @@ -80778,8 +80782,7 @@ name purifyeps.win32 category Package revision 14642 shortdesc win32 files of purifyeps -binfiles arch=win32 size=2 - bin/win32/purifyeps.bat +binfiles arch=win32 size=1 bin/win32/purifyeps.exe name purifyeps.x86_64-linux @@ -83142,9 +83145,9 @@ binfiles arch=i386-linux size=23 name seetexk.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of seetexk -binfiles arch=i386-solaris size=36 +binfiles arch=i386-solaris size=37 bin/i386-solaris/dvibook bin/i386-solaris/dviconcat bin/i386-solaris/dviselect @@ -83212,7 +83215,7 @@ binfiles arch=universal-darwin size=73 name seetexk.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of seetexk binfiles arch=win32 size=21 bin/win32/dvibook.exe @@ -84098,7 +84101,7 @@ catalogue-license noinfo name siunitx category Package -revision 13638 +revision 14678 shortdesc A comprehensive (SI) units package. longdesc Typesetting values with units requires care to ensure that the longdesc combined mathematical meaning of the value plus unit @@ -84118,10 +84121,9 @@ longdesc incorporated, to fill gaps in the existing provision. The longdesc package also provides backward-compatibility with SIunits, longdesc sistyle, unitsdef and units. The aim is to have one package to longdesc handle all of the possible unit-related needs of LaTeX users. -docfiles size=169 +docfiles size=174 texmf-dist/doc/latex/siunitx/README details="Readme" texmf-dist/doc/latex/siunitx/si-bug.ltx - texmf-dist/doc/latex/siunitx/siunitx.bib texmf-dist/doc/latex/siunitx/siunitx.pdf details="Package documentation" srcfiles size=114 texmf-dist/source/latex/siunitx/siunitx.dtx @@ -84845,8 +84847,7 @@ name splitindex.win32 category Package revision 14642 shortdesc win32 files of splitindex -binfiles arch=win32 size=2 - bin/win32/splitindex.bat +binfiles arch=win32 size=1 bin/win32/splitindex.exe name splitindex.x86_64-linux @@ -85974,8 +85975,7 @@ name svn-multi.win32 category Package revision 14642 shortdesc win32 files of svn-multi -binfiles arch=win32 size=2 - bin/win32/svn-multi.bat +binfiles arch=win32 size=1 bin/win32/svn-multi.exe name svn-multi.x86_64-linux @@ -86171,7 +86171,7 @@ binfiles arch=i386-linux size=28 name synctex.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of synctex binfiles arch=i386-solaris size=30 bin/i386-solaris/synctex @@ -86220,7 +86220,7 @@ binfiles arch=universal-darwin size=66 name synctex.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of synctex binfiles arch=win32 size=24 bin/win32/synctex.exe @@ -86425,7 +86425,7 @@ binfiles arch=i386-linux size=43 name t1utils.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of t1utils binfiles arch=i386-solaris size=48 bin/i386-solaris/t1ascii @@ -87067,7 +87067,7 @@ binfiles arch=i386-linux size=33 name tcdialog.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of tcdialog binfiles arch=i386-solaris size=32 bin/i386-solaris/tcdialog @@ -87549,7 +87549,7 @@ catalogue-version 3.0 name tetex.alpha-linux category TLCore -revision 14403 +revision 14672 shortdesc alpha-linux files of tetex binfiles arch=alpha-linux size=36 bin/alpha-linux/allcm @@ -87568,7 +87568,7 @@ binfiles arch=alpha-linux size=36 name tetex.amd64-freebsd category TLCore -revision 14403 +revision 14672 shortdesc amd64-freebsd files of tetex binfiles arch=amd64-freebsd size=36 bin/amd64-freebsd/allcm @@ -87587,7 +87587,7 @@ binfiles arch=amd64-freebsd size=36 name tetex.i386-cygwin category TLCore -revision 14431 +revision 14672 shortdesc i386-cygwin files of tetex binfiles arch=i386-cygwin size=36 bin/i386-cygwin/allcm @@ -87606,7 +87606,7 @@ binfiles arch=i386-cygwin size=36 name tetex.i386-freebsd category TLCore -revision 14403 +revision 14672 shortdesc i386-freebsd files of tetex binfiles arch=i386-freebsd size=36 bin/i386-freebsd/allcm @@ -87625,7 +87625,7 @@ binfiles arch=i386-freebsd size=36 name tetex.i386-linux category TLCore -revision 14403 +revision 14672 shortdesc i386-linux files of tetex binfiles arch=i386-linux size=36 bin/i386-linux/allcm @@ -87644,7 +87644,7 @@ binfiles arch=i386-linux size=36 name tetex.i386-solaris category TLCore -revision 14403 +revision 14672 shortdesc i386-solaris files of tetex binfiles arch=i386-solaris size=36 bin/i386-solaris/allcm @@ -87663,7 +87663,7 @@ binfiles arch=i386-solaris size=36 name tetex.mips-irix category TLCore -revision 14509 +revision 14672 shortdesc mips-irix files of tetex binfiles arch=mips-irix size=36 bin/mips-irix/allcm @@ -87682,7 +87682,7 @@ binfiles arch=mips-irix size=36 name tetex.powerpc-aix category TLCore -revision 14403 +revision 14672 shortdesc powerpc-aix files of tetex binfiles arch=powerpc-aix size=36 bin/powerpc-aix/allcm @@ -87701,7 +87701,7 @@ binfiles arch=powerpc-aix size=36 name tetex.powerpc-linux category TLCore -revision 14403 +revision 14672 shortdesc powerpc-linux files of tetex binfiles arch=powerpc-linux size=36 bin/powerpc-linux/allcm @@ -87720,7 +87720,7 @@ binfiles arch=powerpc-linux size=36 name tetex.sparc-linux category TLCore -revision 14403 +revision 14672 shortdesc sparc-linux files of tetex binfiles arch=sparc-linux size=36 bin/sparc-linux/allcm @@ -87739,7 +87739,7 @@ binfiles arch=sparc-linux size=36 name tetex.sparc-solaris category TLCore -revision 14403 +revision 14672 shortdesc sparc-solaris files of tetex binfiles arch=sparc-solaris size=36 bin/sparc-solaris/allcm @@ -87758,7 +87758,7 @@ binfiles arch=sparc-solaris size=36 name tetex.universal-darwin category TLCore -revision 14403 +revision 14672 shortdesc universal-darwin files of tetex binfiles arch=universal-darwin size=36 bin/universal-darwin/allcm @@ -87777,20 +87777,17 @@ binfiles arch=universal-darwin size=36 name tetex.win32 category TLCore -revision 14642 +revision 14670 shortdesc win32 files of tetex -binfiles arch=win32 size=10 - bin/win32/fmtutil-sys.bat +binfiles arch=win32 size=7 bin/win32/fmtutil-sys.exe bin/win32/fmtutil.exe - bin/win32/updmap-sys.bat bin/win32/updmap-sys.exe - bin/win32/updmap.bat bin/win32/updmap.exe name tetex.x86_64-linux category TLCore -revision 14403 +revision 14672 shortdesc x86_64-linux files of tetex binfiles arch=x86_64-linux size=36 bin/x86_64-linux/allcm @@ -89476,7 +89473,7 @@ binfiles arch=i386-linux size=81 name tex.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of tex binfiles arch=i386-solaris size=87 bin/i386-solaris/tex @@ -89525,7 +89522,7 @@ binfiles arch=universal-darwin size=184 name tex.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of tex binfiles arch=win32 size=68 bin/win32/tex.dll @@ -89533,7 +89530,7 @@ binfiles arch=win32 size=68 name tex.x86_64-linux category TLCore -revision 14282 +revision 14677 shortdesc x86_64-linux files of tex binfiles arch=x86_64-linux size=87 bin/x86_64-linux/tex @@ -93470,7 +93467,7 @@ binfiles arch=i386-linux size=67 name tex4ht.i386-solaris category Package -revision 14364 +revision 14669 shortdesc i386-solaris files of tex4ht binfiles arch=i386-solaris size=68 bin/i386-solaris/ht @@ -93589,9 +93586,9 @@ binfiles arch=universal-darwin size=137 name tex4ht.win32 category Package -revision 14642 +revision 14670 shortdesc win32 files of tex4ht -binfiles arch=win32 size=45 +binfiles arch=win32 size=44 bin/win32/ht.bat bin/win32/ht.exe bin/win32/htcmd.exe @@ -93609,7 +93606,6 @@ binfiles arch=win32 size=45 bin/win32/htxelatex.exe bin/win32/htxetex.bat bin/win32/htxetex.exe - bin/win32/mk4ht.bat bin/win32/mk4ht.exe bin/win32/t4ht.exe bin/win32/tex4ht.exe @@ -93859,8 +93855,7 @@ name texcount.win32 category Package revision 14642 shortdesc win32 files of texcount -binfiles arch=win32 size=2 - bin/win32/texcount.bat +binfiles arch=win32 size=1 bin/win32/texcount.exe name texcount.x86_64-linux @@ -93977,8 +93972,7 @@ name texdirflatten.win32 category Package revision 14642 shortdesc win32 files of texdirflatten -binfiles arch=win32 size=2 - bin/win32/texdirflatten.bat +binfiles arch=win32 size=1 bin/win32/texdirflatten.exe name texdirflatten.x86_64-linux @@ -94115,13 +94109,11 @@ binfiles arch=universal-darwin size=2 name texdoc.win32 category TLCore -revision 14642 +revision 14670 shortdesc win32 files of texdoc -binfiles arch=win32 size=7 - bin/win32/texdoc.bat +binfiles arch=win32 size=5 bin/win32/texdoc.exe bin/win32/texdocc.exe - bin/win32/texdoctk.bat bin/win32/texdoctk.exe name texdoc.x86_64-linux @@ -94384,11 +94376,11 @@ docfiles size=392 name texlive-scripts category TLCore -revision 14632 +revision 14667 shortdesc programs maintained as part of basic TeX Live depend texlive.infra depend texlive-scripts.ARCH -runfiles size=29 +runfiles size=30 install-tl texmf/scripts/texlive/lua/texlive/getopt.tlu texmf/scripts/texlive/lua/texlive/tlpdb.tlu @@ -94486,8 +94478,7 @@ name texlive-scripts.win32 category TLCore revision 14642 shortdesc win32 files of texlive-scripts -binfiles arch=win32 size=4 - bin/win32/rungs.bat +binfiles arch=win32 size=3 bin/win32/rungs.exe bin/win32/symlinks4cygwin.sh tl-portable.bat @@ -94512,7 +94503,7 @@ docfiles size=206 name texlive.infra category TLCore -revision 14652 +revision 14666 shortdesc basic TeX Live infrastructure longdesc This package contains the files needed to get the TeX Live longdesc tools (notably tlmgr) running: perl modules, xz binaries, plus @@ -94526,7 +94517,7 @@ docfiles size=21 texmf/doc/man/man1/tlmgr.1 texmf/doc/man/man1/tlmgr.pdf tlpkg/README -runfiles size=348 +runfiles size=358 LICENSE.CTAN LICENSE.TL README @@ -94582,6 +94573,7 @@ runfiles size=348 tlpkg/translations/messages.pot tlpkg/translations/nl.po tlpkg/translations/pl.po + tlpkg/translations/ru.po tlpkg/translations/sl.po tlpkg/translations/trans.pl tlpkg/translations/vi.po @@ -94700,7 +94692,7 @@ binfiles arch=universal-darwin size=228 name texlive.infra.win32 category TLCore -revision 14642 +revision 14661 shortdesc win32 files of texlive.infra binfiles arch=win32 size=197 bin/win32/tl-w32-wrapper.cmd @@ -94822,8 +94814,7 @@ name texloganalyser.win32 category Package revision 14642 shortdesc win32 files of texloganalyser -binfiles arch=win32 size=2 - bin/win32/texloganalyser.bat +binfiles arch=win32 size=1 bin/win32/texloganalyser.exe name texloganalyser.x86_64-linux @@ -95446,7 +95437,7 @@ binfiles arch=i386-linux size=29 name texware.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of texware binfiles arch=i386-solaris size=33 bin/i386-solaris/dvitype @@ -95502,7 +95493,7 @@ binfiles arch=universal-darwin size=72 name texware.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of texware binfiles arch=win32 size=10 bin/win32/dvitype.exe @@ -95510,7 +95501,7 @@ binfiles arch=win32 size=10 name texware.x86_64-linux category TLCore -revision 14282 +revision 14677 shortdesc x86_64-linux files of texware binfiles arch=x86_64-linux size=30 bin/x86_64-linux/dvitype @@ -96116,8 +96107,7 @@ name thumbpdf.win32 category Package revision 14642 shortdesc win32 files of thumbpdf -binfiles arch=win32 size=2 - bin/win32/thumbpdf.bat +binfiles arch=win32 size=1 bin/win32/thumbpdf.exe name thumbpdf.x86_64-linux @@ -96277,7 +96267,7 @@ binfiles arch=i386-linux size=17 name tie.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of tie binfiles arch=i386-solaris size=18 bin/i386-solaris/tie @@ -96326,7 +96316,7 @@ binfiles arch=universal-darwin size=40 name tie.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of tie binfiles arch=win32 size=2 bin/win32/tie.exe @@ -98120,15 +98110,7 @@ docfiles size=892 name tlgs.win32 category TLCore revision 13822 -binfiles arch=win32 size=3868 - bin/win32/eps2eps.bat - bin/win32/pdf2dsc.bat - bin/win32/pdfopt.bat - bin/win32/ps2ascii.bat - bin/win32/ps2pdf.bat - bin/win32/ps2pdf12.bat - bin/win32/ps2pdf13.bat - bin/win32/ps2pdf14.bat +binfiles arch=win32 size=3860 texmf/scripts/tlgs/gswin32/eps2eps.tlu texmf/scripts/tlgs/gswin32/pdf2dsc.tlu texmf/scripts/tlgs/gswin32/pdfopt.tlu @@ -100478,7 +100460,7 @@ binfiles arch=i386-linux size=152 name ttfutils.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of ttfutils binfiles arch=i386-solaris size=156 bin/i386-solaris/ttf2afm @@ -100548,7 +100530,7 @@ binfiles arch=universal-darwin size=318 name ttfutils.win32 category TLCore -revision 14314 +revision 14670 shortdesc win32 files of ttfutils binfiles arch=win32 size=83 bin/win32/ttf2afm.exe @@ -104909,8 +104891,7 @@ name ulqda.win32 category Package revision 14642 shortdesc win32 files of ulqda -binfiles arch=win32 size=2 - bin/win32/ulqda.bat +binfiles arch=win32 size=1 bin/win32/ulqda.exe name ulqda.x86_64-linux @@ -107131,7 +107112,7 @@ binfiles arch=i386-linux size=4 name vlna.i386-solaris category TLCore -revision 13898 +revision 14669 shortdesc i386-solaris files of vlna binfiles arch=i386-solaris size=4 bin/i386-solaris/vlna @@ -108070,8 +108051,7 @@ name vpe.win32 category Package revision 14642 shortdesc win32 files of vpe -binfiles arch=win32 size=2 - bin/win32/vpe.bat +binfiles arch=win32 size=1 bin/win32/vpe.exe name vpe.x86_64-linux @@ -109739,7 +109719,7 @@ binfiles arch=i386-linux size=52 name web.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of web binfiles arch=i386-solaris size=58 bin/i386-solaris/tangle @@ -109795,7 +109775,7 @@ binfiles arch=universal-darwin size=124 name web.win32 category TLCore -revision 14281 +revision 14670 shortdesc win32 files of web binfiles arch=win32 size=19 bin/win32/tangle.exe @@ -109803,7 +109783,7 @@ binfiles arch=win32 size=19 name web.x86_64-linux category TLCore -revision 14282 +revision 14677 shortdesc x86_64-linux files of web binfiles arch=x86_64-linux size=58 bin/x86_64-linux/tangle @@ -109848,7 +109828,7 @@ catalogue-license lppl name wintools.win32 category TLCore -revision 14306 +revision 14670 docfiles size=41 texmf/doc/gzip/gzip.html texmf/doc/gzip/gzip.pdf @@ -110280,7 +110260,7 @@ binfiles arch=i386-linux size=204 name xdvi.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of xdvi binfiles arch=i386-solaris size=200 bin/i386-solaris/xdvi @@ -110341,7 +110321,7 @@ shortdesc win32 files of xdvi name xdvi.x86_64-linux category TLCore -revision 14282 +revision 14677 shortdesc x86_64-linux files of xdvi binfiles arch=x86_64-linux size=217 bin/x86_64-linux/xdvi @@ -110686,9 +110666,9 @@ binfiles arch=i386-linux size=2888 name xetex.i386-solaris category TLCore -revision 14364 +revision 14669 shortdesc i386-solaris files of xetex -binfiles arch=i386-solaris size=3096 +binfiles arch=i386-solaris size=3107 bin/i386-solaris/teckit_compile bin/i386-solaris/xdvipdfmx bin/i386-solaris/xelatex @@ -110758,9 +110738,9 @@ binfiles arch=universal-darwin size=5490 name xetex.win32 category TLCore -revision 14320 +revision 14670 shortdesc win32 files of xetex -binfiles arch=win32 size=5491 +binfiles arch=win32 size=5488 bin/win32/fc-cache.exe bin/win32/fc-cat.exe bin/win32/fc-list.exe @@ -110803,7 +110783,7 @@ binfiles arch=win32 size=5491 name xetex.x86_64-linux category TLCore -revision 14320 +revision 14677 shortdesc x86_64-linux files of xetex binfiles arch=x86_64-linux size=2959 bin/x86_64-linux/teckit_compile @@ -111477,7 +111457,7 @@ binfiles arch=i386-linux size=672 name xindy.i386-solaris category TLCore -revision 14450 +revision 14669 shortdesc i386-solaris files of xindy binfiles arch=i386-solaris size=667 bin/i386-solaris/tex2xindy @@ -111546,20 +111526,18 @@ name xindy.win32 category TLCore revision 14642 shortdesc win32 files of xindy -binfiles arch=win32 size=1014 +binfiles arch=win32 size=1012 bin/win32/tex2xindy.exe - bin/win32/texindy.bat bin/win32/texindy.exe bin/win32/xindy-lisp.exe - bin/win32/xindy.bat bin/win32/xindy.exe bin/win32/xindy.mem name xindy.x86_64-linux category TLCore -revision 14450 +revision 14677 shortdesc x86_64-linux files of xindy -binfiles arch=x86_64-linux size=844 +binfiles arch=x86_64-linux size=857 bin/x86_64-linux/tex2xindy bin/x86_64-linux/texindy bin/x86_64-linux/xindy |