From 97eca13a92a0b8ad423b606c8970c9ce64d9b2bf Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 18 May 2021 03:01:12 +0000 Subject: CTAN sync 202105180301 --- systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm | 36 ++- .../texlive/tlnet/tlpkg/installer/ctan-mirrors.pl | 1 - systems/texlive/tlnet/tlpkg/texlive.tlpdb | 347 +++++++++++++-------- systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 | 2 +- systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 | 2 +- .../texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc | 14 +- systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz | Bin 2303944 -> 2306912 bytes 7 files changed, 262 insertions(+), 140 deletions(-) (limited to 'systems/texlive/tlnet/tlpkg') diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm index 15e7f8366c..98e17b7ecc 100644 --- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm +++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm @@ -1,4 +1,4 @@ -# $Id: TLUtils.pm 59234 2021-05-16 22:43:42Z karl $ +# $Id: TLUtils.pm 59237 2021-05-17 00:41:40Z preining $ # TeXLive::TLUtils.pm - the inevitable utilities for TeX Live. # Copyright 2007-2021 Norbert Preining, Reinhard Kotucha # This file is licensed under the GNU General Public License version 2 @@ -6,7 +6,7 @@ package TeXLive::TLUtils; -my $svnrev = '$Revision: 59234 $'; +my $svnrev = '$Revision: 59237 $'; my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown"; sub module_revision { return $_modulerevision; } @@ -2585,6 +2585,21 @@ sub setup_programs { setup_one(($isWin ? "w32" : "unix"), $defprog, "$bindir/$dltype/$defprog.$platform", "--version", $tlfirst); } + # check for wget/ssl support + if (member("wget", @working_downloaders)) { + debug("TLUtils::setup_programs: checking for ssl enabled wget\n"); + my @lines = `$::progs{'wget'} --version 2>&1`; + if (grep(/\+ssl/, @lines)) { + $::progs{'options'}{'wget-ssl'} = 1; + my @wgetargs = @{$TeXLive::TLConfig::FallbackDownloaderArgs{'wget'}}; + push @wgetargs, '--no-check-certificate'; + $TeXLive::TLConfig::FallbackDownloaderArgs{'wget'} = \@wgetargs; + debug("TLUtils::setup_programs: wget has ssl, final wget args: @{$TeXLive::TLConfig::FallbackDownloaderArgs{'wget'}}\n"); + } else { + debug("TLUtils::setup_programs: wget without ssl support found\n"); + $::progs{'options'}{'wget-ssl'} = 0; + } + } $::progs{'working_downloaders'} = [ @working_downloaders ]; my @working_compressors; for my $defprog (sort @@ -3985,7 +4000,22 @@ sub query_ctan_mirror { if (TeXLive::TLUtils::member("curl", @working_downloaders)) { return query_ctan_mirror_curl(); } elsif (TeXLive::TLUtils::member("wget", @working_downloaders)) { - return query_ctan_mirror_wget(); + if ($::progs{'options'}{'wget-ssl'}) { + # we need ssl enabled wget to query ctan + return query_ctan_mirror_wget(); + } else { + tlwarn(< 1, 'https://ctan.mirror.norbert-ruehl.de/' => 1, 'https://ctan.net/' => 1, - 'https://ctan.space-pro.be/tex-archive/' => 1, 'https://ftp.agdsn.de/pub/mirrors/latex/dante/' => 1, 'https://ftp.fau.de/ctan/' => 1, 'https://ftp.gwdg.de/pub/ctan/' => 1, diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb index f77f1df356..2bcf83ef55 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb @@ -26,11 +26,11 @@ depend container_split_src_files/1 depend frozen/0 depend minrelease/2016 depend release/2021 -depend revision/59234 +depend revision/59249 name 00texlive.image category TLCore -revision 59233 +revision 59247 shortdesc TeX Live files only in the source repository longdesc The files here are not copied by the installer and containers longdesc are not built for them; they exist only in the source @@ -3955,6 +3955,7 @@ runfiles size=13872 tlpkg/tlpsrc/tipa.tlpsrc tlpkg/tlpsrc/tipauni.tlpsrc tlpkg/tlpsrc/tipfr.tlpsrc + tlpkg/tlpsrc/tiscreen.tlpsrc tlpkg/tlpsrc/titlecaps.tlpsrc tlpkg/tlpsrc/titlefoot.tlpsrc tlpkg/tlpsrc/titlepages.tlpsrc @@ -4387,7 +4388,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd name 00texlive.installer category TLCore -revision 59219 +revision 59236 shortdesc TeX Live standalone installer package longdesc This package defines the files to go into the installer longdesc archives (install-tl-unx.tar.gz, install-tl.zip) built by the @@ -40965,32 +40966,32 @@ catalogue-version 2.51 name bnumexpr category Package -revision 59193 +revision 59244 shortdesc Extends eTeX's \numexpr...\relax construct to big integers relocated 1 longdesc The package extends e-TeX \numexpr...\relax operation to allow longdesc big integers, powers, factorials, truncated division and its longdesc associated modulo. By default, bnumexpr loads package xintcore longdesc (part of the xint bundle) and uses its arithmetic macros. -containersize 3660 -containerchecksum 19ae53c3690a96e2f0dad5e12feadd005fc1f6983c67e719c89e9a1e1ad4a842cdc449796e2d29c506e748ad7ea4dbf0c51e216459d5331a3b25df61b56b2e2f -doccontainersize 98380 -doccontainerchecksum 959e71abb2cfbf1f10d777cac2b9a1f2d01b3bd98f74e56c8ccdc3c2df29a3f6a55055ab4efd032fe6efa3883bc7c356f2d4089b28995607f3792c8378bf2c47 -docfiles size=28 +containersize 4216 +containerchecksum a868239dada7f16d52c5d16705ad796d6bc536b1943b5c0bb9538fc72242f3fdbe2cd579367e9230e20e2b3e53725ba8cf25d7d2aaca660a338d7863f4661d46 +doccontainersize 133720 +doccontainerchecksum a367968a29bfe0d1496a8d444d6809a1ddb6f91031f1aafed30fdd2cd8ba929972554b186dfc897b273cb347f569922b7d59d3c472b385bd2ac1fadfadaa122e +docfiles size=37 RELOC/doc/latex/bnumexpr/README.md details="Readme" RELOC/doc/latex/bnumexpr/bnumexpr.pdf details="Package documentation" RELOC/doc/latex/bnumexpr/bnumexpr.tex RELOC/doc/latex/bnumexpr/bnumexprchanges.tex -srccontainersize 15908 -srccontainerchecksum ad899d39d5973e378b629b6a0e9c23771c224185d44198e5486adb7d3de75433c9aedad1eb780c2a191b62f474314b4d19d010e67df07bfb6589e7b9bbcad1dc -srcfiles size=13 +srccontainersize 23164 +srccontainerchecksum 447c6dccda5a51d86be058cdbfbd7e38d46964754df21f155f8a41892dd0492efab2fb391b7144a0c5876cc5852176fa14310f78cf4fc8e4ffc9d28fe9f75e87 +srcfiles size=20 RELOC/source/latex/bnumexpr/bnumexpr.dtx -runfiles size=4 +runfiles size=5 RELOC/tex/latex/bnumexpr/bnumexpr.sty catalogue-ctan /macros/latex/contrib/bnumexpr catalogue-license lppl1.3c catalogue-topics arithmetic calculation -catalogue-version 1.4a +catalogue-version 1.5 name bodegraph category Package @@ -68591,7 +68592,7 @@ containerchecksum a2407366eb3f8c1532a5a532ec44535f360aee851d73d0b7b3592200d9ec4b name collection-mathscience category Collection -revision 57759 +revision 59247 shortdesc Mathematics, natural sciences, computer science packages relocated 1 depend 12many @@ -68802,6 +68803,7 @@ depend tex-ewd depend textgreek depend textopo depend thmbox +depend tiscreen depend turnstile depend ulqda depend unitsdef @@ -68812,8 +68814,8 @@ depend yhmath depend youngtab depend yquant depend ytableau -containersize 1480 -containerchecksum 6d82088780ac299028a33232fe067408c2140cb8d17a8d40a2d3d510bb5d29b41f1c11299de31c061701aaa723d85a71b1f26f7bb45b7a4b500168bbd50c91d2 +containersize 1488 +containerchecksum edeba178757097d9412ce806793a19728ffa13e0846aa39f1514d0eeb4888e177a6fc71f2733e12fc4471c6f4e3176a8dacb805c0e46dc8c3c90ad786ad979bb name collection-metapost category Collection @@ -98669,20 +98671,20 @@ catalogue-topics notes editorial name easybook category Package -revision 59213 +revision 59245 shortdesc Typeset Chinese books or notes relocated 1 longdesc Easybook is a minimalist style template based on the ctexbook longdesc book document class. -containersize 13468 -containerchecksum 9bd0bf8cfb0ce95042466da56dff7d2fd847c43f413fe0bd532bef0974bee94991e0baab0eef7b258f0be1849a4ed65b543b6da313f92cf69787d7fbc5ee6149 -doccontainersize 308360 -doccontainerchecksum 2066977c0ae0fe43f755d733ec0f75be674dbcb37307d364d1a762a3391d061a829a49291dc5a9377711a7d14011bec106ee84e945bcb6e2d8f62787a91027bf +containersize 13496 +containerchecksum 1a8871ac21f379585f7a19f97adee98efd86b94aa38fbfd47605180df21b2c7941013c9d51b763af2219bc72d569d53df3349763b6f9c259f1cf3ac9843b7dbd +doccontainersize 309908 +doccontainerchecksum 4c07b8b2f211ee5cc9f782fdb7a0833bc7e68c8120d8741680c0654f3ead5fb0259b4baf9b265ef88000f5536fdb063d3f1ff4037f4c8ecb488930126e08248e docfiles size=77 RELOC/doc/latex/easybook/README.md details="Readme" RELOC/doc/latex/easybook/easybook.pdf details="Package documentation" language="zh" -srccontainersize 29380 -srccontainerchecksum 10c36f1811fc6b9d405b846cccf824c154bb2d14a5c5f596383c7d704495bd5819dd7f05988d3d44dffa2938750c4cbf60b4460b49dbf13972c36a6a75862b0b +srccontainersize 29704 +srccontainerchecksum b8ffd4b7be361af98d8a5bb113692985bbac80f272450a98cc8f1dd8657d4c4fe1d831972b094f0c6119d89a373f628cb801fd26e7d04b4d28ae81fb3471562c srcfiles size=31 RELOC/source/latex/easybook/easybook.dtx RELOC/source/latex/easybook/easybook.ins @@ -98693,7 +98695,7 @@ catalogue-contact-repository https://gitee.com/texl3/easybook catalogue-ctan /macros/latex/contrib/easybook catalogue-license cc-by-4 catalogue-topics book-pub class chinese expl3 -catalogue-version 1.25j +catalogue-version 1.25k name easyfig category Package @@ -110131,7 +110133,7 @@ catalogue-version 1.0 name euclideangeometry category Package -revision 54897 +revision 59246 shortdesc Draw geometrical constructions relocated 1 longdesc This package provides tools to draw most of the geometrical @@ -110140,25 +110142,25 @@ longdesc professor might need to teach geometry. The connection to longdesc Euclide depends on the fact that in his times calculations were longdesc made with ruler, compass and also with ellipsograph. This longdesc package extends the functionalities of the curve2e package. -containersize 5316 -containerchecksum 62900fe71550594672cbcb6cc22d067aae1e6315e54c76888fbe3db2b79558c25182e05c028e2e0504fa1f19168276d95684d0dcf76c2aceb600720cf090ae1c -doccontainersize 1020216 -doccontainerchecksum c12dfd05e72c4a081068af962fc223f6391793436ece1e706bacaf205c69ba01ae9a7263e1069b5e10ff4dc8a7ad151558ba188ee6c539d8e297d57dd6e1c45e -docfiles size=276 +containersize 5204 +containerchecksum f76a567d4cb91c8d83bd949bbbeda5f136887ac1fcfa87e422c155805b45876f4c50359dc8b4f12bb674543ec225e42214662369dd0939f47bccb4d35fadd73e +doccontainersize 1055496 +doccontainerchecksum c3ca5339a4d21dbb096eb6b82e3402eb9afda12d91e5b8000afbd5b47bf3e13c346ab63a70f1afe108c0dedb699f522be69a71bfd8cc579add25cc5914dfe4c5 +docfiles size=286 RELOC/doc/latex/euclideangeometry/README.txt details="Readme" RELOC/doc/latex/euclideangeometry/euclideangeometry-man.pdf details="User manual" RELOC/doc/latex/euclideangeometry/euclideangeometry-man.tex RELOC/doc/latex/euclideangeometry/euclideangeometry.pdf details="Documented code" -srccontainersize 21020 -srccontainerchecksum 35805bde4c06f9589467808497de577b58e8eef5f788671c0a9ccf2603d21873d71d980b07f1acc411d7eaeb9bb7868a6bfe562055be030d802fa88fbc16c183 -srcfiles size=18 +srccontainersize 20584 +srccontainerchecksum 9c7166d78418b3397034d464e5505dd67cbca6273eda4a7f1b31df08c0d08f571cb543bd51c72f5bec52a3491dd44047c5c50b76abcbe4429842294b855c4e28 +srcfiles size=17 RELOC/source/latex/euclideangeometry/euclideangeometry.dtx runfiles size=4 RELOC/tex/latex/euclideangeometry/euclideangeometry.sty catalogue-ctan /macros/latex/contrib/euclideangeometry catalogue-license lppl1.3c catalogue-topics graphics maths -catalogue-version 0.1.8 +catalogue-version 0.2.0 name euenc category Package @@ -176658,7 +176660,7 @@ catalogue-topics font font-body font-type1 font-serif font-sans font-proportiona name libertinust1math category Package -revision 56861 +revision 59241 shortdesc A Type 1 font and LaTeX support for Libertinus Math relocated 1 longdesc The package provides a Type1 version of Libertinus Math, with a @@ -176667,11 +176669,11 @@ longdesc allow it to serve as a math accompaniment to Libertine under longdesc LaTeX. In addition, with option sansmath, it can function as a longdesc standalone math font with sans serif Roman and Greek letters. execute addMap libertinust1math.map -containersize 1011376 -containerchecksum a0720e690aecd6e8239aabacdb815ebd70512b067782d0efbef9da437b8cbed9edc70f5650eae18f51e3cd37b4dc966af472690fac9bcca0dd025faf591b26fc -doccontainersize 1329808 -doccontainerchecksum d963d7e8541a8a7df1ab8da508cee578abffeebae9d1326ed0d11f1c28831b6f6656429988ea77378477d7a5680aab1fcadd793931908a93cb16548265c7a96d -docfiles size=1193 +containersize 1011384 +containerchecksum 1c62877cde4bdaf61bd825ec8c5a003906bceb0ad94e0691c438de8a9714902bf17f2ce6e2f872557b8be78b64b85159010e33874da627b56b2707e980159787 +doccontainersize 1329888 +doccontainerchecksum fb0df286d1e76ece360723c224a3a09be6a03b13196d6a990109391b850f20e225581132f08a8a87a3e524d74260b35512be277ac2af2779dc080579cdf6970e +docfiles size=1194 RELOC/doc/fonts/libertinust1math/FONTLOG.txt RELOC/doc/fonts/libertinust1math/LibertinusT1Math-doc.pdf details="Package documentation" RELOC/doc/fonts/libertinust1math/LibertinusT1Math-doc.tex @@ -176764,7 +176766,7 @@ runfiles size=455 catalogue-ctan /fonts/libertinust1math catalogue-license ofl lppl catalogue-topics font-serif font-sans font-maths font-type1 -catalogue-version 1.2.2 +catalogue-version 1.2.3 name libgreek category Package @@ -185755,18 +185757,18 @@ catalogue-version 1.3 name luatexja category Package -revision 58542 +revision 59248 shortdesc Typeset Japanese with Lua(La)TeX relocated 1 longdesc The package offers support for typesetting Japanese documents longdesc with LuaTeX. Either of the Plain and LaTeX2e formats may be longdesc used with the package. depend luatexbase -containersize 189656 -containerchecksum be42a930c9b89695ac5e69edc2ac28c8f9956f616012826932e56af54f3aada99a02de72c87f4a285e3553220be1583bb60d98e3741abd3d12d167d26b778047 -doccontainersize 3199480 -doccontainerchecksum 667bb90edc5d4f4d706e3f0ca32cecd2c3f63e5b7a10debe1adf3824ff745f743b4dabacd6eac970b328096018b03186c10789adc61daa0d91c4fd979aa5b98c -docfiles size=960 +containersize 189956 +containerchecksum d5af946fa6b93bfafe83d05ed89f82a6ac13dcbe6857439233e9287ddd4e7b07acfb190cdbe3ea1a821d449abdfb871622577fff3a3c4a0ac56458b61105a34e +doccontainersize 3206268 +doccontainerchecksum e606987e729b9158bd465ae811e32a4a0b87e62e3cc15905393ba53ce4495d2122a03d1c92aa0771cdd58af37e157ca5ee036f7e09b9dfc11c74df9472e2b0e5 +docfiles size=963 RELOC/doc/luatex/luatexja/COPYING RELOC/doc/luatex/luatexja/README details="Readme" RELOC/doc/luatex/luatexja/jfm-test.lua @@ -185783,8 +185785,8 @@ docfiles size=960 RELOC/doc/luatex/luatexja/luatexja-ruby.tex RELOC/doc/luatex/luatexja/luatexja.dtx RELOC/doc/luatex/luatexja/luatexja.ins -srccontainersize 83292 -srccontainerchecksum 8472ba4ca610b6579549435da7bf3bee4680a2ef44ed9c2073cbbdc4112f4f1604d30d62e91a894769e98cd1c3d8baddfddf406cde79bbd8539e441c9d2b3e01 +srccontainersize 83288 +srccontainerchecksum 3624344aacc615163360e03ce39c99e31e736b749e5144cd25d005555a3596846cb74e23b9579facae154c1af201ef7a0880b670c621c0c8d95c89e8c62cc6de srcfiles size=118 RELOC/source/luatex/luatexja/ltjclasses.dtx RELOC/source/luatex/luatexja/ltjclasses.ins @@ -185808,7 +185810,7 @@ srcfiles size=118 RELOC/source/luatex/luatexja/tool/table_ivd_aj1.lua RELOC/source/luatex/luatexja/tool/table_jisx0208.tex RELOC/source/luatex/luatexja/tool/unicodeBlocks.tex -runfiles size=407 +runfiles size=410 RELOC/tex/luatex/luatexja/addons/luatexja-adjust.sty RELOC/tex/luatex/luatexja/addons/luatexja-ajmacros.sty RELOC/tex/luatex/luatexja/addons/luatexja-fontspec-27c.sty @@ -185908,7 +185910,7 @@ catalogue-contact-repository https://osdn.net/projects/luatex-ja/scm/git/luatexj catalogue-ctan /macros/luatex/generic/luatexja catalogue-license bsd catalogue-topics japanese luatex class -catalogue-version 20210319.0 +catalogue-version 20210517.0 name luatexko category Package @@ -207698,7 +207700,7 @@ catalogue-version 1.2.2 name musixtex category Package -revision 59196 +revision 59240 shortdesc Sophisticated music typesetting longdesc MusiXTeX provides a set of macros, based on the earlier longdesc MusicTeX, for typesetting music with TeX. To produce optimal @@ -207714,10 +207716,10 @@ longdesc are universally acknowledged to be challenging to use directly: longdesc the pmx preprocessor compiles a simpler input language to longdesc MusiXTeX macros.. depend musixtex.ARCH -containersize 102696 -containerchecksum 1e84f9f40b0a01edec042a604d80ff00cd598d6474f60a670fcf6db61cf851881ab9310d59bda96ccbcc8f82a47965b0f7dbcefd7eb666ad55c92ba00f6656da -doccontainersize 2063448 -doccontainerchecksum 275084eda8e8ab839eaf1411f3d528e230f352db2e975a90d42e7ea5fa4c8ef46245bcbc966f8d4fb781e59928bb4c4e300b0aadbc910f1e88d4bc0f8a1a1eed +containersize 102992 +containerchecksum 70c64b5312c1e9ba88e3d5ba82569400bc76697cf0c7b6bae7a025182f343ff81b4dd8bbf2cd51eb5899d7d6befaf5bb6890e89d9109d3e5e980b69ea1f63486 +doccontainersize 2064756 +doccontainerchecksum 4e75ec2057bcf5fd1f09a27a77fa45c1357d9c06e4d3a6d9b6f582ca8d750f2d8da3aa782ac0a60ddfb7ae1fedc72cea2797eabdf0cecb5228dc6cbeff609a14 docfiles size=1086 texmf-dist/doc/generic/musixtex/ChangeLog-114.txt texmf-dist/doc/generic/musixtex/ChangeLog-115.txt @@ -207875,17 +207877,19 @@ docfiles size=1086 texmf-dist/doc/man/man1/musixflx.man1.pdf texmf-dist/doc/man/man1/musixtex.1 texmf-dist/doc/man/man1/musixtex.man1.pdf -srccontainersize 9012 -srccontainerchecksum f9c50a685282abc1eb8239603747a64bc70ffb839dcdc5f13f5ee7dcb131725681247243183a82517a826352d6f02b348364ca5e61e2f96eedc35a2e4de7cf54 +srccontainersize 9008 +srccontainerchecksum 377c3705317ff3641ef3dab53ac16273e6dff1ea04131525b5e9db801208b2bf037d653878e6dc6f34f7f469f27a8da2dcfb7e4474b059f901a6f922a53c528d srcfiles size=12 texmf-dist/source/generic/musixtex/musixcrd/doc.tex texmf-dist/source/generic/musixtex/musixcrd/makefile texmf-dist/source/generic/musixtex/musixcrd/musixcrd.dtx texmf-dist/source/generic/musixtex/musixcrd/readme texmf-dist/source/generic/musixtex/musixcrd/strip.tex -runfiles size=151 +runfiles size=153 texmf-dist/dvips/musixtex/psslurs.pro + texmf-dist/scripts/musixtex/musixflx.bat texmf-dist/scripts/musixtex/musixflx.lua + texmf-dist/scripts/musixtex/musixtex.bat texmf-dist/scripts/musixtex/musixtex.lua texmf-dist/tex/generic/musixtex/musixadd.tex texmf-dist/tex/generic/musixtex/musixadf.tex @@ -207942,7 +207946,7 @@ catalogue-contact-support https://www.tug.org/mailman/listinfo/tex-music catalogue-ctan /macros/musixtex catalogue-license gpl2+ catalogue-topics music -catalogue-version 1.32 +catalogue-version 1.32a name musixtex-fonts category Package @@ -212481,7 +212485,7 @@ catalogue-version 1.0 name newtx category Package -revision 58748 +revision 59238 shortdesc Alternative uses of the TX fonts, with improved metrics relocated 1 longdesc The bundle splits txfonts.sty (from the TX fonts distribution) @@ -212496,11 +212500,11 @@ longdesc garamondx package, thus offering a garamond-alike longdesc text-with-maths combination. depend kastrup execute addMap newtx.map -containersize 5580552 -containerchecksum 2ff1eb8ca3fbda170c466e64ad874abcb17d657203a84809fac9e4f909d776eed95fbd69438b9fcdc3f0fd8f76ce5e9e662768e3ee51a2ec22ca4b071fe71b6b -doccontainersize 972108 -doccontainerchecksum d6a89d72862332f08134e1a47ec53de58eb0fdfc7191f380ba8eda740a2118be03cb5898f880a1bfa3778e2e107096d5e9062ff875269a698f79e3506043de6e -docfiles size=437 +containersize 5604320 +containerchecksum 57cb97f4e9b4cf21619a5ed49abd0bbe0c2a2d18e4e81020b8b08ee0fded85cd442c9993f63ba25c26ac7b30bae2f144ccc4fd27ced0b7132dcb4ab7e14dde3f +doccontainersize 966788 +doccontainerchecksum 98b623cf1d6d9ddcd703ca4bd296411c42023a00af8bb7b2559e134c4ad28a3713ca6479b94b32fe4a043e4626b342e871f97bcac8be8e153b587595a5e2c6be +docfiles size=436 RELOC/doc/fonts/newtx/MANIFEST-newtx.txt RELOC/doc/fonts/newtx/README details="Readme" RELOC/doc/fonts/newtx/implementation.pdf details="Implementation notes" @@ -212515,7 +212519,7 @@ docfiles size=437 RELOC/doc/fonts/newtx/sample-ntx-crop.pdf RELOC/doc/fonts/newtx/sample-ptmx-crop.pdf RELOC/doc/fonts/newtx/sample-tx-crop.pdf -runfiles size=3240 +runfiles size=3310 RELOC/fonts/afm/public/newtx/LibertineI-5nu.afm RELOC/fonts/afm/public/newtx/LibertineMathBMI.afm RELOC/fonts/afm/public/newtx/LibertineMathBMI5.afm @@ -212557,6 +212561,8 @@ runfiles size=3240 RELOC/fonts/afm/public/newtx/txsys.afm RELOC/fonts/afm/public/newtx/ztmb.afm RELOC/fonts/afm/public/newtx/ztmbi.afm + RELOC/fonts/afm/public/newtx/ztmfigs-bsl.afm + RELOC/fonts/afm/public/newtx/ztmfigs-sl.afm RELOC/fonts/afm/public/newtx/ztmr.afm RELOC/fonts/afm/public/newtx/ztmri.afm RELOC/fonts/enc/dvips/newtx/alt-mn-greek.enc @@ -212674,6 +212680,9 @@ runfiles size=3240 RELOC/fonts/tfm/public/newtx/fxlzi-jv.tfm RELOC/fonts/tfm/public/newtx/fxlzi-jv5.tfm RELOC/fonts/tfm/public/newtx/fxlzi-jv7.tfm + RELOC/fonts/tfm/public/newtx/ly1xsl-lf.tfm + RELOC/fonts/tfm/public/newtx/ly1xsl-osf.tfm + RELOC/fonts/tfm/public/newtx/ly1xsl-tosf.tfm RELOC/fonts/tfm/public/newtx/ntx-Bold-lf-ly1.tfm RELOC/fonts/tfm/public/newtx/ntx-Bold-lf-ot1.tfm RELOC/fonts/tfm/public/newtx/ntx-Bold-lf-ot1r.tfm @@ -212774,9 +212783,6 @@ runfiles size=3240 RELOC/fonts/tfm/public/newtx/ntx-Italic-osf-scl-ot1.tfm RELOC/fonts/tfm/public/newtx/ntx-Italic-osf-scl-t1.tfm RELOC/fonts/tfm/public/newtx/ntx-Italic-osf-t1.tfm - RELOC/fonts/tfm/public/newtx/ntx-Italic-osf-th-ly1.tfm - RELOC/fonts/tfm/public/newtx/ntx-Italic-osf-th-ot1.tfm - RELOC/fonts/tfm/public/newtx/ntx-Italic-osf-th-t1.tfm RELOC/fonts/tfm/public/newtx/ntx-Italic-tlf-ly1.tfm RELOC/fonts/tfm/public/newtx/ntx-Italic-tlf-ot1.tfm RELOC/fonts/tfm/public/newtx/ntx-Italic-tlf-ot1r.tfm @@ -212787,9 +212793,6 @@ runfiles size=3240 RELOC/fonts/tfm/public/newtx/ntx-Italic-tlf-scl-ot1.tfm RELOC/fonts/tfm/public/newtx/ntx-Italic-tlf-scl-t1.tfm RELOC/fonts/tfm/public/newtx/ntx-Italic-tlf-t1.tfm - RELOC/fonts/tfm/public/newtx/ntx-Italic-tlf-th-ly1.tfm - RELOC/fonts/tfm/public/newtx/ntx-Italic-tlf-th-ot1.tfm - RELOC/fonts/tfm/public/newtx/ntx-Italic-tlf-th-t1.tfm RELOC/fonts/tfm/public/newtx/ntx-Italic-tosf-ly1.tfm RELOC/fonts/tfm/public/newtx/ntx-Italic-tosf-ot1.tfm RELOC/fonts/tfm/public/newtx/ntx-Italic-tosf-ot1r.tfm @@ -212907,6 +212910,12 @@ runfiles size=3240 RELOC/fonts/tfm/public/newtx/ntxsyc.tfm RELOC/fonts/tfm/public/newtx/ntxsym.tfm RELOC/fonts/tfm/public/newtx/ntxsyralt.tfm + RELOC/fonts/tfm/public/newtx/ntxth-Italic-osf-ly1.tfm + RELOC/fonts/tfm/public/newtx/ntxth-Italic-osf-ot1.tfm + RELOC/fonts/tfm/public/newtx/ntxth-Italic-osf-t1.tfm + RELOC/fonts/tfm/public/newtx/ntxth-Italic-tlf-ly1.tfm + RELOC/fonts/tfm/public/newtx/ntxth-Italic-tlf-ot1.tfm + RELOC/fonts/tfm/public/newtx/ntxth-Italic-tlf-t1.tfm RELOC/fonts/tfm/public/newtx/nxlbmi.tfm RELOC/fonts/tfm/public/newtx/nxlbmi0.tfm RELOC/fonts/tfm/public/newtx/nxlbmi01.tfm @@ -212961,6 +212970,9 @@ runfiles size=3240 RELOC/fonts/tfm/public/newtx/nxlmia.tfm RELOC/fonts/tfm/public/newtx/nxlsy5.tfm RELOC/fonts/tfm/public/newtx/nxlsy7.tfm + RELOC/fonts/tfm/public/newtx/ot1xsl-lf.tfm + RELOC/fonts/tfm/public/newtx/ot1xsl-osf.tfm + RELOC/fonts/tfm/public/newtx/ot1xsl-tosf.tfm RELOC/fonts/tfm/public/newtx/rfxlr-alt.tfm RELOC/fonts/tfm/public/newtx/rfxlri-alt.tfm RELOC/fonts/tfm/public/newtx/rfxlri-vw.tfm @@ -212990,6 +213002,9 @@ runfiles size=3240 RELOC/fonts/tfm/public/newtx/rtxmio.tfm RELOC/fonts/tfm/public/newtx/stx2rm.tfm RELOC/fonts/tfm/public/newtx/stxscr.tfm + RELOC/fonts/tfm/public/newtx/t1xsl-lf.tfm + RELOC/fonts/tfm/public/newtx/t1xsl-osf.tfm + RELOC/fonts/tfm/public/newtx/t1xsl-tosf.tfm RELOC/fonts/tfm/public/newtx/txbex-bar.tfm RELOC/fonts/tfm/public/newtx/txbexas.tfm RELOC/fonts/tfm/public/newtx/txbexs.tfm @@ -213006,6 +213021,20 @@ runfiles size=3240 RELOC/fonts/tfm/public/newtx/txsy5.tfm RELOC/fonts/tfm/public/newtx/txsy7.tfm RELOC/fonts/tfm/public/newtx/txsys.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-lf-ot1.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-lf-t1.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-lf-texnansi.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-osf-ot1.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-osf-t1.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-osf-texnansi.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-tlf-ot1.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-tlf-t1.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-tlf-texnansi.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-tosf-ot1.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-tosf-t1.tfm + RELOC/fonts/tfm/public/newtx/ztmbsl-tosf-texnansi.tfm + RELOC/fonts/tfm/public/newtx/ztmfigs-bsl.tfm + RELOC/fonts/tfm/public/newtx/ztmfigs-sl.tfm RELOC/fonts/tfm/public/newtx/zutbmi.tfm RELOC/fonts/tfm/public/newtx/zutbmia.tfm RELOC/fonts/tfm/public/newtx/zutmi.tfm @@ -213108,6 +213137,8 @@ runfiles size=3240 RELOC/fonts/type1/public/newtx/txsys.pfb RELOC/fonts/type1/public/newtx/ztmb.pfb RELOC/fonts/type1/public/newtx/ztmbi.pfb + RELOC/fonts/type1/public/newtx/ztmfigs-bsl.pfb + RELOC/fonts/type1/public/newtx/ztmfigs-sl.pfb RELOC/fonts/type1/public/newtx/ztmr.pfb RELOC/fonts/type1/public/newtx/ztmri.pfb RELOC/fonts/type1/public/newtx/zxlr-5nums.pfb @@ -213119,6 +213150,9 @@ runfiles size=3240 RELOC/fonts/vf/public/newtx/ebgbmia.vf RELOC/fonts/vf/public/newtx/ebgmi0.vf RELOC/fonts/vf/public/newtx/ebgmia.vf + RELOC/fonts/vf/public/newtx/ly1xsl-lf.vf + RELOC/fonts/vf/public/newtx/ly1xsl-osf.vf + RELOC/fonts/vf/public/newtx/ly1xsl-tosf.vf RELOC/fonts/vf/public/newtx/ntx-Bold-lf-ot1.vf RELOC/fonts/vf/public/newtx/ntx-Bold-osf-ot1.vf RELOC/fonts/vf/public/newtx/ntx-Bold-tlf-ot1.vf @@ -213229,6 +213263,12 @@ runfiles size=3240 RELOC/fonts/vf/public/newtx/nxlmia.vf RELOC/fonts/vf/public/newtx/nxlsy5.vf RELOC/fonts/vf/public/newtx/nxlsy7.vf + RELOC/fonts/vf/public/newtx/ot1xsl-lf.vf + RELOC/fonts/vf/public/newtx/ot1xsl-osf.vf + RELOC/fonts/vf/public/newtx/ot1xsl-tosf.vf + RELOC/fonts/vf/public/newtx/t1xsl-lf.vf + RELOC/fonts/vf/public/newtx/t1xsl-osf.vf + RELOC/fonts/vf/public/newtx/t1xsl-tosf.vf RELOC/fonts/vf/public/newtx/zutbmi.vf RELOC/fonts/vf/public/newtx/zutbmia.vf RELOC/fonts/vf/public/newtx/zutmi.vf @@ -213241,6 +213281,10 @@ runfiles size=3240 RELOC/tex/latex/newtx/ly1ntxlf.fd RELOC/tex/latex/newtx/ly1ntxosf.fd RELOC/tex/latex/newtx/ly1ntxsups.fd + RELOC/tex/latex/newtx/ly1ntxth-lf.fd + RELOC/tex/latex/newtx/ly1ntxth-osf.fd + RELOC/tex/latex/newtx/ly1ntxth-tlf.fd + RELOC/tex/latex/newtx/ly1ntxth-tosf.fd RELOC/tex/latex/newtx/ly1ntxtlf.fd RELOC/tex/latex/newtx/ly1ntxtosf.fd RELOC/tex/latex/newtx/ly1ntxtt.fd @@ -213261,6 +213305,10 @@ runfiles size=3240 RELOC/tex/latex/newtx/ot1ntxlf.fd RELOC/tex/latex/newtx/ot1ntxosf.fd RELOC/tex/latex/newtx/ot1ntxsups.fd + RELOC/tex/latex/newtx/ot1ntxth-lf.fd + RELOC/tex/latex/newtx/ot1ntxth-osf.fd + RELOC/tex/latex/newtx/ot1ntxth-tlf.fd + RELOC/tex/latex/newtx/ot1ntxth-tosf.fd RELOC/tex/latex/newtx/ot1ntxtlf.fd RELOC/tex/latex/newtx/ot1ntxtosf.fd RELOC/tex/latex/newtx/ot1ntxtt.fd @@ -213270,6 +213318,10 @@ runfiles size=3240 RELOC/tex/latex/newtx/t1ntxlf.fd RELOC/tex/latex/newtx/t1ntxosf.fd RELOC/tex/latex/newtx/t1ntxsups.fd + RELOC/tex/latex/newtx/t1ntxth-lf.fd + RELOC/tex/latex/newtx/t1ntxth-osf.fd + RELOC/tex/latex/newtx/t1ntxth-tlf.fd + RELOC/tex/latex/newtx/t1ntxth-tosf.fd RELOC/tex/latex/newtx/t1ntxtlf.fd RELOC/tex/latex/newtx/t1ntxtosf.fd RELOC/tex/latex/newtx/t1ntxtt.fd @@ -213289,7 +213341,7 @@ catalogue-also minion2newtx catalogue-ctan /fonts/newtx catalogue-license lppl1.3 catalogue-topics font font-body font-maths font-serif font-proportional font-type1 font-otf font-supp font-t1enc -catalogue-version 1.642 +catalogue-version 1.65 name newtxsf category Package @@ -241180,34 +241232,33 @@ catalogue-version 1.1 name pgf-spectra category Package -revision 58467 +revision 59242 shortdesc Draw continuous or discrete spectra using PGF/TikZ relocated 1 longdesc The purpose of this package is to draw the spectra of elements -longdesc in a simple way. It is based on the package pst-spectra, -longdesc supporting the same options, but also adding some new options. -longdesc It relies on PGF/TikZ for drawing the desired spectrum, -longdesc continuous or discrete. As in pst-spectra, there are data -longdesc available for the spectra of 99 elements and their ions (from -longdesc the NASA database). It also allows the user to draw spectra -longdesc using their own data. -containersize 236812 -containerchecksum 4f1b4a80df4243ab07e52795573a7e3f8e151353042a0a360b01d9b46f44077ce5d71342f187355e74c3bc23bad3984c4d0aae9a970a28ab014d403cfdbf46f9 -doccontainersize 1685504 -doccontainerchecksum e7710b4c68ed835f7d2ebf16db0c9a1405ad8b3a2824aa4aefeb118795eab12ee6b22e0b764e815b6aea8c37d06d2fe51af472adeea6f587717a1b4831667007 -docfiles size=1523 +longdesc in a simple way. It is based on the package pst-spectra, but +longdesc with some extra options. It relies on PGF/TikZ for drawing the +longdesc desired spectrum, continuous or discrete. There are data +longdesc available for the spectra of 98 elements and their ions (from +longdesc the NASA database and from NIST). It also allows the user to +longdesc draw spectra using their own data. +containersize 242636 +containerchecksum 61ef448cd2aabfc2f1a2f815e94827e42c334302721421c236839d9d7b10ca87e030aee4c9fa0bc150f83d4a0d0180107ee2fa541909ef4bb586ebbd24d4a24f +doccontainersize 1707812 +doccontainerchecksum 5acc02654d39df1394ac2fa8066c2a0d267ac968a59a78c910a4b2d781f2379ac49d1aabfcec0b9ff42c2aeb9aa87d71e2a7ba27bc538a4ba4ed85bb0a7014d7 +docfiles size=1528 RELOC/doc/latex/pgf-spectra/README details="Readme" RELOC/doc/latex/pgf-spectra/pgf-spectraDataLSE.pdf RELOC/doc/latex/pgf-spectra/pgf-spectraDataNIST.pdf RELOC/doc/latex/pgf-spectra/pgf-spectraManual.pdf details="Package documentation" -runfiles size=239 +runfiles size=249 RELOC/tex/latex/pgf-spectra/pgf-spectra.sty RELOC/tex/latex/pgf-spectra/spectra.data.LSE.tex RELOC/tex/latex/pgf-spectra/spectra.data.NIST.tex catalogue-ctan /graphics/pgf/contrib/pgf-spectra catalogue-license lppl1.3 catalogue-topics physics pgf-tikz -catalogue-version 2.0.0 +catalogue-version 2.1.0 name pgf-umlcd category Package @@ -241888,7 +241939,7 @@ catalogue-topics pgf-tikz chinese graphics-symb presentation name pgfplots category Package -revision 59132 +revision 59243 shortdesc Create normal/logarithmic plots in two and three dimensions relocated 1 longdesc PGFPlots draws high-quality function plots in normal or @@ -241901,10 +241952,10 @@ longdesc plots, bar plots, area plots, mesh-- and surface plots and some longdesc more. Pgfplots is based on PGF/TikZ (PGF); it runs equally for longdesc LaTeX/TeX/ConTeXt. depend pgf -containersize 529448 -containerchecksum 6d94b7e58303506ff757cd24bfa24a04f95a6f122fca5780fbbead284a84073dd174198ed32f4f798c555185bf843c7d53f130bbd5d1cc0c24f9e8f618076b76 -doccontainersize 13085900 -doccontainerchecksum 0e2ce7372f7b7ef159defcd087e61be478116069f56f25ebaa5f14e5f6ea918efb95dd87219bc5bd8aa508fae94aa2995556f5c842de71f1914c370946eddcec +containersize 529456 +containerchecksum 8f4661e193d6b2d9a5e3f488ff7f35849fe559fe4587b5050ac67256aa4b93e24c79948e8f8757eb901e6b531fffffd6597049b1e457d79db36d5043f00e10e5 +doccontainersize 13086872 +doccontainerchecksum 998246b7c5415e910ff168ffea064aed80957a9f29b09875f8871c9f04d2a52c50a33f7f3cd490a1195c5566ce310330cfba0a5bb7155eb14b944e05e9d1557c docfiles size=3973 RELOC/doc/context/third/pgfplots/Makefile RELOC/doc/context/third/pgfplots/pgfplotsexample-context.pdf @@ -241920,9 +241971,9 @@ docfiles size=3973 RELOC/doc/latex/pgfplots/pgfplotstodo.pdf RELOC/doc/plain/pgfplots/pgfplotsexample-plain.pdf RELOC/doc/plain/pgfplots/pgfplotsexample-plain.tex -srccontainersize 1765936 -srccontainerchecksum 57393fb25fcaffb69d342a746a4a24a3713c8286c0908948ee24da08f6c6e97afc1102bad9d5e8d28261daa4b0da5efd41b9ea4dac49a6977d3621ffea4ab556 -srcfiles size=431 +srccontainersize 1768532 +srccontainerchecksum 0ff864f02131b1f46cd03cc01c9c25e841542c42e87599b7652866d8f0e73be9b836e70784f7b77716745a6dc752c7ab9fcf4837a454583e09a6b53a845ce6ea +srcfiles size=432 RELOC/source/context/third/pgfplots/pgfplotstests.context.tar.bz2 RELOC/source/latex/pgfplots/pgfplotstests.tar.bz2 runfiles size=917 @@ -242043,7 +242094,7 @@ catalogue-contact-support https://sourceforge.net/projects/pgfplots/ catalogue-ctan /graphics/pgf/contrib/pgfplots catalogue-license gpl3+ catalogue-topics graphics graphics-plot pgf-tikz -catalogue-version 1.18 +catalogue-version 1.18.1 name phaistos category Package @@ -273590,7 +273641,7 @@ catalogue-version 1.0 name siunitx category Package -revision 58909 +revision 59239 shortdesc A comprehensive (SI) units package relocated 1 longdesc Typesetting values with units requires care to ensure that the @@ -273615,21 +273666,39 @@ longdesc The package relies on LaTeX 3 support from the l3kernel and longdesc l3packages bundles. depend l3kernel depend l3packages -containersize 34728 -containerchecksum 1b5766cf67cfafc1179570b4463812274cbb8d3c54e09e707907d57d697599832080a52027e7d459047fb084dedaaa6774eca8af0f68090fa1cf3c16f125402b -doccontainersize 636932 -doccontainerchecksum a12c9311581f1096c052d9fdce7d987e9b3a559369a5d0c0a07778e1d5ca8669617620bfc81e54c05f30f329b0f7040b159bd3144197ec0ca5b69e2a04772039 -docfiles size=166 +containersize 59548 +containerchecksum 699d1a4308fb93d9ddddf4c83b3e72b7442447edb4a5766f3ffef577c0dca301e92292fdc33c33fe4b3e39b404ab50933705755e1316226e89f365705fec3d61 +doccontainersize 1944240 +doccontainerchecksum 3d1f4500ae93176877dde279fc7d7ce6472675c70314bc94dd5644da844606d2a5152ccdaed69e4cc47c49ed07aa9b3ecefd3040ba7a7339d6884bddb714cae3 +docfiles size=508 RELOC/doc/latex/siunitx/CHANGELOG.md RELOC/doc/latex/siunitx/README.md details="Readme" + RELOC/doc/latex/siunitx/siunitx-code.pdf details="Code documentation" RELOC/doc/latex/siunitx/siunitx.pdf details="User manual" -srccontainersize 103384 -srccontainerchecksum 83ad306d973ff33ca327bb5f35ef019471967d3798f341bf5ae384244b448729afcf6602291cc94f56ec0b8ee2b52e32e3023e4b4c049537b5a7f254f5e78dd9 -srcfiles size=151 +srccontainersize 100736 +srccontainerchecksum b67ee6e57da88bb222dd626ea9e2774c7a5b2698aacdcc9b2095dfaed14cdc2340007efb0c920571dc21c2c66199b422697a86dddca68769c443dfb14132da62 +srcfiles size=156 + RELOC/source/latex/siunitx/siunitx-abbreviation.dtx + RELOC/source/latex/siunitx/siunitx-angle.dtx + RELOC/source/latex/siunitx/siunitx-binary.dtx + RELOC/source/latex/siunitx/siunitx-code.tex + RELOC/source/latex/siunitx/siunitx-command.dtx + RELOC/source/latex/siunitx/siunitx-complex.dtx + RELOC/source/latex/siunitx/siunitx-compound.dtx + RELOC/source/latex/siunitx/siunitx-emulation.dtx + RELOC/source/latex/siunitx/siunitx-locale.dtx + RELOC/source/latex/siunitx/siunitx-number.dtx + RELOC/source/latex/siunitx/siunitx-print.dtx + RELOC/source/latex/siunitx/siunitx-quantity.dtx + RELOC/source/latex/siunitx/siunitx-symbol.dtx + RELOC/source/latex/siunitx/siunitx-table.dtx + RELOC/source/latex/siunitx/siunitx-unit.dtx RELOC/source/latex/siunitx/siunitx.dtx -runfiles size=78 - RELOC/tex/latex/siunitx/siunitx-abbreviations.cfg + RELOC/source/latex/siunitx/siunitx.ins + RELOC/source/latex/siunitx/siunitx.tex +runfiles size=139 RELOC/tex/latex/siunitx/siunitx-binary.cfg + RELOC/tex/latex/siunitx/siunitx-v2.sty RELOC/tex/latex/siunitx/siunitx-version-1.cfg RELOC/tex/latex/siunitx/siunitx.sty catalogue-contact-bugs https://github.com/josephwright/siunitx/issues @@ -273638,7 +273707,7 @@ catalogue-contact-repository https://github.com/josephwright/siunitx catalogue-ctan /macros/latex/contrib/siunitx catalogue-license lppl1.3c catalogue-topics units scientific-docs expl3 -catalogue-version 2.8e +catalogue-version 3.0.0 name skak category Package @@ -290064,7 +290133,7 @@ binfiles arch=x86_64-solaris size=1 name tex4ht category Package -revision 59230 +revision 59249 shortdesc Convert (La)TeX to HTML/XML longdesc A converter from TeX and LaTeX to SGML-based formats such as longdesc (X)HTML, MathML, OpenDocument, and Docbook, providing a @@ -290077,10 +290146,10 @@ longdesc helper DVI file that it can then process. This technique allows longdesc TeX4ht to approach the robustness characteristic of longdesc restricted-syntax systems such as gellmu. depend tex4ht.ARCH -containersize 901872 -containerchecksum 97b5ad5d70272f31ad49ea7826b54d2e3d20c1e3dd48cecede04b741da82beaa76ed3cf8f5f3825e89339773c8615f0f1085477d6dc30ec25877211ee969eb6d +containersize 901928 +containerchecksum fe80bcc2ff9c1990d9114d69f5adf70321904b346ec2a04aa6079b043ccbfaeb9745b521272d2bee2a51466a803df3decc56905dab57775a5c167954ce78ddda doccontainersize 136384 -doccontainerchecksum a0a6c87a05ca19b68ca923d274ba9ff529c303399369dfdc5c70dd679eb9b89c6ccb1ca486e918712fdb01a54b93e131e23a44a0995f6505a6bc5cb89d08c3be +doccontainerchecksum 5df83a76407d3e675e6624ccfaec2eb81cd703d7e98be441dc6bc8da67f3cc2c523f19583b43c634aacf6029b72d16fdc8f724886118d1e4d6b6b07d00cc4420 docfiles size=260 texmf-dist/doc/generic/tex4ht/Makefile texmf-dist/doc/generic/tex4ht/README details="Readme" @@ -290152,8 +290221,8 @@ docfiles size=260 texmf-dist/doc/generic/tex4ht/mn56.html texmf-dist/doc/generic/tex4ht/mn5x.png texmf-dist/doc/generic/tex4ht/mn6x.png -srccontainersize 1210092 -srccontainerchecksum e6d9c899d01805c90adbef4e7c8abab5f261112f58a6a6ebb7ec66b568036886c4246a28626910808b3158a6b0ba2c444c507ed604a8f6544a547f6eea62ba3f +srccontainersize 1210104 +srccontainerchecksum 7f104eaf055352f193fa150790fba292c3968ec3e33d38c740c6040db5d820303473c9bc317895f7d4c0d8aa9f283219f4cb41902174c6aab74db184284f7e56 srcfiles size=3623 texmf-dist/source/generic/tex4ht/ChangeLog texmf-dist/source/generic/tex4ht/Makefile @@ -299259,7 +299328,7 @@ docfiles size=376 name texlive-scripts category TLCore -revision 59219 +revision 59236 shortdesc TeX Live infrastructure programs longdesc Includes install-tl, tl-portable, rungs, etc.; not needed for longdesc tlmgr to run but still ours. Not included in tlcritical. @@ -299267,10 +299336,10 @@ depend texlive-scripts.ARCH depend texlive.infra execute addMap mathpple.map postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat -containersize 107996 -containerchecksum 222db1765796d9edaa3e5184fc40d1eafe656f118819e267215f7d9cc6b455a72fd19106f6c7519e40ce4cb8de237cb630cb8ccd701e8ec25ba5c78a7d374cd9 -doccontainersize 397040 -doccontainerchecksum 88735c7dcf8ea32e75635adbf41a2cc39b8601f6e53684f1d477cf7ca946512d7e3d916aa7af84963105a025c40d4af620deaba672693f9aada49c4af3a2b337 +containersize 107980 +containerchecksum 15c8cc23fa5017f937befc0fe03e052ca57ab9713ed34de5c11d164c0509417b0b9639b282c56e83b843f1e81d91d904cd5de9fddc6176053427dcbb36364b8d +doccontainersize 397180 +doccontainerchecksum d5fa12af682b51fcfb3eab3440e85c43bdf632e771be244674be01e8045e7d6c06d93fabf83ac881c89fe6645b7724b94f7cd9f08992c450af6f637139766d9f docfiles size=489 doc.html texmf-dist/doc/man/man1/fmtutil-sys.1 @@ -300199,7 +300268,7 @@ docfiles size=302 name texlive.infra category TLCore -revision 59199 +revision 59237 shortdesc basic TeX Live infrastructure longdesc This package contains the files needed to get tlmgr running: longdesc perl modules, xz binaries, plus (sometimes) tar, wget, lz4, and @@ -300207,10 +300276,10 @@ longdesc various other support files. This package also represents the longdesc tlcritical recovery scripts. The standalone installer is close, longdesc but not the same; it's defined in 00texlive.installer. depend texlive.infra.ARCH -containersize 229456 -containerchecksum 4524bfed4c2bd3ad0994c8041461ff5be2cb45dbfc19664c97e889509185d89765ae1940ae1645cda13aa1a0b67e541711f92fe48a5b3b6895fb04d843187c31 +containersize 230568 +containerchecksum 9caedd7f0ba62d0452070f23b0cf7ee5373ea52d15722f4e1334a1202aea7cc8c119e2a634abd7d32bde72f3601d0f9ecd889158067e08795d2051a6da4691ed doccontainersize 207840 -doccontainerchecksum 1da676f320ec267674d8c634b0fa3bac96e2eb8fba0fb4458c91cecde0ce742b6cf510bc0c7ccd2679ff9c90c59dc82612e10cf07ab71625858cdf5cdab122c7 +doccontainerchecksum 84ae36c6aa20c11e262e35f05270861ed7e7695709e7bae90688ae8b3271f657c218f6299f47d7d57bc51bc9229c199ffaacddffbd7f7e3b0f2fe1f7f4a704b3 docfiles size=138 README README.usergroups @@ -300252,7 +300321,7 @@ docfiles size=138 texmf-dist/scripts/texlive/NEWS tlpkg/README tlpkg/installer/COPYING.MinGW-runtime.txt -runfiles size=264 +runfiles size=265 LICENSE.CTAN LICENSE.TL release-texlive.txt @@ -306883,6 +306952,30 @@ catalogue-license lppl catalogue-topics pgf-tikz catalogue-version 1.5 +name tiscreen +category Package +revision 59247 +shortdesc Mimic the screen of older Texas Instruments calculators +relocated 1 +longdesc This package mimics the screen of older Texas Instruments dot +longdesc matrix display calculators, specifically the TI-82 STATS. It +longdesc relies on the lcd and xcolor packages. +containersize 912 +containerchecksum c2a4856ea94658eebc0b1ddee440da00cb43f25cc7560e0b689b25556ed5ea3928e6412bebac53f2459e5ad67815538cce31253cbfc93ca9d0ca7229596cc779 +doccontainersize 123964 +doccontainerchecksum 3aa838d962b7907adb50c3b67ee40bfd11def324e13f373d9e697f99d3404dbfa6df54210288780ef421af4a31ba5ddb2a291206ea2f8c1ed259829d7e407473 +docfiles size=32 + RELOC/doc/latex/tiscreen/README details="Readme" + RELOC/doc/latex/tiscreen/tiscreen-doc.pdf details="Package documentation" + RELOC/doc/latex/tiscreen/tiscreen-doc.tex +runfiles size=1 + RELOC/tex/latex/tiscreen/tiscreen.sty +catalogue-contact-bugs https://github.com/T3SQ8/tiscreen/issues +catalogue-contact-repository https://github.com/T3SQ8/tiscreen +catalogue-ctan /macros/latex/contrib/tiscreen +catalogue-license lppl1.3c +catalogue-topics graphics graphics-in-tex + name titlecaps category Package revision 36170 diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 index 8ef7054efd..8c7ca313ee 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 @@ -1 +1 @@ -ab1a42483096462019cafcc984d00070 texlive.tlpdb +00325b1a7629b202a6648bd16beaa806 texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 index 905f665786..5d5110ca9e 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 @@ -1 +1 @@ -e8a793c1acbd0ea178c73b0d24da9cda6a9efc63e20a83647816617900373f857c61816bd649f7fd5c85062ebaf3124cb4394fd40ed5910111ca53d5b070b2f7 texlive.tlpdb +9d9a54de38ae6f875d90d3d5e09252e934bd38f3c2a557a67b4ade00980b8ecd04c665be4b646a4891faf1940fa102ab890994bba232c43a07a208b6f72cf11f texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc index 5d8c47e838..ab45af390f 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc @@ -1,10 +1,10 @@ -----BEGIN PGP SIGNATURE----- -iQEcBAEBCgAGBQJgobB9AAoJEEzhh34ZQ4xwBxoH/3rtYKSHGnO0AqLtg2mFY0aB -p6YMcXC9oulYu5M1WdNzTsazePQAUNSWK1QAvElAoz6keMuqDb3tj3bq0+IQA3AP -VoFwNg+N0nYkZteQm15NkZcIsYZwUF9aqvC3KdE/6Yw6SOEQWKXB/iJl1GgxUyZ9 -rS07ij+B4xj4MZy7lGTgW17PAEbAU5IwIZT1P5it8CysapCTQ8rtD96awI87S6UB -Uv7HZubm/Xst8sFcPcgCqE2tQMzbct7xcbMklT0zU+DFrPjrA6p54VQwlUxjy3Yr -lnaU03SryA03vq5s1GnIsDju7H4w47MTtl9gnOiC/L+k3vR3jxCojxRtw0UAHA4= -=7qNJ +iQEcBAEBCgAGBQJgowHuAAoJEEzhh34ZQ4xwVZIIAIKwN1PjMaPSQqrA5ffEXiUA +qMVjb01so45oac6MHPuAuN7NDeZjOfXtw1ZIApwfv4oyEn5QGywoipy41t7fZdt2 +AhXQQg2kUsV3fnL6L5DKZMETT/jGIOl1xMCjTzvHfZwpqZnJC8/4JlN/4EabMXoC +aFo9fMX6sEq8zIJpe5Yn88elmSi13QXMhBsehs4fBX9Mvl0aM6JUav+tqUZ/+2Cw +onOUgYsqQE3248cvLeol0VaMUd0wgld1xyD6pdOO1O2jS7yy+4XHq2IC8toIp3dI +/0D8l2L2512XLI8tNRJYtUgWdtcC5bQ2zrvQBpgpGg/GGWsph5hu41nXmcUY3IA= +=SxnX -----END PGP SIGNATURE----- diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz index 3dc3fd3c17..6d0e30beac 100644 Binary files a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz and b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz differ -- cgit v1.2.3