summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-07 02:16:39 +0000
committerKarl Berry <karl@freefriends.org>2016-02-07 02:16:39 +0000
commit83860881413d3e06a7eebf82510e0d4b6b2df200 (patch)
treeaa8872e4f71be7e84f6095a9db78997e5e2c1f6d /Master/tlpkg
parent4523e230a05223258bc5d2b0fa8906c1a4535947 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@39612 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/installer/config.guess4
-rw-r--r--Master/tlpkg/installer/ctan-mirrors.pl33
2 files changed, 7 insertions, 30 deletions
diff --git a/Master/tlpkg/installer/config.guess b/Master/tlpkg/installer/config.guess
index dcd5149681d..3d2c4507df0 100755
--- a/Master/tlpkg/installer/config.guess
+++ b/Master/tlpkg/installer/config.guess
@@ -237,6 +237,10 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'`
echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE}
exit ;;
+ *:LibertyBSD:*:*)
+ UNAME_MACHINE_ARCH=`arch | sed 's/LibertyBSD.//'`
+ echo ${UNAME_MACHINE_ARCH}-unknown-libertybsd${UNAME_RELEASE}
+ exit ;;
*:ekkoBSD:*:*)
echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
exit ;;
diff --git a/Master/tlpkg/installer/ctan-mirrors.pl b/Master/tlpkg/installer/ctan-mirrors.pl
index c8bac47365d..ee47ca3cf39 100644
--- a/Master/tlpkg/installer/ctan-mirrors.pl
+++ b/Master/tlpkg/installer/ctan-mirrors.pl
@@ -1,23 +1,14 @@
$mirrors = {
'Africa' => {
- 'Algeria' => {
- 'http://ctan.epst-tlemcen.dz/tex-archive/' => 1
- },
'South Africa' => {
- 'http://ctan.mirror.ac.za/' => 1,
- 'http://ftp.leg.uct.ac.za/pub/packages/ctan/' => 1,
- 'http://ftp.sun.ac.za/ftp/CTAN/' => 1
+ 'http://ctan.mirror.ac.za/' => 1
}
},
'Asia' => {
'China' => {
'http://mirror.bjtu.edu.cn/CTAN/' => 1,
'http://mirror.neu.edu.cn/CTAN/' => 1,
- 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1,
- 'http://mirrors.ustc.edu.cn/CTAN/' => 1
- },
- 'India' => {
- 'http://ctan.imsc.res.in/' => 1
+ 'http://mirrors.tuna.tsinghua.edu.cn/CTAN/' => 1
},
'Iran' => {
'http://ctan.asis.io/' => 1,
@@ -26,7 +17,6 @@ $mirrors = {
},
'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
},
'Korea' => {
@@ -40,9 +30,6 @@ $mirrors = {
'Philippines' => {
'http://mirror.pregi.net/tex-archive/' => 1
},
- 'Singapore' => {
- 'http://download.nus.edu.sg/mirror/ctan/' => 1
- },
'Taiwan' => {
'ftp://ftp.ccu.edu.tw/pub/tex/' => 1,
'http://ftp.yzu.edu.tw/CTAN/' => 1
@@ -76,10 +63,7 @@ $mirrors = {
'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,
'http://ftp.oleane.net/pub/CTAN/' => 1,
- 'http://mirror.ibcp.fr/pub/CTAN/' => 1,
'http://mirrors.ircam.fr/pub/CTAN/' => 1
},
'Germany' => {
@@ -89,7 +73,6 @@ $mirrors = {
'http://ctan.127001.ovh/' => 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.unicorncloud.org/CTAN/' => 1,
'http://sunsite.informatik.rwth-aachen.de/ftp/pub/mirror/ctan/' => 1
},
@@ -112,7 +95,6 @@ $mirrors = {
'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
@@ -132,21 +114,14 @@ $mirrors = {
'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.bppro.ca/' => 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
- },
'USA' => {
'http://ctan.mackichan.com/' => 1,
'http://ctan.math.washington.edu/tex-archive/' => 1,
@@ -166,9 +141,7 @@ $mirrors = {
},
'South America' => {
'Brazil' => {
- 'http://linorg.usp.br/CTAN/' => 1,
- 'http://repositorios.cpai.unb.br/ctan/' => 1,
- 'http://www.lasca.ic.unicamp.br/pub/ctan/' => 1
+ 'http://linorg.usp.br/CTAN/' => 1
},
'Chile' => {
'http://ftp.inf.utfsm.cl/pub/tex-archive/' => 1