aboutsummaryrefslogtreecommitdiff
path: root/www/c-icap
Commit message (Collapse)AuthorAgeFilesLines
* - Update clamav to 0.90.1Renato Botelho2007-03-131-3/+3
| | | | | | | | | - Use -lthr to build clamav since it has problems with libpthread - Bump PORTREVISION of dependant ports, libclamav version was bumped - Fix clamcour to build with clamav-0.90.x using patch sent by maintainer Notes: svn path=/head/; revision=187337
* - Fixed serious bug in utf8 web pages recognition causing c-icap to enters anRong-En Fan2006-08-036-15/+113
| | | | | | | | | | | | endless loop - Fixed typo in pkg-install - Added to Makefile LOG_DIR, RUN_DIR and TMP_DIR variables PR: ports/101296 Submitted by: Elisey Savateev <b3k at mail.ru> (maintainer) Notes: svn path=/head/; revision=169546
* - Update to 030606rc1Sergey Matveychuk2006-06-155-10/+64
| | | | | | | | | | | Contains fixes for a bug which causes segmentation fault to the c-icap server PR: ports/98903 Submitted by: maintainer Notes: svn path=/head/; revision=165499
* - Update to 030606Pav Lucistnik2006-06-116-35/+50
| | | | | | | | PR: ports/98797 Submitted by: Elisey O. Savateev <b3k@mail.ru> (maintainer) Notes: svn path=/head/; revision=165073
* - Fix bugs in pkg-install and bug in pkg-plist [1]Sergey Matveychuk2006-03-304-25/+15
| | | | | | | | | | | - Add one more MASTER_SITE PR: ports/95061 Submitted by: maintainer Pointy hat to: sem (me) [1] Notes: svn path=/head/; revision=158420
* c-icap is an implementation of an ICAP server. It can be used with HTTP proxiesSergey Matveychuk2006-03-2711-0/+358
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> Notes: svn path=/head/; revision=158243