diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-13 01:17:55 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-13 01:17:55 +0000 |
commit | af1603d7024047bce8dedf378d494bf2147f6385 (patch) | |
tree | fd1233f845c7e8573e8db7fa3784072c5f7b373c /Mk/bsd.sites.mk | |
parent | make devel/p5-Cdk fetcheable (diff) |
Add MASTER_SITE_DEBIAN and MASTER_SITE_DEBIAN_NON_US.
This has just been taken from the list of the primary debian mirror
sites (http://www.debian.org/mirror/list). Other mirrors could be
added.
PR: 47881
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
Notes
Notes:
svn path=/head/; revision=75422
Diffstat (limited to 'Mk/bsd.sites.mk')
-rw-r--r-- | Mk/bsd.sites.mk | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 3254454f9d97..94032b087028 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -117,6 +117,42 @@ MASTER_SITE_COMP_SOURCES+= \ ftp://ftp.funet.fi/pub/archive/comp.sources.%SUBDIR%/ \ ftp://rtfm.mit.edu/pub/usenet/comp.sources.%SUBDIR%/ +MASTER_SITE_DEBIAN+= \ + ftp://ftp.us.debian.org/debian/%SUBDIR%/ \ + ${MASTER_SITE_DEBIAN_NON_US:S,/debian-non-US/,/debian/,} + +MASTER_SITE_DEBIAN_NON_US+= \ + ftp://ftp.au.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.bg.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.br.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.cl.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.cz.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.de.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.dk.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.ee.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.es.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.fi.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.fr.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.hk.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.hr.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.hu.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.ie.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.is.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.it.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.jp.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.nl.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.no.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.nz.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.pl.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.ru.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.se.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.si.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.sk.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.uk.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp.wa.au.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp2.de.debian.org/debian-non-US/%SUBDIR%/ \ + ftp://ftp2.it.debian.org/debian-non-US/%SUBDIR%/ + MASTER_SITE_FESTIVAL+= \ http://www.festvox.org/packed/festival/%SUBDIR%/ \ http://www.speech.cs.cmu.edu/festival/cstr/festival/%SUBDIR%/ \ |