Commit graph

326 commits

Author SHA1 Message Date
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
Andres Löh 1cb9fc74b7 * added propagated-user-env-packages for lhs2tex and polytable
svn path=/nixpkgs/trunk/; revision=9195
2007-08-24 20:15:00 +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
Armijn Hemel 5021eefe40 0.6 -> 0.8
svn path=/nixpkgs/trunk/; revision=9182
2007-08-21 20:51:34 +00:00
Eelco Dolstra 2f21c59a3f * Use FontForge to give Wine better fonts.
svn path=/nixpkgs/trunk/; revision=9181
2007-08-21 12:31:33 +00:00
Michael Raskin 8fd03a4dac Added wvVare - tools for converting Microsoft Word formats to usable ones.
svn path=/nixpkgs/trunk/; revision=9152
2007-08-18 08:32:12 +00:00
Eelco Dolstra eeb42a6dae * Doh.
svn path=/nixpkgs/trunk/; revision=9149
2007-08-17 13:37:53 +00:00
Eelco Dolstra f3b3d53600 * Sudo 1.6.9p4.
svn path=/nixpkgs/trunk/; revision=9148
2007-08-17 13:37:28 +00:00
Armijn Hemel e08a441603 add axel, a downloader with support for multiple connection for faster downloading
svn path=/nixpkgs/trunk/; revision=9139
2007-08-16 19:50:59 +00:00
Eelco Dolstra 6f1ad6fd79 * Function `writeScript' which is like writeText but makes its output executable.
* Latest unstable Nix.

svn path=/nixpkgs/trunk/; revision=9123
2007-08-14 16:41:41 +00:00
Eelco Dolstra fbfed1e2d8 * xine-lib 1.1.7, xine-ui 0.99.5.
svn path=/nixpkgs/trunk/; revision=9118
2007-08-14 12:10:11 +00:00
Michael Raskin efbabdb598 Converted Vim package to a template-based form with only lists filled in manually. Added library functions to support it. Added two proposed package templates to top-level, so that every discussion about package format can result in just editing templates or adding new ones.
svn path=/nixpkgs/trunk/; revision=9100
2007-08-11 10:34:07 +00:00
Michael Raskin 4d137ad014 Added xmacro; updated clisp - well, it compiles now...
svn path=/nixpkgs/trunk/; revision=9098
2007-08-10 18:54:44 +00:00
Eelco Dolstra 254b6fe6d3 * Added ktorrent. To use, add your ~/.nix-profile to the KDEDIRS
environment variable and rerun kbuildsycoca.  (Otherwise ktorrent
  will work, but it won't be able to find its plugins.)

svn path=/nixpkgs/trunk/; revision=9081
2007-08-09 16:55:14 +00:00
Andres Löh 7f30b40e65 * add ssmtp
still rather rough around the edges:
  - example config files are installed to $out/etc/ssmtp
  - the binary expects config files in /etc/ssmtp
  - it's the user's responsibility to add the global config files

svn path=/nixpkgs/trunk/; revision=9064
2007-08-07 22:22:31 +00:00
Andres Löh b90010367e * update sudo version
svn path=/nixpkgs/trunk/; revision=9050
2007-08-05 18:21:28 +00:00
Michael Raskin 99d499f0c8 Added X11 option for gnuplot.
svn path=/nixpkgs/trunk/; revision=9046
2007-08-04 15:11:48 +00:00
Michael Raskin 5708413b42 Added keynav.
svn path=/nixpkgs/trunk/; revision=9045
2007-08-04 13:21:09 +00:00
Michael Raskin ffc6782e4e Updated nmap; X version also builds now
svn path=/nixpkgs/trunk/; revision=9043
2007-08-04 12:49:53 +00:00
Michael Raskin ce5b2cfa14 Added lftp ftp client.
svn path=/nixpkgs/trunk/; revision=9041
2007-08-04 12:40:45 +00:00
Wouter den Breejen eb1bfefa91 Fixed a /bin/echo reference
svn path=/nixpkgs/trunk/; revision=8995
2007-07-18 10:32:20 +00:00
Michael Raskin 656cd8bf80 Added replace. Maybe abandon sed for substituteAll ?
svn path=/nixpkgs/trunk/; revision=8987
2007-07-15 11:59:33 +00:00
Michael Raskin 9e8cc9787e Added Filelight - a tool to quickly find disk eating files/directories.
svn path=/nixpkgs/trunk/; revision=8983
2007-07-14 14:41:06 +00:00
Michael Raskin f584c9fe75 Added ncat - for IPv6 support.
svn path=/nixpkgs/trunk/; revision=8964
2007-07-09 07:23:16 +00:00
Armijn Hemel 9c542effbe ed 0.6:
* few fixes
* GPLv3

svn path=/nixpkgs/trunk/; revision=8942
2007-07-02 20:26:49 +00:00
Michael Raskin 68d6762e0f I hope I disabled ncursesw in Cygwin. Also fixed device-mapper mention in system.nix. Also added pam in the list of sudo dependencies, it should be done anyway, but still only NOPASSWD entries work.
svn path=/nixpkgs/trunk/; revision=8931
2007-06-28 22:14:25 +00:00
Yury G. Kudryashov 40657fbece * ncurses: added symlinks for bynary packages linked against libncurses. Tested
with ghc. I will add 'unicode' option next check in (for cygwin).
* pidgin:  Got rid of builder.sh, added ncurses to the dependencies, so it builds
           finch.
* xorg:    Added glproto and mesaHeaders to xf86videosis dependencies. Now it
           compiles.
* pwgen:   Added.
* device-mapper: Version bump. Added 'static' option for use in initrd.
* lvm2:          Version bump. Added 'static' option for use in initrd.

svn path=/nixpkgs/trunk/; revision=8923
2007-06-28 09:53:12 +00:00
Michael Raskin d80093f2ff Added version suffixes.
svn path=/nixpkgs/trunk/; revision=8921
2007-06-26 12:13:17 +00:00
Michael Raskin 42f841bcab Added some descriptions.
svn path=/nixpkgs/trunk/; revision=8920
2007-06-26 11:49:45 +00:00
Michael Raskin 868554700b Added unrar
svn path=/nixpkgs/trunk/; revision=8916
2007-06-24 15:34:44 +00:00
Michael Raskin 53b7c42a92 Added GNU units - unit conversion tool.
svn path=/nixpkgs/trunk/; revision=8907
2007-06-20 15:15:51 +00:00
Michael Raskin 9dc9c364bc Changed DHCP expression not to fail on global /var/state installation.
svn path=/nixpkgs/trunk/; revision=8904
2007-06-20 12:45:02 +00:00
Michael Raskin 35ae2ce5c3 Adding forgot new files for sudo and BitTornado
svn path=/nixpkgs/trunk/; revision=8899
2007-06-20 09:34:42 +00:00
Eelco Dolstra fffe4c7900 * /var/state -> /var/run.
svn path=/nixpkgs/trunk/; revision=8851
2007-06-09 19:46:27 +00:00
Eelco Dolstra 97b9846c06 * Latest unstable Nix.
svn path=/nixpkgs/trunk/; revision=8823
2007-06-04 10:22:26 +00:00
Eelco Dolstra ce0fdeb20a * Latest AEFS.
svn path=/nixpkgs/trunk/; revision=8822
2007-06-03 20:17:15 +00:00
Eelco Dolstra d16ae4efcf * Added wxGTK/wxPython 2.8. However this was quite pointless as
Bittorrent is even more broken with wxPython 2.8.

svn path=/nixpkgs/trunk/; revision=8812
2007-05-31 13:43:13 +00:00
Eelco Dolstra 89a47c3feb * Added unshield, a program for unpacking InstallShield CAB files
(which are different from Windows Installer CAB files).

svn path=/nixpkgs/trunk/; revision=8797
2007-05-28 17:09:30 +00:00
Wouter den Breejen 5200276c3b nixpkgs dir: nvidia and libsrvg
svn path=/nixpkgs/trunk/; revision=8785
2007-05-28 14:10:46 +00:00
Eelco Dolstra eec1e8dc0e * New xmltv.
svn path=/nixpkgs/trunk/; revision=8779
2007-05-27 13:23:27 +00:00
Eelco Dolstra e85fb3ce90 * findutils updated to 4.2.30.
svn path=/nixpkgs/trunk/; revision=8750
2007-05-24 13:49:40 +00:00
Eelco Dolstra 1e371a927e * coreutils updated to 6.9 (NIXPKGS-50).
svn path=/nixpkgs/trunk/; revision=8749
2007-05-24 13:48:47 +00:00
Eelco Dolstra b216fc8bc4 * gzip 1.3.12 (NIXPKGS-53). Note that gunzip and zcat are scripts
now instead of (sym)links.

svn path=/nixpkgs/trunk/; revision=8745
2007-05-24 13:38:12 +00:00
Eelco Dolstra fba07b7840 * bzip2 1.0.4 (NIXPKGS-57).
svn path=/nixpkgs/trunk/; revision=8744
2007-05-24 13:37:03 +00:00
Eelco Dolstra fe25567984 * Patch to make tar shut up about timestamps of 0 (1-1-1970 00:00:00
UTC).  (NIXPKGS-46)

svn path=/nixpkgs/trunk/; revision=8743
2007-05-24 13:35:44 +00:00
Eelco Dolstra c44f77bbdf * curl 7.16.2 (NIXPKGS-55). The CXXCPP patch doesn't seem to be
necessary anymore.

svn path=/nixpkgs/trunk/; revision=8742
2007-05-24 13:34:34 +00:00
Eelco Dolstra 1852a7d0f3 * Install ssh-copy-id from the contrib directory.
svn path=/nixpkgs/trunk/; revision=8700
2007-05-15 13:10:41 +00:00
Armijn Hemel 605ddb67d7 2.2.4 -> 2.2.5
svn path=/nixpkgs/trunk/; revision=8688
2007-05-14 10:52:00 +00:00
Armijn Hemel 35bc49bc3a vncviewer 1.3.9
svn path=/nixpkgs/trunk/; revision=8686
2007-05-14 01:31:43 +00:00