Add libh Project.

Short description of libh is a modified version of John Baldwin's
version in <200009072145.OAA19186@pike.osd.bsdi.com> to
freebsd-libh@FreeBSD.org in September 2000.

Requested by:	many
This commit is contained in:
Alexander Langer 2000-09-22 19:01:22 +00:00
parent 7e44f7c96e
commit 2d792e83ae
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8000

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.84 2000/04/06 15:06:50 phantom Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.85 2000/07/08 02:54:58 dannyboy Exp $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -497,6 +497,15 @@ examples). </li>
sourecode. The version indexed is -CURRENT, and it is updated every
night.</li>
<li><A name="enterman" HREF="http://www.de.daemonnews.org/199908/enteruser.html">Enteruser: A Replacement for Adduser</A></li>
<li><A name="libh" HREF="http://people.FreeBSD.org/~alex/libh/">libh</A>.
Libh is a wrapper that allows tcl scripts to
run in a sort of sandbox and interface to other libraries.
Some of the stock libraries that come with libh that can be
called from the Tcl scripts include a generic user interface library,
which uses Turbo Vision for its console backend, and Qt for its X11
backend. Libh also includes a new package system that uses Zip
archives and various per-package scripts among other things. It also
includes the beginnings of a new sysinstall.</li>
</ul>