diff options
author | sem <sem@FreeBSD.org> | 2006-03-27 06:40:18 +0000 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2006-03-27 06:40:18 +0000 |
commit | 599118715fe26809dc32c8f8807b837f90f96d96 (patch) | |
tree | 02d0a6013c57a7ed01a372b99a7b85c37df67480 /www/Makefile | |
parent | 46689876cd2c6000e3016ecbeec54493f5444290 (diff) | |
download | FreeBSD-ports-599118715fe26809dc32c8f8807b837f90f96d96.zip FreeBSD-ports-599118715fe26809dc32c8f8807b837f90f96d96.tar.gz |
c-icap is an implementation of an ICAP server. It can be used with HTTP proxies
that support the ICAP protocol such as the Shweby or Squid proxy server.
c-icap allows the addition of modules, which can extend its functionality and
services. For instance, such modules can be loggers, authenticators and
authentication methods or access controlers.
WWW: http://www.chtsanti.net/c-icap
PR: ports/92760
Submitted by: Elisey O. Savateev <b3k@mail.ru>
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 6e9ade0..656851e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -52,6 +52,7 @@ SUBDIR += bricolage SUBDIR += bugmenot SUBDIR += bugmenot-firefox + SUBDIR += c-icap SUBDIR += cadaver SUBDIR += calamaris SUBDIR += campsite |