head	1.17;
access;
symbols
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.4
	RELEASE_5_2_0:1.4
	RELEASE_4_9_0:1.1;
locks; strict;
comment	@# @;


1.17
date	2005.11.21.13.54.20;	author sergei;	state dead;
branches;
next	1.16;

1.16
date	2005.11.15.06.51.03;	author ade;	state Exp;
branches;
next	1.15;

1.15
date	2005.10.22.03.32.17;	author sergei;	state Exp;
branches;
next	1.14;

1.14
date	2005.10.21.09.09.52;	author sergei;	state Exp;
branches;
next	1.13;

1.13
date	2005.04.26.08.21.06;	author sergei;	state Exp;
branches;
next	1.12;

1.12
date	2005.04.12.03.26.31;	author obrien;	state Exp;
branches;
next	1.11;

1.11
date	2005.04.11.08.03.58;	author obrien;	state Exp;
branches;
next	1.10;

1.10
date	2004.03.25.21.26.53;	author clement;	state Exp;
branches;
next	1.9;

1.9
date	2004.03.14.06.17.22;	author ade;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.29.15.29.53;	author clement;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.04.05.08.51;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2004.01.13.15.04.48;	author clement;	state Exp;
branches;
next	1.5;

1.5
date	2003.12.17.00.07.53;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2003.11.04.03.08.31;	author foxfair;	state Exp;
branches;
next	1.3;

1.3
date	2003.10.06.13.12.15;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2003.09.26.22.30.58;	author naddy;	state Exp;
branches;
next	1.1;

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


desc
@@


1.17
log
@- Remove security/prelude-nids and refer users to security/snort instead:
  Prelude project is no longer developing its own NIDS sensor,
  and Snort is now the default NIDS sensor for Prelude
@
text
@# New ports collection makefile for:	prelude-nids
# Date created:			Sun Aug 4 19:31:17 CEST 2002
# Whom:				Clement Laforet <sheepkiller@@cultdeadsheep.org>
#
# $FreeBSD: ports/security/prelude-nids/Makefile,v 1.16 2005/11/15 06:51:03 ade Exp $

PORTNAME=	prelude-nids
PORTVERSION=	0.8.6
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.prelude-ids.org/download/releases/

MAINTAINER=	sergei@@FreeBSD.org
COMMENT=	Prelude Network Intrusion Detection System sensor

IGNORE=		is deprecated and does not build with libprelude-0.9.0 or later
DEPRECATED=	Prelude 0.9.0 and later is using Snort as its default NIDS sensor
EXPIRATION_DATE=	2005-11-21

LIB_DEPENDS=	prelude.1:${PORTSDIR}/security/libprelude

USE_GMAKE=		yes
USE_AUTOTOOLS=	libtool:13
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS+=	--prefix=${PREFIX} \
			--with-html-dir=${PREFIX}/share/doc

MAN8=			prelude-nids.8

post-patch:
	${CP} ${FILESDIR}/libpcap.diff ${WRKSRC}

.include <bsd.port.mk>
@


1.16
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@- Mark the port IGNORE in addition to DEPRECATED: the port does not build
  with the newer security/libprelude dependency

Prompted by:	kris
@
text
@d23 1
a23 1
USE_LIBTOOL_VER=	13
@


1.14
log
@- Mark the port DEPRECATED with expiration in a month:
  Prelude project has stopped development of its own NIDS sensor
  in favor of using Snort (security/snort) which has native support
  for integration with Prelude as of version 2.4.1
  See http://www.prelude-ids.org/article.php3?id_article=124 for details.
@
text
@d16 1
@


1.13
log
@- Take maintainership
@
text
@d16 3
@


1.12
log
@At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.11
log
@Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
@
text
@d20 1
a20 1
CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
@


1.10
log
@- Use CONFIGURE_TARGET instead of --program-prefix=""

Reminded by:    -ports@@ discussion
@
text
@d20 1
a20 1
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
@


1.9
log
@Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
@
text
@d20 1
d22 1
a22 2
			--with-html-dir=${PREFIX}/share/doc \
			--program-prefix=""
@


1.8
log
@- Drop maintainership
@
text
@d19 1
a19 1
USE_LIBTOOL=		yes
@


1.7
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d13 1
a13 1
MAINTAINER=	clement@@FreeBSD.org
@


1.6
log
@- Update my email address

Approved and reviewed by:    erwin (mentor)
@
text
@d9 1
@


1.5
log
@libprelude
- update to 0.8.10
- use NOPORTDOCS
prelude-lml
- chase shlib version, bump portrevision
prelude-manager
- update to 0.8.10
prelude-nids
- update to 0.8.6

PR:		ports/60113
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org> (maintainer)
@
text
@d12 1
a12 1
MAINTAINER=	sheepkiller@@cultdeadsheep.org
@


1.4
log
@PR:		58388
Submitted by:	maintainer, Clement Laforet <sheepkiller@@cultdeadsheep.org>
Update prelude-nids to 0.8.5
@
text
@d8 1
a8 1
PORTVERSION=	0.8.5
d10 1
a10 1
MASTER_SITES=   http://www.prelude-ids.org/download/releases/
d15 1
a15 1
LIB_DEPENDS=		prelude.0:${PORTSDIR}/security/libprelude
d24 3
@


1.3
log
@[maintainer update] security/{libprelude,prelude-lil,prelude-nids}: update to latest versions.

	- update libprelude to 0.8.7
	- update prelude-nids to 0.8.4
	- update prelude-lml 0.8.5

PR:		ports/57625
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d8 1
a8 1
PORTVERSION=	0.8.4
@


1.2
log
@Update prelude ports to latest version:
libprelude: 0.8.5 -> 0.8.6
prelude-lml: 0.8.3 -> 0.8.4
prelude-manager: 0.8.7 -> 0.8.8
prelude-nids: 0.8.1 -> 0.8.3

PR:		57168
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d8 1
a8 1
PORTVERSION=	0.8.3
@


1.1
log
@PR:		53013
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>

Add prelude-nids 0.8.1,
Sensor program of prelude Network Intrusion Detection System

prelude-nids : the Prelude Network Intrusion Detection System is a sensor,
that may be installed on the same machine as the manager or not, which watches
network traffic and looks for familiar patterns. This is functionally
equivalent to Snort (http://www.snort.org).
@
text
@d8 1
a8 1
PORTVERSION=	0.8.1
d17 2
a18 3
GNU_MAKE=	yes
GNU_CONFIGURE=	yes

@

