diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-22 02:20:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-22 02:20:43 +0000 |
commit | e9d935a6a39900452153887bc8934f4eb9d34f07 (patch) | |
tree | 1b7ef6abebb4d6f78e32479c5a53d8062b217545 | |
parent | 4a4d2bbd92fdfdb6beb4806610ce43507f246198 (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@36586 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/installer/ctan-mirrors.pl | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl index 3db5a599908..11705966b01 100644 --- a/Master/tlpkg/installer/ctan-mirrors.pl +++ b/Master/tlpkg/installer/ctan-mirrors.pl @@ -38,6 +38,14 @@ $mirrors = { 'http://shadow.ind.ntou.edu.tw/ctan/' => 1 } }, + 'Australasia' => { + 'Australia' => { + 'http://ctan.unsw.edu.au/' => 1 + }, + 'New Zealand' => { + 'http://mirror.aut.ac.nz/CTAN/' => 1 + } + }, 'Europe' => { 'Austria' => { 'http://mirror.easyname.at/ctan/' => 1 @@ -65,6 +73,7 @@ $mirrors = { 'http://ctan.sciserv.eu/' => 1, 'http://ctan.space-pro.be/tex-archive/' => 1, 'http://ftp.fau.de/ctan/' => 1, + 'http://mirror.physik-pool.tu-berlin.de/tex-archive/' => 1, 'http://mirror.selfnet.de/tex-archive/' => 1, 'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1 }, @@ -75,31 +84,39 @@ $mirrors = { 'http://ctan.mirror.garr.it/mirrors/CTAN/' => 1 }, 'Netherlands' => { - 'http://archive.cs.uu.nl/mirror/CTAN/' => 1, - 'http://ftp.snt.utwente.nl/pub/software/tex/' => 1 + 'http://archive.cs.uu.nl/mirror/CTAN/' => 1 }, 'Norway' => { 'http://ctan.uib.no/' => 1 }, 'Poland' => { - 'ftp://ftp.gust.org.pl/TeX/' => 1 + 'ftp://ftp.gust.org.pl/TeX/' => 1, + 'ftp://sunsite.icm.edu.pl/pub/CTAN/' => 1 }, 'Portugal' => { 'ftp://ftp.di.uminho.pt/pub/ctan/' => 1, 'ftp://ftp.ist.utl.pt/pub/ctan/' => 1, 'http://mirrors.fe.up.pt/pub/CTAN/' => 1 }, + 'Slovenia' => { + 'http://ctan.ijs.si/tex-archive/' => 1 + }, 'Spain' => { 'http://osl.ugr.es/CTAN/' => 1 }, 'Switzerland' => { 'http://mirror.switch.ch/ftp/mirror/tex/' => 1, 'http://www.pirbot.com/mirrors/ctan/' => 1 + }, + 'UK' => { + 'http://anorien.csc.warwick.ac.uk/mirrors/CTAN/' => 1 } }, 'North America' => { 'Canada' => { - 'http://ctan.math.ca/tex-archive/' => 1 + 'http://ctan.math.ca/tex-archive/' => 1, + 'http://ctan.mirror.rafal.ca/' => 1, + 'http://mirror.its.dal.ca/ctan/' => 1 }, 'Costa Rica' => { 'http://mirrors.ucr.ac.cr/CTAN/' => 1 @@ -109,6 +126,7 @@ $mirrors = { 'http://ctan.math.washington.edu/tex-archive/' => 1, 'http://ctan.mirrorcatalogs.com/' => 1, 'http://ctan.mirrors.hoobly.com/' => 1, + 'http://ctan.sharelatex.com/tex-archive/' => 1, 'http://get-software.net/' => 1, 'http://mirror.hmc.edu/ctan/' => 1, 'http://mirror.math.ku.edu/tex-archive/' => 1, |