Commit graph

177 commits

Author SHA1 Message Date
Peter Simons 821cb7ccdc qgit: download this package from sourceforge
I hope the mirror syntax is right.

svn path=/nixpkgs/trunk/; revision=12306
2008-07-07 11:54:45 +00:00
Peter Simons b030a8a6dd qgit: Compile with -O3. This brings a significant speedup in C++ code.
I wonder what optimization flags qt is compiled with.

svn path=/nixpkgs/trunk/; revision=12300
2008-07-07 11:49:11 +00:00
Peter Simons 4244407bc9 new: qgit is a qt-based graphical front-end for git
svn path=/nixpkgs/trunk/; revision=12299
2008-07-07 11:48:24 +00:00
Peter Simons 13d8ee2275 subversion: install emacs lisp files too
svn path=/nixpkgs/trunk/; revision=12296
2008-07-07 11:46:50 +00:00
Michael Raskin 46b2775126 Updated tailor
svn path=/nixpkgs/trunk/; revision=12259
2008-07-04 06:53:44 +00:00
Marc Weber 18b30f54ce adding not supported message for git tools requiring extra config settings to work. exiting with exit status 1
svn path=/nixpkgs/trunk/; revision=12250
2008-07-03 12:51:23 +00:00
Peter Simons 8920511812 git: updated to version 1.5.6.1
svn path=/nixpkgs/trunk/; revision=12208
2008-06-28 15:22:31 +00:00
Eelco Dolstra 9663d4c76a * Added Subversion 1.5.0. Some features probably don't work yet
(building the Apache modules, building various language bindings).
* Neon 0.28.2.  Also kept Neon 0.26.x because Subversion 1.4.x needs
  it.

svn path=/nixpkgs/trunk/; revision=12162
2008-06-19 15:29:25 +00:00
Eelco Dolstra 8b3a7e2713 * Remove prehistoric Subversion versions.
svn path=/nixpkgs/trunk/; revision=12161
2008-06-19 15:01:01 +00:00
Michael Raskin 0784550c35 Added ViewMTN and dependency; currently ViewMTN has to be manually symlinked in corresponding directory.
svn path=/nixpkgs/trunk/; revision=12060
2008-06-12 15:59:59 +00:00
Michael Raskin 1453f29824 Monotone updated
svn path=/nixpkgs/trunk/; revision=12052
2008-06-12 10:07:35 +00:00
Eelco Dolstra 68c6b5f2fc * git: make the TCL/TK GUI optional (git.guiSupport).
* git: always install the Emacs mode but don't depend on Emacs to do
  it (just don't build the .elc files).

svn path=/nixpkgs/trunk/; revision=12037
2008-06-11 12:31:44 +00:00
Michael Raskin d139e5244c Added Monotone-Viz, viewer for monotone histories.
svn path=/nixpkgs/trunk/; revision=12034
2008-06-11 06:12:18 +00:00
Michael Raskin 47e9ed0386 Fixed tailor expression
svn path=/nixpkgs/trunk/; revision=11941
2008-05-31 07:26:13 +00:00
Michael Raskin eb767152f5 Some exposing of compilation options in Subversion.
svn path=/nixpkgs/trunk/; revision=11936
2008-05-30 16:04:00 +00:00
Michael Raskin 9d3b0a2cb7 Added bazaar tools (not installed globally, just copied to share, you have to symlink them to your ~/.bazaar/plugins). Also readline support for python.
svn path=/nixpkgs/trunk/; revision=11893
2008-05-26 11:39:08 +00:00
Michael Raskin f87949b0b8 Updated bazaar
svn path=/nixpkgs/trunk/; revision=11892
2008-05-26 07:57:28 +00:00
Michael Raskin 642ff45e22 Added codeville - a distributed revision control system with special efforts spent on merging. Heh, efforts into RCS availability seem to have side effects on Python side, too..
svn path=/nixpkgs/trunk/; revision=11891
2008-05-26 07:47:07 +00:00
Ludovic Courtès 392d2f5acf Git: Don't depend on Perl libs and Subversion when no Subversion support is built.
svn path=/nixpkgs/trunk/; revision=11877
2008-05-22 08:06:52 +00:00
Marc Weber b4ed67b58a fixed/removed extra git-svn wrapper. Now you can enable svn support by git = { svnSupport = true; }, git-svn executable is removed if you don't enable it
svn path=/nixpkgs/trunk/; revision=11849
2008-05-19 18:29:07 +00:00
Michael Raskin 8fa23b53af Added tailor
svn path=/nixpkgs/trunk/; revision=11766
2008-05-07 07:22:41 +00:00
Ludovic Courtès ec9950c07a git-svn: Don't produce any binary other than `git-svn'.
svn path=/nixpkgs/trunk/; revision=11635
2008-04-15 14:49:36 +00:00
Ludovic Courtès 7e4f1e74c8 Git: Wrap `git-citool'.
svn path=/nixpkgs/trunk/; revision=11634
2008-04-15 12:37:44 +00:00
Marc Weber b6c405fac6 bazaar update 1.3.1
svn path=/nixpkgs/trunk/; revision=11633
2008-04-15 11:46:43 +00:00
Marc Weber 23264b9db7 darcs2 has a stable version now. This patch reflects this change
svn path=/nixpkgs/trunk/; revision=11624
2008-04-14 19:59:26 +00:00
Ludovic Courtès 4579a2a530 Git 1.5.5.
svn path=/nixpkgs/trunk/; revision=11611
2008-04-12 12:52:31 +00:00
Nicolas Pierron 0c4bd745ce Add Tk in the environment to run git-gui.
svn path=/nixpkgs/trunk/; revision=11551
2008-04-10 22:12:11 +00:00
Ludovic Courtès b5e0ee02aa cvs: Use SHA256 instead of MD5.
svn path=/nixpkgs/trunk/; revision=11473
2008-04-06 20:43:39 +00:00
Ludovic Courtès 07e3e56082 cvsps: Add Debian patches.
svn path=/nixpkgs/trunk/; revision=11472
2008-04-06 20:04:40 +00:00
Ludovic Courtès 2d5d545818 Git: Fix more impurities.
svn path=/nixpkgs/trunk/; revision=11373
2008-03-30 22:19:20 +00:00
Marc Weber 2a42a77223 using throw instead of abort to not make the buildfarm fail
svn path=/nixpkgs/trunk/; revision=11301
2008-03-27 12:23:27 +00:00
Marc Weber 8c3e522f79 gitsvn wrapper adding needed perl libs to environment so that you can use git-svn out of the box
svn path=/nixpkgs/trunk/; revision=11299
2008-03-27 10:57:54 +00:00
Marc Weber ae475a72bf renamed subversion-<version>-svnmerge to svmerge-version (fixed my breakage of nixos-checkout : nix-env -i subversion)
svn path=/nixpkgs/trunk/; revision=11211
2008-03-19 22:32:00 +00:00
Ludovic Courtès 2788bf2902 Git: Wrap `gitk' so that it finds Tcl/Tk.
svn path=/nixpkgs/trunk/; revision=11133
2008-03-15 20:52:21 +00:00
Ludovic Courtès fdf6a69b3a Add CVSps, needed for instance by `git-cvsimport'.
svn path=/nixpkgs/trunk/; revision=11094
2008-03-13 10:02:57 +00:00
Ludovic Courtès ee5789b266 CVS: Depend on GNU Nano rather than Vim.
The former is a more reasonable dependency, and a standard one.

svn path=/nixpkgs/trunk/; revision=11093
2008-03-13 10:01:21 +00:00
Ludovic Courtès a8bc9e0fe4 Git 1.5.4.4 with Info documentation for real!
svn path=/nixpkgs/trunk/; revision=11084
2008-03-12 15:21:45 +00:00
Marc Weber 8939f24475 added svnmerge.py contrib tool
svn path=/nixpkgs/trunk/; revision=11075
2008-03-12 10:36:15 +00:00
Ludovic Courtès 03b5ac1b6c Git: Build documentation.
svn path=/nixpkgs/trunk/; revision=11057
2008-03-11 14:07:58 +00:00
Ludovic Courtès adc77fc0c7 Git: Make dependency on Emacs optional, per Yuri's request.
This works by looking for `git.useEmacs', a boolean, in the user's Nixpkgs
config file.  The default is `true' since it's only a build-time dependency
and most users are expected to install the pre-compiled substitute, which
doesn't pull Emacs.

svn path=/nixpkgs/trunk/; revision=10837
2008-02-22 16:51:51 +00:00
Ludovic Courtès d494e7e709 Git 1.5.4.2 + Emacs mode.
svn path=/nixpkgs/trunk/; revision=10766
2008-02-20 10:29:32 +00:00
Ludovic Courtès 4d86923c62 Add GNU Arch (tla).
svn path=/nixpkgs/trunk/; revision=10714
2008-02-17 13:44:30 +00:00
Ludovic Courtès 5ff8f11d54 Update Git to 1.5.4.1.
svn path=/nixpkgs/trunk/; revision=10661
2008-02-13 16:50:59 +00:00
Marc Weber cb418b6e34 added darcs-2.0.0pre
svn path=/nixpkgs/trunk/; revision=10564
2008-02-09 13:52:41 +00:00
Yury G. Kudryashov b16562e38c subversion: corrected location of python-bindings
svn path=/nixpkgs/trunk/; revision=10412
2008-01-30 16:03:18 +00:00
Yury G. Kudryashov e0aeec3c36 Mercurial upgrade
svn path=/nixpkgs/trunk/; revision=10313
2008-01-28 19:28:38 +00:00
Yury G. Kudryashov 80e3e21b28 Added (optional) perl support to svn-1.4.x
svn path=/nixpkgs/trunk/; revision=10312
2008-01-28 19:27:44 +00:00
Michael Raskin c68d2219a0 Commited monotone expression by Cyril Romain.
svn path=/nixpkgs/trunk/; revision=10286
2008-01-25 11:56:36 +00:00
Eelco Dolstra a5e0e39cdb * makeWrapper: option --run <CMD> to run a command from the wrapper.
This is so that the Unison wrapper can be generated with
  makeWrapper.
* Use makeWrapper as a buildInput everywhere.
* Updated BitTorrent, cvs2svn.

svn path=/nixpkgs/trunk/; revision=10213
2008-01-18 11:28:41 +00:00
Eelco Dolstra b59d32be03 * Doh.
svn path=/nixpkgs/trunk/; revision=10212
2008-01-18 10:43:26 +00:00
Eelco Dolstra b00839299f * makeWrapper: new function that transparently takes care of creating
a wrapper script.  E.g.

    wrapProgram $out/bin/prog --set FOO bar

  will create a wrapper around "prog" so that the environment variable
  FOO is set to bar.  The original program is renamed to
  $out/bin/.wrapped-prog.
  
* Function makeSetupHook to convert a script into a setup hook which
  can be included in buildInputs.  This makes it easier to use scripts
  like makeWrapper.

* Added Bazaar, yet another distributed version management system.

svn path=/nixpkgs/trunk/; revision=10211
2008-01-18 10:29:58 +00:00
Eelco Dolstra fa35a029ed * Subversion 1.4.6.
svn path=/nixpkgs/trunk/; revision=9972
2007-12-30 21:49:42 +00:00
Yury G. Kudryashov 1aa59d5407 git: upgraded to 1.5.3.5; meta added; nix-expr slightly rewritten
svn path=/nixpkgs/trunk/; revision=9668
2007-11-14 21:41:01 +00:00
Michael Raskin 7b1c9a7a82 Added Compiz Fusion (main plugins). Also some dependencies, and made wmii build under setup-new-2.sh also.
svn path=/nixpkgs/trunk/; revision=9577
2007-11-05 08:32:20 +00:00
Andres Löh 6399d000a2 * upgrade darcs to 1.0.9
svn path=/nixpkgs/trunk/; revision=9214
2007-08-28 19:50:55 +00:00
Eelco Dolstra 867e7e2847 * Subversion 1.4.5.
svn path=/nixpkgs/trunk/; revision=9205
2007-08-28 08:33:30 +00:00
Eelco Dolstra d39fd2a578 * Rewrite all the kernel.org URLs to mirror://kernel/.
svn path=/nixpkgs/trunk/; revision=9202
2007-08-27 13:59:40 +00:00
Eelco Dolstra a0159dee8e * Reverted r6713, r6711, r4623, r3660, r2237. There rewrote fetchurl
URLs to http://nix.cs.uu.nl/dist/tarballs.  With content-addressable
  mirror support (r9190, NIXPKGS-70) this is no longer necessary:
  fetchurl will try to download from that location automatically.  So
  we can keep the original URLs.

svn path=/nixpkgs/trunk/; revision=9192
2007-08-24 12:32:36 +00:00
Andres Löh 681551d96c * add mercurial
svn path=/nixpkgs/trunk/; revision=9069
2007-08-08 13:36:58 +00:00
Eelco Dolstra 6d58d51440 * Subversion 1.4.4.
svn path=/nixpkgs/trunk/; revision=8849
2007-06-09 19:04:33 +00:00
Eelco Dolstra 05596b8b51 * Darcs should do an explicit -lz, since it's no longer getting it
implicitly through curl (because curl 7.16 has -lz as a private
  dependency in its pkgconfig file).

svn path=/nixpkgs/trunk/; revision=8777
2007-05-27 10:29:10 +00:00
Eelco Dolstra 62b0dddf0e * Fix Darwin evaluation errors.
svn path=/nixpkgs/trunk/; revision=8709
2007-05-16 14:54:28 +00:00
Eelco Dolstra dfd401259c * Added cvs2svn.
* Berkeley DB 4.5 is now the default.

svn path=/nixpkgs/trunk/; revision=8641
2007-05-02 11:49:18 +00:00
Eelco Dolstra adcb2909f7 * Added git.
* Backed out the curl change for now.

svn path=/nixpkgs/trunk/; revision=8612
2007-04-26 16:14:01 +00:00
Eelco Dolstra bffcfd2d78 * Don't check the Neon version.
svn path=/nixpkgs/trunk/; revision=7800
2007-01-29 12:47:29 +00:00
Eelco Dolstra 05e42e5c39 * Subversion 1.4.3.
svn path=/nixpkgs/trunk/; revision=7797
2007-01-25 18:09:13 +00:00
Eelco Dolstra 6f0ba86b97 * Darcs 1.0.9rc2.
svn path=/nixpkgs/trunk/; revision=7791
2007-01-24 14:27:10 +00:00
Eelco Dolstra b8b44e026c * More redundancy.
svn path=/nixpkgs/trunk/; revision=7502
2006-12-27 18:28:02 +00:00
Eelco Dolstra 73448634c4 * Subversion 1.4.2.
* Neon 0.26.2.

svn path=/nixpkgs/trunk/; revision=6980
2006-11-08 13:03:55 +00:00
Eelco Dolstra 1442e8ec22 * Copy a bunch of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=6711
2006-10-12 13:50:54 +00:00
Eelco Dolstra 6006d61835 * Added a bunch of descriptions.
svn path=/nixpkgs/trunk/; revision=6705
2006-10-11 16:45:55 +00:00
Eelco Dolstra 8dacfd90bc * A non-hack.
svn path=/nixpkgs/trunk/; revision=6495
2006-09-11 20:15:40 +00:00
Eelco Dolstra 0223e02f17 * Hack.
svn path=/nixpkgs/trunk/; revision=6494
2006-09-11 19:43:52 +00:00
Eelco Dolstra 66947ee7af * Subversion 1.4.0. Note: Subversion 1.4 upgrades your working
copies, so it's hard to go back to 1.3.

svn path=/nixpkgs/trunk/; revision=6486
2006-09-11 09:47:58 +00:00
Eelco Dolstra 98b71debbe * Subversion 1.4.0rc1. Warning: will upgrade your working copy in a
non-backwards compatible way.

svn path=/nixpkgs/trunk/; revision=5694
2006-07-12 13:41:02 +00:00
Eelco Dolstra 1e766b521c * Subversion 1.3.2.
svn path=/nixpkgs/trunk/; revision=5423
2006-06-09 12:40:51 +00:00
Eelco Dolstra 47612615ab * Subversion 1.3.1.
svn path=/nixpkgs/trunk/; revision=5143
2006-04-05 07:58:13 +00:00
Eelco Dolstra 3389f4bc36 * Copy lots of files to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=4623
2006-01-30 16:04:03 +00:00
Eelco Dolstra 53c56afcfe * Fix some broken URLs.
svn path=/nixpkgs/trunk/; revision=4622
2006-01-30 15:52:15 +00:00
Andres Löh 70c36821c6 * updated darcs to 1.0.5, added curl dependency
* added an experimental fetchdarcs function, based on fetchsvn
  (there are no expressions yet that use this function)

svn path=/nixpkgs/trunk/; revision=4615
2006-01-30 11:18:38 +00:00
Roy van den Broek af5e956d23 * Let subversitnWithJava use jdk in stead of blackdown
* Disable jikes when building subversion with javahl bindings


svn path=/nixpkgs/trunk/; revision=4589
2006-01-25 14:03:55 +00:00
Eelco Dolstra c476c825cb * Subversion 1.3.0.
svn path=/nixpkgs/trunk/; revision=4484
2006-01-02 16:01:03 +00:00
Eelco Dolstra 82e678362f * "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Armijn Hemel e26fb06cdd add CVS
svn path=/nixpkgs/trunk/; revision=4084
2005-10-13 12:32:16 +00:00
Eelco Dolstra 1ec2b9d94f * Added darcs 1.0.3.
svn path=/nixpkgs/trunk/; revision=4009
2005-10-04 14:25:13 +00:00
Roy van den Broek d217b912d2 Hack to prevent `java.lang.UnsatisfiedLinkError: no svnjavahl in java.library.path' from happening when using the javahl bindings for Subversion.
svn path=/nixpkgs/trunk/; revision=3949
2005-09-28 10:03:15 +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 92214b90bc * Subversion 1.2.3.
svn path=/nixpkgs/trunk/; revision=3754
2005-08-30 16:52:58 +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 81c16bd02f * The Java SWIG bindings are gone.
* The JavaHL patch is no longer necessary.

svn path=/nixpkgs/trunk/; revision=3320
2005-07-12 14:15:33 +00:00
Eelco Dolstra af854693eb * Subversion updated to 1.2.1.
svn path=/nixpkgs/trunk/; revision=3294
2005-07-06 10:51:18 +00:00
Armijn Hemel 7e042572fc if we don't use httpd set the --without-apxs flag, to prevent slurping in
headerfiles from the hostsystem from /usr/include (thanks Eelco :) )

svn path=/nixpkgs/trunk/; revision=3290
2005-07-04 13:38:28 +00:00
Eelco Dolstra 977f5183dd * Subversion 1.2.0; this is now the default.
svn path=/nixpkgs/trunk/; revision=3113
2005-05-24 08:42:03 +00:00
Eelco Dolstra 36716a35bd * Subversion updated to 1.2.0rc4.
svn path=/nixpkgs/trunk/; revision=3094
2005-05-19 16:25:40 +00:00
Eelco Dolstra 6d8c49b23b * Subversion 1.2.0rc3.
svn path=/nixpkgs/trunk/; revision=3029
2005-05-11 12:40:07 +00:00
Eelco Dolstra 62e3ffab1e * Subversion 1.2.0-rc2.
svn path=/nixpkgs/trunk/; revision=2949
2005-04-29 14:32:31 +00:00
Eelco Dolstra 7775caaa35 * Evacuate tarballs.
svn path=/nixpkgs/trunk/; revision=2527
2005-04-11 13:09:01 +00:00
Eelco Dolstra 3269efcb28 * Subversion 1.1.4.
svn path=/nixpkgs/trunk/; revision=2490
2005-04-05 12:12:18 +00:00
Eelco Dolstra f6e91bc9c9 * Merge r2396.
svn path=/nixpkgs/trunk/; revision=2397
2005-03-14 09:22:26 +00:00
Eelco Dolstra 90e5c97727 * Add zlib compression support to Subversion.
* Updated Subversion to 1.1.3.

svn path=/nixpkgs/trunk/; revision=2332
2005-03-04 15:20:54 +00:00