diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-24 13:20:24 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-24 13:20:24 +0000 |
commit | 193c36504f3503664b6a86a5099b58af8684ce86 (patch) | |
tree | df40491da585d6730b96c59654873753a8f614cd /net-analyzer/acid | |
parent | Fix for CAN-2004-0596, Gentoo bug #57826 (Manifest recommit) (diff) | |
download | gentoo-2-193c36504f3503664b6a86a5099b58af8684ce86.tar.gz gentoo-2-193c36504f3503664b6a86a5099b58af8684ce86.tar.bz2 gentoo-2-193c36504f3503664b6a86a5099b58af8684ce86.zip |
initial ebuild, closes #46575
Diffstat (limited to 'net-analyzer/acid')
-rw-r--r-- | net-analyzer/acid/ChangeLog | 11 | ||||
-rw-r--r-- | net-analyzer/acid/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/acid/acid-0.9.6_beta23.ebuild | 46 | ||||
-rw-r--r-- | net-analyzer/acid/files/digest-acid-0.9.6_beta23 | 1 | ||||
-rw-r--r-- | net-analyzer/acid/metadata.xml | 6 |
5 files changed, 66 insertions, 0 deletions
diff --git a/net-analyzer/acid/ChangeLog b/net-analyzer/acid/ChangeLog new file mode 100644 index 000000000000..412e908b642b --- /dev/null +++ b/net-analyzer/acid/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for net-analyzer/acid +# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/acid/ChangeLog,v 1.1 2004/07/24 13:20:24 eldad Exp $ + +*acid-0.9.6_beta23 (24 Jul 2004) + + 24 Jul 2004; Eldad Zack <eldad@gentoo.org> +metadata.xml, + +acid-0.9.6_beta23.ebuild: + Initial ebuild. Adapted from an ebuild submitted by Ryu + <jasmine.chua@internationalsos.com>. Closes #46575. + diff --git a/net-analyzer/acid/Manifest b/net-analyzer/acid/Manifest new file mode 100644 index 000000000000..ad70057af4e1 --- /dev/null +++ b/net-analyzer/acid/Manifest @@ -0,0 +1,2 @@ +MD5 165c69cb7afc3b9b08f082db53fce361 acid-0.9.6_beta23.ebuild 1016 +MD5 26f34d01017d5c8acb2d58fd139cef67 files/digest-acid-0.9.6_beta23 65 diff --git a/net-analyzer/acid/acid-0.9.6_beta23.ebuild b/net-analyzer/acid/acid-0.9.6_beta23.ebuild new file mode 100644 index 000000000000..1e1be5d1dba9 --- /dev/null +++ b/net-analyzer/acid/acid-0.9.6_beta23.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/acid/acid-0.9.6_beta23.ebuild,v 1.1 2004/07/24 13:20:24 eldad Exp $ + +inherit webapp + +MY_P=${P/_beta/b} +DESCRIPTION="Snort ACID - Analysis Console for Intrusion Databases" +HOMEPAGE="http://acidlab.sourceforge.net" +SRC_URI="http://acidlab.sourceforge.net/${MY_P}.tar.gz" + +LICENSE="GPL-2" +KEYWORDS="~x86" + +IUSE="apache2" +S=${WORKDIR}/${PN} + +# Note: jpgraph is an unstable package +DEPEND="apache2? ( >=net-www/apache-2 ) : ( =net-www/apache-1.* ) + >=dev-php/adodb-4.0.5 + >=dev-php/jpgraph-1.12.2 + net-analyzer/snort" + +src_install () { + webapp_src_preinst + + insinto ${MY_HTDOCSDIR} + doins * + + webapp_src_install +} + +src_compile () { + einfo "Nothing to compile." +} + +pkg_postinst() { + webapp_pkg_postinst + + echo "" + einfo "Note: ACID is installed as a webapp." + einfo "The ACID database is an extension of the SNORT database." + einfo "To setup ACID database look in the README" + echo "" +} + diff --git a/net-analyzer/acid/files/digest-acid-0.9.6_beta23 b/net-analyzer/acid/files/digest-acid-0.9.6_beta23 new file mode 100644 index 000000000000..154a981d4e91 --- /dev/null +++ b/net-analyzer/acid/files/digest-acid-0.9.6_beta23 @@ -0,0 +1 @@ +MD5 d8c49614393fa05ac140de349f57e438 acid-0.9.6b23.tar.gz 116728 diff --git a/net-analyzer/acid/metadata.xml b/net-analyzer/acid/metadata.xml new file mode 100644 index 000000000000..b7a7da1e690e --- /dev/null +++ b/net-analyzer/acid/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>netmon</herd> +<longdescription>Snort ACID - Analysis Console for Intrusion Databases</longdescription> +</pkgmetadata> |