summaryrefslogtreecommitdiff
path: root/systems/texlive
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-05-11 03:00:53 +0000
committerNorbert Preining <norbert@preining.info>2022-05-11 03:00:53 +0000
commitf13b318e9141d8f73521ec9e249647ebb38c6510 (patch)
tree0b1d32f330874caf8b0b27f9df044f5fd66eb1a0 /systems/texlive
parent61ac4898d4fd5d2dbed7a7fddf97b3f3745018c4 (diff)
CTAN sync 202205110300
Diffstat (limited to 'systems/texlive')
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/installer/config.guess27
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl4
-rw-r--r--systems/texlive/tlnet/tlpkg/texlive.tlpdb48
-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.xzbin2377672 -> 2378116 bytes
7 files changed, 53 insertions, 44 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/config.guess b/systems/texlive/tlnet/tlpkg/installer/config.guess
index 7f76b6228f..160ecf0951 100755
--- a/systems/texlive/tlnet/tlpkg/installer/config.guess
+++ b/systems/texlive/tlnet/tlpkg/installer/config.guess
@@ -4,7 +4,7 @@
# shellcheck disable=SC2006,SC2268 # see below for rationale
-timestamp='2022-01-09'
+timestamp='2022-05-08'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@@ -1151,16 +1151,27 @@ EOF
;;
x86_64:Linux:*:*)
set_cc_for_build
+ CPU=$UNAME_MACHINE
LIBCABI=$LIBC
if test "$CC_FOR_BUILD" != no_compiler_found; then
- if (echo '#ifdef __ILP32__'; echo IS_X32; echo '#endif') | \
- (CCOPTS="" $CC_FOR_BUILD -E - 2>/dev/null) | \
- grep IS_X32 >/dev/null
- then
- LIBCABI=${LIBC}x32
- fi
+ ABI=64
+ sed 's/^ //' << EOF > "$dummy.c"
+ #ifdef __i386__
+ ABI=x86
+ #else
+ #ifdef __ILP32__
+ ABI=x32
+ #endif
+ #endif
+EOF
+ cc_set_abi=`$CC_FOR_BUILD -E "$dummy.c" 2>/dev/null | grep '^ABI' | sed 's, ,,g'`
+ eval "$cc_set_abi"
+ case $ABI in
+ x86) CPU=i686 ;;
+ x32) LIBCABI=${LIBC}x32 ;;
+ esac
fi
- GUESS=$UNAME_MACHINE-pc-linux-$LIBCABI
+ GUESS=$CPU-pc-linux-$LIBCABI
;;
xtensa*:Linux:*:*)
GUESS=$UNAME_MACHINE-unknown-linux-$LIBC
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 07baa915a4..97567858b6 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -179,12 +179,10 @@ $mirrors = {
'https://ctan.math.ca/tex-archive/' => 1,
'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' => {
- 'https://mirrors.ucr.ac.cr/CTAN/' => 1,
- },
'USA' => {
'http://bay.uchicago.edu/CTAN/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb b/systems/texlive/tlnet/tlpkg/texlive.tlpdb
index 615df1e046..be79bf5d5b 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/63272
+depend revision/63277
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 63267
+revision 63274
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
@@ -55191,30 +55191,30 @@ catalogue-version 1.1.1
name chinesechess
category Package
-revision 63255
+revision 63276
shortdesc Typeset Chinese chess with l3draw
relocated 1
longdesc This LaTeX3 package based on l3draw provides macros and an
longdesc environment for Chinese chess manual writing.
-containersize 12532
-containerchecksum 95d07e1574c48a65ae5f53b2bbd34f75079311618828981901dbd6e50e1bfc1b79995efd65785815f3eeb5b4a0429b313ef397ddad402831e80d91e0796a4e74
-doccontainersize 7712044
-doccontainerchecksum cde5f3eca9d6bc20acbb32768665a2b9044163fc07145c251ac2b659b9ee0f19edd7096b815fcf4a04302687f9caf9cf5f28272e489a4eaadb1f984e96e4ffc5
-docfiles size=1920
+containersize 13236
+containerchecksum 6ff5ef8c4c29263da38847c6c836470c397e9838c765eacdd9859a055dcc719d3385d4d9cddf5ef7e92196f99fcef8470445686c1d858bf68608429b1cd7987c
+doccontainersize 7776072
+doccontainerchecksum 83d08a949754dd38beea350cc1c5f2b8d193947a909efed156f662b77a8505f993c8449f21655c48c6ea78891ff15395d34796479fe081d29958fe6a2c0ba49a
+docfiles size=1935
RELOC/doc/latex/chinesechess/README.md details="Readme"
RELOC/doc/latex/chinesechess/bg01.png
RELOC/doc/latex/chinesechess/bg02.png
RELOC/doc/latex/chinesechess/build.sh
RELOC/doc/latex/chinesechess/chinesechess.pdf details="Package documentation" language="zh"
RELOC/doc/latex/chinesechess/chinesechess.tex
-runfiles size=20
+runfiles size=22
RELOC/tex/latex/chinesechess/chinesechess.sty
catalogue-contact-bugs https://gitee.com/nwafu_nan/xq/issues
catalogue-contact-repository https://gitee.com/nwafu_nan/xq
catalogue-ctan /macros/latex/contrib/chinesechess
catalogue-license lppl1.3c
catalogue-topics games chinese expl3
-catalogue-version 1.1.0
+catalogue-version 1.2.0
name chivo
category Package
@@ -114709,23 +114709,23 @@ catalogue-topics class presentation
name fancyhdr
category Package
-revision 57672
+revision 63277
shortdesc Extensive control of page headers and footers in LaTeX2e
relocated 1
longdesc The package provides extensive facilities, both for
longdesc constructing headers and footers, and for controlling their use
longdesc (for example, at times when LaTeX would automatically change
longdesc the heading style in use).
-containersize 5112
-containerchecksum 57a60833cb1e75b2c6f3c95484dd36da6a21704732f0309d2d1252824b458dbdf34092411299ccd27a4cd5202b4bdb710b920d96b970c9b58bfdca4889aba820
-doccontainersize 784500
-doccontainerchecksum 6b054701df4a35a4422f0248f6fed134f3321e8fc194b7095f5b0824f6a1d325db23cbe34e973dee061c5a571b76b61618d482f3fa2219911c34c981ac51a1ea
-docfiles size=194
+containersize 5116
+containerchecksum 12fc439f594ce021a8c46fefa2e815343a314b4a488c496c17d062d6b20c11fdd058d68fbc343ba9765f9a64225aeaed2df5541dc40574a2bd3dc339998e9025
+doccontainersize 827148
+doccontainerchecksum 76cec9c059fd8a4bc47ea4ae1a7d765b3e4273413e0ec2a280eba271edfdc94c6ce2db7afb4c8b3a2fca3428c385ad27e0fcc817c16dd8bc9556434385cfa482
+docfiles size=209
RELOC/doc/latex/fancyhdr/README details="Readme"
RELOC/doc/latex/fancyhdr/fancyhdr.pdf details="Users' manual (English)"
-srccontainersize 46044
-srccontainerchecksum fa39b94e25a2730164f5218ddf77dabcf1edffa5448533b39a22f50ce45481405bde47f61e1967c8634636f1ad111069b9d68450127f5ff7b1bad66470248efb
-srcfiles size=48
+srccontainersize 46920
+srccontainerchecksum ab121b771454de831c629c348fd964255fc69f0139532df6b0eb67bd4eb1cc7b5e9a7631a2270503e34cfa473fae574c184c5540199ef17e065e03eaeabde86a
+srcfiles size=49
RELOC/source/latex/fancyhdr/fancyhdr.dtx
RELOC/source/latex/fancyhdr/fancyhdr.ins
runfiles size=7
@@ -114738,7 +114738,7 @@ catalogue-contact-repository https://github.com/pietvo/fancyhdr
catalogue-ctan /macros/latex/contrib/fancyhdr
catalogue-license lppl1.3
catalogue-topics page-hf
-catalogue-version 4.0.1
+catalogue-version 4.0.2
name fancyhdr-it
category Package
@@ -303980,7 +303980,7 @@ docfiles size=376
name texlive-scripts
category TLCore
-revision 63267
+revision 63274
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.
@@ -303989,9 +303989,9 @@ depend texlive.infra
execute addMap mathpple.map
postaction shortcut type=menu name="TeX Live command-line" cmd=TEXDIR/tlpkg/installer/tl-cmd.bat
containersize 109720
-containerchecksum 9f10121f2bc56c83a07c8c39755f36d62da2a7b470f019d7735011698471e6952128c6be82cd172d7b61806476119eb7ea11583598cdbc749c13572f08c953d2
-doccontainersize 406336
-doccontainerchecksum 07189d2ea0c4f02fb35dd1adc47a63f848699ee2165e965bb00d41dd52410bead874375b8cd5d5adc2197ea032b4e8d131e8df55bef9f77fdf7ec81f1a80fb7c
+containerchecksum 66ae1f874437be3c3c3699c518c02f5f25180cef780135594960d221a32e56152ba4be44c99acd3e96b9bbced8c72c1e596f76c382bf1e315b6ccc3e122729f3
+doccontainersize 406332
+doccontainerchecksum c20cbf181e87a6868e4a73481b5f167ecb7a5335f80ea63330545065d35773c8a68bafa8cd8f95b978c303d8245273e9485fd21253a14e8a49db32ff66cf842c
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 5d2fd5de1a..ea67b59988 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.md5
@@ -1 +1 @@
-05de7170f9e37f74925fbd2fb6c73824 texlive.tlpdb
+b9350fa8c585b57164de193727f9c825 texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512 b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
index d340ceb1c4..0a13f26204 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512
@@ -1 +1 @@
-30e77d828c55dc79df3d6170573f581d641d3fcb11fade47cd295cc41066820a46f1861ea3725a0dc58e7588425ab9a326d7f5018db4bd760339439639bd0af9 texlive.tlpdb
+96680ad492623c5fc7fa66bc2c3f6ecd93f1fc733bf618f9a0ee99820bc317e10a26602e8df4ccaa346b68127b7acef03de421c3e6636b2eb62afdb58332e60e texlive.tlpdb
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.sha512.asc
index 537cab760b..dff26751fe 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-----
-iQEcBAEBCgAGBQJieamcAAoJEEzhh34ZQ4xwx7oIAIqbQs6U3i5eywLy7MYooEiJ
-Bvt1fyAy/d8Bn4si2eq3qbB6NVZLB3mPeyxj+44D748yrvp+m2tu0vSap5lwt4Fo
-frTFy/PF0FjDNp3PLHqbge9/hBxdIa8nHwD5XsDsM9Y8138u/VirgGPhHPzURNXA
-NhejXNjzFbyPjoRyXKHNEW1kzauhVoAnQvkJnYiak2Rq6rC8vR9R/BiqUJ1escAN
-ZK1RpUsyNjoR+ufhhZ2ENzH69ETBrFRiLcEpsJ6+VVa2ekP8eJXYuJc+pTcRBF0e
-1uU+hgrUpdq4XK7i7JKkSIWneWxc+vH9mOngg3u/Yj46aCU7iPXjwlixJZbrIMY=
-=XHQ6
+iQEcBAEBCgAGBQJievr5AAoJEEzhh34ZQ4xwXjMH/1PugB4hQDyHFOKk0yFIg/wT
+svpXQtUjYrQeaHiVhNonxLj9f4bv/+xIxF80+jm4Jl+LkRvTXqwrdzwfslxtdlJ3
+tUh/I7GxzsCltRaxNrvR5jAwfj/glSACRsjRdPv19k2F59NgX0kc5RPeSE4p2Dlu
+c5d12p4wL7sgWsrCU2qdI/s5TcVmf8p14uW6V6PiTlZAsMMfRUjyIW+bAfzM/g/f
+bDuuPaBrrJdmEyysRWmSvAisUsMV/peUbp9cXcEcRXwzLIDkOMQ2NxlmC+9I3igP
+VYLR0p07cydvYVt6wk/UusjFfY58MMKd8Iu6CFn5GO+mX4JpU/7hB3eTxm8X+cY=
+=ORYF
-----END PGP SIGNATURE-----
diff --git a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
index 275afffc80..bc3bfd79a6 100644
--- a/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
+++ b/systems/texlive/tlnet/tlpkg/texlive.tlpdb.xz
Binary files differ