* Copy lots of files to nix.cs.uu.nl.

svn path=/nixpkgs/trunk/; revision=4623
This commit is contained in:
Eelco Dolstra
2006-01-30 16:04:03 +00:00
parent 53c56afcfe
commit 3389f4bc36
233 changed files with 624 additions and 659 deletions

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://www.cs.princeton.edu/~appel/modern/java/CUP/java_cup_v10k.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/java_cup_v10k.tar.gz;
md5 = "8b11edfec13c590ea443d0f0ae0da479";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/httpunit/httpunit-1.6.zip;
url = http://nix.cs.uu.nl/dist/tarballs/httpunit-1.6.zip;
md5 = "e94b53b9f4d7bdb706e4baac95b6e424";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://archive.apache.org/dist/jakarta/commons/fileupload/binaries/commons-fileupload-1.0.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/commons-fileupload-1.0.tar.gz;
md5 = "5618b26b1a5c006d7236fb4465e907b6";
};
}

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://www.jdom.org/dist/binary/jdom-1.0.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/jdom-1.0.tar.gz;
md5 = "ce29ecc05d63fdb419737fd00c04c281";
};
}

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://jflex.de/jflex-1.4.1.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/jflex-1.4.1.tar.gz;
md5 = "9e4be6e826e6b344e84c0434d6fd4b46";
};
}

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/junit/junit3.8.1.zip;
url = http://nix.cs.uu.nl/dist/tarballs/junit3.8.1.zip;
md5 = "5110326e4b7f7497dfa60ede4b626751";
};

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://cvs.apache.org/dist/jakarta/lucene/v1.4.1/lucene-1.4.1.tar.gz;
url = http://nix.cs.uu.nl/dist/tarballs/lucene-1.4.1.tar.gz;
md5 = "656a6f40f5b8f7d2e19453436848bfe8";
};
}

View File

@@ -5,7 +5,7 @@ stdenv.mkDerivation {
builder = ./builder.sh;
src = fetchurl {
url = http://surfnet.dl.sourceforge.net/sourceforge/mockobjects/mockobjects-bin-0.09.tar;
url = http://nix.cs.uu.nl/dist/tarballs/mockobjects-bin-0.09.tar;
md5 = "a0e11423bd5fcbb6ea65753643ea8852";
};
}

View File

@@ -8,7 +8,7 @@ stdenv.mkDerivation {
# releases of SWT. So we just grab a binary release and extract
# "src.zip" from that.
src = fetchurl {
url = http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1.1-200509290840/swt-3.1.1-gtk-linux-x86.zip;
url = http://nix.cs.uu.nl/dist/tarballs/swt-3.1.1-gtk-linux-x86.zip;
md5 = "23dfe5a4a566439c5f526d9ea3b3db1c";
};