Sun Apr 17 09:10:02 2016 UTC ()
Add some osdn.jp mirror sites


(ryoon)
diff -r1.138 -r1.139 pkgsrc/mk/fetch/sites.mk

cvs diff -r1.138 -r1.139 pkgsrc/mk/fetch/sites.mk (expand / switch to unified diff)

--- pkgsrc/mk/fetch/sites.mk 2016/02/14 06:55:08 1.138
+++ pkgsrc/mk/fetch/sites.mk 2016/04/17 09:10:02 1.139
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: sites.mk,v 1.138 2016/02/14 06:55:08 taca Exp $ 1# $NetBSD: sites.mk,v 1.139 2016/04/17 09:10:02 ryoon Exp $
2# 2#
3# This Makefile fragment defines read-only MASTER_SITE_* variables 3# This Makefile fragment defines read-only MASTER_SITE_* variables
4# representing some well-known master distribution sites for software. 4# representing some well-known master distribution sites for software.
5# 5#
6# When variables are added or removed, the pkgsrc guide (build.xml) 6# When variables are added or removed, the pkgsrc guide (build.xml)
7# should also be updated. 7# should also be updated.
8 8
9MASTER_SITE_XCONTRIB+= \ 9MASTER_SITE_XCONTRIB+= \
10 ftp://ftp.gwdg.de/pub/x11/x.org/contrib/ \ 10 ftp://ftp.gwdg.de/pub/x11/x.org/contrib/ \
11 ftp://sunsite.icm.edu.pl/pub/X11/contrib/ \ 11 ftp://sunsite.icm.edu.pl/pub/X11/contrib/ \
12 ftp://mirror.switch.ch/mirror/X11/contrib/ \ 12 ftp://mirror.switch.ch/mirror/X11/contrib/ \
13 ftp://ftp.x.org/contrib/ 13 ftp://ftp.x.org/contrib/
14 14
@@ -20,26 +20,33 @@ MASTER_SITE_GNU+= \ @@ -20,26 +20,33 @@ MASTER_SITE_GNU+= \
20 ftp://mirrors.kernel.org/gnu/ \ 20 ftp://mirrors.kernel.org/gnu/ \
21 ftp://ftp.lip6.fr/pub/gnu/ \ 21 ftp://ftp.lip6.fr/pub/gnu/ \
22 http://gd.tuwien.ac.at/gnu/gnusrc/ 22 http://gd.tuwien.ac.at/gnu/gnusrc/
23 23
24MASTER_SITE_GITHUB+= \ 24MASTER_SITE_GITHUB+= \
25 https://github.com/ 25 https://github.com/
26 26
27MASTER_SITE_GNUSTEP+= \ 27MASTER_SITE_GNUSTEP+= \
28 ftp://ftp.gnustep.org/pub/gnustep/ 28 ftp://ftp.gnustep.org/pub/gnustep/
29 29
30MASTER_SITE_OSDN+= \ 30MASTER_SITE_OSDN+= \
31 http://jaist.dl.osdn.jp/ \ 31 http://jaist.dl.osdn.jp/ \
32 http://iij.dl.osdn.jp/ \ 32 http://iij.dl.osdn.jp/ \
 33 http://tcpdiag.dl.osdn.jp/ \
 34 http://c3sl.dl.osdn.jp/ \
 35 http://cznic.dl.osdn.jp/ \
 36 http://onet.dl.osdn.jp/ \
 37 http://nchc.dl.osdn.jp/ \
 38 http://rwthaachen.dl.osdn.jp/ \
 39 http://giganet.dl.osdn.jp/ \
33 http://osdn.dl.osdn.jp/ 40 http://osdn.dl.osdn.jp/
34 41
35MASTER_SITE_PERL_CPAN+= \ 42MASTER_SITE_PERL_CPAN+= \
36 ftp://cpan.pair.com/modules/by-module/ \ 43 ftp://cpan.pair.com/modules/by-module/ \
37 ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/ \ 44 ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/ \
38 ftp://ftp.gmd.de/mirrors/CPAN/modules/by-module/ \ 45 ftp://ftp.gmd.de/mirrors/CPAN/modules/by-module/ \
39 http://ftp.tuwien.ac.at/pub/CPAN/modules/by-module/ \ 46 http://ftp.tuwien.ac.at/pub/CPAN/modules/by-module/ \
40 http://cpan.perl.org/CPAN/modules/by-module/ \ 47 http://cpan.perl.org/CPAN/modules/by-module/ \
41 ftp://ftp.fi.muni.cz/pub/CPAN/modules/by-module/ 48 ftp://ftp.fi.muni.cz/pub/CPAN/modules/by-module/
42 49
43MASTER_SITE_R_CRAN+= \ 50MASTER_SITE_R_CRAN+= \
44 http://cran.r-project.org/src/ \ 51 http://cran.r-project.org/src/ \
45 ftp://cran.r-project.org/pub/R/src/ \ 52 ftp://cran.r-project.org/pub/R/src/ \