Commit graph

183 commits

Author SHA1 Message Date
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
Armijn Hemel ec9d5c9471 update to 2.1.1
svn path=/nixpkgs/trunk/; revision=9187
2007-08-22 12:29:26 +00:00
Eelco Dolstra b5db5e6e61 * Fix /bin/pwd and /bin/ls so that `firefox <filename>' works on
NixOS.

svn path=/nixpkgs/trunk/; revision=9173
2007-08-20 13:04:14 +00:00
Michael Raskin 282c064669 Moved pidgin-latex to pidgin-plugins, added aggregatable link for pidgin-otr.
svn path=/nixpkgs/trunk/; revision=9147
2007-08-17 09:31:09 +00:00
Armijn Hemel c8c3eb7c18 add Off The Record, encryption plugin for pidgin. Needs a pidgin wrapper to work nicely.
svn path=/nixpkgs/trunk/; revision=9146
2007-08-16 23:16:42 +00:00
Armijn Hemel 813f26af95 move some buildInputs to propagatedBuildInputs, since these are also used by some external Pidgin plugins
svn path=/nixpkgs/trunk/; revision=9145
2007-08-16 23:14:52 +00:00
Armijn Hemel 63aa0fbb30 update to 2.1.0
svn path=/nixpkgs/trunk/; revision=9141
2007-08-16 21:07:45 +00:00
Eelco Dolstra 5ede228a68 * Thunderbird 2.0.0.6.
svn path=/nixpkgs/trunk/; revision=9115
2007-08-14 10:15:49 +00:00
Andres Löh 86874956a5 * be more fault tolerant in the unison wrapper
svn path=/nixpkgs/trunk/; revision=9114
2007-08-13 17:08:14 +00:00
Andres Löh 3d519c2bed * add unison
- unison uses a wrapper script to add font-schumacher-misc to the local X font path
    if the font isn't already present; this is necessary for it to work, but not terribly
    nice ...
* lablgtk is a dependency of unison
  - handling of library dirs with ocaml is a hack so far; in principle, ocaml needs
    a general setup for library dirs like ghc

svn path=/nixpkgs/trunk/; revision=9094
2007-08-10 08:21:31 +00:00
Eelco Dolstra e9aa891e4a * Pan 0.132.
svn path=/nixpkgs/trunk/; revision=9079
2007-08-09 13:38:19 +00:00
Andres Löh e539c80d47 * add SSL and IMAP support to mutt
svn path=/nixpkgs/trunk/; revision=9056
2007-08-06 12:18:55 +00:00
Andres Löh d1f24e346f * added mutt (almost unusable so far, since no extra stuff is compiled in)
svn path=/nixpkgs/trunk/; revision=9052
2007-08-05 18:23:53 +00:00
Andres Löh 2527df90cd * added irssi
svn path=/nixpkgs/trunk/; revision=9051
2007-08-05 18:22:12 +00:00
Michael Raskin c3529a7a73 Changed hash to match updated download on macromedia site.
svn path=/nixpkgs/trunk/; revision=9032
2007-08-02 21:37:38 +00:00
Eelco Dolstra f643c7bcb8 * Another security critical release.
svn path=/nixpkgs/trunk/; revision=9028
2007-08-01 15:48:26 +00:00
Eelco Dolstra 327ceccecb * Thunderbird 2.0.0.5.
svn path=/nixpkgs/trunk/; revision=9026
2007-07-28 20:21:57 +00:00
Eelco Dolstra 7d5152714e * Some updates.
svn path=/nixpkgs/trunk/; revision=9025
2007-07-28 20:19:33 +00:00
Michael Raskin 6b2b602299 Corrected handling of latex errors.
svn path=/nixpkgs/trunk/; revision=9000
2007-07-18 20:32:51 +00:00
Yury G. Kudryashov 4b33c46279 * ion-3 and elinks added, missprint in qt-4 corrected
svn path=/nixpkgs/trunk/; revision=8993
2007-07-17 19:29:53 +00:00
Michael Raskin ee4bc350af Added pidgin-latex.
svn path=/nixpkgs/trunk/; revision=8957
2007-07-07 19:22:28 +00:00
Michael Raskin 9b43958df5 Version bump. Wireshark.org has already pulled old version off site...
svn path=/nixpkgs/trunk/; revision=8950
2007-07-06 13:07:14 +00:00
Eelco Dolstra ebc3234b5e * Make Thunderbird 2.x the default.
svn path=/nixpkgs/trunk/; revision=8949
2007-07-05 20:33:32 +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 42f841bcab Added some descriptions.
svn path=/nixpkgs/trunk/; revision=8920
2007-06-26 11:49:45 +00:00
Eelco Dolstra 4c7104113a * Thunderbird 2.0.0.4.
svn path=/nixpkgs/trunk/; revision=8888
2007-06-18 10:25:17 +00:00
Armijn Hemel ad0ec5a27c 2.0.0 -> 2.0.1
svn path=/nixpkgs/trunk/; revision=8871
2007-06-12 12:33:55 +00:00
Eelco Dolstra 803f369435 * Thunderbird 2.0.0.0.
svn path=/nixpkgs/trunk/; revision=8820
2007-06-02 20:32:24 +00:00
Eelco Dolstra 958e4ce394 * Firefox 2.0.0.4.
svn path=/nixpkgs/trunk/; revision=8819
2007-06-02 17:16:54 +00:00
Wouter den Breejen adba260749 removed useless result symlink
svn path=/nixpkgs/trunk/; revision=8788
2007-05-28 14:15:25 +00:00
Wouter den Breejen 2b4220fb88 added putty
svn path=/nixpkgs/trunk/; revision=8787
2007-05-28 14:14:12 +00:00
Eelco Dolstra 840e872e9d * Pan 0.130.
svn path=/nixpkgs/trunk/; revision=8734
2007-05-23 09:45:24 +00:00
Eelco Dolstra ffa7b32970 * Wrapped Firefox: make it evaluate on x86_64-linux.
svn path=/nixpkgs/trunk/; revision=8707
2007-05-16 14:34:27 +00:00
Armijn Hemel 4c113abb5e 0.128 -> 0.129
svn path=/nixpkgs/trunk/; revision=8689
2007-05-14 11:20:18 +00:00
Armijn Hemel d2086b5e53 lynx 2.8.6
svn path=/nixpkgs/trunk/; revision=8687
2007-05-14 01:36:50 +00:00
Armijn Hemel 375526c382 remove gaim, clean up pidgin dependencies a bit
svn path=/nixpkgs/trunk/; revision=8683
2007-05-14 00:51:30 +00:00
Armijn Hemel 2ea67fd385 sylpheed 2.4.1
svn path=/nixpkgs/trunk/; revision=8681
2007-05-14 00:29:30 +00:00
Armijn Hemel 7e4289df47 2.6.8 -> 2.6.9
svn path=/nixpkgs/trunk/; revision=8680
2007-05-14 00:18:13 +00:00
Armijn Hemel eb42cad8ce xchat 2.8.2, cleanups
svn path=/nixpkgs/trunk/; revision=8679
2007-05-14 00:13:48 +00:00
Armijn Hemel c068774f59 cleanups, build graphical frontend too
svn path=/nixpkgs/trunk/; revision=8677
2007-05-14 00:04:39 +00:00
Armijn Hemel 16fc4c0838 ethereal -> wireshark
update to 0.99.5

svn path=/nixpkgs/trunk/; revision=8675
2007-05-13 23:24:34 +00:00
Martin Bravenboer 109a74d558 Pidgin needs libXScrnSaver to make the automatic status changes work
(without this library it will always switch to Away after 5 minutes
and never make you Available again)

Build pidgin for release

Don't build Gaim for release


svn path=/nixpkgs/trunk/; revision=8661
2007-05-13 16:19:46 +00:00
Martin Bravenboer 93393a6748 Added aspell
Added gtkspell

Added pidgin, builds but does not run yet:

running pidgin fails to find libX11.so.6. ldd on pidgin reports:

  libX11.so.6 => not found
  ....
  libX11.so.6 => /nix/store/brsva6rh1p2ymjvk7054a90is5panrhf-libX11-1.1.1/lib/libX11.so.6 (0xb7358000)

which looks a bit weird ... Maybe some problem with patchelf? Or just
a build problem and should the library path be set using an
environment variable?


svn path=/nixpkgs/trunk/; revision=8660
2007-05-13 14:22:24 +00:00
Eelco Dolstra ac80e8229b * Pan 0.128.
svn path=/nixpkgs/trunk/; revision=8622
2007-04-27 22:41:35 +00:00
Eelco Dolstra 168a93adc5 * Delete some obsolete packages.
* Make sure that every package in all-packages.nix has a unique name.
  Not all of them do, but there are now a few helper functions that
  modify the name of a package for display purposes in nix-env (e.g.,
  you get "zlib-1.2.3" and "zlib-1.2.3-static" in "nix-env -qa").

svn path=/nixpkgs/trunk/; revision=8607
2007-04-26 13:02:30 +00:00
Eelco Dolstra 8ede3fba35 * Firefox 2.0.0.3.
svn path=/nixpkgs/trunk/; revision=8499
2007-03-30 07:28:38 +00:00
Eelco Dolstra b1c3574e7b * Whitespace.
svn path=/nixpkgs/trunk/; revision=8417
2007-03-26 13:41:58 +00:00
Eelco Dolstra 943e0e2f68 * Thunderbird 1.5.0.10.
svn path=/nixpkgs/trunk/; revision=8416
2007-03-26 13:41:15 +00:00
Eelco Dolstra e710cf33b4 * Firefox 2.0.0.2.
svn path=/nixpkgs/trunk/; revision=8139
2007-03-01 19:54:36 +00:00