From 23f1a868382ca6a6955bf3333d2737ded8f43252 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 11 Sep 2022 23:49:09 +0000 Subject: tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@64355 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/build-aux/config.guess | 4 +-- Build/source/build-aux/config.sub | 4 +-- .../freetype-src/builds/unix/config.guess | 4 +-- .../freetype2/freetype-src/builds/unix/config.sub | 4 +-- Build/source/libs/icu/icu-src/source/config.guess | 4 +-- Build/source/libs/icu/icu-src/source/config.sub | 4 +-- Build/source/utils/asymptote/config.guess | 4 +-- Build/source/utils/asymptote/config.sub | 4 +-- Master/doc.html | 31 ++++++++++++++-------- Master/tlpkg/installer/config.guess | 4 +-- Master/tlpkg/installer/ctan-mirrors.pl | 5 ++-- 11 files changed, 40 insertions(+), 32 deletions(-) diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess index 1817bdce90d..a419d8643b6 100755 --- a/Build/source/build-aux/config.guess +++ b/Build/source/build-aux/config.guess @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-05-25' +timestamp='2022-08-01' # 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 @@ -1036,7 +1036,7 @@ EOF k1om:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; - loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + loongarch32:Linux:*:* | loongarch64:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; m32r*:Linux:*:*) diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index dba16e84c77..fbaa37f2352 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-01-03' +timestamp='2022-08-01' # 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 @@ -1207,7 +1207,7 @@ case $cpu-$vendor in | k1om \ | le32 | le64 \ | lm32 \ - | loongarch32 | loongarch64 | loongarchx32 \ + | loongarch32 | loongarch64 \ | m32c | m32r | m32rle \ | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \ | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \ diff --git a/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess b/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess index 1817bdce90d..a419d8643b6 100755 --- a/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess +++ b/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-05-25' +timestamp='2022-08-01' # 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 @@ -1036,7 +1036,7 @@ EOF k1om:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; - loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + loongarch32:Linux:*:* | loongarch64:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; m32r*:Linux:*:*) diff --git a/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub b/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub index dba16e84c77..fbaa37f2352 100755 --- a/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub +++ b/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-01-03' +timestamp='2022-08-01' # 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 @@ -1207,7 +1207,7 @@ case $cpu-$vendor in | k1om \ | le32 | le64 \ | lm32 \ - | loongarch32 | loongarch64 | loongarchx32 \ + | loongarch32 | loongarch64 \ | m32c | m32r | m32rle \ | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \ | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \ diff --git a/Build/source/libs/icu/icu-src/source/config.guess b/Build/source/libs/icu/icu-src/source/config.guess index 1817bdce90d..a419d8643b6 100755 --- a/Build/source/libs/icu/icu-src/source/config.guess +++ b/Build/source/libs/icu/icu-src/source/config.guess @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-05-25' +timestamp='2022-08-01' # 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 @@ -1036,7 +1036,7 @@ EOF k1om:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; - loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + loongarch32:Linux:*:* | loongarch64:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; m32r*:Linux:*:*) diff --git a/Build/source/libs/icu/icu-src/source/config.sub b/Build/source/libs/icu/icu-src/source/config.sub index dba16e84c77..fbaa37f2352 100755 --- a/Build/source/libs/icu/icu-src/source/config.sub +++ b/Build/source/libs/icu/icu-src/source/config.sub @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-01-03' +timestamp='2022-08-01' # 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 @@ -1207,7 +1207,7 @@ case $cpu-$vendor in | k1om \ | le32 | le64 \ | lm32 \ - | loongarch32 | loongarch64 | loongarchx32 \ + | loongarch32 | loongarch64 \ | m32c | m32r | m32rle \ | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \ | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \ diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess index 1817bdce90d..a419d8643b6 100755 --- a/Build/source/utils/asymptote/config.guess +++ b/Build/source/utils/asymptote/config.guess @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-05-25' +timestamp='2022-08-01' # 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 @@ -1036,7 +1036,7 @@ EOF k1om:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; - loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + loongarch32:Linux:*:* | loongarch64:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; m32r*:Linux:*:*) diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub index dba16e84c77..fbaa37f2352 100755 --- a/Build/source/utils/asymptote/config.sub +++ b/Build/source/utils/asymptote/config.sub @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-01-03' +timestamp='2022-08-01' # 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 @@ -1207,7 +1207,7 @@ case $cpu-$vendor in | k1om \ | le32 | le64 \ | lm32 \ - | loongarch32 | loongarch64 | loongarchx32 \ + | loongarch32 | loongarch64 \ | m32c | m32r | m32rle \ | m5200 | m68000 | m680[012346]0 | m68360 | m683?2 | m68k \ | m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x \ diff --git a/Master/doc.html b/Master/doc.html index 3d7e284178d..4343d3ec36a 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -2214,6 +2214,9 @@ Beamer themes for Boston College and the University of Pennsylvania.  (CTAN): A new modern beamer theme.  beamer-amurmaple-doc.pdf +beamer-amurmaple-leftframetitle.pdf +beamer-amurmaple-sidebar.pdf +beamer-amurmaple-test.pdf
  • beamerthemelalic @@ -19192,6 +19195,12 @@ Prosper preview.  ppr-prv.pdf
  • +
  • ppt-slides +(CTAN): +Good-looking slide decks a la PowerPoint (PPT).  +ppt-slides.pdf +
  • +
  • pracjourn (CTAN): Typeset articles for PracTeX.  @@ -20402,7 +20411,7 @@ Run Python from within a document, typesetting the results. 

    Q

    -
      +
      1. qcircuit (CTAN): @@ -20552,7 +20561,7 @@ Book Template for Qian Yuan Xue Fu. 

        R

        -
          +
          1. ragged2e (CTAN): @@ -21202,7 +21211,7 @@ Class for Ryerson Unversity Graduate School requirements. 

            S

            -
              +
              1. sa-tikz (CTAN): @@ -23080,7 +23089,7 @@ Format systems of equations. 

                T

                -
                  +
                  1. t-angles (CTAN): @@ -25501,7 +25510,7 @@ Plot graphs with TikZ abbreviations. 

                    U

                    -
                      +
                      1. uaclasses (CTAN): @@ -26082,7 +26091,7 @@ University of Washington thesis class. 

                        V

                        -
                          +
                          1. vancouver (CTAN): @@ -26355,7 +26364,7 @@ Variable-width multiple text columns. 

                            W

                            -
                              +
                              1. wadalab (CTAN): @@ -26579,7 +26588,7 @@ Extend LaTeX's cross-reference system. 

                                X

                                -
                                  +
                                  1. xargs (CTAN): @@ -27210,7 +27219,7 @@ Tree macros using XY-Pic. 

                                    Y

                                    -
                                      +
                                      1. yafoot (CTAN): @@ -27340,7 +27349,7 @@ Many-featured Young tableaux and Young diagrams. 

                                        Z

                                        -
                                          +
                                          1. zbmath-review-template (CTAN): @@ -27479,5 +27488,5 @@ Standard conforming typesetting of Japanese, for XeLaTeX. 

                                            1 - 2 - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z


                                            -Generated Sun Sep 11 01:49:32 CEST 2022 by tl-update-docindex. +Generated Mon Sep 12 01:48:58 CEST 2022 by tl-update-docindex. diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 1817bdce90d..a419d8643b6 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -4,7 +4,7 @@ # shellcheck disable=SC2006,SC2268 # see below for rationale -timestamp='2022-05-25' +timestamp='2022-08-01' # 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 @@ -1036,7 +1036,7 @@ EOF k1om:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; - loongarch32:Linux:*:* | loongarch64:Linux:*:* | loongarchx32:Linux:*:*) + loongarch32:Linux:*:* | loongarch64:Linux:*:*) GUESS=$UNAME_MACHINE-unknown-linux-$LIBC ;; m32r*:Linux:*:*) diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index ba4577e859c..36d29534a5b 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -13,6 +13,7 @@ $mirrors = { 'https://mirror.bjtu.edu.cn/CTAN/' => 1, 'https://mirrors.aliyun.com/CTAN/' => 1, 'https://mirrors.bfsu.edu.cn/CTAN/' => 1, + 'https://mirrors.cloud.tencent.com/CTAN/' => 1, 'https://mirrors.cqu.edu.cn/CTAN/' => 1, 'https://mirrors.hit.edu.cn/CTAN/' => 1, 'https://mirrors.nju.edu.cn/CTAN/' => 1, @@ -51,9 +52,6 @@ $mirrors = { 'https://mirror.kakao.com/CTAN/' => 1, 'https://mirror.navercorp.com/CTAN/' => 1, }, - 'Philippines' => { - 'http://mirror.rise.ph/ctan/' => 1, - }, 'Singapore' => { 'https://download.nus.edu.sg/mirror/ctan/' => 1, }, @@ -159,6 +157,7 @@ $mirrors = { }, 'Sweden' => { 'https://ftp.acc.umu.se/mirror/CTAN/' => 1, + 'https://ftpmirror1.infania.net/mirror/CTAN/' => 1, }, 'Switzerland' => { 'https://mirror.foobar.to/CTAN/' => 1, -- cgit v1.2.3