bagder: curl-www latest.pl,1.28,1.29
[email protected] Fri, 04 Mar 2005 21:43:17 +0000
Newsgroups
gmane.comp.web.curl.www.cvs
Message-ID
<[email protected] >
Update of /cvsroot/curl/curl-www
In directory labb:/tmp/cvs-serv31919
Modified Files:
latest.pl
Log Message:
added more regions within countries
Index: latest.pl
===================================================================
RCS file: /cvsroot/curl/curl-www/latest.pl,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- latest.pl 4 Mar 2005 09:10:45 -0000 1.28
+++ latest.pl 4 Mar 2005 21:43:15 -0000 1.29
@@ -3,10 +3,10 @@
use strict;
use latest;
-my %mirrors=('ftp://ftp.sunet.se/pub/www/utilities/curl/' => 'Sweden',
- 'http://cool.haxx.se/curl/' => 'Sweden',
- 'ftp://ftp.fu-berlin.de/pub/unix/network/curl/' => 'Germany',
- 'ftp://ftp.rge.com/pub/networking/curl/' => 'US',
+my %mirrors=('ftp://ftp.sunet.se/pub/www/utilities/curl/' => 'Sweden (Uppsala)',
+ 'http://cool.haxx.se/curl/' => 'Sweden (Kista)',
+ 'ftp://ftp.fu-berlin.de/pub/unix/network/curl/' => 'Germany (Berlin)',
+ 'ftp://ftp.rge.com/pub/networking/curl/' => 'US (New York)',
'http://www.cubic.ch/mirror/curl/' => 'Switzerland',
'http://curl.webmeta.com/' => 'US (Connecticut)',
'ftp://gd.tuwien.ac.at/utils/archivers/curl/' => 'Austria',
@@ -16,7 +16,7 @@
'ftp://ftp.planetmirror.com/pub/curl/' => 'Australia',
'http://www.execve.net/curl/' => 'Hong Kong',
'http://curl.tsuren.net/download/' => 'Russia',
-# 'http://curl.cyberservers.net/download/' => 'US (Texas)',
+ 'http://curl.mirrors.cyberservers.net/download/' => 'US (Texas)',
'http://curl.mirror.at.stealer.net/download/' => 'Germany',
'http://curl.siamu.ac.th/download/' => 'Thailand',
'ftp://ftp.ntua.gr/pub/linux/openpkg/sources/DST/curl/' => 'Greece',
@@ -32,6 +32,7 @@
'ftp://ftp.kgt.org/pub/mirrors/curl/' => 'Germany',
'http://www.mirrormonster.com/curl/download/' => 'US (California)',
'http://curl.mons-new-media.de/download/' => 'Germany (Karlsruhe)',
+ 'http://curl.islandofpoker.com/download/' => 'US (Phoenix)',
);
sub present {
@@ -54,7 +55,7 @@
printf("ARCHIVE: %s: %s %d\n",
$_, $archive, $latest::size{$_});
- printf("DOWNLOAD: %s %s Sweden\n", $archive,
+ printf("DOWNLOAD: %s %s Sweden (Kista)\n", $archive,
"http://curl.haxx.se/download/$archive");
for(keys %mirrors) {
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-www-commits