head	1.7;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2013.03.09.19.26.29;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.25.13.22.34;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.02.38;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.10.30.23.05.50;	author flo;	state Exp;
branches;
next	1.3;

1.3
date	2011.02.13.18.12.33;	author sahil;	state Exp;
branches;
next	1.2;

1.2
date	2010.12.20.05.34.27;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.06.06.14.54.23;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313740
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Ports collection Makefile for: libecap
# Date created:			2009/06/02
# Whom:				Thomas-Martin Seck <tmseck@@web.de>
#
# $FreeBSD: head/www/libecap/Makefile 313740 2013-03-09 18:09:24Z tmseck $
#

PORTNAME=	libecap
PORTVERSION=	0.2.0
PORTREVISION=	1
CATEGORIES=	www security
MASTER_SITES=	http://www.measurement-factory.com/tmp/ecap/

MAINTAINER=	tmseck@@FreeBSD.org
COMMENT=	Library for module based network content analysis

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USE_GCC=	4.2+

LICENSE=	BSD
LICENSE_FILE=	${WRKSRC}/LICENSE

PORTDOCS=	CREDITS LICENSE NOTICE README

CONFIGURE_ARGS+=--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.6
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307742
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307742 | flo | 2012-11-25 13:19:26 +0000 (Sun, 25 Nov 2012) | 9 lines
## SVN ##
## SVN ## Install .pc files in the correct directory.
## SVN ##
## SVN ## This should fix www/squid32 with ECAP enabled.
## SVN ##
## SVN ## PR:		ports/173837
## SVN ## Submitted by:	Eugene Grosbein <eugen@@eg.sd.rdtc.ru>
## SVN ## Approved by:	maintainer
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d5 1
a5 1
# $FreeBSD: head/www/libecap/Makefile 307742 2012-11-25 13:19:26Z flo $
d14 1
a14 1
MAINTAINER=	tmseck@@web.de
@


1.5
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/libecap/Makefile 306729 2012-10-30 23:05:50Z flo $
d10 1
d26 2
@


1.4
log
@SVN rev 306729 on 2012-10-30 23:05:50Z by flo

- add www/squid32 [1]
- update www/libecap to 0.20 [2]
- remove option ECAP from www/squid31 and add a note to UPDATING that you need
  to upgrade to squid32 if you need ECAP

PR:		ports/173152 [1]
PR:		ports/173156 [2]
Submitted by:	Thomas-Martin Seck <tmseck@@web.de>
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Update to 0.1.0 and sort packing list.

PR:		ports/154738
Submitted by:	Thomas-Martin Seck <tmseck@@web.de> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.1.0
@


1.2
log
@- Update www/libecap to 0.0.3.
- Add license information.

PR:		153272
Submitted by:	Thomas-Martin Seck <tmseck@@web.de> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.0.3
@


1.1
log
@eCAP is a software interface that allows a network application,
such as an HTTP proxy or an ICAP server, to outsource content
analysis and adaptation to a loadable module.

WWW: http://www.e-cap.org/

PR:		ports/135190
Submitted by:	Thomas-Martin Seck <tmseck at web.de>
@
text
@d9 1
a9 1
PORTVERSION=	0.0.2
d20 3
@

