head	1.28;
access;
symbols
	RELEASE_8_3_0:1.22
	RELEASE_9_0_0:1.22
	RELEASE_7_4_0:1.21
	RELEASE_8_2_0:1.21
	RELEASE_6_EOL:1.20
	RELEASE_8_1_0:1.20
	RELEASE_7_3_0:1.18
	RELEASE_8_0_0:1.18
	RELEASE_7_2_0:1.16
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.6
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5;
locks; strict;
comment	@# @;


1.28
date	2012.11.25.09.12.19;	author svnexp;	state Exp;
branches;
next	1.27;

1.27
date	2012.11.17.06.02.29;	author svnexp;	state Exp;
branches;
next	1.26;

1.26
date	2012.10.20.09.57.28;	author mm;	state Exp;
branches;
next	1.25;

1.25
date	2012.08.15.01.47.57;	author mm;	state Exp;
branches;
next	1.24;

1.24
date	2012.08.15.01.01.43;	author mm;	state Exp;
branches;
next	1.23;

1.23
date	2012.08.15.00.09.41;	author mm;	state Exp;
branches;
next	1.22;

1.22
date	2011.09.23.22.25.54;	author amdmi3;	state Exp;
branches;
next	1.21;

1.21
date	2010.12.04.07.33.54;	author ade;	state Exp;
branches;
next	1.20;

1.20
date	2010.06.08.19.52.57;	author makc;	state Exp;
branches;
next	1.19;

1.19
date	2010.04.06.12.01.56;	author garga;	state Exp;
branches;
next	1.18;

1.18
date	2009.08.22.00.38.04;	author amdmi3;	state Exp;
branches;
next	1.17;

1.17
date	2009.08.02.19.35.57;	author mezz;	state Exp;
branches;
next	1.16;

1.16
date	2009.03.27.15.40.09;	author garga;	state Exp;
branches;
next	1.15;

1.15
date	2009.03.27.11.53.06;	author garga;	state Exp;
branches;
next	1.14;

1.14
date	2009.03.26.13.59.35;	author pav;	state Exp;
branches;
next	1.13;

1.13
date	2009.02.14.13.28.56;	author stas;	state Exp;
branches;
next	1.12;

1.12
date	2008.12.19.22.00.32;	author pav;	state Exp;
branches;
next	1.11;

1.11
date	2008.09.15.19.56.37;	author garga;	state Exp;
branches;
next	1.10;

1.10
date	2008.08.21.06.18.34;	author rafan;	state Exp;
branches;
next	1.9;

1.9
date	2008.04.19.17.54.03;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2008.04.16.16.10.16;	author garga;	state Exp;
branches;
next	1.7;

1.7
date	2007.12.19.23.08.37;	author garga;	state Exp;
branches;
next	1.6;

1.6
date	2007.03.13.20.11.15;	author garga;	state Exp;
branches;
next	1.5;

1.5
date	2006.08.03.10.11.32;	author rafan;	state Exp;
branches;
next	1.4;

1.4
date	2006.06.15.11.18.56;	author sem;	state Exp;
branches;
next	1.3;

1.3
date	2006.06.11.08.33.02;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2006.03.30.16.11.03;	author sem;	state Exp;
branches;
next	1.1;

1.1
date	2006.03.27.06.40.18;	author sem;	state Exp;
branches;
next	;


desc
@@


1.28
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307739
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307739 | mm | 2012-11-25 08:51:54 +0000 (Sun, 25 Nov 2012) | 4 lines
## SVN ##
## SVN ## Update c-icap and c-icap-modules to 0.2.3
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:	c-icap
# Date created:				30 January 2006
# Whom:					Elisey Savateev <b3k@@mail.ru>
#
# $FreeBSD: head/www/c-icap/Makefile 307739 2012-11-25 08:51:54Z mm $
#

PORTNAME=	c-icap
PORTVERSION=	0.2.3
PORTEPOCH=	2
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/0.2.x/
DISTNAME=	c_icap-${PORTVERSION}

MAINTAINER=	mm@@FreeBSD.org
COMMENT=	ICAP server implementation

LICENSE=	LGPL21

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_RC_SUBR=	c-icap

SUB_FILES=	pkg-install pkg-deinstall

OPTIONS_DEFINE=	BDB IPV6 LDAP PERL POSIXSEM LARGE_FILES
OPTIONS_DEFAULT=	IPV6
LARGE_FILES_DESC=	Enable large files support
POSIXSEM_DESC=		Use POSIX Semaphores instead of SYSV IPC

CICAP_USER=	c_icap
CICAP_GROUP=	c_icap

USERS=		${CICAP_USER}
GROUPS=		${CICAP_GROUP}

MAN8=		c-icap-client.8 \
		c-icap-config.8 \
		c-icap-libicapapi-config.8 \
		c-icap-mkbdb.8 \
		c-icap-stretch.8 \
		c-icap.8

CONFIGURE_ARGS+=	--enable-static \
			--sysconfdir="${PREFIX}/etc/c-icap"

.include <bsd.port.options.mk>

.if ${PORT_OPTIONS:MBDB}
USE_BDB=	yes
.endif

.if ${PORT_OPTIONS:MIPV6}
CONFIGURE_ARGS+=	--enable-ipv6
.else
CONFIGURE_ARGS+=	--disable-ipv6
.endif

.if ${PORT_OPTIONS:MLARGE_FILES}
CONFIGURE_ARGS+=	--enable-large-files
.else
CONFIGURE_ARGS+=	--disable-large-files
.endif

.if ${PORT_OPTIONS:MLDAP}
USE_OPENLDAP=	YES
.endif

.if ${PORT_OPTIONS:MPERL}
USE_PERL5=	yes
.endif

.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MBDB}
CFLAGS+=	-I${BDB_INCLUDE_DIR}
LDFLAGS+=	-L${BDB_LIB_DIR}
CONFIGURE_ARGS+=	--with-bdb=yes
PLIST_SUB+=	BDB=""
.else
CONFIGURE_ARGS+=	--with-bdb=no
PLIST_SUB+=	BDB="@@comment "
.endif

.if ${PORT_OPTIONS:MLDAP}
CONFIGURE_ARGS+=	--with-ldap=yes
PLIST_SUB+=	LDAP=""
.else
CONFIGURE_ARGS+=	--with-ldap=no
PLIST_SUB+=	LDAP="@@comment "
.endif

.if ${PORT_OPTIONS:MPERL}
PLIST_SUB+=	PERL=""
CONFIGURE_ARGS+=	--with-perl=${PERL}
.else
PLIST_SUB+=	PERL="@@comment "
CONFIGURE_ARGS+=	--without-perl
.endif

CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

LOG_DIR=	/var/log/c-icap
RUN_DIR=	/var/run/c-icap
PLIST_SUB+=	LOG_DIR=${LOG_DIR} RUN_DIR=${RUN_DIR}

SUB_FILES=	pkg-install pkg-deinstall
SUB_LIST=	CICAP_USER=${CICAP_USER} CICAP_GROUP=${CICAP_GROUP} \
		LOG_DIR=${LOG_DIR} RUN_DIR=${RUN_DIR}

post-patch:
	@@${REINPLACE_CMD} \
		-e 's|@@prefix@@/var/log|/var/log/c-icap|g' \
		-e 's|@@prefix@@/etc/|@@sysconfdir@@/|g' \
		${WRKSRC}/c-icap.conf.in
.if ${PORT_OPTIONS:MPOSIXSEM}
	@@${REINPLACE_CMD} \
		-e 's|@@SYSV_IPC@@|0|g' \
		${WRKSRC}/include/c-icap-conf.h.in
.endif

post-install:
	@@${CP} -np ${PREFIX}/etc/c-icap/c-icap.conf.default \
		${PREFIX}/etc/c-icap/c-icap.conf
	@@${CP} -np ${PREFIX}/etc/c-icap/c-icap.magic.default \
		${PREFIX}/etc/c-icap/c-icap.magic
	@@${SH} ${PKGINSTALL} ${PREFIX} POST-INSTALL

.include <bsd.port.post.mk>
@


1.27
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/c-icap/Makefile 306174 2012-10-20 09:57:28Z mm $
d9 1
a9 1
PORTVERSION=	0.2.2
@


1.26
log
@SVN rev 306174 on 2012-10-20 09:57:28Z by mm

Update to 0.2.2

Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.25
log
@SVN rev 302561 on 2012-08-15 01:47:57Z by mm

Do not include license file for known license
@
text
@d9 1
a9 2
PORTVERSION=	0.2.1
PORTREVISION=	1
@


1.24
log
@SVN rev 302554 on 2012-08-15 01:01:43Z by mm

Change configuration directory to ${PREFIX}/etc/c-icap
@
text
@a19 1
LICENSE_FILE=	${WRKSRC}/COPYING
@


1.23
log
@SVN rev 302543 on 2012-08-15 00:09:41Z by mm

Update c-icap to 0.2.1

PR:		ports/170121
Approved by:	maintainer (timeout)
@
text
@d10 1
d46 2
a47 1
CONFIGURE_ARGS+=	--enable-static
d117 1
d126 4
a129 4
	@@[ -f ${PREFIX}/etc/c-icap.conf ] || \
		${CP} -p ${PREFIX}/etc/c-icap.conf.default ${PREFIX}/etc/c-icap.conf
	@@[ -f ${PREFIX}/etc/c-icap.magic ] || \
		${CP} -p ${PREFIX}/etc/c-icap.magic.default ${PREFIX}/etc/c-icap.magic
@


1.22
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d9 2
a10 3
PORTVERSION=	060708
PORTREVISION=	2
PORTEPOCH=	1
d12 2
a13 2
MASTER_SITES=	SF/${PORTNAME}/OldFiles
DISTNAME=	c_icap-${PORTVERSION}rc2
d15 5
a19 2
MAINTAINER=	tofig@@freebsd.az
COMMENT=	An implementation of an ICAP server
d23 1
a23 2
USE_RC_SUBR=	c_icap
USE_AUTOTOOLS=	libtool
d27 10
a36 4
OPTIONS=	CLAMAV "Build with srv_clamav service" on \
		LARGE_FILES "Enable large files support" off \
		IPV6 "Enable IPv6 support" off \
		PERL "With Perl support" off
d38 6
a43 1
.include <bsd.port.pre.mk>
d45 1
a45 4
LOG_DIR=	/var/log/c_icap
TMP_DIR=	/var/tmp
RUN_DIR=	/var/run
PLIST_SUB+=	LOG_DIR=${LOG_DIR} RUN_DIR=${RUN_DIR}
d47 1
a47 2
SUB_FILES=	pkg-install pkg-deinstall
SUB_LIST=	LOG_DIR=${LOG_DIR} TMP_DIR=${TMP_DIR} RUN_DIR=${RUN_DIR}
d49 2
a50 7
.if defined(WITH_PERL)
USE_PERL5=	yes
PLIST_SUB+=	PERL=""
CONFIGURE_ARGS+=	--with-perl=${PERL}
.else
PLIST_SUB+=	PERL="@@comment "
CONFIGURE_ARGS+=	--without-perl
d53 2
a54 6
.if !defined(WITHOUT_CLAMAV)
LIB_DEPENDS+=	clamav.7:${PORTSDIR}/security/clamav
PLIST_SUB+=	CLAMAV=""
CONFIGURE_ARGS+=	--with-clamav
LDFLAGS+=	-L${LOCALBASE}/lib
CFLAGS+=	-I${LOCALBASE}/include
d56 1
a56 2
PLIST_SUB+=	CLAMAV="@@comment "
CONFIGURE_ARGS+=	--without-clamav
d59 1
a59 1
.if defined(WITH_LARGE_FILES)
d65 31
a95 2
.if defined(WITH_IPV6)
CONFIGURE_ARGS+=	--enable-ipv6
d97 2
a98 1
CONFIGURE_ARGS+=	--disable-ipv6
d101 11
d113 2
a114 16
	@@${REINPLACE_CMD} -e 's|User wwwrun|User cicap|g' \
		-e 's|Group nobody|Group cicap|g' \
		-e 's|/var/run|${RUN_DIR}|g' \
		-e 's|/var/tmp|${TMP_DIR}|g' \
		-e 's|/var/log/c_icap|${LOG_DIR}|g' \
		${WRKSRC}/c-icap.conf ${WRKSRC}/c-icap.conf.in
	@@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g' \
		-e 's|icap_stretch_CFLAGS = -Iinclude/|icap_stretch_CFLAGS = -Iinclude/ ${PTHREAD_CFLAGS}|g' \
		${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am
.if !defined(WITH_PERL)
	@@${REINPLACE_CMD} -e 's|\(^Module perl\)|\#\1|g' \
	${WRKSRC}/c-icap.conf.in
.endif
.if !defined(WITH_CLAMAV)
	@@${REINPLACE_CMD} -e 's|\(^Service antivirus\)|\#\1|g' \
		-e 's|\(^srv_clamav\)|\#\1|g' \
d116 4
a121 3
pre-install:
	@@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL

@


1.21
log
@Sync to new bsd.autotools.mk
@
text
@d54 2
a55 2
CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"
@


1.20
log
@Convert LDCONFIG_DIRS to USE_LDCONFIG.

PR:		based on ports/146365
Submitted by:	Alex Kozlov <spam at rm-rf.kiev.ua>
Approved by:	maintainers timeout (two weeks)
@
text
@d22 1
a22 1
USE_AUTOTOOLS=	libtool:22
@


1.19
log
@Chase clamav's lib bump
@
text
@a22 1
LDCONFIG_DIRS=	%%PREFIX%%/lib %%PREFIX%%/lib/c_icap
@


1.18
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d10 1
a10 1
PORTREVISION=	1
d52 1
a52 1
LIB_DEPENDS+=	clamav.6:${PORTSDIR}/security/clamav
@


1.17
log
@-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
@
text
@d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.16
log
@- Fix clamav dependency
- bump PORTREVISION

Pointyhat to:	garga
@
text
@d23 1
a23 1
USE_AUTOTOOLS=	libtool:15
@


1.15
log
@- Bump necessary PORTREVISIONS and fix some ports to new clamav API
@
text
@d10 1
d53 1
a53 1
LIB_DEPENDS+=	clamav.5:${PORTSDIR}/security/clamav
@


1.14
log
@- Update to 060708

PR:		ports/130633
Submitted by:	Vladimir Kondratiev <wulf@@mail.mipt.ru>
Approved by:	Tofig Suleymanov <tofig@@freebsd.az> (maintainer)
@
text
@d14 1
a14 1
DISTNAME=	c_icap-${PORTVERSION}
@


1.13
log
@- Fix build.
- Pass maintainership to submitter.

Submitted by:	Tofig Suleymanov <tofig@@freebsd.az>
Approved by:	portmgr (linimon)
@
text
@d9 1
a9 2
PORTVERSION=	030606
PORTREVISION=	5
d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
				http://bio3k.softboard.ru/uploads/arch/
d14 1
a14 1
DISTNAME=	c_icap-${PORTVERSION}rc1
d28 3
a30 3
			LARGE_FILES "Enable large files support" off \
			IPV6 "Enable IPv6 support" off
#		PERL "With Perl support" off
a33 3
# Perl support not ready yet. Try to contact author or hack it by yourself.
WITHOUT_PERL=	yes

a73 5
post-extract:
	@@${MV} ${WRKSRC}/c-icap.conf ${WRKSRC}/c-icap.conf.default
	@@${MV} ${WRKSRC}/c-icap.conf.in ${WRKSRC}/c-icap.conf.default.in
	@@${MV} ${WRKSRC}/c-icap.magic ${WRKSRC}/c-icap.magic.default

d80 1
a80 1
		${WRKSRC}/c-icap.conf.default ${WRKSRC}/c-icap.conf.default.in
d86 1
a86 1
	${WRKSRC}/c-icap.conf.default.in
d91 1
a91 1
		${WRKSRC}/c-icap.conf.default.in
@


1.12
log
@- Set for expiration in one month: has been broken for more than 6 months
@
text
@d18 1
a18 1
MAINTAINER=	b3k@@mail.ru
a33 4
BROKEN=	Doesn't build with clamav-0.93 or higher
DEPRECATED=	has been broken for more than 6 months
EXPIRATION_DATE=2009-01-19

@


1.11
log
@- Update security/clamav to 0.94 [1] and fix a remote DoS [2]
- Chase libclamav version bump on all dependant ports
- Bump necessary PORTREVISIONS
- Fix some BROKEN messages from ports that were already broken with clamav-0.93
- Mark security/klamav as BROKEN since it doesn't build with clamav-0.94

PR:		ports/127122 [1], ports/127310 [2]
Submitted by:	Gary Palmer <freebsd-gnats@@in-addr.com> [1], delphij [2]
Approved by:	portmgr (pav)
@
text
@d35 2
@


1.10
log
@Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
@
text
@d34 1
a34 1
BROKEN=	Doesn't build with clamav-0.93
d59 1
a59 1
LIB_DEPENDS+=	clamav.4:${PORTSDIR}/security/clamav
@


1.9
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@a24 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.8
log
@- Chase clamav library to version 4
- Bump PORTREVISION

Following ports are marked as BROKEN since they don't build with new clamav
0.93:

www/c-icap
mail/claws-mail-clamav
www/gurlchecker
www/havp
security/klamav
devel/p5-Mail-ClamAV
devel/py-clamav
www/squidclam

This clamav version needed to be updated without wait other ports fixes
because it fixes important vulnerabilities.
@
text
@d22 1
a22 1
INSTALLS_SHLIB=	yes
@


1.7
log
@- Update security/clamav to 0.92
- Add a new OPTION (RAR) because unrar code is optional to fix a license
  issue
- Some cosmetic changes
- Chase library version bump and bump PORTREVISION of all dependant ports

Approved by:	portmgr (pav)
Security:	CVE-2007-6335, CVE-2007-6336, CVE-2007-6337
@
text
@d10 1
a10 1
PORTREVISION=	4
d35 2
d60 1
a60 1
LIB_DEPENDS+=	clamav.3:${PORTSDIR}/security/clamav
@


1.6
log
@- Update clamav to 0.90.1
- 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
@
text
@d10 1
a10 1
PORTREVISION=	3
d58 1
a58 1
LIB_DEPENDS+=	clamav.2:${PORTSDIR}/security/clamav
@


1.5
log
@- Fixed serious bug in utf8 web pages recognition causing c-icap to enters an
  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)
@
text
@d10 1
a10 1
PORTREVISION=	2
d57 2
a58 2
.if defined(WITH_CLAMAV)
LIB_DEPENDS+=	clamav.1:${PORTSDIR}/security/clamav
@


1.4
log
@- Update to 030606rc1
  Contains fixes for a bug which causes segmentation fault
  to the c-icap server

PR:		ports/98903
Submitted by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	1
d23 1
a23 1
USE_RC_SUBR=	c_icap.sh
d40 8
d88 3
@


1.3
log
@- Update to 030606

PR:		ports/98797
Submitted by:	Elisey O. Savateev <b3k@@mail.ru> (maintainer)
@
text
@d10 1
d16 1
a16 1
DISTNAME=	c_icap-${PORTVERSION}
@


1.2
log
@- Fix bugs in pkg-install and bug in pkg-plist [1]
- Add one more MASTER_SITE

PR:		ports/95061
Submitted by:	maintainer
Pointy hat to:	sem (me) [1]
@
text
@d9 2
a10 2
PORTVERSION=	220505
PORTREVISION=	1
d29 3
a31 1
OPTIONS=	CLAMAV "With srv_clamav service" on
d59 12
@


1.1
log
@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>
@
text
@d10 1
d12 2
a13 1
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
@

