diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-08-17 05:07:16 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-08-17 05:07:16 +0000 |
commit | 8335f34f0ffa3ba5c4455248c6b140c3fe2ba6b9 (patch) | |
tree | c83660d72e43cdc723e4aff14b8e1f3cc2df1a45 /devel/tcl-neo/pkg-descr.bak | |
parent | Add patch to fix SSL-related problems in KDE 2.2. (diff) |
The first part of the NeoWebScript port I'm working on (hard).
The beast comes as part of one GIANT tarball including the
entire NeoWebScript as well as outdated Apache, gd, Tcl, itcl,
TclX, db-2 (no kidding!), etc.
This part is a set of general purpose commands and procedures,
which can be used (and appreciated) by regular TCL scripting --
not just web-oriented inside NWS.
This port is built without the available LDAP support -- our
openldap2 port used db3, but the db-support in NeoTcl only
works with db2. If some db-expert can send me a patch for the
neoXdb.c, the humanity will remember him/her forev^H^H a while.
Diffstat (limited to 'devel/tcl-neo/pkg-descr.bak')
-rw-r--r-- | devel/tcl-neo/pkg-descr.bak | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/tcl-neo/pkg-descr.bak b/devel/tcl-neo/pkg-descr.bak new file mode 100644 index 000000000000..bed66bf594b6 --- /dev/null +++ b/devel/tcl-neo/pkg-descr.bak @@ -0,0 +1,22 @@ +Part of the NewWebScript an Apache module that allows webpage +developers to embed Tcl code into their HTML, creating webpages +with active content. + +This part is a general purpose part of NWS adding many convinience +commands and procedures, including operating with serial devices, +Berkeley DB2, and some client/server databases (Oracle, Postgres -- +if you have those installed). + +SYNOPSIS: package require Neo + +Unfortunately, the authors only distribute a GIANT source tarball +including the entire Apache, db-2, TCL, itcl, gd, TclX, etc. This +port will download the whole beast, but will only extract the neotcl +part of it. + +The port is built without the LDAP support. Our port of OpenLDAP2 +uses DB3, and linking both DB2 and DB3 into the same executable is +too ugly. Some day, Neo will be updated to use DB3, and we will all +rejoice. + +WWW: http://sourceforge.net/projects/nws/ |