summaryrefslogtreecommitdiff
path: root/Master/tlpkg/installer/ctan-mirrors.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/installer/ctan-mirrors.pl')
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl13
1 files changed, 8 insertions, 5 deletions
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index 11705966b01..9ff74d211b8 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -2,7 +2,8 @@ $mirrors = {
'Africa' => {
'South Africa' => {
'http://ctan.mirror.ac.za/' => 1,
- 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1
+ 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1,
+ 'http://ftp.sun.ac.za/ftp/CTAN/' => 1
}
},
'Asia' => {
@@ -91,13 +92,17 @@ $mirrors = {
},
'Poland' => {
'ftp://ftp.gust.org.pl/TeX/' => 1,
- 'ftp://sunsite.icm.edu.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://mirrors.fe.up.pt/pub/CTAN/' => 1
},
+ 'Russia' => {
+ 'http://ctan.uni-altai.ru/' => 1
+ },
'Slovenia' => {
'http://ctan.ijs.si/tex-archive/' => 1
},
@@ -132,6 +137,7 @@ $mirrors = {
'http://mirror.math.ku.edu/tex-archive/' => 1,
'http://mirror.unl.edu/ctan/' => 1,
'http://mirror.utexas.edu/ctan/' => 1,
+ 'http://mirrors.concertpass.com/tex-archive/' => 1,
'http://mirrors.ibiblio.org/pub/mirrors/CTAN/' => 1,
'http://mirrors.rit.edu/CTAN/' => 1
}
@@ -143,9 +149,6 @@ $mirrors = {
},
'Chile' => {
'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1
- },
- 'Colombia' => {
- 'http://www.laqee.unal.edu.co/tex-archive/' => 1
}
}
};