summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-04-03 12:12:17 +0000
committerEric Andersen <andersen@codepoet.org>2002-04-03 12:12:17 +0000
commit04991fedf4e4dc73713dc6ea6b483c7cbb059999 (patch)
tree0d4fb6e8d2e1b1bbe9c2f346f2fa78a555d2b7aa /docs
parent61b43835119a979b46fbe16a9ded67b9442dc2c8 (diff)
A ton of updates from Dwayne Fontenot <fontenot@jacques.activebuddy.com>.
Thanks Dwayne!
Diffstat (limited to 'docs')
-rw-r--r--docs/uclibc.org/uClibc-apps.html137
1 files changed, 130 insertions, 7 deletions
diff --git a/docs/uclibc.org/uClibc-apps.html b/docs/uclibc.org/uClibc-apps.html
index c9f5214ba..b669b74ed 100644
--- a/docs/uclibc.org/uClibc-apps.html
+++ b/docs/uclibc.org/uClibc-apps.html
@@ -56,19 +56,16 @@ to the uClibc home page.</a>
<tr>
<td> <a href="http://www.mozilla.org/">Mozilla</a> </td>
<td> &nbsp;</td>
- <td> Uses pthreads, which is not yet supported by uClibc (work on pthreads
- is in progress). </td>
+ <td> Might actually work now that pthreads are working. Someone care to give it a try?</td>
</tr>
-<!-- -------------------------------------------------------------------- -->
<tr>
- <td> <a href="http://www.freeswan.org/">Freeswan</a> </td>
+ <td> Dunno....</a> </td>
+ <td> &nbsp;</td>
<td> &nbsp;</td>
- <td> Uses struct _res, which is not yet supported. </td>
+ <td> If you know of an application that <em>does not work</em> with uClibc, let me know. </td>
</tr>
-
<!-- -------------------------------------------------------------------- -->
-
</table>
</center>
<!-- End of NOT Working List -->
@@ -778,6 +775,132 @@ box or with a patch. Please tell us if you have experience with other versions
<td> An interpreter and printing system for PostScript and PDF</td>
<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.tcpdump.org/">libpcap</a> </td>
+ <td> <a href="http://www.tcpdump.org/release/libpcap-0.7.1.tar.gz">libpcap-0.7.1.tar.gz</a> </td>
+ <td> &nbsp;</td>
+ <td> Packet capture library used by TCPDump et al.</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.freeswan.org/">freeswan</a> </td>
+ <td> <a href="ftp://ftp.xs4all.nl/pub/crypto/freeswan/freeswan-1.96.tar.gz">freeswan-1.96.tar.gz</a> </td>
+ <td> Must disable opportunistic key distribution via DNS</td>
+ <td> Linux FreeS/WAN is an implementation of IPSEC and IKE for Linux</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://icarus.com/eda/verilog/">Icarus Verilog</a> </td>
+ <td> <a href="ftp://icarus.com/pub/eda/verilog/v0.6/verilog-0.6.1.tar.gz">verilog-0.6.1.tar.gz</a> </td>
+ <td> &nbsp;</td>
+ <td> Icarus Verilog is a Verilog simulation and synthesis tool</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.gtk.org/">GTK+</a> </td>
+ <td> <a href="ftp://ftp.gtk.org/pub/gtk/v1.2/gtk+-1.2.10.tar.gz">gtk+-1.2.10.tar.gz</a> </td>
+ <td> &nbsp;</td>
+ <td> GTK+ is a multi-platform toolkit for creating graphical user interfaces</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://vim.sourceforge.net/">Vim/gvim</a> </td>
+ <td> <a href="ftp://ftp.vim.org/pub/vim/unix/vim-6.1.tar.bz2">vim-6.1.tar.bz2</a> </td>
+ <td> &nbsp;</td>
+ <td> Vim is a highly configurable text editor built to enable efficient text editing</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.lesstif.org/">LessTif</a> </td>
+ <td> <a href="ftp://ftp.hungry.com/pub/hungry/lesstif/">LessTif 0.93.18</a> </td>
+ <td> &nbsp;</td>
+ <td> LessTif is the Hungry Programmers' version of OSF/Motif(R)</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.fvwm.org/">FVWM</a> </td>
+ <td> <a href="ftp://ftp.fvwm.org/pub/fvwm/version-2/fvwm-2.4.6.tar.bz2">fvwm-2.4.6.tar.bz2</a> </td>
+ <td> &nbsp;</td>
+ <td> FVWM is an extremely powerful ICCCM-compliant multiple virtual desktop window manager for the X Window system</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.newbreedsoftware.com/agendaroids/">Agendaroids</a> </td>
+ <td> <a href="ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/agendaroids/agendaroids-2002.03.07.tar.gz">agendaroids-2002.03.07.tar.gz</a> </td>
+ <td> &nbsp;</td>
+ <td> Agendaroids" is a clone of the classic arcade game "Asteroids."</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://bochs.sourceforge.net/">bochs</a> </td>
+ <td> <a href="http://prdownloads.sourceforge.net/bochs/bochs-1.4.tar.gz">bochs-1.4.tar.gz</a> </td>
+ <td> &nbsp;</td>
+ <td> Bochs is a highly portable open source IA-32 (x86) PC emulator written in C++, that runs on most popular platforms. It includes emulation of the Intel x86 CPU, common I/O devices, and a custom BIOS. Currently, bochs can be compiled to emulate a 386, 486 or Pentium CPU. Bochs is capable of running most Operating Systems inside the emulation including Linux, Windows(R)95, DOS, and recently Windows(R) NT 4.</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://directfb.org/">DirectFB</a> </td>
+ <td> <a href="http://directfb.org/download/DirectFB/DirectFB-0.9.9.tar.gz">DirectFB-0.9.9.tar.gz</a> </td>
+ <td> &nbsp;</td>
+ <td> DirectFB is a thin library that provides hardware graphics acceleration, input device handling and abstraction, integrated windowing system with support for translucent windows and multiple display layers on top of the Linux Framebuffer Device.</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.fltk.org/">FLTK</a> </td>
+ <td> <a href="http://www.fltk.org/software.php?SOFTWARE=v1_1">fltk-1.1.0b11-source.tar.bz2</a> </td>
+ <td> &nbsp;</td>
+ <td> A C++ user interface toolkit for X11/WIN32/MacOS and OpenGL.</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://flwm.sourceforge.net/">flwm</a> </td>
+ <td> <a href="http://flwm.sourceforge.net/flwm-1.00.tgz">flwm-1.00.tgz</a> </td>
+ <td> &nbsp;</td>
+ <td> Flwm is an X window manager designed to be user friendly and use the absolute minimum amount of screen real estate. It has no icons, using a pop-up menu to select hidden or new windows, and sideways titlebars.</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.freetype.org/">FreeType</a> </td>
+ <td> <a href="http://prdownloads.sourceforge.net/freetype/freetype-2.0.9.tar.bz2">freetype-2.0.9.tar.bz2</a> </td>
+ <td> &nbsp;</td>
+ <td> A Free, High-Quality, and Portable Font Engine</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.3dsite.com/people/erco/unixtools/nixieclock/">Nixie Clock</a> </td>
+ <td> <a href="http://www.3dsite.com/people/erco/unixtools/nixieclock/nixieclock-1.40.tar.gz">nixieclock-1.40.tar.gz</a> </td>
+ <td> &nbsp;</td>
+ <td> This simple little desktop clock displays the current date and time in various time formats (including a custom 'strftime(3)' format) using little icons of actual nixie tube digits.</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.rxvt.org/">rxvt</a> </td>
+ <td> <a href="ftp://ftp.rxvt.org/pub/rxvt/rxvt-2.6.4.tar.bz2">rxvt-2.6.4.tar.bz2</a> </td>
+ <td> &nbsp;</td>
+ <td> A VT102 emulator for the X window system</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.libsdl.org/">SDL</a> </td>
+ <td> <a href="http://www.libsdl.org/release/SDL-1.2.3.tar.gz">SDL-1.2.3.tar.gz</a> </td>
+ <td> &nbsp;</td>
+ <td> Simple DirectMedia Layer is a cross-platform multimedia library designed to provide fast access to the graphics framebuffer and audio device.</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.libsdl.org/projects/SDL_image/">SDL_image</a> </td>
+ <td> <a href="http://www.libsdl.org/projects/SDL_image/release/SDL_image-1.2.1.tar.gz">SDL_image-1.2.1.tar.gz</a> </td>
+ <td> &nbsp;</td>
+ <td> an image file loading library for SDL</td>
+
+<!-- -------------------------------------------------------------------- -->
+<tr>
+ <td> <a href="http://www.lcdf.org/xmahjongg/">xmahjongg</a> </td>
+ <td> <a href="http://www.lcdf.org/xmahjongg/xmahjongg-3.5.tar.gz">xmahjongg-3.5.tar.gz</a> </td>
+ <td> &nbsp;</td>
+ <td> Colorful X solitaire Mah Jongg game</td>
+
+<!-- -------------------------------------------------------------------- -->
</table>
</center>