diff options
author | trevor <trevor@FreeBSD.org> | 2002-10-14 21:21:38 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-10-14 21:21:38 +0800 |
commit | 3b49001e92e4aa7a03e0ecd47d00c4f94719bf10 (patch) | |
tree | e89141ffc9e3e7a37e4ffeb4968e1853838a5d42 /Mk | |
parent | ec194c26986f55d9e47f62c96223664a5546fd01 (diff) | |
download | freebsd-ports-gnome-3b49001e92e4aa7a03e0ecd47d00c4f94719bf10.tar.gz freebsd-ports-gnome-3b49001e92e4aa7a03e0ecd47d00c4f94719bf10.tar.zst freebsd-ports-gnome-3b49001e92e4aa7a03e0ecd47d00c4f94719bf10.zip |
Add MASTER_SITE_NETSCAPE to bsd.sites.mk. As originally submitted, this was
the list of sites from the www/linux-netscape6 port. I looked at fenner's
survey, and removed some sites which did not carry Netscape 7 or which have
been offline for a long time. Also, for some mysterious reason it takes 80
seconds to get a login prompt when I use the hostname ftp.netscape.com, so I
replaced it in the list with two of the hosts it seems to point to, with the
quicker one first and the slower one last.
Submitted by: Kimura Fuyuki
Reviewed by: sada (as originally submitted)
PR: 42678
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index ede863784bb3..b8f102e4b17f 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -193,6 +193,35 @@ MASTER_SITE_NETBSD+= \ ftp://melanoma.cs.rmit.edu.au/pub/NetBSD/packages/distfiles/%SUBDIR%/ \ ftp://ftp.nectec.or.th/pub/bsd-distributions/NetBSD/packages/distfiles/%SUBDIR%/ +MASTER_SITE_NETSCAPE+= \ + ftp://ftpnscp.newaol.com/pub/%SUBDIR%/ \ + ftp://ftp.ciril.fr/pub2/netscape/%SUBDIR%/ \ + ftp://ftp.fu-berlin.de/unix/network/www/netscape/%SUBDIR%/ \ + ftp://ftp.hu-berlin.de/pub/www/netscape/%SUBDIR%/ \ + ftp://ftp.nsysu.edu.tw/Netscape/%SUBDIR%/ \ + ftp://ftp.sunet.se/pub/www/Netscape/%SUBDIR%/ \ + ftp://ftp.uit.no/pub/www/Netscape/%SUBDIR%/ \ + ftp://ftp.uni-bielefeld.de/pub/netscape/%SUBDIR%/ \ + ftp://ftp.uniovi.es/pub/netscape/%SUBDIR%/ \ + ftp://ftp.unipi.it/pub/mirror/netscape/%SUBDIR%/ \ + ftp://ftp.uniroma2.it/%7bC/Netscape/%SUBDIR%/ \ + ftp://ftp.ut.ee/pub/WWW/netscape/%SUBDIR%/ \ + ftp://sunsite.cnlab-switch.ch/mirror/netscape/%SUBDIR%/ \ + ftp://sunsite.tus.ac.jp/pub/archives/WWW/netscape/%SUBDIR%/ \ + ftp://ftp.mirror.ac.uk/sites/ftp.netscape.com/pub/%SUBDIR%/ \ + ftp://ftp.ntua.gr/pub/www/Netscape/%SUBDIR%/ \ + ftp://ftp.fct.unl.pt/.1/Netscape/%SUBDIR%/ \ + ftp://ftp.skynet.be/mirror2/netscape/%SUBDIR%/ \ + ftp://sunsite.tut.fi/pub/Mirror/mirrorsite.netscape.com/pub/%SUBDIR%/ \ + ftp://sunfreeware.unam.mx/pub/Netscape/%SUBDIR%/ \ + ftp://ftp.fh-wolfenbuettel.de/pub/www/netscape/%SUBDIR%/ \ + ftp://ftp.uni-bremen.de/pub/mirrors/ftp.netscape.com/pub/%SUBDIR%/ \ + ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.netscape.com/pub/%SUBDIR%/ \ + ftp://ftp.cyf-kr.edu.pl/pub/mirror/netscape/%SUBDIR%/ \ + ftp://ftp.rz.uni-karlsruhe.de/pub/mirror/ftp.netscape.com/pub/%SUBDIR%/ \ + ftp://ftp.informatik.uni-hamburg.de/pub/soft/infosystems/www/clients/netscape/%SUBDIR%/ \ + ftp://ftp.gftp.netscape.com/pub/%SUBDIR%/ + MASTER_SITE_PERL_CPAN+= \ http://www.cpan.dk/CPAN/modules/by-module/%SUBDIR%/ \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/%SUBDIR%/ \ |