* Move tarballs to catamaran so that we are no longer dependent on a

gazillion different servers.  Resurrected some 25 missing files.

svn path=/nixpkgs/trunk/; revision=2237
This commit is contained in:
Eelco Dolstra
2005-02-15 14:44:19 +00:00
parent e5c1afb9c1
commit e42507d182
240 changed files with 254 additions and 257 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
name = "diffutils-2.8.1";
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/diffutils/diffutils-2.8.1.tar.gz;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/diffutils-2.8.1.tar.gz;
md5 = "71f9c5ae19b60608f6c7f162da86a428";
};
/* If no explicit coreutils is given, use the one from stdenv. */
+1 -1
View File
@@ -2,7 +2,7 @@
name = "ed-0.2";
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.gnu.org/pub/gnu/ed/ed-0.2.tar.gz;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/ed-0.2.tar.gz;
md5 = "ddd57463774cae9b50e70cd51221281b";
};
}
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "enscript-1.6.4";
src = fetchurl {
url = http://www.iki.fi/mtr/genscript/enscript-1.6.4.tar.gz;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/enscript-1.6.4.tar.gz;
md5 = "b5174b59e4a050fb462af5dbf28ebba3";
};
}
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "gawk-3.1.4";
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/gawk/gawk-3.1.4.tar.bz2;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/gawk-3.1.4.tar.bz2;
md5 = "b8b532beaf02350e69d2d5dc98cb1e37";
};
}
+1 -1
View File
@@ -2,7 +2,7 @@
name = "gnupatch-2.5.4";
builder = ./builder.sh;
src = fetchurl {
url = ftp://ftp.nluug.nl/pub/gnu/patch/patch-2.5.4.tar.gz;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/patch-2.5.4.tar.gz;
md5 = "ee5ae84d115f051d87fcaaef3b4ae782";
};
}
+1 -1
View File
@@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "gnused-4.1.2";
src = fetchurl {
url = http://ftp.gnu.org/pub/gnu/sed/sed-4.1.2.tar.gz;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/sed-4.1.2.tar.gz;
md5 = "928f0e06422f414091917401f1a834d0";
};
}
+1 -1
View File
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./unzip-builder.sh;
src = fetchurl {
url = http://www.thaiopensource.com/download/jing-20030619.zip;
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/jing-20030619.zip;
md5 = "f9b0775d8740f16ab3df82ad3707a093";
};