- bring sourceforge mirrors in line with http://prdownloads.sourceforge.net/PROJECT/

- remove belnet from the list until the distfiles are fixed

rationale:
- separately listed mirrors make the distfile survey more reliable,
  and we can remove sites with problems, even though it is bad for
  automatic sorting

try the following sh scripts:

for m in heanet aleron unc belnet umn twtelecom switch easynews keihanna cesnet; \
	do echo -n $m ": "; fetch -o - -q -A http://$m.dl.sourceforge.net/sourceforge/balance/balance-3.11.tar.gz | md5; done

for m in heanet aleron unc belnet umn twtelecom switch easynews keihanna cesnet; \
	do echo -n $m ": "; fetch -o - -q -A http://$m.dl.sourceforge.net/sourceforge/gaim/gaim-0.75.tar.bz2 | md5; done
This commit is contained in:
Oliver Eikemeier 2004-03-06 16:28:30 +00:00
parent f6e1c6e7b1
commit d79f764986
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103114

View file

@ -727,17 +727,25 @@ MASTER_SITE_SAVANNAH+= \
http://savannah.nongnu.org/download/%SUBDIR%/ \
ftp://ftp.gnu.org/pub/savannah/files/%SUBDIR%/
# currently belnet has corrupted distfiles, add when the problems have gone away
.for mirror in heanet aleron unc umn
MASTER_SITE_SOURCEFORGE+= \
http://eu.dl.sourceforge.net/%SUBDIR%/ \
http://us.dl.sourceforge.net/%SUBDIR%/ \
ftp://ftp.kddlabs.co.jp/sourceforge/%SUBDIR%/ \
ftp://ftp.chg.ru/pub/sourceforge/%SUBDIR%/ \
ftp://us.dl.sourceforge.net/pub/sourceforge/%SUBDIR%/
http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/
.endfor
# official sf.net mirrors that don't mirror all projects, check
# http://prdownloads.sourceforge.net/%SUBDIR%/
.for mirror in easynews cesnet switch keihanna twtelecom
MASTER_SITE_SOURCEFORGE_EXTENDED+= \
http://${mirror}.dl.sourceforge.net/sourceforge/%SUBDIR%/
.endfor
MASTER_SITE_SOURCEFORGE_EXTENDED+= \
${MASTER_SITE_SOURCEFORGE}
.for mirror in osdn kyushu-u keihanna
MASTER_SITE_SOURCEFORGE_JP+= \
http://osdn.dl.sourceforge.jp/%SUBDIR%/ \
http://kyushu-u.dl.sourceforge.jp/%SUBDIR%/ \
http://keihanna.dl.sourceforge.jp/%SUBDIR%/
http://${mirror}.dl.sourceforge.jp/%SUBDIR%/
.endfor
MASTER_SITE_SOURCEWARE+= \
http://mirrors.rcn.net/pub/sourceware/%SUBDIR%/ \