Eelco Dolstra
4c759795e0
svn path=/nixpkgs/trunk/; revision=17350
2009-09-22 10:41:33 +00:00
Michael Raskin
2750e04339
Adding uzbl experimental snapshot
...
svn path=/nixpkgs/trunk/; revision=17344
2009-09-22 03:51:04 +00:00
Ludovic Courtès
7b2932cd9b
SWIG 1.3.40, with Guile support.
...
svn path=/nixpkgs/trunk/; revision=17343
2009-09-21 20:56:53 +00:00
Armijn Hemel
349fea53b7
update to 1.3.39
...
svn path=/nixpkgs/trunk/; revision=14890
2009-04-05 19:47:23 +00:00
Armijn Hemel
3e440f3acc
1.3.33
...
svn path=/nixpkgs/trunk/; revision=10015
2007-12-31 19:46:16 +00:00
Eelco Dolstra
607b0d3e80
* 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
2007-08-27 13:01:33 +00:00
Armijn Hemel
fc9a530666
1.3.29 -> 1.3.31
...
svn path=/nixpkgs/trunk/; revision=8684
2007-05-14 01:05:53 +00:00
Eelco Dolstra
ad897a7c96
* Update more URLs.
...
svn path=/nixpkgs/trunk/; revision=6713
2006-10-12 14:53:45 +00:00
Eelco Dolstra
07b12ad2f0
* SWIG 1.3.29.
...
svn path=/nixpkgs/trunk/; revision=6567
2006-09-20 14:11:13 +00:00
Martin Bravenboer
4c70ef7e5d
Cleaning up the java naming conventions
...
svn path=/nixpkgs/trunk/; revision=3871
2005-09-17 23:58:51 +00:00
Eelco Dolstra
454707da23
* catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.
...
svn path=/nixpkgs/trunk/; revision=3660
2005-08-22 08:39:27 +00:00
Eelco Dolstra
e42507d182
* 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
2005-02-15 14:44:19 +00:00
Eelco Dolstra
836d453886
* Revert r1570, SWIG 1.3.22 breaks Subversion/Python bindings.
...
svn path=/nixpkgs/trunk/; revision=1663
2004-11-03 12:14:33 +00:00
Eelco Dolstra
af78f4c44b
* SWIG updated to 1.3.22.
...
* Build Java/SWIG bindings in addition to the Java HL bindings in
Subversion. Hm, I thought I had committed this.
svn path=/nixpkgs/trunk/; revision=1570
2004-10-18 08:56:09 +00:00
Eelco Dolstra
38f56c36dc
* Subversion with Java bindings.
...
svn path=/nixpkgs/trunk/; revision=1322
2004-08-23 19:23:03 +00:00
Eelco Dolstra
12ae5363ea
* Remove trivial builders.
...
* Make builders unexecutable by removing the hash-bang line and
execute permission.
* Convert calls to `derivation' to `mkDerivation'.
* Remove `system' and `stdenv' attributes from calls to
`mkDerivation'. These transformations were all done automatically,
so it is quite possible I broke stuff.
* Put the `mkDerivation' function in stdenv/generic.
svn path=/nixpkgs/trunk/; revision=874
2004-03-29 17:23:01 +00:00
Eelco Dolstra
2fcc5fdb08
* "!isNull x" -> "x != null". Done automatically. Hope nothing
...
broke.
svn path=/nixpkgs/trunk/; revision=870
2004-03-29 10:25:25 +00:00
Eelco Dolstra
480d68ece3
* Added some missing semicolons.
...
* Some packages needed for the Subversion server.
svn path=/nixpkgs/trunk/; revision=586
2003-12-21 20:52:13 +00:00