From f8e05edb088c3b5246e016f68df9c4cadccfd34d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 15 May 2022 03:00:49 +0000 Subject: CTAN sync 202205150300 --- .../texlive/tlnet/tlpkg/installer/ctan-mirrors.pl | 4 +- systems/texlive/tlnet/tlpkg/texlive.tlpdb | 163 +++++++++++---------- 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 2379332 -> 2379752 bytes 6 files changed, 93 insertions(+), 92 deletions(-) (limited to 'systems/texlive/tlnet/tlpkg') diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl index 2cfa1f9e65..548680ea00 100644 --- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl +++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl @@ -38,15 +38,16 @@ $mirrors = { 'http://ctan.yazd.ac.ir/' => 1, 'https://ctan.asis.ai/' => 1, 'https://ctan.um.ac.ir/' => 1, + 'https://mirror.bardia.tech/ctan/' => 1, }, 'Japan' => { 'http://ring.airnet.ne.jp/archives/text/CTAN/' => 1, - 'https://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'https://ftp.kddilabs.jp/CTAN/' => 1, 'https://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1, }, 'Korea' => { 'http://ftp.ktug.org/tex-archive/' => 1, + 'https://cran.asia/tex/' => 1, 'https://ftp.harukasan.org/CTAN/' => 1, 'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1, 'https://mirror.kakao.com/CTAN/' => 1, @@ -113,7 +114,6 @@ $mirrors = { 'https://ftp.tu-chemnitz.de/pub/tex/' => 1, 'https://mirror.clientvps.com/CTAN/' => 1, 'https://mirror.dogado.de/tex-archive/' => 1, - 'https://mirror.informatik.hs-fulda.de/tex-archive/' => 1, 'https://mirror.physik.tu-berlin.de/pub/CTAN/' => 1, 'https://packages.oth-regensburg.de/ctan/' => 1, }, diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb index c8715aff8e..07692b413e 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb @@ -26,7 +26,7 @@ depend container_split_src_files/1 depend frozen/0 depend minrelease/2016 depend release/2022 -depend revision/63292 +depend revision/63302 name 00texlive.image category TLCore @@ -4567,7 +4567,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd name 00texlive.installer category TLCore -revision 63288 +revision 63294 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 @@ -82083,7 +82083,7 @@ catalogue-topics multilingual maths maths-theorem expl3 name crefthe category Package -revision 63133 +revision 63296 shortdesc Cross referencing with proper definite articles relocated 1 longdesc By default, when using cleveref's \cref to reference @@ -82093,10 +82093,10 @@ longdesc Spanish, etc. this results in incorrect grammar. For this longdesc purpose, the current package offers \crefthe, which handles the longdesc definite articles properly (especially for the article longdesc contractions in many European languages). -containersize 2896 -containerchecksum 4a43be8988e56707eb68dbcb76d52eb05676b3e78ae7b47d4075744fb6874e475fcba80e1c8524a0d1ec779bef1f6b0317af4e6ef3f1f91b9497d95af44d0813 -doccontainersize 124916 -doccontainerchecksum 998eff86400cd7ef9d45ba78224812f3d252114b7a659b099c6168a2abb4745b8ba18ea1921fe99c652def6e80215cff1bf66f6308968022498c439f07fb69e4 +containersize 2992 +containerchecksum 5972883f9d2a22893a29362163655439e0812db854d56da1636829d9b36ca66d81e2baad8f8c1e27a3d803f1afc750bcf6b11c605e9ea1c5fe7c391ec1ac9989 +doccontainersize 124044 +doccontainerchecksum 9ef789b4ef4248e83a77dab49749ad09d0c611b4679156fb1f642a5c6cc079123ae59d7fb8a938e99222804a16694d4499890ee5acb0d5d0069e8b473959fe4f docfiles size=38 RELOC/doc/latex/crefthe/LICENSE RELOC/doc/latex/crefthe/README.md details="Readme" @@ -82108,7 +82108,7 @@ catalogue-alias ccref catalogue-contact-repository https://github.com/Jinwen-XU/crefthe catalogue-ctan /macros/latex/contrib/crefthe catalogue-license lppl1.3c -catalogue-topics label-ref +catalogue-topics label-ref expl3 name crimson category Package @@ -127718,27 +127718,26 @@ catalogue-topics maths name functional category Package -revision 63176 -shortdesc Provide an intuitive LaTeX2 interface for expl3 +revision 63297 +shortdesc Provide an intuitive functional programming interface for LaTeX2 relocated 1 -longdesc The LaTeX3 programming layer (expl3) is very powerful for -longdesc advanced users, but it is a little complicated for normal -longdesc users. This package aims to provide intuitive LaTeX2 functional -longdesc interfaces for it. Although there are functions in LaTeX3, the +longdesc This package provides an intuitive functional programming +longdesc interface for LaTeX2, which is an alternative choice to expl3 +longdesc or LuaTeX, if you want to do programming in LaTeX. Although +longdesc there are functions in LaTeX3 programming layer (expl3), the longdesc evaluation of them is from outside to inside. With this longdesc package, the evaluation of functions is from inside to outside, -longdesc which is the same as for other programming languages such as -longdesc JavaScript or Lua. In this way it is rather easy to debug code, -longdesc too. -containersize 9680 -containerchecksum 86c892ab5a3c12054786da7e4e80ff2a85539000a825447e2842d9d589df9b2552eb8d631f9db91fdd6491c4742bffe2caf13b73bad500c46d4c9b17fdd10c4e -doccontainersize 613352 -doccontainerchecksum d5d55d7388df3d0325f5b04963ff342badf9a7c76e9d981ad93f3e6b23ce5d79cef2aeaa4ff52f03487309bd54ed91b9542cd5f3040e1b4453ed43f2c88c87c7 -docfiles size=242 +longdesc which is the same as other programming languages such as Lua. +longdesc In this way, it is rather easy to debug code too. +containersize 10564 +containerchecksum e643974addf8eec7f771e87de35458d0b4cf2e91213596a6d4f643c18959b34566c5174390a7de0c5968b2a988ec790a4f9baaf59a8a779d0b7c776cda696bf8 +doccontainersize 717060 +doccontainerchecksum e1668fa110c25dc8dea0e154f1181a5cee41e2be800a9c1c787def740e583638cd2215142f68ec787a4cac996aea81ebbb219cadd4cbedeacc3ffe200b9fef8f +docfiles size=285 RELOC/doc/latex/functional/README.txt details="Readme" RELOC/doc/latex/functional/functional.pdf details="Package documentation" RELOC/doc/latex/functional/functional.tex -runfiles size=18 +runfiles size=20 RELOC/tex/latex/functional/functional.sty catalogue-contact-announce https://github.com/lvjr/functional/wiki/ChangeLog catalogue-contact-bugs https://github.com/lvjr/functional/issues @@ -127748,7 +127747,7 @@ catalogue-contact-support https://github.com/lvjr/functional/discussions catalogue-ctan /macros/latex/contrib/functional catalogue-license lppl1.3c catalogue-topics macro-supp latex3 expl3 -catalogue-version 2022E +catalogue-version 2022F name fundus-calligra category Package @@ -141378,7 +141377,7 @@ catalogue-version 1.0b name hyperref category Package -revision 62142 +revision 63298 shortdesc Extensive support for hypertext in LaTeX relocated 1 longdesc The hyperref package is used to handle cross-referencing @@ -141408,17 +141407,18 @@ depend rerunfilecheck depend stringenc depend url depend zapfding -containersize 90464 -containerchecksum 1f36f263f577e66d12e9360e34cab4cb0b9d6364ed5e80e0d0a9810d3763629ec5e110ec9aa00f0ac772c5dde2798e748cce954ec5929f7a8a3b7cd3130820dc -doccontainersize 3250152 -doccontainerchecksum 3b70f6fbbc789d55f61cbd78b30243be4782693d71aa8db5a2383354afbe5f4e4debe79bd53a3d72e090e7bf25459c8cb82d60db129f27f164c502615c55101d -docfiles size=1046 +containersize 90748 +containerchecksum 4b7ef60fe97d4db913a695d0d27d25bb54d0d2bae870fe7d575aed4fa26a7e51dd10d7048b42b7c96c2fdc5c5004a896da68ffe410dba50a148666b1e63b82fa +doccontainersize 3675416 +doccontainerchecksum 7e8703442d087d5d4d958d715a598550a991f21f3d7837b659ffcfb12870acbcae39686f907f00974d160169a747fcdd310d24f7de3892e6380daced3d65ed51 +docfiles size=1188 RELOC/doc/latex/hyperref/ChangeLog.txt RELOC/doc/latex/hyperref/README.md details="Readme" RELOC/doc/latex/hyperref/backref.pdf RELOC/doc/latex/hyperref/hyperref-doc.css RELOC/doc/latex/hyperref/hyperref-doc.html details="Manual, HTML version" RELOC/doc/latex/hyperref/hyperref-doc.pdf details="Manual, PDF version" language="en" + RELOC/doc/latex/hyperref/hyperref-doc.tex RELOC/doc/latex/hyperref/hyperref-doc2.html RELOC/doc/latex/hyperref/hyperref-doc3.html RELOC/doc/latex/hyperref/hyperref-doc4.html @@ -141426,24 +141426,25 @@ docfiles size=1046 RELOC/doc/latex/hyperref/hyperref-doc6.html RELOC/doc/latex/hyperref/hyperref-doc7.html RELOC/doc/latex/hyperref/hyperref-doc8.html + RELOC/doc/latex/hyperref/hyperref-linktarget.pdf RELOC/doc/latex/hyperref/hyperref.pdf RELOC/doc/latex/hyperref/manifest.txt RELOC/doc/latex/hyperref/nameref.pdf RELOC/doc/latex/hyperref/paper.pdf details="Paper on tagging and navigation" language="en" RELOC/doc/latex/hyperref/slides.pdf -srccontainersize 448360 -srccontainerchecksum 24816ef84e06ab000bb7fa54194b4749eac1874fc8eae5ab86b314c02713ef484845d35bdca89e440409832f26561398cf500eee479ae6cf2a1dbf88b8a89e14 -srcfiles size=346 +srccontainersize 414824 +srccontainerchecksum c98f0f80fd0031d97f138d3b37881e20bb9175fd2d50f02579ba836925ec2012477c6d7a2e5b1f6ad7bb3e838d7201c8c9f1c662e2163be2f2f607a160a6de68 +srcfiles size=313 RELOC/source/latex/hyperref/backref.dtx RELOC/source/latex/hyperref/bmhydoc.sty - RELOC/source/latex/hyperref/doc/hyperref-doc.tex RELOC/source/latex/hyperref/doc/paperslides99.zip RELOC/source/latex/hyperref/hluatex.dtx + RELOC/source/latex/hyperref/hyperref-linktarget.dtx RELOC/source/latex/hyperref/hyperref-patches.dtx RELOC/source/latex/hyperref/hyperref.dtx RELOC/source/latex/hyperref/hyperref.ins RELOC/source/latex/hyperref/nameref.dtx -runfiles size=202 +runfiles size=204 RELOC/tex/latex/hyperref/backref.sty RELOC/tex/latex/hyperref/hdvipdfm.def RELOC/tex/latex/hyperref/hdvips.def @@ -141479,7 +141480,7 @@ catalogue-contact-home https://github.com/latex3/hyperref catalogue-ctan /macros/latex/contrib/hyperref catalogue-license lppl1.3 catalogue-topics hyper pdf-feat adobe-distiller form-fillin etex -catalogue-version 7.00n +catalogue-version 7.00o name hyperxmp category Package @@ -188465,7 +188466,7 @@ catalogue-version 0.8 name lua-widow-control category Package -revision 63125 +revision 63302 shortdesc Automatically remove widows and orphans from any document relocated 1 longdesc Unmodified TeX has very few ways of preventing widows and @@ -188484,23 +188485,23 @@ longdesc orphans. Lua-widow-control is compatible with all LuaTeX-based longdesc formats. All that is required is to load the package at the longdesc start of your document. To load: Plain LuaTeX: \input longdesc lua-widow-control LuaLaTeX: \usepackage{lua-widow-control} -longdesc ConTeXt (LMTX): \usemodule[lua-widow-control] OpTeX: +longdesc ConTeXt: \usemodule[lua-widow-control] OpTeX: longdesc \load[lua-widow-control] -containersize 11064 -containerchecksum 32b67de925ca949a0d552e613484320aec657ae8c5ab71baf7dec58d492dadb0522ce63b2567c0e820ac19e4c8ca56b859d4d2e45c44f22d6f068414742f0846 -doccontainersize 351268 -doccontainerchecksum 15b2545992c4a9e81cc21a05165d819b3f6ccdc333aa35908233e4fc0d6b3a603432f394a55c6c264470fe44f4e723c1dd609a144b9d75931b70dce10e1fd8c9 -docfiles size=96 +containersize 13440 +containerchecksum 1ec7cbbeea8a1bad9ff537c3c70ede729ed21959196b5911861f37b2a35e3fe066b1f57ebb8a6e20d397975d6dcc6e4d3432fb647f35ee6455b444d9b407273e +doccontainersize 355524 +doccontainerchecksum 4d813a30ac67754378f1b9162535bf277d794b2c9a4df5b54482b2ea47f3515e32b0d9270c1802a4a3f5a0a30140fc2582637ef5dd9710755f8140658113977f +docfiles size=100 RELOC/doc/luatex/lua-widow-control/README.md details="Readme" RELOC/doc/luatex/lua-widow-control/lua-widow-control.pdf details="Package documentation" -srccontainersize 13788 -srccontainerchecksum 5d09a491272399bf92fd8561b3c51e7da6a9bc12a696fd3911f90a5108fd47a30beef34b264ef766a6324167267d4cd6518f5d93cb6e2be2cf88b2a1e2b24477 +srccontainersize 13816 +srccontainerchecksum 1d130158a0db6a568938e69d406625ca70032dcd46739e29694b0f2089aab73317d70595f77960a7e5c7281ec2b667625124bf31bbb0b996e2fee8bfb155c51b srcfiles size=13 RELOC/source/luatex/lua-widow-control/lwc-documentation.bib RELOC/source/luatex/lua-widow-control/lwc-documentation.mkxl RELOC/source/luatex/lua-widow-control/lwc-documentation.tex RELOC/source/luatex/lua-widow-control/lwc-sample.tex -runfiles size=14 +runfiles size=16 RELOC/tex/context/third/lua-widow-control/t-lua-widow-control.mkiv RELOC/tex/context/third/lua-widow-control/t-lua-widow-control.mkxl RELOC/tex/lualatex/lua-widow-control/lua-widow-control-2022-02-22.sty @@ -188514,7 +188515,7 @@ catalogue-contact-support https://github.com/gucci-on-fleek/lua-widow-control/di catalogue-ctan /macros/luatex/generic/lua-widow-control catalogue-license other-free cc-by-sa-4 catalogue-topics layout luatex expl3 -catalogue-version 2.0.6 +catalogue-version 2.1.0 name luaaddplot category Package @@ -242403,7 +242404,7 @@ catalogue-version 1.5 name phonenumbers category Package -revision 60288 +revision 63299 shortdesc Typesetting telephone numbers with LaTeX relocated 1 longdesc The phonenumbers package makes it possible to typeset telephone @@ -242415,18 +242416,18 @@ longdesc options, including the additional output of the country calling longdesc code. The package is able to check if a phone number is valid longdesc according to the national rules. It also allows to link phone longdesc numbers using the hyperref package. -containersize 70892 -containerchecksum 9a7f6dd040cafbdc388e5d2dcfb49fc394ff4b7d15889739e0ad3e3da088ba0d6543b68e95f9a420d77d5a1315423bcae7a68a2e1f18f425a1fe156ef26ef4e1 -doccontainersize 1114408 -doccontainerchecksum e4b696978deae4059d8d85e6b21addeb1e84d83b82a87babc68d111a6e0601df305dc69e435546da70a64387c64a4c5928e56e16ea9a3af6eb3c7952330fc7ed -docfiles size=968 +containersize 70964 +containerchecksum b26da364a7a1664ebfb3fcd4610481b4bfd25a5acd365aa0b41b371098c7d4725017f049a1fe67625702fc7f3837afa40cf29a5458898a1c0d26cfb8f331f434 +doccontainersize 1125688 +doccontainerchecksum 4d918bd615edcd0495440ec90d030a49a573a9063015f6bb1d0466b497753a46055bc6ff4538dc707adcb0d58d7a01571027888e1b00535fdb49ca22abe2a49b +docfiles size=977 RELOC/doc/latex/phonenumbers/Literatur.bib RELOC/doc/latex/phonenumbers/README details="Readme" RELOC/doc/latex/phonenumbers/phonenumbers-de.pdf details="German package documentation" language="de" RELOC/doc/latex/phonenumbers/phonenumbers-de.tex RELOC/doc/latex/phonenumbers/phonenumbers-en.pdf details="English package documentation" RELOC/doc/latex/phonenumbers/phonenumbers-en.tex -runfiles size=164 +runfiles size=165 RELOC/tex/latex/phonenumbers/phn-AT_Ortsnamen.tex RELOC/tex/latex/phonenumbers/phn-AT_Vorwahlen.tex RELOC/tex/latex/phonenumbers/phn-DE_Ortsnamen.tex @@ -242444,7 +242445,7 @@ catalogue-contact-repository https://github.com/wehro/phonenumbers catalogue-ctan /macros/latex/contrib/phonenumbers catalogue-license lppl1.3 catalogue-topics addr-list numbers expl3 -catalogue-version 2.3 +catalogue-version 2.4 name phonetic category Package @@ -250113,7 +250114,7 @@ catalogue-version 1.0 name proflycee category Package -revision 63255 +revision 63300 shortdesc A LaTeX package for French maths teachers in high school relocated 1 longdesc This package provides some commands to help French mathematics @@ -250122,15 +250123,15 @@ longdesc create splines with "derivative control"; \paramCF and \ligneCF longdesc in order to create an xcas-windows-like; \envconsolepythontex longdesc and \envcodepythontex to create code presentation and code longdesc execution with pythontex. -containersize 9220 -containerchecksum 88ead87d54ba8cfa159ce847453a7a1fc83d37b2e703e3ce96fc23304d6694380ffb56a5ba6e90673f818ddc3525307c5e3af7047d4535acf0027c1cc59f7e91 -doccontainersize 563360 -doccontainerchecksum 0ccc00e806314b9bbec1bbc437c1e46d03ae8beabd34a47287efc2626f91df17d61ac82015b35e524091ca85b9ccfdbf5599f2bd051cc26866e82c0a401f37c3 -docfiles size=156 +containersize 10448 +containerchecksum 6a8ca37eed2620c231506812df3462a1d2dd64669f0a328701edb2a17d51c21a1cd3c128c6f858e32eb014ef9242ee6e0f3bd64f1ef01daabd93a33ff252a9fb +doccontainersize 590376 +doccontainerchecksum e0bf43e9ba2b8af34cceef1b082d6b9ca9b59a7487f6fc3ad40b25fdf4841c2b13a869c0002ac0db48ae014c839727912640897c6fa32e2f108f85a0c2fe8b20 +docfiles size=164 RELOC/doc/latex/proflycee/ProfLycee-doc.pdf details="Package documentation" language="fr" RELOC/doc/latex/proflycee/ProfLycee-doc.tex RELOC/doc/latex/proflycee/README.md details="Readme" -runfiles size=9 +runfiles size=11 RELOC/tex/latex/proflycee/ProfLycee.sty catalogue-also profcollege catalogue-contact-bugs https://github.com/cpierquet/ProfLycee/issues @@ -250138,7 +250139,7 @@ catalogue-contact-repository https://github.com/cpierquet/ProfLycee catalogue-ctan /macros/latex/contrib/proflycee catalogue-license lppl1.3c catalogue-topics maths french teaching -catalogue-version 1.1.4 +catalogue-version 1.1.5 name program category Package @@ -253834,7 +253835,7 @@ catalogue-version 0.22 name pst-ode category Package -revision 58293 +revision 63295 shortdesc Solving initial value problems for sets of Ordinary Differential Equations relocated 1 longdesc The package defines \pstODEsolve for solving initial value @@ -253846,10 +253847,10 @@ longdesc PSTricks packages, such as \listplot (pst-plot) and longdesc \listplotThreeD (pst-3dplot), or may be further processed by longdesc user-defined PostScript procedures. Optionally, the computed longdesc state vectors can be written as a table to a text file. -containersize 5348 -containerchecksum 96318154dd048b4f59c1f0b2dfda1f92306df9d91b4d5a0903410ab5d4ea5ffb6f0355a060a027e8b64061ffd65d10e702305429c5209d3957f0641b70df6416 -doccontainersize 115668 -doccontainerchecksum c98cd3511934fe9e3e145091427e2caf88b0b92711fd5593206c7b6b50c97ee486fd36515cf75f18231cf3a3642a16253641f7ec90294dfca10cc8cddf5a90ba +containersize 5332 +containerchecksum a0bab16b51367b8bd87f173feefa3223e435ba5c9fb7597286409550e870fd0b621ab189e95ad45df3cb5ad46967d8b79b7d00fe0221844b14d3f5dfb84841ab +doccontainersize 116588 +doccontainerchecksum b85ef52df0ddc5b4de2bcbefc481504211fdb576a05f9ddbbe902a0fbf87b5f3f9d6bf7302765d52ab5ed86f0438fdbddff686f86700a01d09f886ab594b64b8 docfiles size=44 RELOC/doc/generic/pst-ode/ChangeLog RELOC/doc/generic/pst-ode/README.txt @@ -253866,7 +253867,7 @@ catalogue-contact-repository https://gitlab.com/agrahn/pst-ode catalogue-ctan /graphics/pstricks/contrib/pst-ode catalogue-license lppl catalogue-topics maths pstricks graphics-plot -catalogue-version 0.15 +catalogue-version 0.17 name pst-optexp category Package @@ -270096,7 +270097,7 @@ catalogue-version 1 name runcode category Package -revision 63255 +revision 63301 shortdesc Execute foreign source code and embed the result in the pdf file relocated 1 longdesc This LaTeX package executes programming source codes (including @@ -270109,11 +270110,11 @@ longdesc the Python talk2stat package. Currently, this server-mode longdesc supports Julia, MatLab, Python, and R. More languages will be longdesc added. For more details and usage examples, refer to the longdesc package's github repository. -containersize 3968 -containerchecksum 05e0a95f3b0564c0f1bb73aca63c976ba85adff9228133cd26261a476b789edb2522b4718b8cccbea270eeeea312eb90221cdc0d0f0e5bf405b9370eeaac06e6 -doccontainersize 185004 -doccontainerchecksum d0cc7e1a92defc8aa6eabe24bdf10289646fbf7ac0832a89502d63df443ba4c4f9e8d1fbb37a8b59d917bc519ebb9a2237f5f64ab203210a23adfb9c057669b5 -docfiles size=50 +containersize 3916 +containerchecksum b04e9157f11ad636fbc958e3d161215ced2a827566adc58d70eff8cd6132934be029bebeae7b77bb8fd99b1003d026788cfdddc1de169e3383444fd940707c9f +doccontainersize 54836 +doccontainerchecksum fb4ec1a49aa7c0cf81577b215a2084cca36142cda6b8c16451347dc6d76ad5adc5d71dcbe932c1f70c365a0fdbb5399722d0c06b4cd3c8e32c8cde01ec6aa73e +docfiles size=18 RELOC/doc/latex/runcode/README details="Readme" RELOC/doc/latex/runcode/runcode.pdf details="Package documentation" RELOC/doc/latex/runcode/runcode.tex @@ -270123,7 +270124,7 @@ catalogue-contact-repository https://github.com/Ossifragus/runcode catalogue-ctan /macros/latex/contrib/runcode catalogue-license lppl1.3c catalogue-topics exec-foreign callback -catalogue-version 1.2 +catalogue-version 1.3 name russ category Package @@ -303985,7 +303986,7 @@ docfiles size=376 name texlive-scripts category TLCore -revision 63288 +revision 63294 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. @@ -303993,10 +303994,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 109732 -containerchecksum be9b0f8e9e4ee890e8496bf21f44e67af900ba7ecc4637e51855a5996807918aaa7331f7b6dafa50ec9b138a80f69cc09039b88002197a85d992019bd4afb510 -doccontainersize 406332 -doccontainerchecksum fed02102e78ff069e7df5634a5d7f236067a8535cd2afd83b8ebe5286e1758faf74c491cbd8ba48bbe8d89c4aac229171addd0123b136da24a990a03d794783f +containersize 109724 +containerchecksum be33ff14f98f3313f28d3c7306d55a14072cc683aa3f57b77bfbe2da4a59b2e4dea7efe0ff152854af1f295d9e4beb754ae7bb4e121514f0e457c1164f0f39a2 +doccontainersize 406308 +doccontainerchecksum b803c02e4adafba793111dfc545f8fed70ec994ff72722b8792313fb5368dc29a9d7b732b576cc9eb7a9bca49818c4f483ba2bae734d621f0243f12898218627 docfiles size=505 doc.html texmf-dist/doc/man/man1/fmtutil-sys.1 diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 index 89616942dc..fc50962488 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 @@ -1 +1 @@ -08b8a28d5168f539824fc0a676a96c53 texlive.tlpdb +02445cc5937c0dad66c28ee5ee263977 texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 index 53869f59b1..71507d0786 100644 --- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 +++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 @@ -1 +1 @@ -3ee0882f9428aa3942cd5a264c428deb2d734e9d368145c1f0f387cf34081fcb92265a588544f201af1b833c0858fa67bf317aeb85a7645c1e1009489c26b964 texlive.tlpdb +31b09591344034b3380202d3d478dd9ee3a2d48752b073238c160fcbe7c78a1b5fabb98afc2b08959b0a5919fe004b73159bbd18916c837fe24a51a81d8a7861 texlive.tlpdb diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc index 0301fef34c..f05581debb 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----- -iQEcBAEBCgAGBQJifu+HAAoJEEzhh34ZQ4xw1RcH/23On/O8Q8cV+Dmq0zm/pSaC -dH3QDh/rrGf7ls6FZhg4j3v+z5sR/qqtNnJFydPPNNqGpJ6BXq57osWNdre5T5L7 -SoN1+5dzKUHlqYT4aujmAIR4t4e7w7+KItVYPe+3SoH8W0d7mURtJdW/N82hm/oO -/e1a/xUK4SWbfogslhZkYcVbXbR+oQNAmi9dG9FRit54Z498AS2Q+I4ZoBnmQL2T -V3fBa7/U59XS6UkOcmX1SNlm3u7wvRN/qve6vqp6RD9pFvN7H3I611h5p8SOLUck -KSG3NXtgQfSJ6w8KyUDpj2OBiED3NltPK5bIod7decHr3Ea46Re4hn+PeyFZZyk= -=+m24 +iQEcBAEBCgAGBQJigEEgAAoJEEzhh34ZQ4xwjcQIAJTRFQi7gY5PEfzKuHlUriN3 +bfL6b8bokDFwIa0ZiVNM/5P4ltU9QjmDs6Fu7dAELEHEuA8H/IUgKLAlfHshYbOV +CiCnEUEdmy+gOmUex/hvAnSBhUsmGW/tNh3SQQ2YtUm32EjfwRnTxZNVnnjKFxQ6 +fB9KGZD4AneLk5nq8obZQXOUAS50MJgznzgqANryzOdgNlojZy2YaFqBy12b0xHm +aadUN7u32HGHPCMZXcjcEVtDARnRKprMT9+HyyWjAnRGyPdOC8gWamBEsV0ERXr9 +IWJlERAGbryyFkeKblubJQK/kVwJdK9CTSAapT/fZAEyTZvCAkDwUv7ZgrupZQA= +=Chm/ -----END PGP SIGNATURE----- diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz index a558e57c6d..e5db0414c6 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