mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
e9471f1910
- Add LICENSE_FILE - Switch to USES=localbase - Convert to USES=mysql - Switch to options helpers - Cosmetic fixes - Fix memcached support (needs libmemcached, not memcached dependency)
23 lines
705 B
Plaintext
23 lines
705 B
Plaintext
From the c-icap homepage:
|
|
|
|
c-icap is an implementation of an ICAP server. It can be used with HTTP
|
|
proxies that support the ICAP protocol to implement content adaptation and
|
|
filtering services.
|
|
|
|
Most of the commercial HTTP proxies must support the ICAP protocol. The open
|
|
source Squid 3.x proxy server supports it.
|
|
|
|
Major features:
|
|
|
|
basic C API for developing custom content adaptation and filtering services
|
|
plugins interface
|
|
LDAP integration
|
|
simple ICAP client API
|
|
|
|
Currently the following services have been implemented for the c-icap server:
|
|
|
|
Web antivirus service, using the clamav open-source antivirus engine
|
|
basic URL filtering service
|
|
|
|
WWW: http://c-icap.sourceforge.net/
|