Remove the libh page and pointers to it, it has been dead for a long time.

Ok'ed by:	Alex Langer
This commit is contained in:
Christian Brueffer 2005-04-13 11:12:05 +00:00
parent a50e12b288
commit e2a630c923
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=24287
2 changed files with 1 additions and 69 deletions

View file

@ -1,59 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/libh.sgml,v 1.9 2002/09/25 19:59:26 alex Exp $">
<!ENTITY title 'FreeBSD libh Project'>
<!ENTITY email 'freebsd-libh'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<h2>Contents</h2>
<ul>
<li><a href="http://rtp1.slowblink.com/~libh/sysinstall2/aboutlibh.html">About libh</a></li>
<li><a href="#required">Project Requirements</a></li>
</ul>
<h2>Overview</h2>
<dl>
<dt>Development Homepage:</dt>
<dd><a href="http://rtp1.slowblink.com/~libh/">http://rtp1.slowblink.com/~libh/</a> (includes snapshots, screenshots, etc)</dd>
<dt>Project Mailinglist:</dt>
<dd><a href="mailto:freebsd-libh@FreeBSD.org">freebsd-libh@FreeBSD.org</a></dd>
<dt>CVS repository</dt>
<dd>Libh is available through anonymous CVS pserver (empty password):
<pre>
cvs -d :pserver:anonymous@rtp1.slowblink.com:/home/libh/cvs
</pre></dd>
</dl>
<hr>
<h2><a name="required">Project Requirements</a></h2>
<p>You'll need the following to run/test libh:</p>
<ul>
<li><a href="http://www.sigala.it/sergio/tvision/">TVision</a>
port (devel/tvision).</li>
<li><a href="http://www.scriptics.com/">TCL</a>
port (any version, I suggest 8.3) (lang/tcl83)</li>
<li><a href="http://doc.trolltech.com/">Qt 2</a>
port (currently). Note that you have to install both,
the dynamic as well as the static version (x11-toolkits/qt23
and x11-toolkits/qt2-static).</li>
</ul>
<p>There is also port of libh available (misc/libh),
which installs a snapshot of the libraries and TCL scripts.
However, it's not for development.</p>
&footer;
</body>
</html>

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.170 2005/01/12 18:47:17 kbyanc Exp $">
<!ENTITY date "$FreeBSD: www/en/projects/projects.sgml,v 1.171 2005/01/31 20:04:02 trhodes Exp $">
<!ENTITY title "FreeBSD Development Projects">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
@ -428,15 +428,6 @@ and no hard drive is required!</li>
source code. The versions indexed are -CURRENT and RELENG_4.</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="libh.html">FreeBSD libh Project</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>
<li><A name="acpi"
HREF="http://www.FreeBSD.org/projects/acpi/">ACPI on FreeBSD</A>.