summaryrefslogtreecommitdiff
path: root/systems/texlive/tlnet/tlpkg/installer
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-04-28 03:02:53 +0000
committerNorbert Preining <norbert@preining.info>2020-04-28 03:02:53 +0000
commit7f8fffa1c8b5b30f8e2a9fd4b76778147dbb9128 (patch)
treeb43fadfafc34c82c8323d6c6ad021c8ef0f81bb7 /systems/texlive/tlnet/tlpkg/installer
parentae496a1c963576dfe63885afa818b2af745ed44a (diff)
CTAN sync 202004280302
Diffstat (limited to 'systems/texlive/tlnet/tlpkg/installer')
-rw-r--r--systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl8
-rwxr-xr-xsystems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl8
2 files changed, 11 insertions, 5 deletions
diff --git a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
index 73470796c7..ead3c72ed4 100644
--- a/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
+++ b/systems/texlive/tlnet/tlpkg/installer/ctan-mirrors.pl
@@ -19,6 +19,8 @@ $mirrors = {
'http://mirrors.hit.edu.cn/CTAN/' => 1,
'http://mirrors.sjtug.sjtu.edu.cn/ctan/' => 1,
'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
+ 'http://mirrors.ustc.edu.cn/CTAN/' => 1,
+ 'https://mirror.bjtu.edu.cn/CTAN/' => 1,
},
'Hong Kong' => {
'https://mirror-hk.koddos.net/CTAN/' => 1,
@@ -81,8 +83,10 @@ $mirrors = {
'http://ctan.mines-albi.fr/' => 1,
'http://ctan.tetaneutral.net/' => 1,
'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1,
+ 'http://mirror.ibcp.fr/pub/CTAN/' => 1,
'http://mirrors.ircam.fr/pub/CTAN/' => 1,
'http://mirrors.standaloneinstaller.com/ctan/' => 1,
+ 'https://mirrors.chevalier.io/CTAN/' => 1,
},
'Germany' => {
'ftp://ftp.fu-berlin.de/tex/CTAN/' => 1,
@@ -123,6 +127,7 @@ $mirrors = {
'Poland' => {
'ftp://ftp.gust.org.pl/TeX/' => 1,
'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1,
+ 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1,
},
'Portugal' => {
'http://mirrors.up.pt/pub/CTAN/' => 1,
@@ -161,6 +166,9 @@ $mirrors = {
'http://mirror.its.dal.ca/ctan/' => 1,
'http://muug.ca/mirror/ctan/' => 1,
},
+ 'Costa Rica' => {
+ 'http://mirrors.ucr.ac.cr/CTAN/' => 1,
+ },
'USA' => {
'http://ctan.math.illinois.edu/' => 1,
'http://ctan.math.utah.edu/ctan/tex-archive/' => 1,
diff --git a/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl b/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
index 2a2f10896f..0e94d6ab1c 100755
--- a/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
+++ b/systems/texlive/tlnet/tlpkg/installer/install-tl-gui.tcl
@@ -393,7 +393,6 @@ proc select_mirror {} {
ppack [ttk::button .splfb.slmir_a -text [__ "Abort"] -command maybe_abort] \
-side right
- wm attributes . -topmost
update
wm state . normal
raise .
@@ -421,7 +420,6 @@ If this takes too long, press Abort or choose another repository." \
$::prelocation]] -in .bg
}
- wm attributes . -topmost
update
wm state . normal
raise .
@@ -466,7 +464,6 @@ proc show_log {{do_abort 0}} {
wm resizable . 1 1
wm overrideredirect . 0
- wm attributes . -topmost
update
wm state . normal
raise .
@@ -1399,6 +1396,8 @@ proc run_menu {} {
menu .mn.gui.fscale
.mn.gui add cascade -label [__ "Font scaling"] -menu .mn.gui.fscale
+ .mn.gui.fscale add command -label \
+ "Current: [format {%.2f} $::tkfontscale]"
foreach s {0.6 0.8 1 1.2 1.6 2 2.5 3 3.8 5 6 7.5 9} {
.mn.gui.fscale add command -label $s -command "set_fontscale $s"
}
@@ -1789,7 +1788,6 @@ proc run_menu {} {
if $::advanced {port_dis_or_activate 0}
show_stats
wm overrideredirect . 0
- wm attributes . -topmost
wm resizable . 0 0
update
wm state . normal
@@ -2062,7 +2060,7 @@ proc main_prog {} {
set ::perlpid [pid $::inst]
# for windows < 10: make sure the main window is still on top
- wm attributes . -topmost
+ raise .
chan configure $::inst -buffering line -blocking 1