Commit graph

809 commits

Author SHA1 Message Date
Ludovic Courtès c2199227b4 Add Rubber, a LaTeX wrapper that does the right thing.
svn path=/nixpkgs/trunk/; revision=14551
2009-03-16 10:42:51 +00:00
Eelco Dolstra 46f7027688 * Reverted r14547, r14526 -> these belong in the stdenv-branch.
svn path=/nixpkgs/trunk/; revision=14549
2009-03-16 10:00:26 +00:00
Ludovic Courtès a8c3cbdf0b Sudo: Set the right LOGFILE' and TIMEDIR' paths.
This fixes `sudo' so that it can actually remember your password
across invocations.


svn path=/nixpkgs/trunk/; revision=14548
2009-03-16 08:31:23 +00:00
Marc Weber 9e82d3dd08 version bump to coreutils-7.1
7.1 adds the new flag iflag=fullblock!

This line without fullblock copies a different amount of data each
time !
cat /dev/zero | dd iflag=fullblock bs=1M count=1000 of=/dev/null;

svn path=/nixpkgs/trunk/; revision=14547
2009-03-16 00:20:34 +00:00
Ludovic Courtès d9cfe67b9f lsh: Change the PAM service name in accordance with NixOS (had forgotten to commit it).
svn path=/nixpkgs/trunk/; revision=14542
2009-03-15 14:11:21 +00:00
Eelco Dolstra d574d882cc * curl 7.19.4.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14507
2009-03-11 15:16:17 +00:00
Eelco Dolstra 29daeec109 * pciutils: build a shared libpci.
* pciutils: updated to the latest pci.ids.

svn path=/nixpkgs/trunk/; revision=14490
2009-03-10 12:25:45 +00:00
Eelco Dolstra 5c7cd50c25 * Latest unstable version.
svn path=/nixpkgs/trunk/; revision=14465
2009-03-09 15:27:23 +00:00
Peter Simons f8c360148e Moved python stringtemplate library from tools/text/py-string-template
to development/python-modules/stringtemplate.

svn path=/nixpkgs/trunk/; revision=14455
2009-03-09 10:46:42 +00:00
Ludovic Courtès 01a662d3e0 GNU Tar 1.22 (untested).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14433
2009-03-07 11:35:18 +00:00
Ludovic Courtès 70657dbb83 GnuPG 2.0.11.
svn path=/nixpkgs/trunk/; revision=14329
2009-03-04 13:41:52 +00:00
Marc Weber b288a02e9a nixUnstable version bump to 0.13pre14314
svn path=/nixpkgs/trunk/; revision=14326
2009-03-04 12:08:56 +00:00
Marc Weber 62a0aafa04 nixUnstable version bump to 0.13pre13641
svn path=/nixpkgs/trunk/; revision=14325
2009-03-04 12:08:51 +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
Eelco Dolstra f468a5597a * Install a libbz2.so symlink. Otherwise, programs that link against
-lbz2 will get libbz2.a, which is generally not what we want.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14307
2009-03-03 10:42:51 +00:00
Armijn Hemel 2d1a047761 add stunnel
svn path=/nixpkgs/trunk/; revision=14301
2009-03-02 15:23:52 +00:00
Eelco Dolstra 30d188f92d * Graphviz 2.20.3.
svn path=/nixpkgs/trunk/; revision=14281
2009-02-27 15:36:14 +00:00
Marc Weber 6a1ecaee94 added tightvnc note about solving connecting trouble
svn path=/nixpkgs/trunk/; revision=14260
2009-02-26 13:16:25 +00:00
Lluís Batlle i Rossell a54392bc53 Adding nylon.
svn path=/nixpkgs/trunk/; revision=14254
2009-02-25 23:21:44 +00:00
Lluís Batlle i Rossell 17abbe36d4 Adding remind and netpbm (maybe without all possible programs).
I agree the netpbm installation script is quite ugly, but I left a comment there.

svn path=/nixpkgs/trunk/; revision=14253
2009-02-25 22:44:08 +00:00
Sander van der Burg 3a1c208a69 Added pycups,desktop_file_utils,system_config_printer packages and added python kdebindings closure
svn path=/nixpkgs/trunk/; revision=14246
2009-02-25 16:05:13 +00:00
Marc Weber c0dd6fd3c9 telling gnu id utils that .nix files should be treated as text
svn path=/nixpkgs/trunk/; revision=14237
2009-02-25 04:53:06 +00:00
Eelco Dolstra 7c45744373 * Urhg. Dpkg releases tend to just disappear...
svn path=/nixpkgs/trunk/; revision=14203
2009-02-23 11:53:31 +00:00
Ludovic Courtès f0c728ba53 GNU Coreutils 7.1.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14196
2009-02-22 23:04:15 +00:00
Lluís Batlle i Rossell 704e085bfc Updating ts version.
svn path=/nixpkgs/trunk/; revision=14150
2009-02-21 17:57:37 +00:00
Lluís Batlle i Rossell 39cea05305 Updating task spooler from 0.6.2 to 0.6.3.
svn path=/nixpkgs/trunk/; revision=14120
2009-02-18 22:45:01 +00:00
Eelco Dolstra 0a11c62147 * Updated cksfv to a version that does compile on GCC 4.3.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14102
2009-02-17 15:45:51 +00:00
Marc Weber 394be4b2e1 parted version bump to 1.8.8 and passing --disable-Werror
to get rid of compile time warnings causing build failure

svn path=/nixpkgs/trunk/; revision=14082
2009-02-14 23:44:08 +00:00
Marc Weber 0d159e6a10 version bump sudo to 1.7.0
svn path=/nixpkgs/trunk/; revision=14079
2009-02-13 18:54:56 +00:00
Marc Weber f3aee4d107 at version bump to 3.1.10.2
svn path=/nixpkgs/trunk/; revision=14078
2009-02-13 18:06:25 +00:00
Eelco Dolstra 48eb3bd187 * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14073
2009-02-13 13:49:29 +00:00
Marc Weber c1b79a5b5d Revert "added cgdb (ncrurses based gdb frontend)" and dooh commit.
gdb does have a curses based interface as itself (try ctrl-x o)

svn path=/nixpkgs/trunk/; revision=14069
2009-02-13 12:04:41 +00:00
Eelco Dolstra 013d8e5e3a * Fix building on Darwin.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14061
2009-02-12 22:03:32 +00:00
Eelco Dolstra 390695e73f * Sync with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14057
2009-02-12 21:16:55 +00:00
Marc Weber 15962e240e doh
svn path=/nixpkgs/trunk/; revision=14056
2009-02-12 20:54:31 +00:00
Marc Weber f936925abf added cgdb (ncrurses based gdb frontend)
svn path=/nixpkgs/trunk/; revision=14055
2009-02-12 20:52:49 +00:00
Eelco Dolstra 7bf6d9cbdf * cpio: apply a patch from Gentoo to make it build on GCC 4.3.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14046
2009-02-12 19:04:44 +00:00
Ludovic Courtès 9e2fb3fe06 GNU grep 2.5.4 (untested).
svn path=/nixpkgs/branches/stdenv-updates/; revision=14024
2009-02-10 22:46:00 +00:00
Eelco Dolstra 3989a4ed4a * gcc.gcc may be null.
svn path=/nixpkgs/trunk/; revision=14023
2009-02-10 16:09:43 +00:00
Michael Raskin 646767fdec Fixing Cuneiform for non-Linux platform
svn path=/nixpkgs/trunk/; revision=14020
2009-02-10 13:54:05 +00:00
Michael Raskin 921b7d3c69 Added Cuneiform OCR. Works somehow..
svn path=/nixpkgs/trunk/; revision=14015
2009-02-09 20:37:11 +00:00
Lluís Batlle i Rossell 0f6908ca75 Updating dosfstools to 3.01. Removing selectVersion.
(3.00deb urls weren't working)

svn path=/nixpkgs/trunk/; revision=14007
2009-02-08 16:28:12 +00:00
Peter Simons ecddd8b472 Added syslog-ng (and the eventlog library that it depends on).
svn path=/nixpkgs/trunk/; revision=13988
2009-02-05 16:50:45 +00:00
Eelco Dolstra 6ed4aa7ecb * Qt updated to 4.4.3 in preparation of upgrading KDE to 4.2.
svn path=/nixpkgs/trunk/; revision=13974
2009-02-03 16:32:56 +00:00
Lluís Batlle i Rossell 95f38fc409 Fixing the aircrack-ng build, so it doesn't depend on any profile
and points, as usual, only to the store for its dependencies.

svn path=/nixpkgs/trunk/; revision=13965
2009-02-02 21:57:18 +00:00
Lluís Batlle i Rossell db6973610c Updating cromfs to the just released 1.5.7.
svn path=/nixpkgs/trunk/; revision=13964
2009-02-02 21:56:29 +00:00
Eelco Dolstra 37b9b420cb * Sync with trunk. Back to gtkLibs214.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13960
2009-02-02 15:44:04 +00:00
Eelco Dolstra 637fb9696d * Update the PAM patch for coreutils 7.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13954
2009-02-02 14:42:00 +00:00
Eelco Dolstra c696ea1326 * wget 1.11.4.
svn path=/nixpkgs/trunk/; revision=13948
2009-02-02 12:33:40 +00:00
Lluís Batlle i Rossell 2037ddccb0 Adding aircrack-ng.
svn path=/nixpkgs/trunk/; revision=13936
2009-02-01 21:21:12 +00:00
Armijn Hemel 6aebc2b1a7 version bump to 2.20
svn path=/nixpkgs/trunk/; revision=13929
2009-02-01 18:56:01 +00:00
Michael Raskin cdf5d243a0 Adding ppp and rp-pppoe for different point-to-point connectivity situations. Not tested for trivial reasons, but built OK
svn path=/nixpkgs/trunk/; revision=13925
2009-02-01 13:54:20 +00:00
Ludovic Courtès 6646f2e8e1 GNU Inetutils 1.6.
svn path=/nixpkgs/trunk/; revision=13920
2009-01-30 23:38:02 +00:00
Eelco Dolstra 1c623126c7 * Use the sh from klibc in the bootstrap. It's a lot smaller than
bash.  Also, use the cpio from klibc instead of tar.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13905
2009-01-29 17:48:45 +00:00
Eelco Dolstra e8a9844354 svn path=/nixpkgs/branches/stdenv-updates/; revision=13902 2009-01-29 16:08:03 +00:00
Eelco Dolstra 88c502217b * coreutils 7.0 already has the backwards compatibility patch for old
Linux kernels.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13875
2009-01-27 10:51:54 +00:00
Ludovic Courtès 6927ec314e GNU Coreutils 7.0.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13829
2009-01-24 19:05:35 +00:00
Eelco Dolstra c91168a600 * Bootstrap tools: build on x86_64-linux.
* Removed Perl from the bootstrap tools.

svn path=/nixpkgs/branches/stdenv-updates/; revision=13827
2009-01-23 15:09:56 +00:00
Eelco Dolstra 4274b92cda * Remove unused versions of tar.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13826
2009-01-23 10:55:41 +00:00
Eelco Dolstra 3709e0e666 * GNU sed 4.1.2: obsolete.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13825
2009-01-23 10:50:53 +00:00
Eelco Dolstra d73c2175e0 * lzma 4.32.7.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13818
2009-01-21 16:07:31 +00:00
Eelco Dolstra 581af921ea * Latest OpenSSL, Curl.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13817
2009-01-21 14:11:22 +00:00
Marc Weber 0ad62a0edb adding gitAttr
now containing qgit, stgit, topGit, hg2git
updating gitGit (git dev version), adding qgit-git (dev version)

svn path=/nixpkgs/trunk/; revision=13816
2009-01-20 22:15:42 +00:00
Eelco Dolstra 88ba45c499 svn path=/nixpkgs/branches/stdenv-updates/; revision=13791 2009-01-16 17:13:35 +00:00
Eelco Dolstra 4998f96209 * GNU tar 1.21.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13787
2009-01-16 16:11:22 +00:00
Eelco Dolstra c1579d2e78 * stdenv branch: synced with the trunk.
svn path=/nixpkgs/branches/stdenv-updates/; revision=13785
2009-01-16 10:59:27 +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 abfb6c220d GnuPG 2.0.10.
svn path=/nixpkgs/trunk/; revision=13749
2009-01-12 20:20:18 +00:00
Eelco Dolstra dda1e103fc * Latest Grub patches from Gentoo. In particular adds support for
booting from ext4.

svn path=/nixpkgs/trunk/; revision=13741
2009-01-12 12:39:16 +00:00
Ludovic Courtès 68eec57920 GNU Troff 1.20.1.
svn path=/nixpkgs/trunk/; revision=13733
2009-01-10 23:35:15 +00:00
Eelco Dolstra d15a5e9625 * Get rid of references to losser.st-lab.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13707
2009-01-05 14:01:42 +00:00
Michael Raskin 772b50f138 Added cromfs - patch by Lluis Batlle
svn path=/nixpkgs/trunk/; revision=13700
2009-01-04 17:24:11 +00:00
Michael Raskin b9b8abb1cb Removing unnecessary sed invokation for ts - patch by Lluis Batlle
svn path=/nixpkgs/trunk/; revision=13699
2009-01-04 17:21:29 +00:00
Michael Raskin b04fc9492c Adding dar (disk archiver with indexable archives) - patch by Lluis Batlle
svn path=/nixpkgs/trunk/; revision=13695
2009-01-03 15:11:52 +00:00
Michael Raskin 8f4c32886a Updated ts task spooler; patch by Lluis Batlle
svn path=/nixpkgs/trunk/; revision=13687
2009-01-02 16:33:39 +00:00
Ludovic Courtès f64c0bc28e Add Namazu, a full-text search engine.
svn path=/nixpkgs/trunk/; revision=13655
2008-12-17 17:09:29 +00:00
Ludovic Courtès 01545132b4 Cdrkit 1.1.9.
svn path=/nixpkgs/trunk/; revision=13647
2008-12-16 14:06:46 +00:00
Eelco Dolstra 2750bec889 * Latest version.
svn path=/nixpkgs/trunk/; revision=13643
2008-12-16 00:18:20 +00:00
Eelco Dolstra d25aa3c8a5 * checkinstall: build properly on x86_64.
* checkinstall: get rid of the RUNPATH in the LD_PRELOAD library so
  that it works with native Glibc (e.g. in VM builds).
* debBuild: use our own checkinstall.  In particular this allows us to
  build Debs on x86_64.

svn path=/nixpkgs/trunk/; revision=13608
2008-12-10 17:12:19 +00:00
Eelco Dolstra e31341510d * Merged from the trunk. Let's see how well this works with
Subversion 1.5...

svn path=/nixpkgs/branches/stdenv-updates/; revision=13601
2008-12-10 09:59:21 +00:00
Eelco Dolstra 016e2d912e * Name attribute did not match the actual version.
svn path=/nixpkgs/trunk/; revision=13600
2008-12-09 13:52:37 +00:00
Ludovic Courtès 6d92197ffd Pinentry 0.7.5.
svn path=/nixpkgs/trunk/; revision=13597
2008-12-08 21:22:20 +00:00
Michael Raskin d49a6f0641 Starting migrating old builderDefs packages to builderDefsPackage style.
svn path=/nixpkgs/trunk/; revision=13591
2008-12-04 21:01:26 +00:00
Eelco Dolstra f679021d11 * OpenSSH updated to 5.1p1.
svn path=/nixpkgs/trunk/; revision=13579
2008-12-04 13:16:38 +00:00
Ludovic Courtès e442925ccd Add Jnettop, a network traffic visualizer.
svn path=/nixpkgs/trunk/; revision=13564
2008-12-03 14:22:55 +00:00
Eelco Dolstra 9f206fb8f9 * Use the latest unstable Nix.
svn path=/nixpkgs/trunk/; revision=13503
2008-11-28 18:43:19 +00:00
Eelco Dolstra 31d4efb9d7 * Oops.
svn path=/nixpkgs/trunk/; revision=13486
2008-11-28 13:09:07 +00:00
Eelco Dolstra 60431bb1e8 * Install the man page.
svn path=/nixpkgs/trunk/; revision=13485
2008-11-28 13:06:54 +00:00
Ludovic Courtès 31c156de83 Add `host', a DNS query utility.
svn path=/nixpkgs/trunk/; revision=13459
2008-11-27 13:54:49 +00:00
Ludovic Courtès f38077a30e vpnc 0.5.3.
svn path=/nixpkgs/trunk/; revision=13457
2008-11-27 10:32:47 +00:00
Marc Weber 79536f8240 fix fcron: don't check for /var/setuid-wrappers/sendmail
svn path=/nixpkgs/trunk/; revision=13435
2008-11-26 14:38:16 +00:00
Eelco Dolstra c90bd0756c * Automatically build Debian packages using checkinstall, as suggested
by Pjotr Prins a while back.  This could also be used to generate
  RPMs for packages that don't have a spec-file.

* Added checkinstall to Nixpkgs.  However we don't use our own build
  yet because with it "make install" segfaults in a Debian VM, while
  the pre-built binary does work.

svn path=/nixpkgs/trunk/; revision=13400
2008-11-25 02:20:41 +00:00
Michael Raskin 044c4dfe9f Fix shebang in more scripts...
svn path=/nixpkgs/trunk/; revision=13393
2008-11-24 22:36:39 +00:00
Marc Weber 6fb6ecff1e fix fcron: don't try to create /etc/fcron.{allow,deny,conf}
svn path=/nixpkgs/trunk/; revision=13391
2008-11-24 22:30:58 +00:00
Marc Weber 26212b62c7 (last) fcron fix for now because the service works as expected
svn path=/nixpkgs/trunk/; revision=13368
2008-11-22 16:57:31 +00:00
Marc Weber eb0f06a162 default locations for fcron config settings (don't use store path)
svn path=/nixpkgs/trunk/; revision=13366
2008-11-21 23:53:31 +00:00
Eelco Dolstra a4a95f2962 * Latest stable, unstable releases.
svn path=/nixpkgs/trunk/; revision=13365
2008-11-21 17:06:49 +00:00
Michael Raskin a0604dd47b Added qrencode and qrdecode - tools for QR code. Qrdecode behaves strangely (Debian package does the same, so probably upstream bug)
svn path=/nixpkgs/trunk/; revision=13304
2008-11-15 17:54:09 +00:00
Eelco Dolstra 6a05e154a8 * Get rid of nix-static, it's no longer needed and horribly
out-dated.

svn path=/nixpkgs/trunk/; revision=13300
2008-11-14 16:59:02 +00:00
Eelco Dolstra aa84bce64d * Get rid of all references to nix.cs.uu.nl.
svn path=/nixpkgs/trunk/; revision=13299
2008-11-14 16:57:19 +00:00