From 2a1770aa2648f24e816f2a0687557493cd1f1cd1 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 5 Apr 2015 01:16:05 +0000 Subject: /home/texlive/karl/Master/tlpkg/bin/tl-update-auto git-svn-id: svn://tug.org/texlive/trunk@36716 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/installer/ctan-mirrors.pl | 39 ++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 9ff74d211b8..0919897af58 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -8,18 +8,28 @@ $mirrors = { }, 'Asia' => { 'China' => { - 'http://mirror.neu.edu.cn/CTAN/' => 1 + 'http://ftp.ctex.org/mirrors/CTAN/' => 1, + 'http://mirror.neu.edu.cn/CTAN/' => 1, + 'http://mirrors.hustunique.com/CTAN/' => 1, + 'http://mirrors.stuhome.net/CTAN/' => 1, + 'http://mirrors.ustc.edu.cn/CTAN/' => 1 + }, + 'Hong Kong' => { + 'ftp://ftp.comp.hkbu.edu.hk/pub/TeX/CTAN/' => 1 }, 'India' => { 'http://ctan.imsc.res.in/' => 1 }, 'Iran' => { + 'http://ctan.asis.io/tex-archive/' => 1, 'http://ctan.yazd.ac.ir/' => 1 }, + 'Israel' => { + 'http://mirror.isoc.org.il/pub/ctan/' => 1 + }, 'Japan' => { 'ftp://ftp.kddilabs.jp/CTAN/' => 1, 'ftp://ftp.riken.go.jp/pub/tex-archive/' => 1, - 'ftp://ftp.u-aizu.ac.jp/pub/tex/CTAN/' => 1, 'http://ftp.jaist.ac.jp/pub/CTAN/' => 1 }, 'Korea' => { @@ -37,6 +47,9 @@ $mirrors = { 'ftp://ftp.ccu.edu.tw/pub/tex/' => 1, 'http://ftp.yzu.edu.tw/CTAN/' => 1, 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 + }, + 'Thailand' => { + 'http://ctan.megagod.net/tex-archive/' => 1 } }, 'Australasia' => { @@ -49,7 +62,8 @@ $mirrors = { }, 'Europe' => { 'Austria' => { - 'http://mirror.easyname.at/ctan/' => 1 + 'http://mirror.easyname.at/ctan/' => 1, + 'http://mirror.klaus-uwe.me/ctan/' => 1 }, 'Belarus' => { 'http://mirror.datacenter.by/pub/mirrors/CTAN/' => 1 @@ -60,6 +74,9 @@ $mirrors = { 'Denmark' => { 'http://mirrors.dotsrc.org/ctan/' => 1 }, + 'Finland' => { + 'ftp://ftp.funet.fi/pub/TeX/CTAN/' => 1 + }, 'France' => { 'http://ctan.mines-albi.fr/' => 1, 'http://distrib-coffee.ipsl.jussieu.fr/pub/mirrors/ctan/' => 1, @@ -85,23 +102,27 @@ $mirrors = { 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, 'Netherlands' => { - 'http://archive.cs.uu.nl/mirror/CTAN/' => 1 + 'http://ctan.cs.uu.nl/' => 1, + 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 }, 'Norway' => { 'http://ctan.uib.no/' => 1 }, 'Poland' => { 'ftp://ftp.gust.org.pl/TeX/' => 1, + 'ftp://ftp.tpnet.pl/pub/CTAN/' => 1, 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1, 'http://piotrkosoft.net/pub/mirrors/CTAN/' => 1 }, 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, + 'http://ftp.eq.uc.pt/software/TeX/' => 1, 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 }, 'Russia' => { - 'http://ctan.uni-altai.ru/' => 1 + 'http://ctan.uni-altai.ru/' => 1, + 'http://mirror.macomnet.net/pub/CTAN/' => 1 }, 'Slovenia' => { 'http://ctan.ijs.si/tex-archive/' => 1 @@ -121,12 +142,14 @@ $mirrors = { 'Canada' => { 'http://ctan.math.ca/tex-archive/' => 1, 'http://ctan.mirror.rafal.ca/' => 1, - 'http://mirror.its.dal.ca/ctan/' => 1 + 'http://mirror.its.dal.ca/ctan/' => 1, + 'http://www.math.mun.ca/tex-archive/' => 1 }, 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 }, 'USA' => { + 'http://bay.uchicago.edu/tex-archive/' => 1, 'http://ctan.mackichan.com/' => 1, 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrorcatalogs.com/' => 1, @@ -134,6 +157,7 @@ $mirrors = { 'http://ctan.sharelatex.com/tex-archive/' => 1, 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, + 'http://mirror.jmu.edu/pub/CTAN/' => 1, 'http://mirror.math.ku.edu/tex-archive/' => 1, 'http://mirror.unl.edu/ctan/' => 1, 'http://mirror.utexas.edu/ctan/' => 1, @@ -149,6 +173,9 @@ $mirrors = { }, 'Chile' => { 'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1 + }, + 'Colombia' => { + 'http://ctan.uniminuto.edu/' => 1 } } }; -- cgit v1.2.3