head	1.20;
access;
symbols
	RELEASE_7_0_0:1.18
	RELEASE_6_3_0:1.18
	PRE_XORG_7:1.18
	RELEASE_4_EOL:1.18
	RELEASE_6_2_0:1.18
	RELEASE_6_1_0:1.18
	RELEASE_5_5_0:1.18
	RELEASE_6_0_0:1.18
	RELEASE_5_4_0:1.18
	RELEASE_4_11_0:1.17
	RELEASE_5_3_0:1.17
	RELEASE_4_10_0:1.16
	RELEASE_5_2_1:1.11
	RELEASE_5_2_0:1.11
	RELEASE_4_9_0:1.11
	RELEASE_5_1_0:1.11
	RELEASE_4_8_0:1.10
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.3
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.20
date	2008.04.04.16.00.48;	author tabthorpe;	state dead;
branches;
next	1.19;

1.19
date	2008.01.31.04.06.08;	author tabthorpe;	state Exp;
branches;
next	1.18;

1.18
date	2005.02.01.18.42.31;	author linimon;	state Exp;
branches;
next	1.17;

1.17
date	2004.05.25.00.01.44;	author pav;	state Exp;
branches;
next	1.16;

1.16
date	2004.02.24.23.12.15;	author ale;	state Exp;
branches;
next	1.15;

1.15
date	2004.02.19.23.43.17;	author ale;	state Exp;
branches;
next	1.14;

1.14
date	2004.02.16.14.21.01;	author ale;	state Exp;
branches;
next	1.13;

1.13
date	2004.02.16.12.54.48;	author kris;	state Exp;
branches;
next	1.12;

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

1.11
date	2003.03.26.10.29.24;	author foxfair;	state Exp;
branches;
next	1.10;

1.10
date	2003.02.26.08.28.54;	author foxfair;	state Exp;
branches;
next	1.9;

1.9
date	2003.02.23.02.14.59;	author foxfair;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.20.18.59.02;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2002.11.10.16.47.48;	author lioux;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.06.22.46.46;	author adamw;	state Exp;
branches;
next	1.5;

1.5
date	2002.08.31.03.17.23;	author dwcjr;	state Exp;
branches;
next	1.4;

1.4
date	2002.02.13.20.45.41;	author pat;	state Exp;
branches;
next	1.3;

1.3
date	2001.06.07.17.30.25;	author dwcjr;	state Exp;
branches;
next	1.2;

1.2
date	2001.01.21.15.40.44;	author dirk;	state Exp;
branches;
next	1.1;

1.1
date	2000.09.26.02.57.57;	author foxfair;	state Exp;
branches;
next	;


desc
@@


1.20
log
@2008-02-29 security/acid: development has ceased, use security/base
@
text
@# New ports collection makefile for:	acid
# Date created:		Mon Sep 25 16:05:01 CST 2000
# Whom:			Foxfair Hu <foxfair@@FreeBSD.org>
#
# $FreeBSD: ports/security/acid/Makefile,v 1.19 2008/01/31 04:06:08 tabthorpe Exp $
#

PORTNAME=	acid
PORTVERSION=	0.9.6b23
CATEGORIES=	security
MASTER_SITES=	http://www.andrew.cmu.edu/user/rdanyliw/snort/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Analysis Console for Intrusion Databases (ACID) with Snort and MySQL

RUN_DEPENDS=	${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
		${LOCALBASE}/share/adodb/adodb.inc.php:${PORTSDIR}/databases/adodb

DEPRECATED=	development has ceased, use security/base
EXPIRATION_DATE=	2008-02-29

WRKSRC=		${WRKDIR}/${PORTNAME}
USE_PHP=	yes
NO_BUILD=	yes

do-install:
	@@${MKDIR} ${PREFIX}/www/acid
.for ext in html php sql css inc
	@@${INSTALL_DATA} ${WRKSRC}/*.${ext} ${PREFIX}/www/acid
.endfor
.ifndef(NOPORTDOCS)
	@@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/www/acid
	@@${INSTALL_DATA} ${WRKSRC}/README.mssql ${PREFIX}/www/acid
	@@${INSTALL_DATA} ${WRKSRC}/CREDITS ${PREFIX}/www/acid
	@@${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/www/acid
	@@${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${PREFIX}/www/acid
.endif

post-install:
	@@${SED} 's|%%PREFIX%%|${PREFIX}|' ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.19
log
@- Mark DEPRECATED

PR:		ports/120172
Submitted by:	Paul Schmehl <pauls utdallas.edu>
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.18
log
@Current maintainer notes that he no longer uses this software.  We
appreciate his help to date.

This port is now available for adoption.
@
text
@d19 3
@


1.17
log
@- Fix MASTER_SITES

PR:		ports/67146
Submitted by:	Roman Neuhauser <neuhauser@@chello.cz>
@
text
@d13 1
a13 1
MAINTAINER=	possamai@@xs4all.nl
@


1.16
log
@Fix adodb dependency.

PR:		ports/63312
Submitted by:	M. Possamai <possamai@@xs4all.nl>
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.andrew.cmu.edu/~rdanyliw/snort/
@


1.15
log
@Fix dependencies.

Noticed by:	bento via kris
Approved by:	nork (mentor/implicitly)
@
text
@d17 1
a17 1
		${LOCALBASE}/www/data.default/php/adodb:${PORTSDIR}/databases/adodb
@


1.14
log
@- Fix dependencies
- make portlint happy
- remove BROKEN and DEPRECATED
- Add SIZE

Approved by:	nork (mentor/implicitly)
@
text
@a20 1
WANT_PHP_WEB=	yes
@


1.13
log
@BROKEN: Inconsistent dependencies (mod_php4 and php4).  This port will be
removed on April 15 if it is still broken at that time.
@
text
@a18 11
.if defined(WITH_APACHE2)
RUN_DEPENDS+=	${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4
.else
RUN_DEPENDS+=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4
.endif

BROKEN=		"Inconsistent dependencies (mod_php4 and php4)"
DEPRECATED=	"This port will be removed on April 15 if it is still broken."

USE_MYSQL=	yes

d20 2
@


1.12
log
@- Unbreak by changin mysql dependency

PR:		ports/61792 (inspired by)
Submitted by:	Michele Possamai <possamai@@xs4all.nl> (maintainer)
@
text
@d25 3
@


1.11
log
@PR:		48919
Assign MAINTAINER.
@
text
@d16 1
a16 2
RUN_DEPENDS=	${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \
		${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort \
d24 2
@


1.10
log
@Make Apache2 + php happier, also resolve 'make deinstall' problem.
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.9
log
@Submitted by:		Michele Possamai <tnt@@tnt.yi.org>
Update acid to version 0.9.6b23
@
text
@d16 1
a16 2
RUN_DEPENDS=	${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \
		${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql323-server \
d19 6
@


1.8
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	0.9.6b21
d32 3
@


1.7
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d14 1
@


1.6
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a14 2
PORTCOMMENT=	Analysis Console for Intrusion Databases (ACID) with Snort and MySQL

@


1.5
log
@Update to 0.9.6b21

PR:		36940
Submitted by:	king@@v2project.com
@
text
@d15 2
@


1.4
log
@- Update to 0.9.6b20
- Give maintainership back to ports@@ (foxfair has not logged into freefall
  for over a year and email is bouncing)

PR:		34862
Reviewed by:	Alex George <ageorge@@nts.umd.edu>
@
text
@d9 1
a9 1
PORTVERSION=	0.9.6b20
d17 2
a18 1
		${LOCALBASE}/bin/snort:${PORTSDIR}/security/snort
@


1.3
log
@Update to latest "stable" version
Fix dependency

PR:		26336
Approved by:	will
No Response:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/acid/Makefile,v 1.2 2001/01/21 15:40:44 dirk Exp $
d9 1
a9 1
PORTVERSION=	0.9.6b1
a11 2
DISTFILES=	acid-0.9.6b1.tar.gz
WRKSRC=		${WRKDIR}/${PORTNAME}
d13 1
a13 1
MAINTAINER=	foxfair@@FreeBSD.org
d15 1
a15 2
RUN_DEPENDS=	${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \
		${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 \
d19 12
a30 3
post-configure:
	${MKDIR} ${LOCALBASE}/share/doc/apache/acid
	${CP} ${FILESDIR}/Makefile.acid ${WRKSRC}/Makefile
d33 1
a33 10
	@@${ECHO} "*****************************************************************************"
	@@${ECHO} "Please modify the file '${LOCALBASE}/share/doc/apache/acid/acid_conf.php',   "
	@@${ECHO} "and customize the following variables to fit your system:		       "
	@@${ECHO} "									       "
	@@${ECHO} "'alert_dbname'    : MySQL database name where the alerts are stored 	       "
	@@${ECHO} "'alert_host'      : host where the database is stored		       	       "
	@@${ECHO} "'alert_port'      : port where the database is stored		               "
	@@${ECHO} "'alert_user'      : username into the database			       "
	@@${ECHO} "'alert_password'  : password for the username				       "
	@@${ECHO} "*****************************************************************************"
@


1.2
log
@Switch from mysql322-{client,server} to mysql323-{client,server}.

mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).

mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/acid/Makefile,v 1.1 2000/09/26 02:57:57 foxfair Exp $
d9 1
a9 1
PORTVERSION=	0.9.4
d11 2
a12 2
MASTER_SITES=	http://www.cert.org/kb/acid/
DISTFILES=	acid.0.9.4.tar.gz
d18 1
a18 1
		${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 \
@


1.1
log
@Add acid to our ports tree. (not out, sorry)
This is acid v0.9.4, Analysis Console for Intrusion Databases (ACID) with
Snort and MySQL. Before someone complain about it, I need to say portlint
doesn't like this port so much. That's because the naming rule of
DISTFILES(from the author) has a bad style.

ACID needs snort 1.6.3(maybe higher) and php3/mysql, we are waitng for
upgrading the development version of snort to make this port happy.

Submitted by: Yen-Ming Chen <yenming.chen@@foundstone.com>
@
text
@d5 1
a5 1
# $FreeBSD: $
d19 1
a19 1
		${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql322-server \
@

