diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-06-18 04:54:26 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-06-18 04:54:26 +0000 |
commit | 72e48206fb0f3b024b4bb9d25824133b3102eb06 (patch) | |
tree | 4b5cc83d6b26ee3d2ab0aa00bbef8c663fb9c2c6 /www/Makefile | |
parent | Update to 0.14 (diff) |
HAVP (HTTP Antivirus Proxy) is a proxy with a ClamAV anti-virus scanner. The
main aims are continuous, non-blocking downloads and smooth scanning of
dynamic and password protected HTTP traffic. Havp antivirus proxy has a parent
and transparent proxy mode. It can be used with squid or standalone.
WWW: http://www.server-side.de/
PR: ports/99073
Submitted by: Elisey Savateev <b3k@mail.ru>
Notes
Notes:
svn path=/head/; revision=165675
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 4b4bd153beff..9f8d7b96fa71 100644 --- a/www/Makefile +++ b/www/Makefile @@ -174,6 +174,7 @@ SUBDIR += guile-www SUBDIR += gurlchecker SUBDIR += harvest + SUBDIR += havp SUBDIR += horde SUBDIR += horde-passwd SUBDIR += horde-php5 |