Commit Graph

1203 Commits

Author SHA1 Message Date
Armijn Hemel
c077834783 add libgsf
svn path=/nixpkgs/trunk/; revision=4139
2005-10-26 12:44:44 +00:00
Armijn Hemel
b2b4f4960f add a few modules (needed for OOo)
svn path=/nixpkgs/trunk/; revision=4138
2005-10-26 10:57:26 +00:00
Armijn Hemel
617cbc2b12 OOo needs Perl too...
svn path=/nixpkgs/trunk/; revision=4137
2005-10-26 00:08:36 +00:00
Armijn Hemel
fcf7bd3dc6 openoffice needs more things (but disable it for now)
svn path=/nixpkgs/trunk/; revision=4136
2005-10-25 23:30:21 +00:00
Armijn Hemel
9d7df2c6ad more dependencies, use a lot of system packages instead of using the tarballs
that are in the OOo2 source dist. It seems the only things missing in the
tarball are a kernel (but it has to be cross platform) and emacs...

Gah, BLOAT!

svn path=/nixpkgs/trunk/; revision=4135
2005-10-25 23:29:16 +00:00
Armijn Hemel
79284f193f add right configureFlags so we also have the header files
svn path=/nixpkgs/trunk/; revision=4134
2005-10-25 23:14:48 +00:00
Armijn Hemel
74b4df1a7b WiP builder for OpenOffice2. This alone will be worth many ECTS if I succeeed in adding it :P
svn path=/nixpkgs/trunk/; revision=4133
2005-10-25 18:01:13 +00:00
Martin Bravenboer
8e2ba28fe1 Accept NIX_ANT_OPTS
svn path=/nixpkgs/trunk/; revision=4132
2005-10-25 17:57:36 +00:00
Armijn Hemel
0fb522de95 don't use /bin/ls, but rely on the build environment to supply ls
svn path=/nixpkgs/trunk/; revision=4131
2005-10-25 17:57:05 +00:00
Armijn Hemel
c82afd131d add a patch to use the cracklib dictionairy we built (cracklib package)
svn path=/nixpkgs/trunk/; revision=4130
2005-10-25 17:39:55 +00:00
Armijn Hemel
3c079ce798 don't forget the builder, d'oh!
svn path=/nixpkgs/trunk/; revision=4129
2005-10-25 17:15:55 +00:00
Armijn Hemel
0b6462aee7 also add cracklib dictionairies
svn path=/nixpkgs/trunk/; revision=4128
2005-10-25 17:13:56 +00:00
Armijn Hemel
d4057ee594 add cracklib
svn path=/nixpkgs/trunk/; revision=4127
2005-10-25 13:54:52 +00:00
Armijn Hemel
a449170e85 outcomment OOo
svn path=/nixpkgs/trunk/; revision=4126
2005-10-25 13:20:23 +00:00
Armijn Hemel
e4453149f9 add a patch that replaces /bin/pwd with pwd and rely on stdenv to supply pwd
svn path=/nixpkgs/trunk/; revision=4125
2005-10-24 16:36:03 +00:00
Armijn Hemel
5c6e1efa41 add pam (but first test it on NixOS too)
svn path=/nixpkgs/trunk/; revision=4124
2005-10-24 16:07:50 +00:00
Armijn Hemel
e473e8691c add tcsh
svn path=/nixpkgs/trunk/; revision=4123
2005-10-24 15:15:34 +00:00
Martin Bravenboer
d785903b05 * Removed MythTV from cache
* Make the jing library available



svn path=/nixpkgs/trunk/; revision=4122
2005-10-24 14:01:08 +00:00
Eelco Dolstra
2700984b8d * Valgrind 3.0.1.
svn path=/nixpkgs/trunk/; revision=4121
2005-10-24 13:01:49 +00:00
Martin Bravenboer
7acd7773b4 * Upgraded MythTV to 0.18.1
svn path=/nixpkgs/trunk/; revision=4118
2005-10-22 23:36:07 +00:00
Armijn Hemel
0d7780bd71 whoops, this file does not belong here
svn path=/nixpkgs/trunk/; revision=4117
2005-10-22 11:51:53 +00:00
Armijn Hemel
3430d3d8a3 add the mozilla browser. The compilation process is nearly identical
to firefox, but there are some differences:
- don't source in $topsrcdir/browser/config/mozconfig (does not exist
it seems)
- different source tarball (different version that is)
- leave out the postinstall phase

svn path=/nixpkgs/trunk/; revision=4116
2005-10-22 11:51:30 +00:00
Eelco Dolstra
6011c99f48 * JavaSVN updated to 0.9.3 (because the 0.9.2 zipfile had disappeared).
svn path=/nixpkgs/trunk/; revision=4115
2005-10-21 15:52:31 +00:00
Armijn Hemel
41923665c9 add cups
svn path=/nixpkgs/trunk/; revision=4114
2005-10-21 13:06:43 +00:00
Armijn Hemel
d5b2a3cfe2 add cups. This is not complete, it misses PAM, SSL and a lot of other support...
svn path=/nixpkgs/trunk/; revision=4113
2005-10-21 13:06:08 +00:00
Martin Bravenboer
a55b35c264 XMMS and Emacs in the cache.
svn path=/nixpkgs/trunk/; revision=4112
2005-10-21 10:40:26 +00:00
Martin Bravenboer
23dbf57984 XMMS!
svn path=/nixpkgs/trunk/; revision=4111
2005-10-21 10:39:01 +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
Armijn Hemel
154fbad053 hnnnnnng, don't forget the patch
svn path=/nixpkgs/trunk/; revision=4105
2005-10-18 21:53:16 +00:00
Armijn Hemel
9503bb2d55 hardcode path to $out/sbin/shutdown in the binary
svn path=/nixpkgs/trunk/; revision=4104
2005-10-18 21:51:59 +00:00
Armijn Hemel
41c7e3457b rewrite old builder to new style builder (long overdue!)
svn path=/nixpkgs/trunk/; revision=4103
2005-10-18 21:25:57 +00:00
Armijn Hemel
91e960b400 remove dependency on /bin/bash for dhclient
svn path=/nixpkgs/trunk/; revision=4094
2005-10-16 21:48:27 +00:00
Eelco Dolstra
3d9df37b33 * Apache updated to 2.0.55 (security fixes). Also added to the
channel (finally!).

svn path=/nixpkgs/trunk/; revision=4093
2005-10-14 19:44:17 +00:00
Eelco Dolstra
01fd1c1d00 * sylpheed-gtk2 -> sylpheed.
svn path=/nixpkgs/trunk/; revision=4092
2005-10-14 12:30:53 +00:00
Eelco Dolstra
86ca57f4bb * Toss out the old (GTK-1) Sylpheed.
svn path=/nixpkgs/trunk/; revision=4091
2005-10-14 12:27:07 +00:00
Eelco Dolstra
71739165a8 * Sylpheed updated to version 2.1.3, plus a quick hack to get it to build.
svn path=/nixpkgs/trunk/; revision=4090
2005-10-14 12:26:40 +00:00
Eelco Dolstra
b018b48647 * GQView 2.1.1.
svn path=/nixpkgs/trunk/; revision=4088
2005-10-14 11:41:16 +00:00
Armijn Hemel
c6bbe9d029 do a chmod +x for the wrapper script (also: try to rewrite it using
makeWrapper once more)

svn path=/nixpkgs/trunk/; revision=4086
2005-10-14 10:37:31 +00:00
Armijn Hemel
e26fb06cdd add CVS
svn path=/nixpkgs/trunk/; revision=4084
2005-10-13 12:32:16 +00:00
Armijn Hemel
6795369618 deps for dhcp...
svn path=/nixpkgs/trunk/; revision=4079
2005-10-12 20:37:19 +00:00
Armijn Hemel
16bfb94736 don't forget the patch!
svn path=/nixpkgs/trunk/; revision=4078
2005-10-12 20:33:15 +00:00
Armijn Hemel
bcb78a4ab7 make dhclient work
svn path=/nixpkgs/trunk/; revision=4077
2005-10-12 20:32:57 +00:00
Eelco Dolstra
14b6982164 * Add Firefox 1.5beta2 to the channel.
svn path=/nixpkgs/trunk/; revision=4076
2005-10-12 17:25:41 +00:00
Eelco Dolstra
8148284d9c * Disable xchm for now - wxGTK seems to have issues.
svn path=/nixpkgs/trunk/; revision=4075
2005-10-12 15:58:11 +00:00
Eelco Dolstra
6f334ff54f * Oops.
svn path=/nixpkgs/trunk/; revision=4074
2005-10-12 14:00:20 +00:00
Eelco Dolstra
e0eb3828bc * Added the Cairo graphics library.
* Updated GTK and friends to 2.8.x.

svn path=/nixpkgs/trunk/; revision=4073
2005-10-12 11:57:24 +00:00
Eelco Dolstra
c077c7b67b * Disable MythTV for now --- it seems to have issues with the latest
kernel headers (not "sanitised" I suppose...).

svn path=/nixpkgs/trunk/; revision=4072
2005-10-12 10:13:26 +00:00
Eelco Dolstra
20c68ab323 * Use the right hash.
svn path=/nixpkgs/trunk/; revision=4071
2005-10-12 09:06:02 +00:00
Eelco Dolstra
5ba97b72a9 * Patch to OpenSSL 0.9.7h to make it build on Mac OS X.
svn path=/nixpkgs/trunk/; revision=4070
2005-10-12 07:40:27 +00:00
Eelco Dolstra
4f3e3429cf * Use the proper URL.
svn path=/nixpkgs/trunk/; revision=4068
2005-10-11 18:49:14 +00:00
Armijn Hemel
696f46f737 add a patch to correctly use coreutils to create a profile. This is needed for NixOS, where we might not know our PATH in advance.
svn path=/nixpkgs/trunk/; revision=4066
2005-10-11 17:29:37 +00:00
Eelco Dolstra
552de99c19 * Update a bunch of base packages.
svn path=/nixpkgs/trunk/; revision=4065
2005-10-11 14:29:30 +00:00
Eelco Dolstra
b5eb0b0b5f * Latest packages in 2.6.
svn path=/nixpkgs/trunk/; revision=4064
2005-10-11 13:38:36 +00:00
Eelco Dolstra
f994aaa032 * Use the latest OpenSSL. Fixes a security problem:
http://www.openssl.org/news/secadv_20051011.txt

svn path=/nixpkgs/trunk/; revision=4063
2005-10-11 13:33:11 +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
1cc9ec7f6d * ATerm updated to 2.4.2.
svn path=/nixpkgs/trunk/; revision=4051
2005-10-11 12:42:48 +00:00
Martin Bravenboer
085518614c Added bc :P
svn path=/nixpkgs/trunk/; revision=4045
2005-10-10 00:55:07 +00:00
Eelco Dolstra
4f21598f2f * Eclipse updated to 3.1.1.
svn path=/nixpkgs/trunk/; revision=4038
2005-10-09 16:36:35 +00:00
Eelco Dolstra
1ca2ca9457 * Firefox 1.5beta2.
svn path=/nixpkgs/trunk/; revision=4035
2005-10-08 15:52:03 +00:00
Eelco Dolstra
5f8d52da6a * Purified Eclipse.
svn path=/nixpkgs/trunk/; revision=4034
2005-10-08 15:32:56 +00:00
Eelco Dolstra
f5a877c2a6 * Add libXtst and recordext from xlibs CVS.
svn path=/nixpkgs/trunk/; revision=4033
2005-10-08 15:32:27 +00:00
Eelco Dolstra
7112b86997 * Export swingSupport attribute.
svn path=/nixpkgs/trunk/; revision=4032
2005-10-08 13:31:39 +00:00
Eelco Dolstra
e0c0a344c4 * Added JDiskReport 1.2.3 (with a wrapper script `jdiskreport' to
start it).

svn path=/nixpkgs/trunk/; revision=4031
2005-10-07 23:02:58 +00:00
Eelco Dolstra
5b63bb66f7 * Purification of JDK 5. At runtime it now uses the Nix-deployed
Glibc and X11 client libraries.  The latter are actually optional
  dependencies: if the function is called with `swingSupport' set to
  `false', they are not needed.  This is nice for, e.g., server
  environments.

  All hail Patchelf!

svn path=/nixpkgs/trunk/; revision=4030
2005-10-07 22:27:42 +00:00
Eelco Dolstra
881f4b0db1 * Use unzip to unpack the JDK. Then unpack the *.pack files. The
advantage is that we don't have to run the Sun installer (which is
  impure).

  TODO: make sure that all the other JDK versions still work.

svn path=/nixpkgs/trunk/; revision=4029
2005-10-07 14:49:37 +00:00
Armijn Hemel
073ad0c8fc add not yet working vim-diet stuff
svn path=/nixpkgs/trunk/; revision=4022
2005-10-05 16:16:00 +00:00
Armijn Hemel
3d2fac2ecd disable vimDiet. It doesn't work. Grmbl. Grmbl.
svn path=/nixpkgs/trunk/; revision=4021
2005-10-05 16:15:36 +00:00
Armijn Hemel
21fdfeedb7 whoops. Forgot to add vimDiet and sysklogd in all-packages-generic. D'oh!
svn path=/nixpkgs/trunk/; revision=4018
2005-10-05 14:16:58 +00:00
Eelco Dolstra
45f652ce1b * Pass readline and ncurses to the source-built ghc as well.
svn path=/nixpkgs/trunk/; revision=4013
2005-10-04 20:16:33 +00:00
Roy van den Broek
d95b8c1db3 Nasty hack to let JDK 5.0 work on Mac OS X (assuming the user downloaded
JDK from http://www.apple.com/support/downloads/java2se50release1.html).


svn path=/nixpkgs/trunk/; revision=4012
2005-10-04 15:01:38 +00:00
Eelco Dolstra
1ec2b9d94f * Added darcs 1.0.3.
svn path=/nixpkgs/trunk/; revision=4009
2005-10-04 14:25:13 +00:00
Eelco Dolstra
bdabd66a46 * Install ncurses header files in $out/include, not
$out/include/ncurses.  This simplifies many builders.

svn path=/nixpkgs/trunk/; revision=4008
2005-10-04 14:24:19 +00:00
Eelco Dolstra
5573610e01 * Add GHC to the cache.
svn path=/nixpkgs/trunk/; revision=4007
2005-10-04 13:22:23 +00:00
Eelco Dolstra
bbbf730cb0 * Use the latest patchelf.
svn path=/nixpkgs/trunk/; revision=4006
2005-10-04 13:21:33 +00:00
Armijn Hemel
dbd1515f67 whitespace correction (damn you eelco, you made me do it!)
commit 4000!

svn path=/nixpkgs/trunk/; revision=4000
2005-10-03 12:37:32 +00:00
Eelco Dolstra
07be11540a * Oops. Add missing file.
svn path=/nixpkgs/trunk/; revision=3998
2005-10-03 08:35:25 +00:00
Bogdan Dumitriu
61e3b1726d added the JavaSVN package
svn path=/nixpkgs/trunk/; revision=3997
2005-10-03 08:17:09 +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
Eelco Dolstra
efdb847441 * Use the new patchelf to build GHC in a fully pure way. Should be
checked on NixOS.

svn path=/nixpkgs/trunk/; revision=3993
2005-10-02 18:48:08 +00:00
Eelco Dolstra
e11a1e014c * Also copy the generated bibliography (*.bbl) to $out.
svn path=/nixpkgs/trunk/; revision=3992
2005-10-02 15:49:09 +00:00
Eelco Dolstra
38c5663acb * Update Zapping to 0.9.6.
svn path=/nixpkgs/trunk/; revision=3991
2005-10-02 15:48:06 +00:00
Eelco Dolstra
33ddaafc57 * Add readline 4 (in addition to readline 5).
svn path=/nixpkgs/trunk/; revision=3990
2005-10-02 14:54:58 +00:00
Eelco Dolstra
ce5beb6a35 * Nix updated to 0.9.2.
svn path=/nixpkgs/trunk/; revision=3961
2005-09-29 12:36:49 +00:00
Armijn Hemel
4ffb194541 delete old unnecessary (and confusing!) cruft
svn path=/nixpkgs/trunk/; revision=3954
2005-09-28 14:07:26 +00:00
Armijn Hemel
b9a0811148 add fix for braindead module.h, so it can compile with our glibc kernel headers
svn path=/nixpkgs/trunk/; revision=3953
2005-09-28 14:06:10 +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
Eelco Dolstra
ba6556058d * Eclipse: add a wrapper in $out/bin.
svn path=/nixpkgs/trunk/; revision=3946
2005-09-26 14:10:04 +00:00
Eelco Dolstra
ffd49c15df * Firefox 1.0.7.
svn path=/nixpkgs/trunk/; revision=3933
2005-09-22 05:46:41 +00:00
Martin Bravenboer
747df8295c Updated Eclipse to 3.1
svn path=/nixpkgs/trunk/; revision=3902
2005-09-19 12:43:33 +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
Martin Bravenboer
3919e7593a Naming conventions
svn path=/nixpkgs/trunk/; revision=3870
2005-09-17 23:40:23 +00:00
Martin Bravenboer
a640e2a19a Naming conventions
svn path=/nixpkgs/trunk/; revision=3869
2005-09-17 23:39:03 +00:00
Martin Bravenboer
a4ba616471 Cleaning up the java naming conventions
svn path=/nixpkgs/trunk/; revision=3868
2005-09-17 23:32:03 +00:00
Martin Bravenboer
1122e263ee Cleaning up the java naming conventions
svn path=/nixpkgs/trunk/; revision=3867
2005-09-17 23:24:40 +00:00
Eelco Dolstra
138959ae38 * Bah.
svn path=/nixpkgs/trunk/; revision=3842
2005-09-16 09:35:02 +00:00
Eelco Dolstra
5395da12ec * Better purity.
svn path=/nixpkgs/trunk/; revision=3841
2005-09-16 09:18:49 +00:00
Martin Bravenboer
4f372e9352 Fix in filename of automake-1.7.x
svn path=/nixpkgs/trunk/; revision=3835
2005-09-16 00:41:00 +00:00
Eelco Dolstra
71d7ecd446 * Added w3m.
svn path=/nixpkgs/trunk/; revision=3827
2005-09-14 16:23:02 +00:00
Eelco Dolstra
6d340b8835 * Automake 1.9.x updated to 1.9.6.
* Made Automake 1.9.x the default (over 1.7.9).

svn path=/nixpkgs/trunk/; revision=3813
2005-09-13 09:46:46 +00:00
Eelco Dolstra
d23d072610 * Libtool updated to 1.5.20.
svn path=/nixpkgs/trunk/; revision=3812
2005-09-13 09:11:31 +00:00
Rob Vermaas
9a6ce709fa vsftpd
svn path=/nixpkgs/trunk/; revision=3811
2005-09-12 15:20:57 +00:00
Armijn Hemel
4d07cb8db5 add kernel
svn path=/nixpkgs/trunk/; revision=3810
2005-09-12 15:06:10 +00:00
Rob Vermaas
fd791e7a67 dovecot-1.0.alpha2
svn path=/nixpkgs/trunk/; revision=3809
2005-09-12 14:44:19 +00:00
Rob Vermaas
12e0b1016b gimp+php in all-packages
svn path=/nixpkgs/trunk/; revision=3808
2005-09-11 22:39:06 +00:00
Rob Vermaas
ed24d488e3 gimp-2.3.0
svn path=/nixpkgs/trunk/; revision=3807
2005-09-11 22:38:47 +00:00
Rob Vermaas
468e2c1e13 php 5.0.4
svn path=/nixpkgs/trunk/; revision=3806
2005-09-11 21:39:22 +00:00
Martin Bravenboer
60aff851a5 Update of Jetty
svn path=/nixpkgs/trunk/; revision=3805
2005-09-11 18:05:21 +00:00
Martin Bravenboer
c867fdf054 Update of jflex
svn path=/nixpkgs/trunk/; revision=3804
2005-09-11 16:55:05 +00:00
Martin Bravenboer
951023ee8a Moved a number of Java libraries from the GW project to the Nix
Package Collection.


svn path=/nixpkgs/trunk/; revision=3803
2005-09-11 15:38:59 +00:00
Eelco Dolstra
78c1eb55df * Firefox 1.5beta1.
svn path=/nixpkgs/trunk/; revision=3801
2005-09-09 15:44:15 +00:00
Martin Bravenboer
572e8796c6 batik in cache
svn path=/nixpkgs/trunk/; revision=3796
2005-09-07 19:37:44 +00:00
Armijn Hemel
c712f37636 add ugly builder to ensure some paths are set. This should actually be fixed in the Makefile...ah, laziness...
svn path=/nixpkgs/trunk/; revision=3794
2005-09-07 16:21:23 +00:00
Martin Bravenboer
560f307623 Added libraries:
- gtkmm: C++ bindings for gtk
  - glibmm: C++ bindings for glib
  - libsigc++ (C++)

Added applications:
  - Batik: SVG rasterizer (and more)
  - Inkscape: vector graphics drawing application

Upgraded:
  - boehm-gc


svn path=/nixpkgs/trunk/; revision=3792
2005-09-07 14:57:30 +00:00
Martin Bravenboer
a7eba5ec59 Added the Eclipse JDT SDK
svn path=/nixpkgs/trunk/; revision=3785
2005-09-07 10:08:00 +00:00
Armijn Hemel
059d1d391b add default Nix expression and patch for sysklogd. The patch allows sysklogd to
be compiled against kernel headers for the Linux 2.6 kernel. As it turns out
many, if not all, distributions use 2.4 kernel headers for glibc. From my
Fedora Core 3 system:

$ rpm -qf /usr/include/linux/time.h
glibc-kernheaders-2.4-9.1.87

The thing is that compilation now barfs, because some constants are needed
that are defined in <linux/autoconf.h> which is empty the way we generate
the kernel headers currently in nixpkgs. The source tree needs to be
configured. Another challenge to solve :)


svn path=/nixpkgs/trunk/; revision=3784
2005-09-06 22:39:03 +00:00
Martin Bravenboer
7e75cb7cc4 Added ecj (The Eclipse Compiler for Java) to Nix. This means that Java
5.0 code can now be compiled and run in Nix (the J2RE 5.0 was already
available without deployment problems).

Also, I need ecj to checkout its behaviour and warnings as a second
reference (javac).


svn path=/nixpkgs/trunk/; revision=3783
2005-09-06 00:00:22 +00:00
Armijn Hemel
f99dacf885 add gnutar linked to dietlibc
svn path=/nixpkgs/trunk/; revision=3779
2005-09-05 12:26:16 +00:00
Armijn Hemel
69b0f36458 don't forget curl-diet itself, d'oh!
svn path=/nixpkgs/trunk/; revision=3776
2005-09-05 11:35:26 +00:00
Armijn Hemel
beeda67fb6 reenable curl-diet
svn path=/nixpkgs/trunk/; revision=3775
2005-09-05 11:35:13 +00:00
Armijn Hemel
432d8e7550 outcomment curlDiet until it builds, grmbl
svn path=/nixpkgs/trunk/; revision=3774
2005-09-05 10:47:47 +00:00
Eelco Dolstra
7fccd83384 * Support \pgfdeclareimage.
svn path=/nixpkgs/trunk/; revision=3771
2005-09-02 15:50:55 +00:00
Eelco Dolstra
9abe0fa366 * Add teTeX to the cache for powerpc-darwin.
svn path=/nixpkgs/trunk/; revision=3768
2005-09-01 18:15:41 +00:00
Armijn Hemel
1c9be16b51 add eject, but remove the po subdir
svn path=/nixpkgs/trunk/; revision=3766
2005-09-01 16:38:31 +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
92214b90bc * Subversion 1.2.3.
svn path=/nixpkgs/trunk/; revision=3754
2005-08-30 16:52:58 +00:00
Armijn Hemel
849281ff32 don't try to build a bash with dietlibc..thing..
svn path=/nixpkgs/trunk/; revision=3753
2005-08-30 13:58:09 +00:00
Armijn Hemel
dffe1406a0 add cpio
svn path=/nixpkgs/trunk/; revision=3752
2005-08-30 13:56:15 +00:00
Eelco Dolstra
e468256879 * X11 support in Ghostscript.
svn path=/nixpkgs/trunk/; revision=3751
2005-08-30 13:50:14 +00:00
Eelco Dolstra
860e14cd3d * Support references to parent directories, e.g., \input{../../macros.ltx}.
svn path=/nixpkgs/trunk/; revision=3748
2005-08-30 13:10:30 +00:00
Eelco Dolstra
c27109efa0 * Added Valknut.
svn path=/nixpkgs/trunk/; revision=3746
2005-08-30 07:39:38 +00:00
Armijn Hemel
8ab397a2ed disable klibc for now, as we don't use it anyway (maybe later)
svn path=/nixpkgs/trunk/; revision=3745
2005-08-29 17:56:10 +00:00
Armijn Hemel
0111856eae temporary disable flex-wrapper (note to self: don't forget to commit)
svn path=/nixpkgs/trunk/; revision=3744
2005-08-29 17:54:40 +00:00
Armijn Hemel
a849cb0704 add sound support
svn path=/nixpkgs/trunk/; revision=3743
2005-08-29 16:13:50 +00:00
Eelco Dolstra
0ff65fba1a * ALSA utilities (for `alsamixer' etc.).
svn path=/nixpkgs/trunk/; revision=3742
2005-08-29 15:56:55 +00:00
Armijn Hemel
51492eb656 add place where I ripped the original patch (partially) from
svn path=/nixpkgs/trunk/; revision=3737
2005-08-28 14:29:32 +00:00
Armijn Hemel
3a0ff0b50d add dietlibc'ed coreutils for the NixOS installer...
svn path=/nixpkgs/trunk/; revision=3736
2005-08-28 14:23:30 +00:00
Armijn Hemel
3ccc0014b6 remove debugline
svn path=/nixpkgs/trunk/; revision=3735
2005-08-28 10:18:30 +00:00
Armijn Hemel
eefd0d1745 This is what happens when you do a normal "cp -a" instead of a "svn cp". Argh. Can somebody please bring out the LART?
svn path=/nixpkgs/trunk/; revision=3733
2005-08-28 00:30:53 +00:00
Armijn Hemel
9bc5482790 e2fsprogs-diet
svn path=/nixpkgs/trunk/; revision=3732
2005-08-28 00:20:16 +00:00
Armijn Hemel
8d91e10664 add dietlibc wrapper and build e2fsprogs with dietlibc. This cost some time because it was first mislinked to glibc (grrrr Eelco, this will cost you a beer!)
svn path=/nixpkgs/trunk/; revision=3731
2005-08-28 00:19:42 +00:00
Armijn Hemel
1de7c2e4ba add dietlibc-wrapper
svn path=/nixpkgs/trunk/; revision=3730
2005-08-28 00:18:26 +00:00
Armijn Hemel
981a1f0f6e add dietlibc
svn path=/nixpkgs/trunk/; revision=3729
2005-08-27 23:05:50 +00:00
Martin Bravenboer
ef60b29c05 update of xmlroff
svn path=/nixpkgs/trunk/; revision=3724
2005-08-27 21:08:49 +00:00
Armijn Hemel
a816f506a2 add klibc
svn path=/nixpkgs/trunk/; revision=3723
2005-08-27 20:48:05 +00:00
Armijn Hemel
42f3a42cee add wrapper for mingetty. Doesn't work yet, because there's no /dev/log yet
where login can log to...

svn path=/nixpkgs/trunk/; revision=3722
2005-08-27 17:58:49 +00:00
Armijn Hemel
36c969565f add
svn path=/nixpkgs/trunk/; revision=3721
2005-08-27 17:58:07 +00:00
Martin Bravenboer
a0da6723f3 Update of sdf2-bundle to 2.3.2
svn path=/nixpkgs/trunk/; revision=3714
2005-08-26 21:42:17 +00:00
Armijn Hemel
fb7710c197 add hwdata (from Debian)
svn path=/nixpkgs/trunk/; revision=3685
2005-08-24 17:13:24 +00:00
Eelco Dolstra
c0506b8029 * Added libcaca.
* Libcaca support in MPlayer.
* Hopefully fix X11 detection in MPlayer.

svn path=/nixpkgs/trunk/; revision=3684
2005-08-24 15:02:30 +00:00
Eelco Dolstra
99780f00ce * AALib.
svn path=/nixpkgs/trunk/; revision=3682
2005-08-24 14:26:32 +00:00