diff options
author | gabor <gabor@FreeBSD.org> | 2007-02-02 21:53:51 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-02-02 21:53:51 +0800 |
commit | 3e3ba1e60ca3af246725d6f0e1277304b81376c4 (patch) | |
tree | aec0f57a5cf7c4bd41389b0278be0ccac30b7b32 /www/Makefile | |
parent | 4fbbba8ebba854528d473fd654c67fcb7fcff621 (diff) | |
download | freebsd-ports-gnome-3e3ba1e60ca3af246725d6f0e1277304b81376c4.tar.gz freebsd-ports-gnome-3e3ba1e60ca3af246725d6f0e1277304b81376c4.tar.zst freebsd-ports-gnome-3e3ba1e60ca3af246725d6f0e1277304b81376c4.zip |
Tcl interface to AOLserver's caching API
AOLserver implements a C API for caching arbitrary data. This module provides
a Tcl API on top of the C API. The module is only compatible with AOLserver 3.x
using nsd8x, or AOLserver 4.x.
WWW: http://www.aolserver.com/
- Martin Matuska
martin@matuska.org
PR: ports/105781
Submitted by: Martin Matuska <martin@matuska.org>
Approved by: erwin (mentor)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5126d60f69ce..dd899e335fe6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -12,6 +12,7 @@ SUBDIR += amphetadesk SUBDIR += analog SUBDIR += aolserver + SUBDIR += aolserver-nscache SUBDIR += aolserver-openacs-pg SUBDIR += apache-contrib SUBDIR += apache-forrest |