diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-29 01:23:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-29 01:23:15 +0000 |
commit | f827a8f28b6682ac9511efcfd5bcee10625a170c (patch) | |
tree | ba65b1b27e1e92bcf1036c191242a05862894dce | |
parent | cd7461e9e3bd069cee6be1616c1d343d085acb89 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@49268 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Build/source/build-aux/config.guess | 3 | ||||
-rwxr-xr-x | Build/source/build-aux/config.sub | 2 | ||||
-rwxr-xr-x | Build/source/libs/freetype2/freetype-src/builds/unix/config.guess | 3 | ||||
-rwxr-xr-x | Build/source/libs/freetype2/freetype-src/builds/unix/config.sub | 2 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-src/source/config.guess | 3 | ||||
-rwxr-xr-x | Build/source/libs/icu/icu-src/source/config.sub | 2 | ||||
-rwxr-xr-x | Build/source/utils/asymptote/config.guess | 3 | ||||
-rwxr-xr-x | Build/source/utils/asymptote/config.sub | 2 | ||||
-rw-r--r-- | Master/doc.html | 6 | ||||
-rwxr-xr-x | Master/tlpkg/installer/config.guess | 3 | ||||
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 6 |
11 files changed, 26 insertions, 9 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess index 18f8edc0ff5..5cd5606ed32 100755 --- a/Build/source/build-aux/config.guess +++ b/Build/source/build-aux/config.guess @@ -1424,6 +1424,9 @@ EOF amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; + *:Unleashed:*:*) + echo "$UNAME_MACHINE"-unknown-unleashed"$UNAME_RELEASE" + exit ;; esac echo "$0: unable to guess system type" >&2 diff --git a/Build/source/build-aux/config.sub b/Build/source/build-aux/config.sub index b29f8f126e3..40aaf320402 100755 --- a/Build/source/build-aux/config.sub +++ b/Build/source/build-aux/config.sub @@ -1361,7 +1361,7 @@ case $os in | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ - | midnightbsd* | amdhsa*) + | midnightbsd* | amdhsa* | unleashed*) # Remember, each alternative MUST END IN *, to match a version number. ;; qnx*) 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 18f8edc0ff5..5cd5606ed32 100755 --- a/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess +++ b/Build/source/libs/freetype2/freetype-src/builds/unix/config.guess @@ -1424,6 +1424,9 @@ EOF amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; + *:Unleashed:*:*) + echo "$UNAME_MACHINE"-unknown-unleashed"$UNAME_RELEASE" + exit ;; esac echo "$0: unable to guess system type" >&2 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 b29f8f126e3..40aaf320402 100755 --- a/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub +++ b/Build/source/libs/freetype2/freetype-src/builds/unix/config.sub @@ -1361,7 +1361,7 @@ case $os in | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ - | midnightbsd* | amdhsa*) + | midnightbsd* | amdhsa* | unleashed*) # Remember, each alternative MUST END IN *, to match a version number. ;; qnx*) diff --git a/Build/source/libs/icu/icu-src/source/config.guess b/Build/source/libs/icu/icu-src/source/config.guess index 18f8edc0ff5..5cd5606ed32 100755 --- a/Build/source/libs/icu/icu-src/source/config.guess +++ b/Build/source/libs/icu/icu-src/source/config.guess @@ -1424,6 +1424,9 @@ EOF amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; + *:Unleashed:*:*) + echo "$UNAME_MACHINE"-unknown-unleashed"$UNAME_RELEASE" + exit ;; esac echo "$0: unable to guess system type" >&2 diff --git a/Build/source/libs/icu/icu-src/source/config.sub b/Build/source/libs/icu/icu-src/source/config.sub index b29f8f126e3..40aaf320402 100755 --- a/Build/source/libs/icu/icu-src/source/config.sub +++ b/Build/source/libs/icu/icu-src/source/config.sub @@ -1361,7 +1361,7 @@ case $os in | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ - | midnightbsd* | amdhsa*) + | midnightbsd* | amdhsa* | unleashed*) # Remember, each alternative MUST END IN *, to match a version number. ;; qnx*) diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess index 18f8edc0ff5..5cd5606ed32 100755 --- a/Build/source/utils/asymptote/config.guess +++ b/Build/source/utils/asymptote/config.guess @@ -1424,6 +1424,9 @@ EOF amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; + *:Unleashed:*:*) + echo "$UNAME_MACHINE"-unknown-unleashed"$UNAME_RELEASE" + exit ;; esac echo "$0: unable to guess system type" >&2 diff --git a/Build/source/utils/asymptote/config.sub b/Build/source/utils/asymptote/config.sub index b29f8f126e3..40aaf320402 100755 --- a/Build/source/utils/asymptote/config.sub +++ b/Build/source/utils/asymptote/config.sub @@ -1361,7 +1361,7 @@ case $os in | powermax* | dnix* | nx6 | nx7 | sei* | dragonfly* \ | skyos* | haiku* | rdos* | toppers* | drops* | es* \ | onefs* | tirtos* | phoenix* | fuchsia* | redox* | bme* \ - | midnightbsd* | amdhsa*) + | midnightbsd* | amdhsa* | unleashed*) # Remember, each alternative MUST END IN *, to match a version number. ;; qnx*) diff --git a/Master/doc.html b/Master/doc.html index 6fbafbb71a8..7e73c8eeb8d 100644 --- a/Master/doc.html +++ b/Master/doc.html @@ -17288,10 +17288,10 @@ References with automatic theorem names <a href="texmf-dist/doc/latex/theoremref/theoremref-doc.pdf">theoremref-doc.pdf</a>. </small></li> -<li><b><a href="texmf-dist/doc/latex/thesis-ekf/thesis-ekf-templates/figures">thesis-ekf</a></b>:<small> +<li><b><a href="texmf-dist/doc/latex/thesis-ekf">thesis-ekf</a></b>:<small> Thesis class for Eszterhazy Karoly University -<a href="texmf-dist/doc/latex/thesis-ekf/thesis-ekf-templates/figures/eke-logo.pdf">eke-logo.pdf</a>, -<a href="texmf-dist/doc/latex/thesis-ekf/thesis-ekf-templates/figures/eku-logo.pdf">eku-logo.pdf</a>, +<a href="texmf-dist/doc/latex/thesis-ekf/eszterhazy-logo-en.pdf">eszterhazy-logo-en.pdf</a>, +<a href="texmf-dist/doc/latex/thesis-ekf/eszterhazy-logo-hu.pdf">eszterhazy-logo-hu.pdf</a>, <a href="texmf-dist/doc/latex/thesis-ekf/thesis-ekf.pdf">thesis-ekf.pdf</a> (hu). </small></li> diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess index 18f8edc0ff5..5cd5606ed32 100755 --- a/Master/tlpkg/installer/config.guess +++ b/Master/tlpkg/installer/config.guess @@ -1424,6 +1424,9 @@ EOF amd64:Isilon\ OneFS:*:*) echo x86_64-unknown-onefs exit ;; + *:Unleashed:*:*) + echo "$UNAME_MACHINE"-unknown-unleashed"$UNAME_RELEASE" + exit ;; esac echo "$0: unable to guess system type" >&2 diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 30ea811aeba..c45350a0c0f 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -16,7 +16,6 @@ $mirrors = { 'http://mirrors.cqu.edu.cn/CTAN/' => 1, 'http://mirrors.geekpie.club/CTAN/' => 1, 'http://mirrors.huaweicloud.com/repository/toolkit/CTAN/' => 1, - 'http://mirrors.shu.edu.cn/CTAN/' => 1, 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1 }, 'India' => { @@ -30,6 +29,7 @@ $mirrors = { 'http://repo.iut.ac.ir/tex-archive/' => 1 }, 'Japan' => { + 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1, 'http://ftp.yz.yamagata-u.ac.jp/pub/CTAN/' => 1 @@ -45,6 +45,7 @@ $mirrors = { 'http://mirror.pregi.net/tex-archive/' => 1 }, 'Taiwan' => { + 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1 }, 'Thailand' => { @@ -85,7 +86,8 @@ $mirrors = { 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, 'http://mirror.informatik.hs-fulda.de/tex-archive/' => 1, - 'http://packages.oth-regensburg.de/ctan/' => 1 + 'http://packages.oth-regensburg.de/ctan/' => 1, + 'http://vesta.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, 'Greece' => { 'http://ftp.cc.uoc.gr/mirrors/CTAN/' => 1 |