diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-02-02 13:53:51 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2007-02-02 13:53:51 +0000 |
commit | 17407398a11008d22fd5626c59ab9d6356af1a78 (patch) | |
tree | a0661c9cc6ba4bd76f452b831445f0a59f4d3f7d /www/Makefile | |
parent | 39a9b99bbcb5e463b8a763beeff4760d3b678599 (diff) | |
download | ports-17407398a11008d22fd5626c59ab9d6356af1a78.tar.gz ports-17407398a11008d22fd5626c59ab9d6356af1a78.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)
Notes
Notes:
svn path=/head/; revision=183941
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 |