summaryrefslogtreecommitdiff
path: root/systems
diff options
context:
space:
mode:
Diffstat (limited to 'systems')
-rw-r--r--systems/mac/mactex/ExtrasFolder.pdfbin38199 -> 38202 bytes
-rw-r--r--systems/mac/mactex/Licenses.txt4
-rwxr-xr-xsystems/texlive/tlnet/install-tl24
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl7
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb20
-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.xzbin2349932 -> 2349072 bytes
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/cs.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/da.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/de.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/es.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/fr.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/it.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/ja.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/messages.pot8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/nl.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/pl.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/pt_BR.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sk.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sl.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/sr.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/uk.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/vi.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/zh_CN.po8
-rw-r--r--systems/texlive/tlnet/tlpkg/translations/zh_TW.po8
-rw-r--r--systems/win32/miktex/tm/packages/next/pr.ini8
-rw-r--r--systems/win32/miktex/tm/packages/pr.ini8
29 files changed, 122 insertions, 111 deletions
diff --git a/systems/mac/mactex/ExtrasFolder.pdf b/systems/mac/mactex/ExtrasFolder.pdf
index 7979f494db..5d3938cd8f 100644
--- a/systems/mac/mactex/ExtrasFolder.pdf
+++ b/systems/mac/mactex/ExtrasFolder.pdf
Binary files differ
diff --git a/systems/mac/mactex/Licenses.txt b/systems/mac/mactex/Licenses.txt
index af4c1ddb9c..e57bd00253 100644
--- a/systems/mac/mactex/Licenses.txt
+++ b/systems/mac/mactex/Licenses.txt
@@ -1,6 +1,6 @@
$Id: Licenses.txt,v 1.14 2007/02/28 14:23:19 herbs Exp $
-Brief summary of the licensing of the various applications included as of 2022/02/12
+Brief summary of the licensing of the various applications included as of 2022/02/15
Aquamacs Emacs (Intel) - 3.5 - gpl - http://aquamacs.org/
Aquatkbibtex - 1.3 - gpl - http://aquatkbibtex.sourceforge.net/
@@ -18,4 +18,4 @@ Symbols Widget - 1.4.3 - gpl - http://vocaro.com/trevor/so
TeX FoG (10.4+) - 1.3.2 - gpl - http://homepage.mac.com/marco_coisson/TeXFoG/
TeX Live Utility (10.9+) - 1.53 - bsd - https://github.com/amaxwell/tlutility/releases
TexMaker (10.13+) - 5.1.2 - gpl - http://www.xm1math.net/texmaker/
-TeXShop (10.12+) - 4.68 - gpl - http://www.uoregon.edu/~koch/texshop/texshop.html
+TeXShop (10.12+) - 4.69 - gpl - http://www.uoregon.edu/~koch/texshop/texshop.html
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index f66ddc12f0..6c98a5d713 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: install-tl 62016 2022-02-14 06:44:19Z preining $
+# $Id: install-tl 62031 2022-02-15 01:54:19Z karl $
# Copyright 2007-2021
# 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: 62016 $';
+my $svnrev = '$Revision: 62031 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -725,14 +725,20 @@ if ($opt_gui eq 'text' or $opt_gui eq 'extl' or $opt_profile ne "") {
if (@::installation_failed_packages) {
print <<EOF;
-*************** WARNING *************************
-The following list of inessential packages have failed to install
+*** PLEASE READ THIS WARNING ***********************************
+
+The following (inessential) packages failed to install properly:
+
@::installation_failed_packages
-You can fix this by running
+
+You can fix this by running this command:
tlmgr update --all --reinstall-forcibly-removed
-to complete the installation. Doing this immediately might not work
-and the command needs to be called later on.
-************************************************
+to complete the installation.
+
+However, if the problem was a failure to download (by far the
+most common cause), you should ensure that your network connection
+is working first.
+******************************************************************
EOF
}
}
@@ -3143,7 +3149,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 62016 2022-02-14 06:44:19Z preining $
+$Id: install-tl 62031 2022-02-15 01:54:19Z karl $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 97c12aa16c..c42577c520 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -1,5 +1,8 @@
$mirrors = {
'Africa' => {
+ 'Morocco' => {
+ 'https://mirror.marwan.ma/ctan/' => 1,
+ },
'South Africa' => {
'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1,
'http://ftp.sun.ac.za/ftp/CTAN/' => 1,
@@ -148,13 +151,13 @@ $mirrors = {
'Russia' => {
'https://ctan.altspu.ru/' => 1,
'https://mirror.macomnet.net/pub/CTAN/' => 1,
- 'https://mirror.truenetwork.ru/CTAN/' => 1,
'https://mirrors.mi-ras.ru/CTAN/' => 1,
},
'Slovenia' => {
'https://ctan.ijs.si/tex-archive/' => 1,
},
'Spain' => {
+ 'https://ctan.javinator9889.com/' => 1,
'https://osl.ugr.es/CTAN/' => 1,
},
'Sweden' => {
@@ -175,6 +178,7 @@ $mirrors = {
'https://ctan.mirror.globo.tech/' => 1,
'https://ctan.mirror.rafal.ca/' => 1,
'https://mirror.csclub.uwaterloo.ca/CTAN/' => 1,
+ 'https://mirror.its.dal.ca/ctan/' => 1,
'https://muug.ca/mirror/ctan/' => 1,
},
'Costa Rica' => {
@@ -190,6 +194,7 @@ $mirrors = {
'https://mirror.las.iastate.edu/tex-archive/' => 1,
'https://mirror.math.princeton.edu/pub/CTAN/' => 1,
'https://mirror.mwt.me/ctan/' => 1,
+ 'https://mirrors.concertpass.com/tex-archive/' => 1,
'https://mirrors.mit.edu/CTAN/' => 1,
'https://mirrors.rit.edu/CTAN/' => 1,
},
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 845ea5a4a5..4953105875 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/2021
-depend revision/62027
+depend revision/62035
name 00texlive.image
category TLCore
@@ -4530,7 +4530,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 62016
+revision 62031
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
@@ -299067,14 +299067,14 @@ docfiles size=539
name texlive-msg-translations
category TLCore
-revision 60760
+revision 62030
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 146056
-containerchecksum 2d9b5040eda6606ecb6050452d0485332f6265b7876169f1507c629d59d587a5c74a9b7bec606d8e028a1cf5f5bc9e0a92d30d36588ac637bfa1d9508e862f47
+containersize 146040
+containerchecksum 3bc96b3e9859e728b97deb833d3849025632f7e3da269ad90ff2b7fcb68ac72122b763fd3e044108885bbdf3db91827c59e8b1112e626fff3aa409c298367337
runfiles size=366
tlpkg/translations/README
tlpkg/translations/cs.po
@@ -299136,7 +299136,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 62016
+revision 62031
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.
@@ -299144,10 +299144,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 108616
-containerchecksum c255f311a90038088b51316576d36bee78ffb4211b261292c2871a4b19f863c3a96104bb204a13f28258510bcae96bc2fcfe23ec3772097a419be072496a0c7b
-doccontainersize 403372
-doccontainerchecksum b9e2e2451fd91881afd42a69e563c3f0dfb80f1a736afa249dad371b6d7bdc21f6c739c81d3ef9c002e484ab165c69794bb83595529e023a9dc3dbffd955797c
+containersize 108696
+containerchecksum 9055b381caf00bb6d32d9f0f6eb035ea5bc2285bc4e2386e65f0e415f008ae84b61801e1b3072ba9c014f25bc62f9987716bd51dc036c3fb3f8d6759797ca27b
+doccontainersize 403440
+doccontainerchecksum c1b49c49044b2e2b44975f0702349095669c2b07815366c5a6c7b8d57b157845bc9581ba3f29f3d7295a2be415b7418da8769021504dadf7b412a00e4ad55124
docfiles size=502
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 5c312855e3..988cf89143 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-cf05029f7512044e915b1bd61573b016 texlive.tlpdb
+088618013a76ce1a1ebcf9d067813aea texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index cc9f995ce5..2dd2f347c2 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-0b0e316d8eb418ba18e9bfe4a62084eea2ac456102af302c526db25b79dfdadbac796b22e124c387b0152c5299f431a74d8ea19c12573c6de941d376df65c637 texlive.tlpdb
+25c06ca0ebe21d93e6230009705db237be516d833c620a64df46ef3dc27f88d503f7e1c36a4dd30eb3ee1733ed92f05aa8e5595a798d29934818806926b39463 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 8f6d419d51..0200647970 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-----
-iQEcBAEBCgAGBQJiCvljAAoJEEzhh34ZQ4xwhGYH/RFcLR0szggRds54VLrahSTZ
-k876nI6D4dnjTxJhFZvp+LVqHRsgRrbCJqkkY6tv9O+OzocxvEaWNs85JmeWJqvL
-47jN6/kBG9mHrZw4rluMlAfyDQdyvfXVgYGV3WFVhSptgeXz1ovDhtDiALOOGCr1
-0l2iiXA7UUsV2YjQ1h/6YUh7xPxMY0aGkXddIuxuNjNs14X/aLy7n1fQGrUS+GCF
-2fdsWlueSGnbkqwUamTa6zc+YaFXgRXCvQ+2X3LXP7gvqwfdFlPbi6ZKmd8po0H0
-QvLbRQ0zaHomJN4gpCsfqvtY+sZjOtyQW1ySDxaJ5r09dVhsKWLRrf4Bcyebexo=
-=uygp
+iQEcBAEBCgAGBQJiDErlAAoJEEzhh34ZQ4xw4FoH/2zPiZXUX7neerjn4L6+kc3i
+LbYzJ8SkBcb2as0/TIIKi8P6nvVl9TP72Ue5mzG09Pq1zim9A5qTvxGPXhYgBoxJ
+kW/zxTH+LlfDhLw+cH46eACEW7h0GY+DqDXmll/w63T6ccRZWYq1GSEu0lJH4X6s
+ruZHj2HmpB+kwpZmFYh/rnY6FsUJKyRMvYYyQ06u7Ji4wN/wN0399EPJSKMScpb4
+egl5bc4B/WyK0EUtwPP1Sy8yKtsjOQhkkN7BthTF04P3AewUJ/e03K7BeCUaiXpu
+Mwg+PxtV++F1iLXAmVzwzbZrdLHfDqLH9YKmvC+ewykPIBPAp28RYvYRtIMCu88=
+=s/mK
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 50407000ce..c93f42ed07 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/cs.po b/systems/texlive/tlnet/tlpkg/translations/cs.po
index 1a525ebbfa..155141bc3f 100644
--- a/systems/texlive/tlnet/tlpkg/translations/cs.po
+++ b/systems/texlive/tlnet/tlpkg/translations/cs.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-03-11 09:18+0300\n"
"Last-Translator: Petr Sojka <sojka@fi.muni.cz>\n"
"Language-Team: Czech <>\n"
@@ -1930,11 +1930,11 @@ msgstr "Podpůrné programy výhradně pro Windows"
msgid "XeTeX and packages"
msgstr "XeTeX a balíky"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Vítejte v TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1949,7 +1949,7 @@ msgstr ""
"podporu přijetím členství ve sdružení, které je Vám nejbližší (CSTUG). "
"Seznam skupin u6ivatel; najdete na webu https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/da.po b/systems/texlive/tlnet/tlpkg/translations/da.po
index e6e635c557..c099b1c530 100644
--- a/systems/texlive/tlnet/tlpkg/translations/da.po
+++ b/systems/texlive/tlnet/tlpkg/translations/da.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2021\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-05-05 10:13+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
@@ -1931,11 +1931,11 @@ msgstr "Programmer, der kun understøttes på Windows"
msgid "XeTeX and packages"
msgstr "XeTeX med pakker"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Velkommen til TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1950,7 +1950,7 @@ msgstr ""
"rundt; overvej venligt at støtte den gruppe, der passer bedst med dine "
"behov. En liste med grupper er at finde på https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/de.po b/systems/texlive/tlnet/tlpkg/translations/de.po
index 778c3f2199..7c16b9e080 100644
--- a/systems/texlive/tlnet/tlpkg/translations/de.po
+++ b/systems/texlive/tlnet/tlpkg/translations/de.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-05-02 19:49+0200\n"
"Last-Translator: Uwe Ziegenhagen <ziegenhagen@gmail.com>\n"
"Language-Team: TL German Translation Team <tex-live@tug.org>\n"
@@ -1922,11 +1922,11 @@ msgstr "Zusatzprogramme (nur-Windows)"
msgid "XeTeX and packages"
msgstr "XeTeX und XeTeX-Pakete"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Willkommen bei TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1941,7 +1941,7 @@ msgstr ""
"weltweit, werden Sie Mitglied um ihre Arbeit zu unterstützen. Die Liste der "
"Gruppen finden Sie unter https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/es.po b/systems/texlive/tlnet/tlpkg/translations/es.po
index a005dcc2f9..be962fd263 100644
--- a/systems/texlive/tlnet/tlpkg/translations/es.po
+++ b/systems/texlive/tlnet/tlpkg/translations/es.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2019-03-30 17:58-0400\n"
"Last-Translator: linguafalsa <linguafalsa@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1922,11 +1922,11 @@ msgstr "Programas de respaldo solamente para Windows"
msgid "XeTeX and packages"
msgstr "XeTeX y paquetes"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "¡Bienvenido a Tex Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1942,7 +1942,7 @@ msgstr ""
"apoyarlo formando parte de un grupo que más conveniente sea para usted. La "
"lista de grupos está disponible en el web en https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/fr.po b/systems/texlive/tlnet/tlpkg/translations/fr.po
index dc66fc605a..4d42c8a3fe 100644
--- a/systems/texlive/tlnet/tlpkg/translations/fr.po
+++ b/systems/texlive/tlnet/tlpkg/translations/fr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-03-24 08:08+0100\n"
"Last-Translator: Denis Bitouzé <denis.bitouze@univ-littoral.fr>\n"
"Language-Team: French <kde-i18n-doc@kde.org>\n"
@@ -1938,11 +1938,11 @@ msgstr "Programmes pour le support de Windows seulement"
msgid "XeTeX and packages"
msgstr "XeTeX et packages associés"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Bienvenue sous TeX Live !"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1959,7 +1959,7 @@ msgstr ""
"groupes est disponible sur le web à l'adresse http://tug.org/usergroups."
"html ;la page du groupe francophone est http://www.gutenberg.eu.org/."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/it.po b/systems/texlive/tlnet/tlpkg/translations/it.po
index 73c0f117ac..ba021f9ce9 100644
--- a/systems/texlive/tlnet/tlpkg/translations/it.po
+++ b/systems/texlive/tlnet/tlpkg/translations/it.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Tex Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-03-22 06:20+0100\n"
"Last-Translator: Marco Pallante\n"
"Language-Team: <>\n"
@@ -1929,11 +1929,11 @@ msgstr "Programmi di supporto solo per Windows"
msgid "XeTeX and packages"
msgstr "XeTeX e pacchetti"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Benvenuto in TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1949,7 +1949,7 @@ msgstr ""
"voi. La lista dei gruppi è disponibile sul web all’indirizzo https://tug.org/"
"usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/ja.po b/systems/texlive/tlnet/tlpkg/translations/ja.po
index 78e709aec6..f65ed41c5c 100644
--- a/systems/texlive/tlnet/tlpkg/translations/ja.po
+++ b/systems/texlive/tlnet/tlpkg/translations/ja.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-03-18 11:41+0900\n"
"Last-Translator: Takuto Asakura <tkt.asakura@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1926,11 +1926,11 @@ msgstr "Windows 専用プログラム"
msgid "XeTeX and packages"
msgstr "XeTeX とパッケージ"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "TeX Live へようこそ!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1946,7 +1946,7 @@ msgstr ""
"入会することをご検討ください.TeX ユーザ会の一覧はhttps://tug.org/usergroups."
"html でご確認いただけます."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/messages.pot b/systems/texlive/tlnet/tlpkg/translations/messages.pot
index f884807e2e..9b731fcd13 100644
--- a/systems/texlive/tlnet/tlpkg/translations/messages.pot
+++ b/systems/texlive/tlnet/tlpkg/translations/messages.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2021\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1868,11 +1868,11 @@ msgstr ""
msgid "XeTeX and packages"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1882,7 +1882,7 @@ msgid ""
"list of groups is available on the web at https://tug.org/usergroups.html."
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/nl.po b/systems/texlive/tlnet/tlpkg/translations/nl.po
index 611da66819..64c163ff86 100644
--- a/systems/texlive/tlnet/tlpkg/translations/nl.po
+++ b/systems/texlive/tlnet/tlpkg/translations/nl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-03-08 12:17+0100\n"
"Last-Translator: Siep Kroonenberg <siepo@bitmuis.nl>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1927,11 +1927,11 @@ msgstr "Ondersteunende programma's specifiek voor Windows"
msgid "XeTeX and packages"
msgstr "XeTeX en bijbehorende pakketten"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Welkom bij TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1946,7 +1946,7 @@ msgstr ""
"wereldwijd; overweeg ondersteuning door lid te worden van zo'n groep. De "
"lijst van gebruikersgroepen staat op https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/pl.po b/systems/texlive/tlnet/tlpkg/translations/pl.po
index a0718db28e..7881a2574e 100644
--- a/systems/texlive/tlnet/tlpkg/translations/pl.po
+++ b/systems/texlive/tlnet/tlpkg/translations/pl.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2020\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-03-22 01:37+0100\n"
"Last-Translator: Jerzy Ludwichowski <Jerzy.Ludwichowski@umk.pl>\n"
"Language-Team: \n"
@@ -1933,11 +1933,11 @@ msgstr "Dodatkowe programy tylko dla Windows"
msgid "XeTeX and packages"
msgstr "XeTeX i pakiety"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Witamy w TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1953,7 +1953,7 @@ msgstr ""
"rozważ wsparcie poprzez przystąpienie do jednej z grup.\n"
"Lista grup dostępna jest na stronie https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/pt_BR.po b/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
index 8cdc62217b..b22c7a93fa 100644
--- a/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
+++ b/systems/texlive/tlnet/tlpkg/translations/pt_BR.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-03-03 06:45-0300\n"
"Last-Translator: Paulo Roberto Massa Cereda <cereda.paulo@gmail.com>\n"
"Language-Team: Paulo Roberto Massa Cereda <cereda.paulo@gmail.com>\n"
@@ -1929,11 +1929,11 @@ msgstr "Programas de suporte exclusivos para Windows"
msgid "XeTeX and packages"
msgstr "XeTeX e pacotes"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Bem-vindo ao TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1949,7 +1949,7 @@ msgstr ""
"inscrevendo-se em um grupo que lhe seja oportuno. A lista de grupos está "
"disponível na web no endereço https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/sk.po b/systems/texlive/tlnet/tlpkg/translations/sk.po
index 09c02ea02f..6f0c31fece 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sk.po
+++ b/systems/texlive/tlnet/tlpkg/translations/sk.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-03-11 09:24+0300\n"
"Last-Translator: Ján Buša <jan.busa@tuke.sk>\n"
"Language-Team: tex-live@tug.org\n"
@@ -1931,11 +1931,11 @@ msgstr "Podporné programy len pre Windows"
msgid "XeTeX and packages"
msgstr "XeTeX a balíky"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Vitajte vo svete TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1951,7 +1951,7 @@ msgstr ""
"najlepšej. Zoznam skupín je dostupný na webe na https://tug.org/usergroups."
"html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/sl.po b/systems/texlive/tlnet/tlpkg/translations/sl.po
index 17faa87628..72eb7078e2 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sl.po
+++ b/systems/texlive/tlnet/tlpkg/translations/sl.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-02-07 21:14+0100\n"
"Last-Translator: Mojca Miklavec <mojca.miklavec.lists@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -2007,11 +2007,11 @@ msgstr "Programi za MS Windows"
msgid "XeTeX and packages"
msgstr "XeTeX s paketi"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Dobrodošli v TeX Live-u!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -2026,7 +2026,7 @@ msgstr ""
"sveta; podprete ga lahko s pridružitvijo vam najbližjemu društvu. Seznam le-"
"teh je na voljo na strani https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/sr.po b/systems/texlive/tlnet/tlpkg/translations/sr.po
index e41a79972d..a8156d4305 100644
--- a/systems/texlive/tlnet/tlpkg/translations/sr.po
+++ b/systems/texlive/tlnet/tlpkg/translations/sr.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2019-10-23 02:13+0300\n"
"Last-Translator: Nikola Lečić <nikola.lecic@anthesphoria.net>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1928,11 +1928,11 @@ msgstr "Помоћни програми за Windows"
msgid "XeTeX and packages"
msgstr "XeTeX и повезани пакети"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Добродошли у TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1947,7 +1947,7 @@ msgstr ""
"света; молимо вас да размотрите учлањење у најближу из њих. Списак група "
"можете пронаћи овде: https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/uk.po b/systems/texlive/tlnet/tlpkg/translations/uk.po
index b0e7a44109..f3ecf9af42 100644
--- a/systems/texlive/tlnet/tlpkg/translations/uk.po
+++ b/systems/texlive/tlnet/tlpkg/translations/uk.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live 2010\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2019-03-23 09:02+0200\n"
"Last-Translator: Andriy Bandura <andriykopanytsia@gmail.com>\n"
"Language-Team: Ukrainian <andriykopanytsia@gmail.com>\n"
@@ -1912,11 +1912,11 @@ msgstr "Додаткові програми лише під Windows"
msgid "XeTeX and packages"
msgstr "XeTeX та пакунки"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Ласкаво просимо до TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1931,7 +1931,7 @@ msgstr ""
"світу; будь ласка, підтримайте нас, приєднавшись до групи, найкращої для "
"вас. Список груп доступний на веб-сторінці https://tug.org/usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/vi.po b/systems/texlive/tlnet/tlpkg/translations/vi.po
index 7952b7c472..ff48c4041a 100644
--- a/systems/texlive/tlnet/tlpkg/translations/vi.po
+++ b/systems/texlive/tlnet/tlpkg/translations/vi.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2021-03-13 11:02+0100\n"
"Last-Translator: Anh K. Huỳnh <kyanh@viettug.org>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1923,11 +1923,11 @@ msgstr "Các chương trình chỉ cho Windows"
msgid "XeTeX and packages"
msgstr "XeTeX và các gói của nó"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "Chào mừng đến với TeX Live!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1943,7 +1943,7 @@ msgstr ""
"hợp nhất. Danh sách các nhóm người dùng có thể tìm thấy tại http://tug.org/"
"usergroups.html."
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/zh_CN.po b/systems/texlive/tlnet/tlpkg/translations/zh_CN.po
index eef6998743..9ce92eb459 100644
--- a/systems/texlive/tlnet/tlpkg/translations/zh_CN.po
+++ b/systems/texlive/tlnet/tlpkg/translations/zh_CN.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2009-09-22 12:54+0800\n"
"Last-Translator: Jiang Jiang <gzjjgod@gmail.com>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1872,11 +1872,11 @@ msgstr ""
msgid "XeTeX and packages"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "欢迎进入 TeX Live 的世界!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1886,7 +1886,7 @@ msgid ""
"list of groups is available on the web at https://tug.org/usergroups.html."
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/texlive/tlnet/tlpkg/translations/zh_TW.po b/systems/texlive/tlnet/tlpkg/translations/zh_TW.po
index 689a219593..a254587ba8 100644
--- a/systems/texlive/tlnet/tlpkg/translations/zh_TW.po
+++ b/systems/texlive/tlnet/tlpkg/translations/zh_TW.po
@@ -2,7 +2,7 @@ msgid ""
msgstr ""
"Project-Id-Version: TeX Live translation\n"
"Report-Msgid-Bugs-To: tex-live@tug.org\n"
-"POT-Creation-Date: 2021-10-14 01:48+0200\n"
+"POT-Creation-Date: 2022-02-15 01:48+0100\n"
"PO-Revision-Date: 2009-09-03 12:34+0200\n"
"Last-Translator: Norbert Preining <preining@logic.at>\n"
"Language-Team: TL Translation Team <tex-live@tug.org>\n"
@@ -1898,11 +1898,11 @@ msgstr ""
msgid "XeTeX and packages"
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2616
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2648
msgid "Welcome to TeX Live!"
msgstr "歡迎進入 TeX Live 的世界!"
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2619
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2651
#, perl-format
msgid ""
"See %s/index.html for links to documentation.\n"
@@ -1912,7 +1912,7 @@ msgid ""
"list of groups is available on the web at https://tug.org/usergroups.html."
msgstr ""
-#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2629
+#: /home/texlive/karl/Master/tlpkg/translations/shortdesc.pl:2661
#, perl-format
msgid ""
"Add %s/texmf-dist/doc/man to MANPATH.\n"
diff --git a/systems/win32/miktex/tm/packages/next/pr.ini b/systems/win32/miktex/tm/packages/next/pr.ini
index 6c8781a2ad..3244e760f8 100644
--- a/systems/win32/miktex/tm/packages/next/pr.ini
+++ b/systems/win32/miktex/tm/packages/next/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1644959840
+date=1645046232
lastupd=miktex-arctrl-bin-2.9 miktex-arctrl-bin-x64-2.9 miktex-asymptote-bin-2.9 miktex-asymptote-bin-x64-2.9 miktex-autosp-bin-2.9 miktex-autosp-bin-x64-2.9 miktex-axohelp-bin-2.9 miktex-axohelp-bin-x64-2.9 miktex-bibarts-bin-2.9 miktex-bibarts-bin-x64-2.9 miktex-bibtex-bin-2.9 miktex-bibtex-bin-x64-2.9 miktex-bibtex8bit-bin-2.9 miktex-bibtex8bit-bin-x64-2.9 miktex-bzip2-bin-2.9 miktex-bzip2-bin-x64-2.9 miktex-cairo-bin-2.9 miktex-cairo-bin-x64-2.9 miktex-chktex-bin-2.9 miktex-chktex-bin-x64-2.9
-lstdigest=efd7e12f1560956b3d5ba49be1e2e927
+lstdigest=617f7b510356513aa8ecae627bfbc172
numpkg=5349
relstate=next
-version=8081
+version=8082
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: KzJEgJTys3PLqf7V2/GHQW5yPr5JFEXmr9QKs7bo+O/JS5JVEXbnL7FTA0kknZzfzXWta1SW6FpWnq4uUZxGD6jTvQ9dPsnMOFeouEs4/vdRNK8/s+7qk1wJcB27FNart9PpieSKdthUgqxP6p+/kHF4iOZPAHazfzlQSecO8qBEC9NOya78CDwftXvtNKpOvqeAp0qyQrdjgZuTFE5FykMu1qIiOE1j5/XDu2FNY5TxdpLDdm4yzXUCal115V+uPxhFrSG5jDht1bqy3wGNZmZ5EJo9Mera3S7IADYybOD+qf73x6cLAdABVWwtd8NpQxNC9OPD0zeqNZsNJgzKbQ==
+;;;; signature/miktex: Qweo8n1DfAZijtAvglf+vtjovOvFrLeGe7A50fkxibn3vrR1zCgNJy93TfTCeYMtkSw3AglbfT8Fk67M2Nqj2HJjika7h5mnaM12TZ/YOPuqDZKzD6CVxEWi3x0oneZ2h43w5xTfqvwCq3smHLPigRexmiyO5q3/TOuHinO6gpR7AcL1FfGEJxgqLwoNHMFrLRJ5+/wgyvt598psZ1O+hkVGLYcM67k5PdBhkNSoGrBOPvPp2lU6p5h14KtYCtp++wRle8600zOSOKFbgZ0tSvdokFPjkIAI9817uWiYHDGPG4dC8ktlGNVEA94f0v0/8OdbGwoLSPeh4X/DBq6nIQ==
;;;;-----END MIKTEX SIGNATURE-----
diff --git a/systems/win32/miktex/tm/packages/pr.ini b/systems/win32/miktex/tm/packages/pr.ini
index 4436d5d460..40388fe2f2 100644
--- a/systems/win32/miktex/tm/packages/pr.ini
+++ b/systems/win32/miktex/tm/packages/pr.ini
@@ -1,13 +1,13 @@
[repository]
-date=1644959486
+date=1645045878
lastupd=erewhon-math erewhon-math__doc erewhon-math__source hamnosys hamnosys__doc hamnosys__source luafindfont luafindfont__doc luafindfont__source spbmark spbmark__doc spbmark__source tikz-karnaugh tikz-karnaugh__doc tikz-karnaugh__source tkz-euclide tkz-euclide__doc tkz-euclide__source tkz-fct tkz-fct__doc
-lstdigest=9c91ad76721ce6b91623c4da8e1ec73a
+lstdigest=aebb549817cd572f654b72c9f676b5c5
numpkg=5349
relstate=stable
-version=8081
+version=8082
;;;;This configuration file is signed by a MiKTeX maintainer. The signature follows.
;;;;-----BEGIN MIKTEX SIGNATURE-----
-;;;; signature/miktex: B2tTGkpcqnm98UrgmR5+e/L9HsS8x25mFmIPzh9JbxgBteW73RZl3ONgrGu0wRT4m6wulRUCpZ7fyj4cPo8tDfk2xdyM8nmMjIvVLol16NIX4Iq/tVj18uSUL6MX8g+wv25Rel5JwCElJ93Vsbd2yFex+2HGGAYiUV266egGwHQUJeg2r9scsiZ2ILAdkxhoCcrnRPxS6vSxi9CZKKQCw3ORs/s7tbZzg+wpzZ3TAgLv6ZWYw747lFfDOJejLlU3Q/QhCSQAFEYL+Sb4shicLAKJDiWqNHUwTJZKPNS3MWK93qD7bnXhObWhhGxfY2oXHqV3FkMTGKLmYD8xD+PZRg==
+;;;; signature/miktex: KnRKgrNt6w3SLWWr7r6U/wynl33aVvezSnKp1F2n0NAvWZMw2BqeC4eH1G6OAmb2dBY+fwu/lqpNIZf8305xqqgWgelgZMqlWTrWGRyOBFBE6i+NGMAzW6K0Xi5cUc9dFpET5WCBjanJ/FQ7PhPry8C7zncW9kMNbJ/8rkeDmmPJ/A/6wTkF/0pyv9AcrPcJ89lBzZaBug7yDqlx1Z1XP8HD9PMDu/oRN708C0RzMg8ewDeJLWqqQC5PeppAXp22rZy1FGiGYlFmM7BEbvm31YvmpY3ihxEAClzvwwiH3UzX0xcXJ8I3a6XKAxVHsj6f+1vMDfV9IpPxGlEArCRUPg==
;;;;-----END MIKTEX SIGNATURE-----