summaryrefslogtreecommitdiff
path: root/systems/texlive
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-04-19 03:00:52 +0000
committerNorbert Preining <norbert@preining.info>2022-04-19 03:00:52 +0000
commitb0321ddd75259a36e909f25b3abc711dc1732c28 (patch)
tree9d7eac714004161e47b1bd11a37c3401c7a245ba /systems/texlive
parenta7538780c749168835167a8d30aa65779c89407a (diff)
CTAN sync 202204190300
Diffstat (limited to 'systems/texlive')
-rwxr-xr-xsystems/texlive/tlnet/install-tl6
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm4
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLPDB.pm4
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm4
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm4
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm4
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl1
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl2
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb119
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.md52
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha5122
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc14
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb.xzbin2365748 -> 2366932 bytes
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/fr.po8
14 files changed, 88 insertions, 86 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index 03ea4bf4c5..3c004e96a3 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 63001 2022-04-11 14:03:28Z siepo $
+# $Id: install-tl 63068 2022-04-18 05:58:07Z preining $
# Copyright 2007-2022
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
@@ -10,7 +10,7 @@
use strict; use warnings;
-my $svnrev = '$Revision: 63001 $';
+my $svnrev = '$Revision: 63068 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -3201,7 +3201,7 @@ This script and its documentation were written for the TeX Live
distribution (L<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
-$Id: install-tl 63001 2022-04-11 14:03:28Z siepo $
+$Id: install-tl 63068 2022-04-18 05:58:07Z preining $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm
index a946490f7b..25f1988f05 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLConfig.pm
@@ -1,4 +1,4 @@
-# $Id: TLConfig.pm 62232 2022-02-27 17:33:30Z karl $
+# $Id: TLConfig.pm 63068 2022-04-18 05:58:07Z preining $
# TeXLive::TLConfig.pm - module exporting configuration values
# Copyright 2007-2022 Norbert Preining
# This file is licensed under the GNU General Public License version 2
@@ -7,7 +7,7 @@
use strict; use warnings;
package TeXLive::TLConfig;
-my $svnrev = '$Revision: 62232 $';
+my $svnrev = '$Revision: 63068 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLPDB.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLPDB.pm
index 28586eaff2..ac9264db1c 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLPDB.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLPDB.pm
@@ -1,4 +1,4 @@
-# $Id: TLPDB.pm 61372 2021-12-21 22:46:16Z karl $
+# $Id: TLPDB.pm 63068 2022-04-18 05:58:07Z preining $
# TeXLive::TLPDB.pm - tlpdb plain text database files.
# Copyright 2007-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
@@ -7,7 +7,7 @@
use strict; use warnings;
package TeXLive::TLPDB;
-my $svnrev = '$Revision: 61372 $';
+my $svnrev = '$Revision: 63068 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm
index 17c2322c27..9ec15c1452 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLPSRC.pm
@@ -1,4 +1,4 @@
-# $Id: TLPSRC.pm 61372 2021-12-21 22:46:16Z karl $
+# $Id: TLPSRC.pm 63068 2022-04-18 05:58:07Z preining $
# TeXLive::TLPSRC.pm - module for handling tlpsrc files
# Copyright 2007-2021 Norbert Preining
# This file is licensed under the GNU General Public License version 2
@@ -14,7 +14,7 @@ use TeXLive::TLUtils;
use TeXLive::TLPOBJ;
use TeXLive::TLTREE;
-my $svnrev = '$Revision: 61372 $';
+my $svnrev = '$Revision: 63068 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index 5ee8d9e6cc..32654458cb 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,4 +1,4 @@
-# $Id: TLUtils.pm 63002 2022-04-11 14:04:37Z siepo $
+# $Id: TLUtils.pm 63068 2022-04-18 05:58:07Z preining $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
# Copyright 2007-2022 Norbert Preining, Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
@@ -8,7 +8,7 @@ use strict; use warnings;
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 63002 $';
+my $svnrev = '$Revision: 63068 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm
index 5b0ca5b384..5e989a197f 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLWinGoo.pm
@@ -1,4 +1,4 @@
-# $Id: TLWinGoo.pm 61372 2021-12-21 22:46:16Z karl $
+# $Id: TLWinGoo.pm 63068 2022-04-18 05:58:07Z preining $
# TeXLive::TLWinGoo.pm - Windows goop.
# Copyright 2008-2021 Siep Kroonenberg, Norbert Preining
# This file is licensed under the GNU General Public License version 2
@@ -13,7 +13,7 @@
package TeXLive::TLWinGoo;
-my $svnrev = '$Revision: 61372 $';
+my $svnrev = '$Revision: 63068 $';
my $_modulerevision;
if ($svnrev =~ m/: ([0-9]+) /) {
$_modulerevision = $1;
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index a6edf3c1b2..5a2919a673 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -47,7 +47,6 @@ $mirrors = {
},
'Korea' => {
'http://ftp.ktug.org/tex-archive/' => 1,
- 'https://ftp.harukasan.org/CTAN/' => 1,
'https://ftp.kaist.ac.kr/pub/tex-archive/' => 1,
'https://mirror.kakao.com/CTAN/' => 1,
'https://mirror.navercorp.com/CTAN/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl b/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl
index bcf7003b00..7a602d3835 100644
--- a/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-menu-text.pl 62571 2022-03-09 22:53:42Z karl $
+# $Id: install-menu-text.pl 63068 2022-04-18 05:58:07Z preining $
#
# Copyright 2007-2022 Norbert Preining, Karl Berry
# Copyright 2007-2008 Reinhard Kotucha
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 7afe000f37..718113e5d3 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/2022
-depend revision/63062
+depend revision/63076
name 00texlive.image
category TLCore
-revision 63011
+revision 63073
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
@@ -4557,7 +4557,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 63049
+revision 63068
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
@@ -9387,25 +9387,25 @@ catalogue-version 1.7.1
name adjmulticol
category Package
-revision 62935
+revision 63073
shortdesc Adjusting margins for multicolumn and single column output
relocated 1
longdesc The package adds, to the multicol package, the option to change
longdesc the margins for multicolumn and unicolumn layout. The package
longdesc understands the difference between the even and odd margins for
longdesc two side printing.
-containersize 3052
-containerchecksum 58549a244937d6760d6aa1fdea1589c86de92a02450c101b035c16e071fc05fa86f1975ad1d4a8c23fe49a98af0d92a94436feac2ce180bbe06f571832e8403e
-doccontainersize 311496
-doccontainerchecksum 3365e87b43caa88fa8d5cc29faabc724c0610488941cd731e7b9306a0a3f4f4c61243cd21eeb79174b945aeb9649d7605132eda56a160f2cdbadfeda79c0772e
+containersize 3072
+containerchecksum 1f56f7abbc0b5e8719ef22250ab74b76ce5afe6cd5014035e6e840bffd2dc775724d659f6e156ba1a36ecc87aa532e1a664095ea54bf87af5afed7b47af34582
+doccontainersize 312336
+doccontainerchecksum e8c1db9a78ae36a736fe5285a85a8bd83c67dbf7b77a7b445b4773ba9306f527f15e62ee05e31d7c2bed6cbd1d1a2b71a21a2b45af26e891f23e4419bb75ac32
docfiles size=81
RELOC/doc/latex/adjmulticol/README details="Readme"
RELOC/doc/latex/adjmulticol/adjmulticol.bib
RELOC/doc/latex/adjmulticol/adjmulticol.pdf details="Package documentation"
RELOC/doc/latex/adjmulticol/sample.pdf
RELOC/doc/latex/adjmulticol/sample.tex
-srccontainersize 7320
-srccontainerchecksum 42167225098e4a158c36fbe91389d33a9ed8cdf75466bdd6444a2d73f5fb4ca46aac5f772be96bbcaa62ae0183314a9658021af1002840f92c8fe0c5aa97bf45
+srccontainersize 7392
+srccontainerchecksum 4c9d7b208cbf542d70fc303ae4ad1d555e853f7519c1fa70d638199ac28fb5f2be1853078c8c99614b2d9be2b82975c79a0b448696412a832760a69ca91b3092
srcfiles size=7
RELOC/source/latex/adjmulticol/Makefile
RELOC/source/latex/adjmulticol/adjmulticol.dtx
@@ -9417,7 +9417,7 @@ catalogue-contact-repository https://github.com/borisveytsman/adjmulticol
catalogue-ctan /macros/latex/contrib/adjmulticol
catalogue-license lppl1.3
catalogue-topics multicol layout
-catalogue-version 1.3
+catalogue-version 1.4
name adjustbox
category Package
@@ -139645,7 +139645,7 @@ catalogue-version 0.0(beta)
name hitex
category TLCore
-revision 62529
+revision 63073
shortdesc A TeX extension writing HINT output for on-screen reading
longdesc An extension of TeX which generates HINT output. The HINT file
longdesc format is an alternative to the DVI and PDF formats which was
@@ -139668,6 +139668,7 @@ depend everyshi
depend firstaid
depend hitex.ARCH
depend hyphen-base
+depend knuth-lib
depend l3backend
depend l3kernel
depend l3packages
@@ -139677,11 +139678,11 @@ depend plain
depend tex-ini-files
depend unicode-data
execute AddFormat name=hilatex engine=hitex patterns=language.dat options="-etex -ltx hilatex.ini" fmttriggers=atbegshi,atveryend,babel,cm,everyshi,firstaid,hyphen-base,l3backend,l3kernel,l3packages,latex,latex-fonts,tex-ini-files,unicode-data
-execute AddFormat name=hitex engine=hitex patterns=language.def options="-etex -ltx hitex.ini" fmttriggers=cm,hyphen-base,etex,plain
-containersize 2980
-containerchecksum eb2adfd7f61c0129a2e7fba65f10c2d9ff2acd4502f720f141fa73d3f7e3e2bd266fde21f4085559855e00743878e6cdc4540a5e694d822b917a59982bf33582
+execute AddFormat name=hitex engine=hitex patterns=language.def options="-etex -ltx hitex.ini" fmttriggers=cm,hyphen-base,etex,knuth-lib,plain
+containersize 2988
+containerchecksum cfe41c9c1dd931781bb21773bbcac29ba4badcc583c17978ddc321404f76c28ab3efcbf9790e0c822dc6fdd2b0edb128babdfc04c409548f50ce2f56f6f7cd8c
doccontainersize 2623172
-doccontainerchecksum 995e0750d2fb93f8a5c7b663739bdc5a71ae28a3892f87674cb90ce2d238896bd9cbcb1f0bcfec61703e9d27f152c0667f60481376cc855cdb775292517866a5
+doccontainerchecksum 0a8c2c217afbd469e32189f92ab7432cf8f628e873bb88589a81f88ef9cded6b5f46a574f6261f4770f17aa8993c7db362e58622405098d362848db4226ed372
docfiles size=824
texmf-dist/doc/hitex/base/hiformat.hnt
texmf-dist/doc/hitex/base/hiformat.pdf
@@ -301094,13 +301095,13 @@ docfiles size=2272
name texlive-fr
category TLCore
-revision 62853
+revision 63071
shortdesc TeX Live manual (French)
relocated 1
-containersize 272
-containerchecksum f4964982ded60b4905404e9d1954c8ebe1b0c5948bae3ef9f1646aa6fb0828507cc7292c0f322203a7b10f28593210e095d8f58be7c7d23d05797cc275b0aa7c
-doccontainersize 1426704
-doccontainerchecksum 6fa0c6193ab21ca9bde10a1eda4271b17a010d38182b8f52f94734e9f1ae340c4d5ced6ff1dc3b8559904cf472e29a3571fa201db140582461f8dc0a95cb15cb
+containersize 276
+containerchecksum 511ab7cc07e7a05e503da17d9cc69db1e7f16a8fd5f1f353001b585cdf26bc89f6e6d29b0ae66679125c947f1b6885456cd38cb869a8fcf8e3328ff99b79e4fc
+doccontainersize 1426944
+doccontainerchecksum c2d32206505a7db1f6b59a7efdb55421e87510ee74e378d00281e0aa25cb7fd68a82b3e589d2a3890c0c1dbeda1442fc7ae8af8d6b3ab90236d3c1d316c048c0
docfiles size=508
RELOC/doc/texlive/texlive-fr/Makefile
RELOC/doc/texlive/texlive-fr/live4ht.cfg
@@ -301147,15 +301148,15 @@ docfiles size=544
name texlive-msg-translations
category TLCore
-revision 63010
+revision 63072
shortdesc translations of the TeX Live installer and TeX Live Manager
longdesc This package contains the translated messages of the TeX Live
longdesc installer and TeX Live Manager. For information on creating or
longdesc updating translations, see
longdesc http://tug.org/texlive/doc.html#install-tl-xlate.
-containersize 146936
-containerchecksum b5391a30438f7442b21140cbc437b6fed9f4caf1fe82730670ec77e1eb564e017720d32a7cd45d8ef9ebd904b1a2af31debfebd4321b989525348b97f51ec74b
-runfiles size=372
+containersize 146916
+containerchecksum 5a535dd6ae7c83542a6a43e3017ad97d378b4693d1d5a551bcf24510a428cff5cc15290aa895ff2bca1095df85c8bfdeda1cca9f4555661289decf07c76034d4
+runfiles size=373
tlpkg/translations/README
tlpkg/translations/cs.po
tlpkg/translations/da.po
@@ -301216,7 +301217,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 63049
+revision 63068
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.
@@ -301224,10 +301225,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 109772
-containerchecksum 329ee5d13bf634e6510443502c42a72d6c3789772fe5d1ae6dff99c0e5b05b9dfa06147f9bb8261cfbdf69761c08dcb3a6b9b143e176e3faf10a140fa45ac1ac
-doccontainersize 406032
-doccontainerchecksum a54e45767db3b9da34fd7ef6340c49bb4534942ec18ea6cad82ad9ea91bec023e5bf41eef9704d768d34dd41599c613ccf06917d79bcb7bfd853cada6a225c2b
+containersize 109720
+containerchecksum 7bd2af4583c62a70e4b5d098354466148eae3f3ee0fea11cca6bf7a0b29db847964fade1497144d865a18fe23a1e81a2dfb1514aabb690452567bb7fc94ae318
+doccontainersize 405952
+doccontainerchecksum 5ea101c3cc9e439611a619059071108075dff783e65df9f15093e679ee450bcb76c0783a4c68d3f8c4e2319d4ac321963eacbb353460cc34d072ab0456dfa9cd
docfiles size=504
doc.html
texmf-dist/doc/man/man1/fmtutil-sys.1
@@ -301989,10 +301990,10 @@ binfiles arch=universal-darwin size=13
name texlive-scripts.win32
category TLCore
-revision 62199
+revision 63068
shortdesc win32 files of texlive-scripts
-containersize 36292
-containerchecksum ebec6e24fe98c1ae498cc5c78552d36ca61e254941abba2d6c447cd671d5b30757650e1afa3c763e5c2c8dae1bd894b32cb2c20222b649903c835692accd998e
+containersize 36296
+containerchecksum e806e6238b310345042465aa790d16bc52f1c7fe45fc2106b6eaa55fe156e2c0adf6d2689e094ec9b277795137a2e37305090471deb41bc46a1ca09bb4353812
binfiles arch=win32 size=40
bin/win32/fmtutil-sys.exe
bin/win32/fmtutil-user.exe
@@ -326562,22 +326563,22 @@ catalogue-topics format
name utfsym
category Package
-revision 56729
+revision 63076
shortdesc Provides various Unicode symbols
relocated 1
longdesc This package provides various symbols from the Unicode in order
longdesc to be able to use them originally in a school setting such as
longdesc on worksheets.
-containersize 1890332
-containerchecksum cbc9203663a121f2c421d07bf630831db438aa74c6d6ca95d3d7d7f5a5736db351e0fea5fb269ed2b02eaaec5d85de52f2f9ca90d753d41ca9da7328c6af2326
-doccontainersize 2979868
-doccontainerchecksum 3b90dd9075fa3b4602e76593b90603ff4022a003599d12297bcb482fc28995ac204de1908baef9e4506a0bba82edf09dbf6314dd7034808aaf7aa38af3bee6d7
-docfiles size=879
+containersize 1889696
+containerchecksum 66dd74f22a26022eb13ff7a8807612d33a978070f86ee5e0eecd9b957684150985e6bd6bdb81c8917781926a0e8c13f9310aec36e12b0a896a353194f0a900b2
+doccontainersize 2990532
+doccontainerchecksum a70bd657812f64e79f028efb591888863ba5bbc0d7f16a9c70fc1614d21c0fab9d4de2545288b12c7d6c885f489b5b0062e739e531595b8673bdd4a7e1da653b
+docfiles size=883
RELOC/doc/latex/utfsym/README details="Readme"
RELOC/doc/latex/utfsym/symbole.tex
RELOC/doc/latex/utfsym/utfsym.pdf details="Package documentation" language="de"
RELOC/doc/latex/utfsym/utfsym.tex
-runfiles size=4522
+runfiles size=4504
RELOC/tex/latex/utfsym/usym1F000.tikz
RELOC/tex/latex/utfsym/usym1F001.tikz
RELOC/tex/latex/utfsym/usym1F002.tikz
@@ -328260,10 +328261,12 @@ runfiles size=4522
RELOC/tex/latex/utfsym/usym27BF.tikz
RELOC/tex/latex/utfsym/utfsym.sty
catalogue-also schule
+catalogue-contact-bugs https://gitlab.com/gi-fg-ibnw/utfsym/-/issues
+catalogue-contact-repository https://gitlab.com/gi-fg-ibnw/utfsym
catalogue-ctan /graphics/pgf/contrib/utfsym
catalogue-license cc0
catalogue-topics pgf-tikz symbol-supp
-catalogue-version 0.8.3
+catalogue-version 0.9.0
name utopia
category Package
@@ -337806,7 +337809,7 @@ catalogue-version 1.00
name xduts
category Package
-revision 63013
+revision 63075
shortdesc Xidian University TeX Suite
relocated 1
longdesc XDUTS is designed to help Xidian University students use LaTeX
@@ -337815,19 +337818,19 @@ longdesc package that meets the school's requirements and can be applied
longdesc to any document class. In addition, there are thesis and thesis
longdesc proposal templates for both undergraduate and postgraduate that
longdesc meet the school's requirements.
-containersize 512836
-containerchecksum a8efd704d7a1e06606846e5b4e07e5c7d4b4c6b48a4ba1dd500c86f7fdf86a8967aff33886d34019e68e602e62f17d55147bf90a7184e626eba641e283124f2c
-doccontainersize 319600
-doccontainerchecksum 0c81c34baa56ccc81c969051d07eb8abdba6be4e7bd59f87d54ea97ffdb07be35a8a0e3d57e78ac7971539383a26b7c9e5383eaf3e698c90ae1970a69660125c
-docfiles size=81
+containersize 514024
+containerchecksum dea40047502462c84dd355b1a5ca4920a981a8c1e7212b9bd4528913d56bb0c56df594bc33300527ff4dba3018b6a7f3df2e62c6f17ee047e44c25c434446853
+doccontainersize 357776
+doccontainerchecksum f0768bdf9bf1b6b8429d83946277e2a302fd88cadd389b474e4960f256f3fe57d850baeaf41bbaefdaefeda95aef5f4cb206188ef07550984f76c29585b4a893
+docfiles size=90
RELOC/doc/xelatex/xduts/README.md details="Readme"
RELOC/doc/xelatex/xduts/xduts.pdf details="Package documentation" language="zh"
-srccontainersize 17416
-srccontainerchecksum fb193f180d08ece848a3eeee0e89264648f8995e70b678be8e31884747804ee2a8c9d2fdbc829b938412843a97f388d8dc21ee0aecc23e7abaf9aa1e86dbd5d5
-srcfiles size=22
+srccontainersize 19964
+srccontainerchecksum 1598b4926ca73738fcd165f8a602a449e1201fcfd3e7269ba91c3d77bb8b08b062d7dad2a5be1b42d646d874fe69488b804bb124a90a1f2bcd776f94daf6f689
+srcfiles size=27
RELOC/source/xelatex/xduts/xduts.dtx
RELOC/source/xelatex/xduts/xduts.ins
-runfiles size=228
+runfiles size=230
RELOC/tex/xelatex/xduts/xdufont.sty
RELOC/tex/xelatex/xduts/xduugthesis.cls
RELOC/tex/xelatex/xduts/xidian-logo.pdf
@@ -337838,7 +337841,7 @@ catalogue-contact-repository https://github.com/note286/xduts
catalogue-ctan /macros/xetex/latex/xduts
catalogue-license lppl1.3c
catalogue-topics dissertation proposal
-catalogue-version 0.7.0.0
+catalogue-version 1.2.0.0
name xdvi
category TLCore
@@ -349191,7 +349194,7 @@ catalogue-topics file-mgmt
name zwpagelayout
category Package
-revision 53965
+revision 63074
shortdesc Page layout and crop-marks
relocated 1
longdesc This package was developed as a typographers' toolbox offering
@@ -349201,10 +349204,10 @@ longdesc and it can reflect pages both horizontally and vertically. The
longdesc package facilities work with TeX (output via dvips or
longdesc (x)dvipdfm(x)), and with pdfTeX.
containersize 8880
-containerchecksum b960d63e610cf28ff74d7ade9c297d1c6d23a801eaea2b4f9fde71a3b77defe43ea5625c098ded915b8c011cc0041177d3e4c3fb28359b522af63214accd362f
-doccontainersize 635808
-doccontainerchecksum 16bf8b249fbc857bfef787862b1d8e0e0ff60d11e2b80377ad85d7db014ece77ecdbca91829b4dd8f92c811712be39e9ba30058b8c7e61805552f7f6b13fc817
-docfiles size=205
+containerchecksum a0b5ca55208fe5f2353bf846fda3bbf2ef095f68e0e80265c9c89bfb14be0c80f5ca7c1b7fbaae4c8d67d70fc381353f889c9596e96412c351d39cceba40c263
+doccontainersize 646716
+doccontainerchecksum 9b52a6267720a787826bd14efa7742ef9adf9ad14c46065edf5f0e47c94d2762a7dd2a4b9b31864a3a1bad8addd4c18e21119a70abfca89730a7c7804628877a
+docfiles size=213
RELOC/doc/latex/zwpagelayout/License.txt
RELOC/doc/latex/zwpagelayout/LoremIpsumDolor.tex
RELOC/doc/latex/zwpagelayout/README details="Readme"
@@ -349223,7 +349226,7 @@ catalogue-contact-home http://icebearsoft.euweb.cz/tex/
catalogue-ctan /macros/latex/contrib/zwpagelayout
catalogue-license lppl
catalogue-topics geometry production
-catalogue-version 1.4d
+catalogue-version 1.4e
name zx-calculus
category Package
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index b348c1d8cf..9c0e7d45cc 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-93e5508ac4ceda00e24deb4ff36016d2 texlive.tlpdb
+3af2791de3e475229f3df6e7f9810c2e texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index 7ad557139a..95c4bab519 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-847950371620c62eef6cc4d1bafb1e39b08580c5f0267e6ddc7af51ce4e0aa1db5b909862478cf74aa9ee5f5f808c6747e67d3441a424de590839e0b9f986c0f texlive.tlpdb
+be057caf0e11a0b6e56f296959f6390e49864d3ec119043854d0ffb1b8c551caa201cdbbb6638a80dae70567d254d95e186e3ed5a5fac03ae57e37fc0e6f4560 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index fd53cbae5c..8085c0f216 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-----
-iQEcBAEBCgAGBQJiXKhNAAoJEEzhh34ZQ4xwNxoH/izDJddlJj08OGAf2m+QZqVL
-3FVzEQvFspcTILBD4lESJ9WSeEdPADPlX/xt5fO2GbFL5suL685QjbCDrxbO96Tg
-YT+1mRuyeSwwIbF5cpFYHLKYBpzErYH9jkMBn5ahKbpjBc01IxV2Xdo0dfuc/veu
-LbU/5VEPlx6GWQlJQGT+UV7OaZAM8oAQFgolg4sBH8pMabKljWGCxOGw0omPkqRq
-UQ00gx0azpRm1xLmz94chfiQt4Eb+wsl8TdjX4FCUxtySN+kBvhTQG33RLXMku7B
-hJP2W/NUpTXoNt28jZNkHqJPX/eo6ks6l6sb851WLI7PUFMrwC1jVhmZ5kzuAI0=
-=DJzZ
+iQEcBAEBCgAGBQJiXfnfAAoJEEzhh34ZQ4xw1LMH/Rr/w0ZT5RExkH9Wyneh7jAr
+yEcEPZa7zyFyJZ3saFibT6574Pj+cg/IrN5pGTxMC6q1SZCJHPP7/GgII+OXzpJh
+hh5CKXf7lf1XCpn73wkNEEM3klDCA6iLjRbOI3TTRhAAeQGZXIzTcLE8sLgSLKtj
+YofmkF9vlqJueaehLuvkbZ90ifWtT8jzZ3KoAbDDmQ6PDhrQQB24r6EZ3yygsMw9
+EVFlutqjiHqXM0pssP0FMwJt7BJbFFVkKbpzl+onaeTVLVlVnBQcle+Prad7SvAL
+w6814E91Eh+FSTFKm1x5lk+UaVjV50417EQkRuRcC1V+pCTDI9sD7o6LpTPksXQ=
+=Vf9b
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index eb1d0423d2..dcd298b21d 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ
diff --git a/systems/texlive/tlnet/tlpkg/translations/fr.po b/systems/texlive/tlnet/tlpkg/translations/fr.po
index 7e1e05bad8..7d4cb48241 100644
--- a/systems/texlive/tlnet/tlpkg/translations/fr.po
+++ b/systems/texlive/tlnet/tlpkg/translations/fr.po
@@ -1976,7 +1976,7 @@ msgstr ""
"d'utilisateurs de TeX à travers le monde ; pensez à lui apporter votre "
"soutien en rejoignant le groupe qui vous convient le mieux. La liste des "
"groupes est disponible sur le web à l'adresse http://tug.org/usergroups."
-"html ;la page du groupe francophone est http://www.gutenberg.eu.org/."
+"html ; la page du groupe francophone est https://www.gutenberg-asso.fr/."
#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2695
#, perl-format
@@ -1986,8 +1986,8 @@ msgid ""
"Most importantly, add %s/bin/%s\n"
"to your PATH for current and future sessions."
msgstr ""
-"Veuillez ajouter %s/texmf/doc/man à votre MANPATH\n"
-"et %s/texmf/doc/info à votre INFOPATH,\n"
+"Veuillez ajouter %s/texmf-dist/doc/man à votre MANPATH\n"
+"et %s/texmf-dist/doc/info à votre INFOPATH,\n"
"mais surtout, ajoutez %s/bin/%s\n"
"à votre PATH, pour cette session et les suivantes."
@@ -2377,7 +2377,7 @@ msgstr ""
#~ "d'utilisateurs de TeX à travers le monde ; pensez à lui apporter votre "
#~ "soutien en rejoignant le groupe qui vous convient le mieux. La liste des "
#~ "groupes est disponible sur le web à l'adresse http://tug.org/usergroups."
-#~ "html ; la page du groupe francophone est http://www.gutenberg.eu.org/."
+#~ "html ; la page du groupe francophone est https://www.gutenberg-asso.fr/."
#~ msgid "no"
#~ msgstr "Non"