Date: 4 Aug 2002 17:44:20 -0000 From: Clement Laforet <sheepkiller@cultdeadsheep.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/41324: New port : security/prelude-lml (part of Prelude NIDS ports) Message-ID: <20020804174420.99273.qmail@cultdeadsheep.org>
next in thread | raw e-mail | index | archive | help
>Number: 41324 >Category: ports >Synopsis: New port : security/prelude-lml (part of Prelude NIDS ports) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Aug 04 10:50:04 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Clement Laforet >Release: FreeBSD 4.6-STABLE i386 >Organization: The Cult Of The Dead Sheep >Environment: System: FreeBSD goofy.cultdeadsheep.org 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Jul 4 10:05:12 CEST 2002 root@goofy.cultdeadsheep.org:/usr/obj/usr/src/sys/GOOFY i386 >Description: prelude-lml : the Prelude Log Monitoring Lackey monitors local logfiles and sends alerts to the manager if something suspicious is found. It is also a sensor. >How-To-Repeat: N/A. >Fix: --- prelude-lml.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # prelude-lml # prelude-lml/pkg-message # prelude-lml/pkg-comment # prelude-lml/distinfo # prelude-lml/Makefile # prelude-lml/pkg-plist # prelude-lml/pkg-descr # echo c - prelude-lml mkdir -p prelude-lml > /dev/null 2>&1 echo x - prelude-lml/pkg-message sed 's/^X//' >prelude-lml/pkg-message << 'END-of-prelude-lml/pkg-message' X X*********************************************************** XPrelude NIDS ports haven't for the moment configuration Xscripts. XPlease read the documentation you can find here : Xhttp://www.prelude-ids.org/index.php?page=23 X*********************************************************** X END-of-prelude-lml/pkg-message echo x - prelude-lml/pkg-comment sed 's/^X//' >prelude-lml/pkg-comment << 'END-of-prelude-lml/pkg-comment' XPrelude Network Intrusion Detection System Log Monitoring Lackey. END-of-prelude-lml/pkg-comment echo x - prelude-lml/distinfo sed 's/^X//' >prelude-lml/distinfo << 'END-of-prelude-lml/distinfo' XMD5 (prelude-lml-0.8.0.tar.gz) = 9a37078364e35622ee6378e5efeb870a END-of-prelude-lml/distinfo echo x - prelude-lml/Makefile sed 's/^X//' >prelude-lml/Makefile << 'END-of-prelude-lml/Makefile' X# New ports collection makefile for: prelude-lml X# Date created: Sun Aug 4 19:31:17 CEST 2002 X# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> X XPORTNAME= prelude-lml XPORTVERSION= 0.8.0 XCATEGORIES= security XMASTER_SITES= http://www.prelude-ids.org/download/releases/ X XMAINTAINER= sheepkiller@cultdeadsheep.org X XGNU_MAKE= yes XHAS_CONFIGURE= yes XCONFIGURE_ARGS+= --prefix=${PREFIX} --with-html-dir=${PREFIX}/share/doc X XLIB_DEPENDS= prelude.0:${PORTSDIR}/security/libprelude X X.if defined(WITH_GPROF) XCONFIGURE_ARGS+= --enable-profiling X.endif X X# Broken, for the moment X.if defined(WITH_GTK_DOC) XBUILD_DEPENDS= gtkdoc-scan:${PORTSDIR}/textproc/gtk-doc XCONFIGURE_ARGS+= --enable-gtk-doc X.endif X Xpre-everything: X.if defined(WITH_GTK_DOC) X @${ECHO} "*********************************************************************" X @${ECHO} "WITH_GTK_DOC option is currently broken." X @${ECHO} "*********************************************************************" X @${FALSE} X.endif X Xpre-configure: X @${ECHO} "" X @${ECHO} "*------------------------------------------------------------------*" X @${ECHO} "Options:" X @${ECHO} "" X @${ECHO} " WITH_GPROF=yes Enable Gprof profiling - with thread workaround" X @${ECHO} " WITH_GTK_DOC=yes Use gtk-doc to build documentation (unused for the moment)" X @${ECHO} "*------------------------------------------------------------------*" X @${ECHO} "" X Xpost-install: X @${CAT} ${PKGMESSAGE} X X.include <bsd.port.mk> END-of-prelude-lml/Makefile echo x - prelude-lml/pkg-plist sed 's/^X//' >prelude-lml/pkg-plist << 'END-of-prelude-lml/pkg-plist' Xbin/prelude-lml Xetc/prelude-lml/ruleset/simple.rules Xetc/prelude-lml/ruleset/cisco.rules Xetc/prelude-lml/ruleset/grsecurity.rules Xetc/prelude-lml/ruleset/zyxel.rules Xetc/prelude-lml/ruleset/ipfw.rules Xetc/prelude-lml/ruleset/netfilter.rules Xetc/prelude-lml/prelude-lml.conf Xetc/prelude-lml/plugins.rules Xinclude/prelude-lml/lml-alert.h Xinclude/prelude-lml/log-common.h Xinclude/prelude-lml/plugin-log.h Xlib/prelude-lml/debug.so Xlib/prelude-lml/debug.la Xlib/prelude-lml/simple.so Xlib/prelude-lml/simple.la Xlib/prelude-lml/pax.so Xlib/prelude-lml/pax.la X@dirrm etc/prelude-lml/ruleset X@dirrm etc/prelude-lml X@dirrm include/prelude-lml X@dirrm lib/prelude-lml END-of-prelude-lml/pkg-plist echo x - prelude-lml/pkg-descr sed 's/^X//' >prelude-lml/pkg-descr << 'END-of-prelude-lml/pkg-descr' XPrelude is a new innovative hybrid Intrusion Detection system designed Xto be very modular, distributed, rock solid and fast. X XThe Prelude Log Monitoring Lackey monitors local logfiles and sends Xalerts to the manager if something suspicious is found. It is also a sensor X XWWW: http://www.prelude-ids.org/ END-of-prelude-lml/pkg-descr exit --- prelude-lml.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020804174420.99273.qmail>