From 607b0d3e8026ff7ea28f580a40a2b51bd27a3965 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 27 Aug 2007 13:01:33 +0000 Subject: * Rewrite all the SourceForge URLs to mirror://sourceforge/. find . -name "*.nix" | while read fn; do sed 's^http://[a-z]*.dl.sourceforge.net/sourceforge/^mirror://sourceforge/^g' < $fn > $fn.new; mv $fn.new $fn; done svn path=/nixpkgs/trunk/; revision=9198 --- pkgs/applications/audio/bmp/default.nix | 2 +- pkgs/applications/audio/lame/default.nix | 2 +- pkgs/applications/editors/joe/default.nix | 2 +- pkgs/applications/graphics/gqview/default.nix | 2 +- pkgs/applications/graphics/inkscape/default.nix | 2 +- pkgs/applications/graphics/kuickshow/default.nix | 2 +- pkgs/applications/misc/djvulibre/default.nix | 2 +- pkgs/applications/misc/gphoto2/default.nix | 2 +- pkgs/applications/misc/xchm/default.nix | 2 +- .../networking/browsers/mozilla-plugins/mplayerplug-in/default.nix | 2 +- pkgs/applications/networking/browsers/w3m/default.nix | 2 +- pkgs/applications/networking/instant-messengers/amsn/default.nix | 2 +- pkgs/applications/networking/instant-messengers/pidgin/default.nix | 2 +- pkgs/applications/video/xine-ui/default.nix | 2 +- pkgs/applications/video/xvidcap/default.nix | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) (limited to 'pkgs/applications') diff --git a/pkgs/applications/audio/bmp/default.nix b/pkgs/applications/audio/bmp/default.nix index bd8f6370a881..bb3c9d6d43b6 100644 --- a/pkgs/applications/audio/bmp/default.nix +++ b/pkgs/applications/audio/bmp/default.nix @@ -5,7 +5,7 @@ stdenv.mkDerivation { name = "bmp-0.9.7.1"; src = fetchurl { - url = http://surfnet.dl.sourceforge.net/sourceforge/beepmp/bmp-0.9.7.1.tar.gz; + url = mirror://sourceforge/beepmp/bmp-0.9.7.1.tar.gz; md5 = "c25d5a8d49cc5851d13d525a20023c4c"; }; diff --git a/pkgs/applications/audio/lame/default.nix b/pkgs/applications/audio/lame/default.nix index d995dc8222ed..503c0c395953 100644 --- a/pkgs/applications/audio/lame/default.nix +++ b/pkgs/applications/audio/lame/default.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation { name = "lame-3.96.1"; src = fetchurl { - url = http://mesh.dl.sourceforge.net/sourceforge/lame/lame-3.96.1.tar.gz ; + url = mirror://sourceforge/lame/lame-3.96.1.tar.gz ; md5 = "e1206c46a5e276feca11a7149e2fc6ac" ; }; } diff --git a/pkgs/applications/editors/joe/default.nix b/pkgs/applications/editors/joe/default.nix index cc6db1c2e8ee..0228beb78d69 100644 --- a/pkgs/applications/editors/joe/default.nix +++ b/pkgs/applications/editors/joe/default.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation { name = "joe-3.3"; src = fetchurl { - url = http://surfnet.dl.sourceforge.net/sourceforge/joe-editor/joe-3.3.tar.gz; + url = mirror://sourceforge/joe-editor/joe-3.3.tar.gz; md5 = "02221716679c039c5da00c275d61dbf4"; }; } diff --git a/pkgs/applications/graphics/gqview/default.nix b/pkgs/applications/graphics/gqview/default.nix index 561d6c02ab26..292c3b29bddc 100644 --- a/pkgs/applications/graphics/gqview/default.nix +++ b/pkgs/applications/graphics/gqview/default.nix @@ -9,7 +9,7 @@ stdenv.mkDerivation { name = "gqview-2.1.5"; src = fetchurl { - url = http://mesh.dl.sourceforge.net/sourceforge/gqview/gqview-2.1.5.tar.gz; + url = mirror://sourceforge/gqview/gqview-2.1.5.tar.gz; md5 = "4644187d9b14b1dc11ac3bb146f262ea"; }; diff --git a/pkgs/applications/graphics/inkscape/default.nix b/pkgs/applications/graphics/inkscape/default.nix index 61bff9915341..d7e53dbd5c18 100644 --- a/pkgs/applications/graphics/inkscape/default.nix +++ b/pkgs/applications/graphics/inkscape/default.nix @@ -13,7 +13,7 @@ stdenv.mkDerivation { name = "inkscape-0.43"; src = fetchurl { - url = http://surfnet.dl.sourceforge.net/sourceforge/inkscape/inkscape-0.43.tar.bz2; + url = mirror://sourceforge/inkscape/inkscape-0.43.tar.bz2; md5 = "97c606182f5e177eef70c1e8a55efc1f"; }; diff --git a/pkgs/applications/graphics/kuickshow/default.nix b/pkgs/applications/graphics/kuickshow/default.nix index 83fac86bf813..fde29735b715 100644 --- a/pkgs/applications/graphics/kuickshow/default.nix +++ b/pkgs/applications/graphics/kuickshow/default.nix @@ -5,7 +5,7 @@ stdenv.mkDerivation { builder = ./builder.sh; src = fetchurl { - url = http://surfnet.dl.sourceforge.net/sourceforge/kuickshow/kuickshow-0.8.5.tgz; + url = mirror://sourceforge/kuickshow/kuickshow-0.8.5.tgz; md5 = "7a95852a0670b18859a1e6789b256ebd"; }; diff --git a/pkgs/applications/misc/djvulibre/default.nix b/pkgs/applications/misc/djvulibre/default.nix index dd03d28167e3..611f6f08909a 100644 --- a/pkgs/applications/misc/djvulibre/default.nix +++ b/pkgs/applications/misc/djvulibre/default.nix @@ -6,7 +6,7 @@ stdenv.mkDerivation { name = "djvulibre-3.5.19"; src = fetchurl { - url = http://prdownloads.sourceforge.net/djvu/djvulibre-3.5.19.tar.gz; + url = mirror://sourceforge/djvu/djvulibre-3.5.19.tar.gz; sha256 = "0y6d9ka42llm7h64fc73s4wqcbxg31kallyfaarhkqsxyiaa3zsp"; }; diff --git a/pkgs/applications/misc/gphoto2/default.nix b/pkgs/applications/misc/gphoto2/default.nix index 0f4af78213df..caab251edd95 100644 --- a/pkgs/applications/misc/gphoto2/default.nix +++ b/pkgs/applications/misc/gphoto2/default.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation { name = "gphoto2-2.2.0"; src = fetchurl { - url = http://surfnet.dl.sourceforge.net/sourceforge/gphoto/gphoto2-2.2.0.tar.bz2; + url = mirror://sourceforge/gphoto/gphoto2-2.2.0.tar.bz2; md5 = "f5c1f83185db598b4ca52889964a5e84"; }; buildInputs = [pkgconfig libgphoto2 libexif popt]; diff --git a/pkgs/applications/misc/xchm/default.nix b/pkgs/applications/misc/xchm/default.nix index 1137a9d88385..ccd14b1f6528 100644 --- a/pkgs/applications/misc/xchm/default.nix +++ b/pkgs/applications/misc/xchm/default.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation { name = "xchm-1.9"; src = fetchurl { - url = http://surfnet.dl.sourceforge.net/sourceforge/xchm/xchm-1.9.tar.gz; + url = mirror://sourceforge/xchm/xchm-1.9.tar.gz; md5 = "12e1faf49447c743c5c936636cd8a172"; }; buildInputs = [wxGTK chmlib]; diff --git a/pkgs/applications/networking/browsers/mozilla-plugins/mplayerplug-in/default.nix b/pkgs/applications/networking/browsers/mozilla-plugins/mplayerplug-in/default.nix index 92dabe96a532..48020cfbbe4c 100644 --- a/pkgs/applications/networking/browsers/mozilla-plugins/mplayerplug-in/default.nix +++ b/pkgs/applications/networking/browsers/mozilla-plugins/mplayerplug-in/default.nix @@ -9,7 +9,7 @@ builder = ./builder.sh; src = fetchurl { - url = http://heanet.dl.sourceforge.net/sourceforge/mplayerplug-in/mplayerplug-in-3.35.tar.gz; + url = mirror://sourceforge/mplayerplug-in/mplayerplug-in-3.35.tar.gz; sha256 = "0zxd2nnmj4n9rkndd614ljv7ylz4f4jqvx1wswqfw5j7hwxm34dw"; }; diff --git a/pkgs/applications/networking/browsers/w3m/default.nix b/pkgs/applications/networking/browsers/w3m/default.nix index 227c7d1b35b6..a49a0c5793a4 100644 --- a/pkgs/applications/networking/browsers/w3m/default.nix +++ b/pkgs/applications/networking/browsers/w3m/default.nix @@ -11,7 +11,7 @@ stdenv.mkDerivation { name = "w3m-0.5.1"; builder = ./builder.sh; src = fetchurl { - url = http://surfnet.dl.sourceforge.net/sourceforge/w3m/w3m-0.5.1.tar.gz; + url = mirror://sourceforge/w3m/w3m-0.5.1.tar.gz; md5 = "0678b72e07e69c41709d71ef0fe5da13"; }; inherit openssl boehmgc; diff --git a/pkgs/applications/networking/instant-messengers/amsn/default.nix b/pkgs/applications/networking/instant-messengers/amsn/default.nix index a43f4d42957d..729474b06083 100644 --- a/pkgs/applications/networking/instant-messengers/amsn/default.nix +++ b/pkgs/applications/networking/instant-messengers/amsn/default.nix @@ -4,7 +4,7 @@ stdenv.mkDerivation { name = "amsn-0.96"; builder = ./builder.sh; src = fetchurl { - url = http://belnet.dl.sourceforge.net/sourceforge/amsn/amsn-0.96.tar.bz2; + url = mirror://sourceforge/amsn/amsn-0.96.tar.bz2; md5 = "3df6b0d34ef1997a47c0b8af29b2547a"; }; diff --git a/pkgs/applications/networking/instant-messengers/pidgin/default.nix b/pkgs/applications/networking/instant-messengers/pidgin/default.nix index 578c900baa5b..ecab70415838 100644 --- a/pkgs/applications/networking/instant-messengers/pidgin/default.nix +++ b/pkgs/applications/networking/instant-messengers/pidgin/default.nix @@ -19,7 +19,7 @@ stdenv.mkDerivation { name = "pidgin-2.1.1"; src = fetchurl { - url = http://heanet.dl.sourceforge.net/sourceforge/pidgin/pidgin-2.1.1.tar.bz2; + url = mirror://sourceforge/pidgin/pidgin-2.1.1.tar.bz2; sha256 = "1pj02hc5s94983q2vg2svckhcgn4hpv2mdayakcp9idc4k96dsyg"; }; diff --git a/pkgs/applications/video/xine-ui/default.nix b/pkgs/applications/video/xine-ui/default.nix index ce67a3d5083a..ff0aa091400e 100644 --- a/pkgs/applications/video/xine-ui/default.nix +++ b/pkgs/applications/video/xine-ui/default.nix @@ -3,7 +3,7 @@ stdenv.mkDerivation { name = "xine-ui-0.99.5"; src = fetchurl { - url = http://mesh.dl.sourceforge.net/sourceforge/xine/xine-ui-0.99.5.tar.gz; + url = mirror://sourceforge/xine/xine-ui-0.99.5.tar.gz; sha256 = "07jywadk6fhk3wn1j9m0cfa0zy0i17kz0nyyxwa3shvhznfals0k"; }; buildInputs = [ diff --git a/pkgs/applications/video/xvidcap/default.nix b/pkgs/applications/video/xvidcap/default.nix index 34268ad329a4..e57c53e29dd2 100644 --- a/pkgs/applications/video/xvidcap/default.nix +++ b/pkgs/applications/video/xvidcap/default.nix @@ -5,7 +5,7 @@ stdenv.mkDerivation { name = "xvidcap-1.1.4p1"; src = fetchurl { - url = http://belnet.dl.sourceforge.net/sourceforge/xvidcap/xvidcap-1.1.4p1.tar.gz; + url = mirror://sourceforge/xvidcap/xvidcap-1.1.4p1.tar.gz; md5 = "35a038dba807f6e09f1d9dd2bc0c5719"; }; -- cgit 1.4.1