Commit Graph

21759 Commits

Author SHA1 Message Date
Lluís Batlle i Rossell
61c20f5a7e Adding Eagle Mode.
svn path=/nixpkgs/trunk/; revision=15404
2009-04-29 16:42:41 +00:00
Marc Weber
2eaae478af synergy patch making it compile again
svn path=/nixpkgs/trunk/; revision=15392
2009-04-29 13:04:01 +00:00
Eelco Dolstra
7689a348c4 * Got rid of a lot of "postInstall=postInstall" and similar lines in
builders.  These are redundant now.
* Inlined some trivial builders.
* Removed a few explicit setup-hook creations.  This is done
  automatically now if setupHook is set.
* Deleted the initscripts package.  NixOS doesn't use it anymore.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
2009-04-23 13:31:10 +00:00
Eelco Dolstra
f762b50991 * Another sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15269
2009-04-23 11:59:43 +00:00
Andres Löh
3fd1093d2d xmonad and xmobar updates
svn path=/nixpkgs/trunk/; revision=15180
2009-04-20 13:01:34 +00:00
Eelco Dolstra
adf97c3ad8 * gphoto2 updated to 2.4.5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15067
2009-04-15 13:39:41 +00:00
Eelco Dolstra
a4c304ef84 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=15065
2009-04-15 13:25:01 +00:00
Lluís Batlle i Rossell
6917fa229d Fixing the license of google earth according to ludo advices:
"There is no google license, we can use the general 'unfree' license metainfo"

svn path=/nixpkgs/trunk/; revision=15052
2009-04-15 09:09:48 +00:00
Lluís Batlle i Rossell
17e7e8be97 Marking google earth as i686-linux only.
svn path=/nixpkgs/trunk/; revision=15051
2009-04-15 09:09:45 +00:00
Lluís Batlle i Rossell
06a957ecf6 Adding google earth.
svn path=/nixpkgs/trunk/; revision=15014
2009-04-13 15:40:51 +00:00
Michael Raskin
e5831a409f Updated mrxvt
svn path=/nixpkgs/trunk/; revision=14993
2009-04-12 08:42:04 +00:00
Eelco Dolstra
d27514cb28 * Sync with the trunk once more.
* Turn on everything in Hydra.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14806
2009-03-31 15:30:47 +00:00
Lluís Batlle i Rossell
40b58959a5 Adding pdf2djvu, updating djvulibre, and getting more headers from poppler.
svn path=/nixpkgs/trunk/; revision=14760
2009-03-29 20:32:41 +00:00
Marc Weber
5c0764de01 adding qcad-2.0.5.0
svn path=/nixpkgs/trunk/; revision=14744
2009-03-28 02:25:03 +00:00
Ludovic Courtès
08a56109fa Evince: Add dependency on `which'.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14724
2009-03-26 12:55:50 +00:00
Ludovic Courtès
3fee8acbaa Evince 2.26.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14699
2009-03-25 13:10:44 +00:00
Ludovic Courtès
0474b4f148 GNU gv 3.6.7.
svn path=/nixpkgs/trunk/; revision=14662
2009-03-23 15:42:14 +00:00
Ludovic Courtès
f77e783622 Evince: Fix typo.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14621
2009-03-19 23:56:34 +00:00
Eelco Dolstra
3593b97d63 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14557
2009-03-16 12:45:27 +00:00
Nicolas Pierron
44b6165af2 * Update suckless package location.
* Update dmenu version (3.8 -> 3.9)
* Update wmii version (20070516 -> 20071116)

svn path=/nixpkgs/trunk/; revision=14544
2009-03-15 20:09:50 +00:00
Marc Weber
b56ed35851 replacing applyAndFun by lib.defaultOverridableDelayableArgs
applyAndFun has a bug resulting in the same arg beeing added more than
once when using a concatenating merge function for the attr set.

I've tried giving the function a name "overridableDelayableArgs" which
resembles its usage much more.

important refactoring:
  applyAndFun had .fun and .funMerge only when passing the merge
  function lib.mergeOrApply

  composableDerivation {
    initial = {
      ...
    };
  }

to

  overridableDelayableArgs has always .replace and .merge
  composableDerivation {} {
    ...
  }

svn path=/nixpkgs/trunk/; revision=14428
2009-03-06 23:21:28 +00:00
Eelco Dolstra
fcad0b0a5a * Cleaned up a lot of description fields that contained newlines.
Some of these should be longDescriptions, but most others just
  shouldn't contain newlines.  E.g. write

    description = "Bla";

  and not

    description = ''
      Bla
    '';

  This pollutes "nix-env -qa --description" output.

svn path=/nixpkgs/trunk/; revision=14310
2009-03-03 13:27:40 +00:00
Ludovic Courtès
370d778e4d Evince 2.25.5 (untested).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14195
2009-02-22 22:59:47 +00:00
Marc Weber
630dcdebfc fix url thinkingrock
svn path=/nixpkgs/trunk/; revision=14063
2009-02-12 22:33:15 +00:00
Marc Weber
c4c1aa0a8a added thinkingRock
svn path=/nixpkgs/trunk/; revision=13993
2009-02-06 03:14:30 +00:00
Peter Simons
6fb297513a Committing Lluís Batlle's submissions from mailing list posting
<45219fb00901110456i6f21db35tbd1894eaea2146ff@mail.gmail.com>:

 * nixpkgs-ccrypt-1.7-new.patch
 * nixpkgs-cmake-add-ccmake.patch
 * nixpkgs-cpufrequtils-005-new.patch
 * nixpkgs-dwm-5.1-fix.patch
 * nixpkgs-freeimage-3.11.0-new.patch
 * nixpkgs-proxychains-3.1-new.patch
 * nixpkgs-psi-to-0.12.patch
 * nixpkgs-skype-to-2.0.0.72.patch
 * nixpkgs-truecrypt-6.1a-fix.patch
 * nixpkgs-vxl-1.11.0-new.patch
 * nixpkgs-xkb-popular-esperanto-symbols.patch
 * nixpkgs-xorg-via-video-fix.patch

svn path=/nixpkgs/trunk/; revision=13751
2009-01-12 21:12:07 +00:00
Ludovic Courtès
21443fb797 GNU gv: Properly substitute the default value of `gsInterpreter'.
svn path=/nixpkgs/trunk/; revision=13740
2009-01-12 11:12:17 +00:00
Michael Raskin
2f770f46e4 Added back old XNeur version (did not have XIM bug)
svn path=/nixpkgs/trunk/; revision=13739
2009-01-12 06:14:13 +00:00
Michael Raskin
46f022b4ce Fixed dependencies for updated Xneur
svn path=/nixpkgs/trunk/; revision=13735
2009-01-11 10:19:11 +00:00
Michael Raskin
cc2e747a1b Updated XNeur
svn path=/nixpkgs/trunk/; revision=13734
2009-01-11 09:28:07 +00:00
Eelco Dolstra
ed62007229 * xpdf 3.02pl2.
svn path=/nixpkgs/trunk/; revision=13716
2009-01-06 15:30:55 +00:00
Marc Weber
e996113be7 removed mkDerivationByConfiguration, using composableDerivation instead
qgis, vim_configurable both work now

svn path=/nixpkgs/trunk/; revision=13661
2008-12-20 01:20:35 +00:00
Marc Weber
38cf2a4d7e added multisync - plugins are not yet shown ?
svn path=/nixpkgs/trunk/; revision=13539
2008-12-02 12:25:56 +00:00
Marc Weber
96aade5a27 hackish fix to build cdrtools again
svn path=/nixpkgs/trunk/; revision=13343
2008-11-19 21:45:43 +00:00
Michael Raskin
9e48add3e0 Try protecting FreeBSD from instntiating TinyCC
svn path=/nixpkgs/trunk/; revision=13184
2008-11-03 19:16:21 +00:00
Ludovic Courtès
4f0a7f0d40 GNU gv 3.6.6.
svn path=/nixpkgs/trunk/; revision=12927
2008-09-26 15:31:38 +00:00
Marc Weber
32e2dbf87f added wavesurfer (sound analysis tool) and its dependency snack (tcl /python sound tool library)
svn path=/nixpkgs/trunk/; revision=12904
2008-09-24 00:42:06 +00:00
Eelco Dolstra
ba6845d03e * gphoto updated to 2.4.2.
svn path=/nixpkgs/trunk/; revision=12900
2008-09-22 17:06:31 +00:00
Marc Weber
1aea0c12a3 updated freemind to 0.9.0_Beta_20, purified env sto make it work for everyone a
svn path=/nixpkgs/trunk/; revision=12819
2008-09-07 21:17:49 +00:00
Nicolas Pierron
6c4a6e83b4 Move maxima close to scilab. (applications/science/math)
Requested by Michael Raskin.

svn path=/nixpkgs/trunk/; revision=12812
2008-09-05 17:21:45 +00:00
Marc Weber
9e55727832 Added:
* dmenu
* gftp
* micropolis
* byacc as a build-time dependency for micropolis
contributed by baldo <baldo@quimby.lan>

svn path=/nixpkgs/trunk/; revision=12526
2008-08-06 20:39:01 +00:00
Ludovic Courtès
1e63385865 Add Evince, GNOME's document viewer (PS, PDF, DVI, DjVu, TIFF, etc.).
Currently, a few theme icons provided by Evince are not found.  This is
possibly due to the lack of an `index.theme' file under `share/evince/icons',
but there's no rule to make it.

svn path=/nixpkgs/trunk/; revision=12434
2008-07-27 10:24:08 +00:00
Eelco Dolstra
a2613e936a * Move dvd+rw-tools and cdrkit to tools/cd-dvd.
* Added cdrdao.

svn path=/nixpkgs/trunk/; revision=12426
2008-07-25 13:04:51 +00:00
Eelco Dolstra
8ea9bd1d83 * cdrkit 1.1.8.
svn path=/nixpkgs/trunk/; revision=12425
2008-07-25 12:32:12 +00:00
Wouter den Breejen
c65a64c8c5 Added truecrypt, but it does not compile yet since it's dependency wxWidgets fails to build ...
Maybe someone wants to take a look at it.

--------------------
building wxbuild
Configuring wxWidgets library...
configure: WARNING: libSM not found; disabling session management detection
Building wxWidgets library...
building .pch/wxprec_baselib/wx/wxprec.h.gch
/nix/store/b2gmgy8y6nidjj7n34jx4sanrjdaxrw3-glibc-2.7/lib/crt1.o: In function `_start':
(.text+0x18): undefined reference to `main'
collect2: ld returned 1 exit status
make[1]: *** [.pch/wxprec_baselib/wx/wxprec.h.gch] Error 1
make: *** [wxbuild] Error 2
builder for `/nix/store/2587m38s6cjjpx7mvn85x8z65brf6nps-trueCrypt-6.0a.drv' failed with exit code 2
error: build of `/nix/store/2587m38s6cjjpx7mvn85x8z65brf6nps-trueCrypt-6.0a.drv' failed
--------------------

svn path=/nixpkgs/trunk/; revision=12388
2008-07-19 16:13:48 +00:00
Ludovic Courtès
95cf51997c GNU gv 3.6.5.
svn path=/nixpkgs/trunk/; revision=12266
2008-07-05 17:00:33 +00:00
Eelco Dolstra
fecb562721 * Added k3b (a basic configuration for now, many features are not
compiled in).

svn path=/nixpkgs/trunk/; revision=12197
2008-06-26 14:38:28 +00:00
Marc Weber
106c67b9db updated blender
svn path=/nixpkgs/trunk/; revision=12180
2008-06-24 01:57:12 +00:00
Eelco Dolstra
d97069da1a * Quick start section.
* Updated some packages that are referenced in that section.

svn path=/nixpkgs/trunk/; revision=12139
2008-06-17 14:19:59 +00:00
Ludovic Courtès
8b83b37ec5 GNU gv 3.6.4.
svn path=/nixpkgs/trunk/; revision=11946
2008-06-01 16:51:03 +00:00
Nicolas Pierron
6f08adf32b Install the emacs syntax highlighter for taskJuggler.
svn path=/nixpkgs/trunk/; revision=11944
2008-06-01 16:06:09 +00:00
Nicolas Pierron
77175d5dc3 Add TaskJuggler: A project management tool.
svn path=/nixpkgs/trunk/; revision=11933
2008-05-29 19:12:53 +00:00
Marc Weber
bc8505609d blender compiles with physics engine now
svn path=/nixpkgs/trunk/; revision=11826
2008-05-14 13:39:20 +00:00
Tobias Hammerschmidt
cfc9624c08 X11 version 1.4.2, added xmobar a minimalistic status bar written in haskell (integrates fine with xmonad)
svn path=/nixpkgs/trunk/; revision=11645
2008-04-15 20:03:25 +00:00
Eelco Dolstra
8e92a44ecf * Doh!
svn path=/nixpkgs/trunk/; revision=11511
2008-04-09 10:11:53 +00:00
Eelco Dolstra
bcb90548ab * Added a description.
svn path=/nixpkgs/trunk/; revision=11509
2008-04-09 10:02:26 +00:00
Tobias Hammerschmidt
62478d6e0e lyx version update, use texLive instead of tetex
svn path=/nixpkgs/trunk/; revision=11315
2008-03-27 23:33:10 +00:00
Michael Raskin
c251639ab1 Committed xneur expression by justbeingglad
svn path=/nixpkgs/trunk/; revision=11215
2008-03-20 09:51:05 +00:00
Michael Raskin
064045cfcd version updates
svn path=/nixpkgs/trunk/; revision=11142
2008-03-16 08:01:31 +00:00
Michael Raskin
f87e85c2a8 Added LinuxDC++. Claimed to support newer protocol - claim is by valknut team..
svn path=/nixpkgs/trunk/; revision=11132
2008-03-15 06:11:45 +00:00
Marc Weber
acf8a34a9a used bleeding edge source for synergy. Got different hash from cvs checkout.
svn path=/nixpkgs/trunk/; revision=11130
2008-03-15 04:35:29 +00:00
Eelco Dolstra
66738cc356 * fetchcvs: cleanup, use nix-store --add-fixed like fetchurl/svn.
Argument "url" renamed to "cvsRoot" (it's not a URL).

svn path=/nixpkgs/trunk/; revision=10889
2008-02-28 22:36:37 +00:00
Michael Raskin
843810c14f Fixed freemind. Does not work anyway - fails to paint itself.
svn path=/nixpkgs/trunk/; revision=10869
2008-02-27 00:01:14 +00:00
Eelco Dolstra
5ea761b23f * Merged the last of the trunk, preparing for switch...
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10847
2008-02-25 11:09:37 +00:00
Tobias Hammerschmidt
1ca69f74e5 svn path=/nixpkgs/trunk/; revision=10828 2008-02-22 10:12:01 +00:00
Tobias Hammerschmidt
b567be7836 Added SSL support to fetchmail, maybe its better to add an argument withSSL?
svn path=/nixpkgs/trunk/; revision=10827
2008-02-22 10:09:54 +00:00
Tobias Hammerschmidt
2dde1dfa4f fixed install phase so the linker doesn't abort with undefined reference to pow()
svn path=/nixpkgs/trunk/; revision=10826
2008-02-22 09:47:37 +00:00
Michael Raskin
8ea6496a10 -
svn path=/nixpkgs/branches/stdenv-updates-merge/; revision=10823
2008-02-22 03:06:12 +00:00
Tobias Hammerschmidt
ad73224657 rxvt-unicode version 9.02, disabled embedded perl interpreter
svn path=/nixpkgs/trunk/; revision=10716
2008-02-17 18:40:53 +00:00
Ludovic Courtès
e1f2b15c70 Add GKrellM, a graphical system monitor.
svn path=/nixpkgs/trunk/; revision=10660
2008-02-13 16:38:33 +00:00
Ludovic Courtès
59a2df56b4 Add WordNet, a lexical database for English.
svn path=/nixpkgs/trunk/; revision=10659
2008-02-13 14:26:01 +00:00
Yury G. Kudryashov
81aac8d84d meta.homepage added to several packages
svn path=/nixpkgs/trunk/; revision=10417
2008-01-30 19:49:42 +00:00
Marc Weber
bea41a64b4 lyx added
svn path=/nixpkgs/trunk/; revision=10416
2008-01-30 19:38:07 +00:00
Yury G. Kudryashov
5bca69ac34 Nix-expr style review
Unneded args.something replaced with
args: with args;
line. After this line args is the only place where we can recieve variables from.

Also removed several
buildInputs = [];
lines.

svn path=/nixpkgs/trunk/; revision=10415
2008-01-30 17:20:48 +00:00
Marc Weber
eb1c82d901 pgadmin3 added
svn path=/nixpkgs/trunk/; revision=10369
2008-01-29 01:24:54 +00:00
Yury G. Kudryashov
f770e3f43c maxima: using mirror://sf
svn path=/nixpkgs/trunk/; revision=10362
2008-01-28 19:50:23 +00:00
Yury G. Kudryashov
5dcb97fcc1 djvulibre: Qt3 frontend is optional
svn path=/nixpkgs/trunk/; revision=10354
2008-01-28 19:48:08 +00:00
Yury G. Kudryashov
6f8379d175 xterm: using versioned tarball, upgrade go 231
svn path=/nixpkgs/trunk/; revision=10333
2008-01-28 19:40:08 +00:00
Yury G. Kudryashov
8779bd4232 Removed unneeded cmake dependency for blender
svn path=/nixpkgs/trunk/; revision=10332
2008-01-28 19:39:27 +00:00
Andres Löh
55b660a13a for xterm:
* update version number
* enable unicode support

svn path=/nixpkgs/trunk/; revision=10167
2008-01-16 09:13:52 +00:00
Wouter den Breejen
38388bb4b1 Version 231 of xterm
svn path=/nixpkgs/trunk/; revision=10143
2008-01-14 15:33:13 +00:00
Wouter den Breejen
8a71f36150 The sources of xterm have changed again...
svn path=/nixpkgs/trunk/; revision=10142
2008-01-14 15:18:11 +00:00
Marc Weber
763ac687b2 Thanks to Tobias Hammerschmidt new updated version of rxvt-unicode
svn path=/nixpkgs/trunk/; revision=10043
2008-01-01 19:50:52 +00:00
Armijn Hemel
7303789d88 update pinfo, needs some extra deps
svn path=/nixpkgs/trunk/; revision=10034
2007-12-31 23:38:10 +00:00
Michael Raskin
4290be9a99 Various fixes to lessen reliance on nix.cs.uu.nl for tarballs; version bumps for unavailabel tarballs; ATI driver builds now
svn path=/nixpkgs/trunk/; revision=9952
2007-12-18 22:56:12 +00:00
Marc Weber
152d8c77da freemind (mind mapping tool) added
svn path=/nixpkgs/trunk/; revision=9921
2007-12-12 06:42:37 +00:00
Marc Weber
c301e2dc31 qgis expression
svn path=/nixpkgs/trunk/; revision=9904
2007-12-11 00:14:21 +00:00
Michael Raskin
41ecc6941b svn path=/nixpkgs/trunk/; revision=9861 2007-12-04 22:06:13 +00:00
Marc Weber
30669073d5 blender default.nix
svn path=/nixpkgs/trunk/; revision=9813
2007-12-01 18:05:26 +00:00
Wouter den Breejen
040966d95d This is a quote from http://www.johannes-bauer.com/xpdf/xpdf.php, any moral issues can be posted on the mailing list ;) "If you are the proud owner of a proprietary PDF-Creator like "Adobe Acrobat" you probably have noticed that it gives you the option to make the resulting PDF protected in a way that you cannot copy any text from it or that you cannot extract the pictures within. What a nice little feature. Now what this technically does is to set a flag in the PDF telling the reader program "Please don't let the mean user copy any content from me! ". However, the whole process relies on the reader progam (like "Adobe Acrobat Reader" or "xpdf", in our case) to obey the request of the PDF creator. Now at this point, xpdf really pissed me off. Because it really does obey the completely non-sensical request of the PDF creator. Probably because of some legal trouble which Adobe might give them if they did not obey it. But logically there is absolutely no reason to restrict the extraction of text of graphical images from a PDF file. Text I could read and type it in again. Pictures I could photograph off my PC screen. It's completely moronic. It's Adobe. Plus some people at my college think it's protecting their documents well. They seem to believe that content which is made for education should under no circumstances leak to the outside - somebody could maybe learn something! It would be a disaster! It is obvious they're morons. This patch just proves my point."
svn path=/nixpkgs/trunk/; revision=9765
2007-11-20 17:27:24 +00:00
Yury G. Kudryashov
8294a83e5d gphoto2 upgraded to 2.4.0
svn path=/nixpkgs/trunk/; revision=9722
2007-11-16 17:28:17 +00:00
Marc Weber
1627b94ee7 implemented proposal by niksnut.
Now you have to use either date= or tag= when specifying cvs revision

svn path=/nixpkgs/trunk/; revision=9661
2007-11-13 01:26:54 +00:00
Marc Weber
7a9d92486f Synergy added and fetchcvs modified (see mailinglist post)
svn path=/nixpkgs/trunk/; revision=9624
2007-11-11 08:16:23 +00:00
Marc Weber
16d701c9ab rxvt-unicode and jdk update provided by Tobias Hammerschmidt
svn path=/nixpkgs/trunk/; revision=9561
2007-10-31 12:17:14 +00:00
Michael Raskin
f5f830802a Mentioned installPhase. Ugly but working for setup.sh, the only way for new setup-*.sh
svn path=/nixpkgs/trunk/; revision=9531
2007-10-26 05:45:20 +00:00
Michael Raskin
004057ea50 Fixed xmove to work with unrecognizable hostnames as with localhost
svn path=/nixpkgs/trunk/; revision=9530
2007-10-26 05:44:38 +00:00
Marc Weber
02ff4fc875 This nix expression is conributed by Tobias Hammerschmidt as well
svn path=/nixpkgs/trunk/; revision=9525
2007-10-26 00:54:19 +00:00
Marc Weber
e87c6a6793 sox, ffmpeg_svn expressions added
ghcPkgUtil defines a function to create setup-hook 
- creating a packagedatabase (nix-support/package.conf)
- adding it to GHC_PACKAGE_PATH
see comments for details

svn path=/nixpkgs/trunk/; revision=9500
2007-10-22 00:51:40 +00:00
Eelco Dolstra
17dccfe4f4 * Add cdrkit instead of cdrtools to the channel.
svn path=/nixpkgs/trunk/; revision=9484
2007-10-19 14:16:43 +00:00
Eelco Dolstra
459b386ff9 * xpdf updated to 3.02pl1. Also patch its configuration file so that
it uses the Base-14 fonts from Ghostscript.

svn path=/nixpkgs/trunk/; revision=9396
2007-10-03 12:16:48 +00:00
Michael Raskin
8036507a29 Added maxima
svn path=/nixpkgs/trunk/; revision=9372
2007-09-26 00:19:26 +00:00
Marc Weber
8942d938de flite added and added mplayer derivation with esound and new configuration style support (still a mess but works)
svn path=/nixpkgs/trunk/; revision=9326
2007-09-17 23:24:58 +00:00
Marc Weber
3907405619 sbagen (binaural sound generator) added
svn path=/nixpkgs/trunk/; revision=9317
2007-09-12 10:56:56 +00:00
Marc Weber
8907d0ba89 d4x (gui downloader for X) added
svn path=/nixpkgs/trunk/; revision=9304
2007-09-11 19:27:25 +00:00
Eelco Dolstra
ea9667ab18 * Fixed some more URLs.
svn path=/nixpkgs/trunk/; revision=9294
2007-09-11 11:15:37 +00:00
Marc Weber
3c596b4e2c rxvt added
svn path=/nixpkgs/trunk/; revision=9256
2007-09-05 08:25:23 +00:00
Marc Weber
121ab831d7 mrxvt terminal emulator supporting bg images added
svn path=/nixpkgs/trunk/; revision=9255
2007-09-04 20:06:18 +00:00
Marc Weber
9b6d60f961 svn path=/nixpkgs/trunk/; revision=9250 2007-09-04 13:26:33 +00:00
Marc Weber
088a6817db added:
dnsmasq, uisp, fltk libixp_for_wmii, acerhk kernel module, reiserfsprogs, radeontools, msmtp,
procmail, pstree, gxemul

changed:
umlutilities to also support building tunctl optionally (needing kernel header files)
wmii updated and wmiimenu added                                                 

svn path=/nixpkgs/trunk/; revision=9242
2007-09-03 12:10:57 +00:00
Eelco Dolstra
544cb9cb83 * Rewrite all URLs to GNU mirrors to mirror://gnu/.
svn path=/nixpkgs/trunk/; revision=9201
2007-08-27 13:42:00 +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
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
e00feaaad1 * added gv (ghostscript-with-X is a dependency)
svn path=/nixpkgs/trunk/; revision=9122
2007-08-14 14:09:58 +00:00
Michael Raskin
26ad059fb5 Added cdrkit to burn DVDs.
svn path=/nixpkgs/trunk/; revision=8958
2007-07-07 22:31:37 +00:00
Michael Raskin
c02cfe4fbe Added DjVuLibre
svn path=/nixpkgs/trunk/; revision=8938
2007-07-01 20:11:32 +00:00
Michael Raskin
d80093f2ff Added version suffixes.
svn path=/nixpkgs/trunk/; revision=8921
2007-06-26 12:13:17 +00:00
Michael Raskin
cc85843116 Added xmove - proxy X server which can move its clients to another one.
Useful with Xvfb - so you can save your X session during needed 
reload of X.


svn path=/nixpkgs/trunk/; revision=8917
2007-06-25 21:46:18 +00:00
Eelco Dolstra
d03cc6bcf3 * Latest Xpdf.
svn path=/nixpkgs/trunk/; revision=8543
2007-04-05 09:09:10 +00:00
Eelco Dolstra
b979dff808 * Purify Adobe Reader.
svn path=/nixpkgs/trunk/; revision=8173
2007-03-04 23:46:11 +00:00
Eelco Dolstra
a2e7375459 * Add an platform assertion.
svn path=/nixpkgs/trunk/; revision=8039
2007-02-25 09:48:07 +00:00
Eelco Dolstra
c036d1d48f * Adobe Reader 7.0.9.
* Renamed the Flash Player directories.

svn path=/nixpkgs/trunk/; revision=7831
2007-02-01 15:07:52 +00:00
Eelco Dolstra
b90781ec21 * Renamed orig-glibc -> orig-libc in some places, and in others, use
the new $NIX_GCC/nix-support/dynamic-linker file to locate the
  dynamic linker directly (don't hardcode ld-linux.so.2).

svn path=/nixpkgs/trunk/; revision=6873
2006-10-27 12:43:32 +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
368c196a62 * More descriptions.
svn path=/nixpkgs/trunk/; revision=6709
2006-10-12 10:53:16 +00:00
Eelco Dolstra
6006d61835 * Added a bunch of descriptions.
svn path=/nixpkgs/trunk/; revision=6705
2006-10-11 16:45:55 +00:00
Armijn Hemel
9ecd455774 update to 2.2.0
svn path=/nixpkgs/trunk/; revision=5627
2006-07-06 21:12:18 +00:00
Armijn Hemel
d511baa7d9 add security patch
svn path=/nixpkgs/trunk/; revision=5591
2006-07-05 14:00:05 +00:00
Eelco Dolstra
8a58852d9d * Update or disable some stuff.
svn path=/nixpkgs/trunk/; revision=5509
2006-06-24 10:26:52 +00:00
Eelco Dolstra
6717cab0b2 * Don't delete the search plugin.
svn path=/nixpkgs/trunk/; revision=5433
2006-06-13 20:59:16 +00:00
Eelco Dolstra
4acfb1a684 * More examples of interpolation.
svn path=/nixpkgs/trunk/; revision=5244
2006-05-01 15:25:17 +00:00
Eelco Dolstra
d56e3d6f5a * Use string interpolation.
svn path=/nixpkgs/trunk/; revision=5243
2006-05-01 14:53:08 +00:00
Armijn Hemel
ba18de03b9 generic unpacker for some firmware which needs to be uploaded
svn path=/nixpkgs/trunk/; revision=5166
2006-04-18 11:01:59 +00:00
Armijn Hemel
8292f5c856 add bluetooth utilities (without libusb and openobex support though)
svn path=/nixpkgs/trunk/; revision=5165
2006-04-18 10:53:45 +00:00
Eelco Dolstra
321e4da7e8 * Copy more files.
svn path=/nixpkgs/trunk/; revision=4646
2006-01-31 16:37:40 +00:00
Armijn Hemel
6d76f21f43 add gphoto2
svn path=/nixpkgs/trunk/; revision=4638
2006-01-31 14:22:08 +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
Armijn Hemel
cb27290a7a add xterm. Untested in NixOS (but will be in 10 minutes)
svn path=/nixpkgs/trunk/; revision=4604
2006-01-26 20:45:11 +00:00
Eelco Dolstra
4d905aa2ed * Added the Emacs 22.0 branch with anti-aliasing (Xft) support.
* Added an option to Adobe Reader to make it start faster (by deleting
  all the plugins).

svn path=/nixpkgs/trunk/; revision=4406
2005-12-22 10:49:43 +00:00
Eelco Dolstra
82e678362f * "." -> "source".
svn path=/nixpkgs/trunk/; revision=4335
2005-12-05 14:11:09 +00:00
Eelco Dolstra
db8da13e0d * Added t1lib, a library for Type 1 font support. Enabled it in xpdf.
svn path=/nixpkgs/trunk/; revision=4328
2005-12-02 23:21:40 +00:00
Eelco Dolstra
6281842b45 * Added Lesstif (a Motif clone).
* Enabled the actual xpdf GUI in xpdf.

svn path=/nixpkgs/trunk/; revision=4327
2005-12-02 22:49:51 +00:00
Armijn Hemel
f880e6e099 add xpdf
svn path=/nixpkgs/trunk/; revision=4311
2005-11-27 21:06:08 +00:00
Armijn Hemel
79036a1c87 add pinfo, a viewer for GNU info files for people who are used to sensible navigation in applications
svn path=/nixpkgs/trunk/; revision=4278
2005-11-13 15:02:31 +00:00
Eelco Dolstra
e542ee6e4f * Build Acrobat Reader with Xinerama support. May or may not be useful.
svn path=/nixpkgs/trunk/; revision=4181
2005-11-01 11:34:47 +00:00
Eelco Dolstra
33eee5d50d * wxGTK 2.6.
* Also updated chmlib, xchm.

svn path=/nixpkgs/trunk/; revision=4109
2005-10-19 15:15:37 +00:00
Eelco Dolstra
3c1c258aa5 * Use PatchELF 0.1.
svn path=/nixpkgs/trunk/; revision=4062
2005-10-11 13:31:33 +00:00
Eelco Dolstra
1dbb681b29 * Acrobat Reader updated to 7.0.1. Also use the new patchelf to
remove the need for a wrapper script.

svn path=/nixpkgs/trunk/; revision=3996
2005-10-02 22:24:09 +00:00
Armijn Hemel
6ef2284079 add cdrtools. There are some references to some package in /opt/schily, which I haven't checked out completely yet...
svn path=/nixpkgs/trunk/; revision=3755
2005-08-30 19:41:10 +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
25584bc99d * The hash of the Acrobat Reader tarball changed.
svn path=/nixpkgs/trunk/; revision=3024
2005-05-10 14:28:36 +00:00
Eelco Dolstra
cb751bd5c0 * Adobe Reader 7.0. The PPKLite module (whatever that is) is disabled
because it needs the LDAP libraries, and I'm too lazy to add them
  now.

svn path=/nixpkgs/trunk/; revision=2457
2005-03-25 15:13:46 +00:00
Eelco Dolstra
47d7e060a5 * Acrobat Reader upgraded to 5.0.10.
* Removed acroread dependency on patchelf (it's in stdenv).

svn path=/nixpkgs/trunk/; revision=2418
2005-03-15 15:16:40 +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
a44af44555 * Example 2.
svn path=/nixpkgs/trunk/; revision=1703
2004-11-05 20:54:19 +00:00
Eelco Dolstra
90fc1d314c * Sync example with manual.
svn path=/nixpkgs/trunk/; revision=1687
2004-11-04 20:19:42 +00:00
Eelco Dolstra
f8718c601f * Added Acrobat Reader. Thanks to patchelf this is entirely pure.
svn path=/nixpkgs/trunk/; revision=1507
2004-09-25 20:27:40 +00:00
Eelco Dolstra
32e4b9928d * Added xchm, a Windows help viewer for X.
svn path=/nixpkgs/trunk/; revision=923
2004-04-06 17:47:34 +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
256aec2e56 * Added GNU hello.
svn path=/nixpkgs/trunk/; revision=555
2003-11-27 12:09:22 +00:00