summaryrefslogtreecommitdiff
path: root/systems/texlive
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-19 03:01:02 +0000
committerNorbert Preining <norbert@preining.info>2021-02-19 03:01:02 +0000
commitf670508774c35b585b520fa9217d156664b4cb2a (patch)
treefcf8e0722878a1789f7a4200d247850c1a39a647 /systems/texlive
parent154cba57ad7bf6df84889efda0fa5cd8b1e54828 (diff)
CTAN sync 202102190301
Diffstat (limited to 'systems/texlive')
-rwxr-xr-xsystems/texlive/tlnet/install-tl8
-rw-r--r--systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm6
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl4
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl4
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl2
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb76
-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.xzbin2280096 -> 2277676 bytes
10 files changed, 78 insertions, 40 deletions
diff --git a/systems/texlive/tlnet/install-tl b/systems/texlive/tlnet/install-tl
index 04f410fc96..ec655867ee 100755
--- a/systems/texlive/tlnet/install-tl
+++ b/systems/texlive/tlnet/install-tl
@@ -1,6 +1,6 @@
#!/usr/bin/env perl
-# $Id: install-tl 57604 2021-02-02 23:46:14Z karl $
-# Copyright 2007-2020
+# $Id: install-tl 57772 2021-02-17 19:01:36Z karl $
+# Copyright 2007-2021
# Reinhard Kotucha, Norbert Preining, Karl Berry, Siep Kroonenberg.
# This file is licensed under the GNU General Public License version 2
# or any later version.
@@ -8,7 +8,7 @@
# Be careful when changing wording: *every* normal informational message
# output here must be recognized by the long grep in tl-update-tlnet.
-my $svnrev = '$Revision: 57604 $';
+my $svnrev = '$Revision: 57772 $';
$svnrev =~ m/: ([0-9]+) /;
$::installerrevision = ($1 ? $1 : 'unknown');
@@ -3137,7 +3137,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 57604 2021-02-02 23:46:14Z karl $
+$Id: install-tl 57772 2021-02-17 19:01:36Z karl $
=cut
# to remake HTML version: pod2html --cachedir=/tmp install-tl >/tmp/itl.html
diff --git a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
index e5e9c5a993..76b1c77af5 100644
--- a/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
+++ b/systems/texlive/tlnet/tlpkg/TeXLive/TLUtils.pm
@@ -1,12 +1,12 @@
-# $Id: TLUtils.pm 57421 2021-01-14 23:27:16Z karl $
+# $Id: TLUtils.pm 57772 2021-02-17 19:01:36Z karl $
# TeXLive::TLUtils.pm - the inevitable utilities for TeX Live.
-# Copyright 2007-2020 Norbert Preining, Reinhard Kotucha
+# Copyright 2007-2021 Norbert Preining, Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
# or any later version.
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 57421 $';
+my $svnrev = '$Revision: 57772 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 8c1bd294f2..53a694ed9b 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -16,6 +16,7 @@ $mirrors = {
'China' => {
'https://mirror.bjtu.edu.cn/CTAN/' => 1,
'https://mirrors.aliyun.com/CTAN/' => 1,
+ 'https://mirrors.bfsu.edu.cn/CTAN/' => 1,
'https://mirrors.cqu.edu.cn/CTAN/' => 1,
'https://mirrors.dgut.edu.cn/CTAN/' => 1,
'https://mirrors.hit.edu.cn/CTAN/' => 1,
@@ -30,6 +31,9 @@ $mirrors = {
'India' => {
'http://ctan.imsc.res.in/' => 1,
},
+ 'Indonesia' => {
+ 'https://mirror.unpad.ac.id/ctan/' => 1,
+ },
'Iran' => {
'http://ctan.yazd.ac.ir/' => 1,
'https://ctan.um.ac.ir/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl b/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl
index 42de357b4f..64b82ee0be 100644
--- a/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/install-menu-text.pl
@@ -1,8 +1,8 @@
#!/usr/bin/env perl
-# $Id: install-menu-text.pl 57583 2021-01-31 22:46:51Z karl $
+# $Id: install-menu-text.pl 57772 2021-02-17 19:01:36Z karl $
# install-menu-txt.pl
#
-# Copyright 2007-2020 Norbert Preining, Karl Berry
+# Copyright 2007-2021 Norbert Preining, Karl Berry
# Copyright 2007-2008 Reinhard Kotucha
# This file is licensed under the GNU General Public License version 2
# or any later version.
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl b/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
index ee17defe42..14c4fa49a0 100755
--- a/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
+++ b/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
@@ -1,6 +1,6 @@
#!/usr/bin/env wish
-# Copyright 2018-2020 Siep Kroonenberg
+# Copyright 2018-2021 Siep Kroonenberg
# This file is licensed under the GNU General Public License version 2
# or any later version.
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 1779ba686f..1c762bb97f 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/2020
-depend revision/57766
+depend revision/57775
name 00texlive.image
category TLCore
-revision 57759
+revision 57774
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
@@ -2314,6 +2314,7 @@ runfiles size=13852
tlpkg/tlpsrc/lambda-lists.tlpsrc
tlpkg/tlpsrc/lambda.tlpsrc
tlpkg/tlpsrc/langcode.tlpsrc
+ tlpkg/tlpsrc/langsci-affiliations.tlpsrc
tlpkg/tlpsrc/langsci-avm.tlpsrc
tlpkg/tlpsrc/langsci.tlpsrc
tlpkg/tlpsrc/lapdf.tlpsrc
@@ -4341,7 +4342,7 @@ depend setting_available_architectures:aarch64-linux amd64-freebsd amd64-netbsd
name 00texlive.installer
category TLCore
-revision 57749
+revision 57772
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
@@ -66500,7 +66501,7 @@ containerchecksum 0568a3251d71fb3106fbb3961427200419ae1df22d39b5e72c608e2d94fc35
name collection-latexextra
category Collection
-revision 57390
+revision 57774
shortdesc LaTeX additional packages
relocated 1
longdesc A very large collection of add-on packages for LaTeX.
@@ -67164,6 +67165,7 @@ depend labbook
depend labels
depend labels4easylist
depend labelschanged
+depend langsci-affiliations
depend lastpackage
depend lastpage
depend latex-amsmath-dev
@@ -67850,8 +67852,8 @@ depend ziffer
depend zref
depend zwgetfdate
depend zwpagelayout
-containersize 6240
-containerchecksum 52f8593ce672e643a02a8fc58d07c0f90654dbee2eb040b92f5487da598a1228ca00ed9631175cda553d34f4037ac4f5dd2a7f34d963c046ec8a7a5fb1334154
+containersize 6256
+containerchecksum cb0defb9fbf3fed19111f3c62ee88de4021f5e9ab193a71477f89b6866152d358cc1b96815455e8c11ee1a0659bc32f080461b415565da720fb85de05cf59e63
name collection-latexrecommended
category Collection
@@ -143198,18 +143200,18 @@ catalogue-topics invoice
name iodhbwm
category Package
-revision 54734
+revision 57773
shortdesc Unofficial template of the DHBW Mannheim
relocated 1
longdesc This package provides an unofficial template of the DHBW
longdesc Mannheim for the creation of bachelor thesis, studies or
longdesc project work with LaTeX. The aim of the package is the quick
longdesc creation of a basic framework without much effort.
-containersize 40648
-containerchecksum 34a15eef8301dc4cb34ca31982de3b7e4529d71b1c7880102f6dfe7fb2d6bbaeb45bacb7613dbad8177cde94c63e87d430413e3e7abdf8cae0ead178c758f045
-doccontainersize 3069400
-doccontainerchecksum a6c7397e2b79b776e0a32deda492548255ccb378790e37a4fdab9571ca37b606f6c12dd9ccf811960c636b91d3adf44f4295006f712e9f386d3a32fef06b21ce
-docfiles size=1240
+containersize 40680
+containerchecksum a0a6807c8715dfa5f4ded44f66509ecd6af804d5dbfa44adb4fec3454f39be633fe17b79458106be0a6c35086dd1d3e33aec19ec657a6cb6b3903695b5019cac
+doccontainersize 3073260
+doccontainerchecksum ed3c906cdbb26c095f5078dbe961781ab1a31f8c1a7b926b0a8082b7bb41b71a8912774829135651937bdcc5f2e53880300cf9b21b6ce35430fc443d30423244
+docfiles size=1213
RELOC/doc/latex/iodhbwm/README.md details="Readme"
RELOC/doc/latex/iodhbwm/examples/abstract/iodhbwm-auto-sections-with-abstract.pdf
RELOC/doc/latex/iodhbwm/examples/abstract/iodhbwm-auto-sections-with-abstract.tex
@@ -143272,11 +143274,12 @@ runfiles size=20
RELOC/tex/latex/iodhbwm/iodhbwm-templates.sty
RELOC/tex/latex/iodhbwm/iodhbwm.cls
catalogue-contact-bugs https://github.com/faltfe/iodhbwm/issues
+catalogue-contact-home https://faltfe.github.io/iodhbwm/
catalogue-contact-repository https://github.com/faltfe/iodhbwm/
catalogue-ctan /macros/latex/contrib/iodhbwm
catalogue-license lppl1.3
catalogue-topics class dissertation misc-paper
-catalogue-version 1.2.1
+catalogue-version 1.2.2
name ionumbers
category Package
@@ -160588,6 +160591,37 @@ catalogue-ctan /macros/xetex/latex/langsci
catalogue-license lppl1.3
catalogue-topics journalpub book-pub class
+name langsci-affiliations
+category Package
+revision 57774
+shortdesc Collect and order authors and affiliations
+relocated 1
+longdesc This package provides a command \ResolveAffiliations, which
+longdesc collects author-affiliation pairs and outputs them according to
+longdesc the user configuration. The package uses LaTeX3 data types. It
+longdesc is aimed at class authors, i.e. maintainers of document
+longdesc templates in publishing houses, universities, etc. It is
+longdesc probably not that useful to document authors.
+containersize 2800
+containerchecksum 6f875631afd9d82365e27a9a40bea30d027e817a803d35e4279852b53050e39228cd1b39de4bb450b46f17216269252045555eaaea7a42284ed04f6327d073c0
+doccontainersize 62760
+doccontainerchecksum 943c2bf13269766f172539f5dec24f1bca4b86b692e799a905b3a2942bdcbd5939abe0876d6937b997e24df262620563c068e4b4e550253c0b38caa3c092361b
+docfiles size=17
+ RELOC/doc/latex/langsci-affiliations/README.md details="Readme"
+ RELOC/doc/latex/langsci-affiliations/langsci-affiliations.pdf details="Package documentation"
+srccontainersize 4492
+srccontainerchecksum 812b108cec769cc09bd6f1751b6003fe7a9297d9b632c567fe4be39beaf9c57002d11b70c25e3fc993506c5036e3ca2df31a0109cf7b708ce4b0b57c1a051ce2
+srcfiles size=5
+ RELOC/source/latex/langsci-affiliations/langsci-affiliations.dtx
+runfiles size=3
+ RELOC/tex/latex/langsci-affiliations/langsci-affiliations.sty
+catalogue-contact-bugs https://github.com/langsci/langsci-affiliations/issues
+catalogue-contact-repository https://github.com/langsci/langsci-affiliations
+catalogue-ctan /macros/latex/contrib/langsci-affiliations
+catalogue-license lppl1.3c
+catalogue-topics class-supp package-devel expl3
+catalogue-version 1.0.0
+
name langsci-avm
category Package
revision 55846
@@ -296494,16 +296528,16 @@ docfiles size=591
name texlive-docindex
category TLCore
-revision 57761
+revision 57768
shortdesc top-level TeX Live doc.html, etc.
longdesc These files are regenerated as needed, which is often, so we
longdesc make them a separate package. See the tl-update-auto script for
longdesc the process.
containersize 388
-containerchecksum 0c1fbe3b996c693304463434289d1fab5ea866cd721069f2b5de4a8644fd4462a2ffaa35db28581e37a3b8e57d3d660740cf00073cce0284c7094d752539120f
+containerchecksum 3275eb9b454b33ed7a5ba59786b829ae29e40aae3ab0624253d2535dc69a2e31cff560231b5485a88e183b3be9753cc1b0a0519ea6cc83ff90b18f262bff5b75
doccontainersize 173048
-doccontainerchecksum 575f754053f7ad764df1677d2512de3d2eed0f25f280879d5def9838bd0f717428ab38cf145a1484a9ec64f6b53035468e225474b16e12742ebeb1106f522e15
-docfiles size=343
+doccontainerchecksum 28c6881d4c4b1d40ea1179011f96592abe4d7956d0ba5d417755984aa82468412c1ffa5e2ff987681a3c7bd1457c44e7b3a5345e2f88fa291ad7d9b82d4fd728
+docfiles size=344
doc.html
name texlive-en
@@ -296724,7 +296758,7 @@ docfiles size=368
name texlive-scripts
category TLCore
-revision 57749
+revision 57772
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.
@@ -296732,10 +296766,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 132288
-containerchecksum b75a25e3d8e4a1801ab0b275fc854b756c0498693e47d1e95465c1c8ebc9a53f9886b766c1ec77034b73524b098ed35f8fd2a31f2f2c4cec447f033ca4c045a7
+containersize 132296
+containerchecksum 469163a414c5c72e44395a46c829f4ee6ce655a9b9cd0e37657785677a1f722d3d2fc8e0e5a9947dc0b1b23a40a19c5de9744148338c8733d9b4642eb5f50571
doccontainersize 218848
-doccontainerchecksum f9da5a2b92e1edf994ece5f4617c5abefe6f935eff7e2e2f0f7c0aaf9cea0f901b0bb7b50fe48850fc5d83637177eef072c0f72c8c3dd8fcb0ce20b2a377c5f3
+doccontainerchecksum 1960991407a9714e976cd0c262af551029a67d83eed0e6612e0c189cec4fb81a4b91dfa2775a6e6156f634ffdc483b687edcca68b01bd9236ffce9f47462a04b
docfiles size=141
texmf-dist/doc/man/man1/fmtutil-sys.1
texmf-dist/doc/man/man1/fmtutil-sys.man1.pdf
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
index 2f2767ce88..19bfb73e5e 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-9b4277fa82268b873160d1fa81981b07 texlive.tlpdb
+2382f19af090c0c372ed1a4d4a59fbf8 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index f71fe52ca8..b75601a3f2 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-dffe13e561dfdfcf6bec9100d5291e5bbc1d300dda73572d6c20eb22583cf6789f16efddc05a997123d2197e14839d30d037610a47adce8815d427324d5cbd09 texlive.tlpdb
+98bd2abd28ff0be6ec33233b67b5e510b17d62a81ba2cbae76569fefb7dd520d3bb0cd11445a12d05942b92b88c2d051717b4f798cf8d853511a63d74ce72ad2 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 406b11551a..8b51b637c1 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-----
-iQEcBAEBCgAGBQJgLGobAAoJEEzhh34ZQ4xwkz0H/juW2pn2pXy2vw83bxp50faQ
-wZeUh0jtku0E4nQCTkRUl9S9kOQp6ZMIZg+hl2mNo5FuahAeZcotgx+thMpg2Dci
-HEC/8MAgMqEpvVb58EDjiREqFb3s4S3enObODLUY3tMBUdAdO5bEUZcHlC2Ch509
-xo3v1K/U4jr82P1Dlo1+abMnQEFMcEduerFM9rXHAQRYwzgeleHjUUsVvOuLpBKN
-cyKf13ijmG7lc9U251DUbSyslunUfQYiOqKHQ0kFoUj+mmrWx4fL+ZGkJZTSdL1M
-LmejKqFijCM9+ox8IEGfE7uXil8ALd1xGcDeufG7dci6nU6/hq77npiGojUY7P4=
-=zKSG
+iQEcBAEBCgAGBQJgLbu2AAoJEEzhh34ZQ4xwZ1wIAJzEk0Aw+RLgPIEobTgvI/RM
+jcvRYWONUYAWMqCoh4enchcVMgdgJ1i5Qc2twJ/jHg75fta3qBN7au7qsB2Ql2BG
+wXLtLwrTKwY6mdRtQbdZp1RuRF6gFWzzvobsvrH2/s2IH+RylMaobzBXA8fQwF2Y
+NJ5ru4xoAmUcnckYLkMClzQnh128UZmGxo0WOxPCYYYa32IL5Ra6vSdEdrSexrzG
+SvJbqGlSQ9tXRvy3ir2kZP18EO/EUKh8dvVJDlF0sha9hnPvz1hr7j2cs2Iu8sdX
+OflQn4U44uJi74Xqt5cg8qqH8af4C7V8IVKCrpmcrmxlMwJ+D87V2Ewam770WmQ=
+=lehI
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 95b236eac3..15468827cf 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ