ChangeLog

# ChangeLog for net-analyzer/fwlogwatch
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/ChangeLog,v 1.18 2007/09/06 16:41:00 jokey Exp $

06 Sep 2007; Markus Ullmann -fwlogwatch-1.0.ebuild:
Cleanup

10 Apr 2007; Peter Weller fwlogwatch-1.1.ebuild:
Stable on amd64 wrt bug 173981

20 Mar 2007; Raúl Porcel fwlogwatch-1.1.ebuild:
x86 stable

20 Feb 2007; Markus Ullmann ChangeLog:
Redigest for Manifest2

*fwlogwatch-1.1 (01 Jul 2006)

01 Jul 2006; Marcelo Goes +fwlogwatch-1.1.ebuild:
1.1 version bump for bug 138734. Thanks to Taku Murakami gmail dot com>. Also using tc-getCC instead of gcc hardcoded by Makefile.

01 Mar 2006; Marcelo Goes
-fwlogwatch-0.9.3.ebuild, fwlogwatch-1.0.ebuild:
Do not install COPYING.

21 May 2005; Simon Stelling fwlogwatch-1.0.ebuild:
added ~amd64 keyword

02 Apr 2005; Marcelo Goes -fwlogwatch-0.9.2.ebuild:
Removing old version.

16 Aug 2004; Eldad Zack fwlogwatch-1.0.ebuild:
x86 stable

16 Jul 2004; David Holm fwlogwatch-1.0.ebuild:
Added to ~ppc.

*fwlogwatch-1.0 (11 Jul 2004)

11 Jul 2004; Eldad Zack +metadata.xml,
+fwlogwatch-1.0.ebuild:
Version bump. Closes #56320. Thanks to Dinini

21 Aug 2003; Michael Sterrett fwlogwatch-0.9.3.ebuild:
sed in src_unpack; add error messages

06 Jul 2003; Stewart Honsberger
fwlogwatch-0.9.3.ebuild:
Marked stable on x86

*fwlogwatch-0.9.3 (23 Jun 2003)

23 Jun 2003; Brad Laue fwlogwatch-0.9.3.ebuild:
Update fwlogwatch to 0.9.3 - submitted by Stewart

*fwlogwatch-0.9.2 (23 Jun 2003)

23 Jun 2003; Brad Laue fwlogwatch-0.9.2.ebuild:
Marking stable on x86

*fwlogwatch-0.92 (11 Jun 2003)

11 Jun 2003; Brad Laue fwlogwatch-0.92.ebuild:
Initial import of fwlogwatch, a firewall log analysis tool.

Submitted by: Jan Henrik Gundelsby , revised by Stewart
Honsberger .

Manifest

DIST fwlogwatch-1.1.tar.bz2 90341 RMD160 e1f4d979cfa71de64918bc2a07869f05288f80d3 SHA1 e5fab39991d894e8617dd63fee5d683868b1f97c SHA256 9908ef51f79aa069b31851e23550d5bfacb4583fc3569f87ad1a0957c974ba7f
EBUILD fwlogwatch-1.1.ebuild 1178 RMD160 df9bd15eb0583ab8abca98296ac284aaf1e01557 SHA1 546b25d404ce3b9abc4d6160e5e6d3e65ff42720 SHA256 3dcd35d38ce703641d4380dc01850b2be3fc009409ce4f2ff469463e0ee35937
MISC ChangeLog 2325 RMD160 dba70187dfc45e3701c70282cded77789c0b8fe1 SHA1 ba5bb350e202cb3ddd726cd2c9a0a711305dbef4 SHA256 240d4f894c426ae70a31d16701954b3eda50830e599a585953c197d097fb1ce5
MISC metadata.xml 236 RMD160 b5272c455699725e16a17ab6528f5351de551976 SHA1 853fad2ea905074246711c2f66af3a458a3f6b9d SHA256 e44031bf6799260ae62d8eba0aeaa1ecde4b80741e13b800daa3a96f37ced031

fwlogwatch-1.1.ebuild

# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fwlogwatch/fwlogwatch-1.1.ebuild,v 1.3 2007/04/10 07:24:02 welp Exp $

inherit toolchain-funcs

DESCRIPTION="A packet filter and firewall log analyzer"
HOMEPAGE="http://fwlogwatch.inside-security.de/"
SRC_URI="http://www.kybs.de/boris/sw/${P}.tar.bz2"

KEYWORDS="amd64 ~ppc ~sparc x86"
LICENSE="GPL-1"
SLOT="0"
IUSE=""

DEPEND=">=sys-apps/sed-4"
RDEPEND=""

src_unpack() {
unpack ${A}
cd "${S}"

sed -i \
-e "s/^CFLAGS = /CFLAGS = ${CFLAGS} /g" Makefile || \
die "sed Makefile failed"

sed -i -e "s:gcc:$(tc-getCC):g" Makefile || die "sed Makefile failed"
}

src_compile() {
emake || die "emake failed"
}

src_install() {
dosbin fwlogwatch
dosbin contrib/fwlw_notify
dosbin contrib/fwlw_respond
dodir /usr/share/fwlogwatch/contrib
insinto /usr/share/fwlogwatch/contrib

doins contrib/fwlogsummary.cgi
doins contrib/fwlogsummary_small.cgi
doins contrib/fwlogwatch.php
doins contrib
insinto /etc

doins fwlogwatch.config fwlogwatch.template

dodoc AUTHORS ChangeLog CREDITS README
doman fwlogwatch.8
}

metadata.xml




netmon
A packet filter and firewall log analyzer