texlive[71577] trunk: tl-update-auto

commits+karl at tug.org commits+karl at tug.org
Fri Jun 21 01:41:40 CEST 2024


Revision: 71577
          https://tug.org/svn/texlive?view=revision&revision=71577
Author:   karl
Date:     2024-06-21 01:41:40 +0200 (Fri, 21 Jun 2024)
Log Message:
-----------
tl-update-auto

Modified Paths:
--------------
    trunk/Build/source/build-aux/ar-lib
    trunk/Build/source/build-aux/compile
    trunk/Build/source/build-aux/depcomp
    trunk/Build/source/build-aux/install-sh
    trunk/Build/source/libs/freetype2/freetype-src/builds/unix/install-sh
    trunk/Build/source/libs/icu/icu-src/source/install-sh
    trunk/Build/source/utils/asymptote/doc/FAQ/install-sh
    trunk/Build/source/utils/asymptote/doc/install-sh
    trunk/Build/source/utils/asymptote/install-sh
    trunk/Build/source/utils/m-tx/mtx-src/compile
    trunk/Master/doc.html
    trunk/Master/tlpkg/installer/ctan-mirrors.pl

Modified: trunk/Build/source/build-aux/ar-lib
===================================================================
--- trunk/Build/source/build-aux/ar-lib	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Build/source/build-aux/ar-lib	2024-06-20 23:41:40 UTC (rev 71577)
@@ -2,7 +2,7 @@
 # Wrapper for Microsoft lib.exe
 
 me=ar-lib
-scriptversion=2019-07-04.01; # UTC
+scriptversion=2024-06-19.01; # UTC
 
 # Copyright (C) 2010-2024 Free Software Foundation, Inc.
 # Written by Peter Rosin <peda at lysator.liu.se>.
@@ -105,11 +105,15 @@
 Usage: $me [--help] [--version] PROGRAM ACTION ARCHIVE [MEMBER...]
 
 Members may be specified in a file named with @FILE.
+
+Report bugs to <bug-automake at gnu.org>.
+GNU Automake home page: <https://www.gnu.org/software/automake/>.
+General help using GNU software: <https://www.gnu.org/gethelp/>.
 EOF
     exit $?
     ;;
   -v | --v*)
-    echo "$me, version $scriptversion"
+    echo "$me (GNU Automake) $scriptversion"
     exit $?
     ;;
 esac

Modified: trunk/Build/source/build-aux/compile
===================================================================
--- trunk/Build/source/build-aux/compile	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Build/source/build-aux/compile	2024-06-20 23:41:40 UTC (rev 71577)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2023-11-23.18; # UTC
+scriptversion=2024-06-19.01; # UTC
 
 # Copyright (C) 1999-2024 Free Software Foundation, Inc.
 # Written by Tom Tromey <tromey at cygnus.com>.
@@ -254,7 +254,7 @@
     exit $?
     ;;
   -v | --v*)
-    echo "compile $scriptversion"
+    echo "compile (GNU Automake) $scriptversion"
     exit $?
     ;;
   cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \

Modified: trunk/Build/source/build-aux/depcomp
===================================================================
--- trunk/Build/source/build-aux/depcomp	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Build/source/build-aux/depcomp	2024-06-20 23:41:40 UTC (rev 71577)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2024-06-07.03; # UTC
+scriptversion=2024-06-19.01; # UTC
 
 # Copyright (C) 1999-2024 Free Software Foundation, Inc.
 
@@ -53,7 +53,7 @@
     exit $?
     ;;
   -v | --v*)
-    echo "depcomp $scriptversion"
+    echo "depcomp (GNU Automake) $scriptversion"
     exit $?
     ;;
 esac

Modified: trunk/Build/source/build-aux/install-sh
===================================================================
--- trunk/Build/source/build-aux/install-sh	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Build/source/build-aux/install-sh	2024-06-20 23:41:40 UTC (rev 71577)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2024-06-07.14; # UTC
+scriptversion=2024-06-19.01; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -170,7 +170,7 @@
 
     -T) is_target_a_directory=never;;
 
-    --version) echo "$0 $scriptversion"; exit $?;;
+    --version) echo "$0 (GNU Automake) $scriptversion"; exit $?;;
 
     --) shift
         break;;

Modified: trunk/Build/source/libs/freetype2/freetype-src/builds/unix/install-sh
===================================================================
--- trunk/Build/source/libs/freetype2/freetype-src/builds/unix/install-sh	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Build/source/libs/freetype2/freetype-src/builds/unix/install-sh	2024-06-20 23:41:40 UTC (rev 71577)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2024-06-07.14; # UTC
+scriptversion=2024-06-19.01; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -170,7 +170,7 @@
 
     -T) is_target_a_directory=never;;
 
-    --version) echo "$0 $scriptversion"; exit $?;;
+    --version) echo "$0 (GNU Automake) $scriptversion"; exit $?;;
 
     --) shift
         break;;

Modified: trunk/Build/source/libs/icu/icu-src/source/install-sh
===================================================================
--- trunk/Build/source/libs/icu/icu-src/source/install-sh	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Build/source/libs/icu/icu-src/source/install-sh	2024-06-20 23:41:40 UTC (rev 71577)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2024-06-07.14; # UTC
+scriptversion=2024-06-19.01; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -170,7 +170,7 @@
 
     -T) is_target_a_directory=never;;
 
-    --version) echo "$0 $scriptversion"; exit $?;;
+    --version) echo "$0 (GNU Automake) $scriptversion"; exit $?;;
 
     --) shift
         break;;

Modified: trunk/Build/source/utils/asymptote/doc/FAQ/install-sh
===================================================================
--- trunk/Build/source/utils/asymptote/doc/FAQ/install-sh	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Build/source/utils/asymptote/doc/FAQ/install-sh	2024-06-20 23:41:40 UTC (rev 71577)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2024-06-07.14; # UTC
+scriptversion=2024-06-19.01; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -170,7 +170,7 @@
 
     -T) is_target_a_directory=never;;
 
-    --version) echo "$0 $scriptversion"; exit $?;;
+    --version) echo "$0 (GNU Automake) $scriptversion"; exit $?;;
 
     --) shift
         break;;

Modified: trunk/Build/source/utils/asymptote/doc/install-sh
===================================================================
--- trunk/Build/source/utils/asymptote/doc/install-sh	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Build/source/utils/asymptote/doc/install-sh	2024-06-20 23:41:40 UTC (rev 71577)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2024-06-07.14; # UTC
+scriptversion=2024-06-19.01; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -170,7 +170,7 @@
 
     -T) is_target_a_directory=never;;
 
-    --version) echo "$0 $scriptversion"; exit $?;;
+    --version) echo "$0 (GNU Automake) $scriptversion"; exit $?;;
 
     --) shift
         break;;

Modified: trunk/Build/source/utils/asymptote/install-sh
===================================================================
--- trunk/Build/source/utils/asymptote/install-sh	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Build/source/utils/asymptote/install-sh	2024-06-20 23:41:40 UTC (rev 71577)
@@ -1,7 +1,7 @@
 #!/bin/sh
 # install - install a program, script, or datafile
 
-scriptversion=2024-06-07.14; # UTC
+scriptversion=2024-06-19.01; # UTC
 
 # This originates from X11R5 (mit/util/scripts/install.sh), which was
 # later released in X11R6 (xc/config/util/install.sh) with the
@@ -170,7 +170,7 @@
 
     -T) is_target_a_directory=never;;
 
-    --version) echo "$0 $scriptversion"; exit $?;;
+    --version) echo "$0 (GNU Automake) $scriptversion"; exit $?;;
 
     --) shift
         break;;

Modified: trunk/Build/source/utils/m-tx/mtx-src/compile
===================================================================
--- trunk/Build/source/utils/m-tx/mtx-src/compile	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Build/source/utils/m-tx/mtx-src/compile	2024-06-20 23:41:40 UTC (rev 71577)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2023-11-23.18; # UTC
+scriptversion=2024-06-19.01; # UTC
 
 # Copyright (C) 1999-2024 Free Software Foundation, Inc.
 # Written by Tom Tromey <tromey at cygnus.com>.
@@ -254,7 +254,7 @@
     exit $?
     ;;
   -v | --v*)
-    echo "compile $scriptversion"
+    echo "compile (GNU Automake) $scriptversion"
     exit $?
     ;;
   cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \

Modified: trunk/Master/doc.html
===================================================================
--- trunk/Master/doc.html	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Master/doc.html	2024-06-20 23:41:40 UTC (rev 71577)
@@ -20599,7 +20599,7 @@
 <li id="pgfgantt"><b><a href="texmf-dist/doc/latex/pgfgantt/">pgfgantt</a></b><small>
 (<a href="https://ctan.org/pkg/pgfgantt">CTAN</a>):
 Draw Gantt charts with TikZ. 
-<a href="texmf-dist/doc/latex/pgfgantt/pgfgantt.pdf">pgfgantt.pdf</a>
+<a href="texmf-dist/doc/latex/pgfgantt/pgfgantt-doc.pdf">pgfgantt-doc.pdf</a>
 </small></li>
 
 <li id="pgfkeysearch"><b><a href="texmf-dist/doc/latex/pgfkeysearch/">pgfkeysearch</a></b><small>
@@ -30306,5 +30306,5 @@
 
 <p><a href="#letter-1">1</a> - <a href="#letter-2">2</a> - <a href="#letter-A">A</a> - <a href="#letter-B">B</a> - <a href="#letter-C">C</a> - <a href="#letter-D">D</a> - <a href="#letter-E">E</a> - <a href="#letter-F">F</a> - <a href="#letter-G">G</a> - <a href="#letter-H">H</a> - <a href="#letter-I">I</a> - <a href="#letter-J">J</a> - <a href="#letter-K">K</a> - <a href="#letter-L">L</a> - <a href="#letter-M">M</a> - <a href="#letter-N">N</a> - <a href="#letter-O">O</a> - <a href="#letter-P">P</a> - <a href="#letter-Q">Q</a> - <a href="#letter-R">R</a> - <a href="#letter-S">S</a> - <a href="#letter-T">T</a> - <a href="#letter-U">U</a> - <a href="#letter-V">V</a> - <a href="#letter-W">W</a> - <a href="#letter-X">X</a> - <a href="#letter-Y">Y</a> - <a href="#letter-Z">Z</a></p>
 <hr>
-<small>Generated Wed Jun 19 01:40:12 CEST 2024 by tl-update-docindex.</small>
+<small>Generated Fri Jun 21 01:41:36 CEST 2024 by tl-update-docindex.</small>
 </body></html>

Modified: trunk/Master/tlpkg/installer/ctan-mirrors.pl
===================================================================
--- trunk/Master/tlpkg/installer/ctan-mirrors.pl	2024-06-20 21:09:59 UTC (rev 71576)
+++ trunk/Master/tlpkg/installer/ctan-mirrors.pl	2024-06-20 23:41:40 UTC (rev 71577)
@@ -14,6 +14,7 @@
       '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.jlu.edu.cn/CTAN/' => 1,
       'https://mirrors.nju.edu.cn/CTAN/' => 1,
       'https://mirrors.pku.edu.cn/ctan/' => 1,
@@ -130,7 +131,6 @@
     'Netherlands' => {
       'https://ftp.snt.utwente.nl/pub/software/tex/' => 1,
       'https://mirror.koddos.net/CTAN/' => 1,
-      'https://mirror.lyrahosting.com/CTAN/' => 1,
     },
     'Norway' => {
       'https://ctan.uib.no/' => 1,
@@ -139,6 +139,7 @@
     'Poland' => {
       'https://ctan.gust.org.pl/tex-archive/' => 1,
       'https://polish-mirror.evolution-host.com/ctan/' => 1,
+      'https://sunsite.icm.edu.pl/pub/CTAN/' => 1,
     },
     'Portugal' => {
       'https://ftp.eq.uc.pt/software/TeX/' => 1,



More information about the tex-live-commits mailing list.