Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 11405 - fwanalog-0.6.1.ebuild (update)
Summary: fwanalog-0.6.1.ebuild (update)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Daniel Ahlberg (RETIRED)
URL: http://tud.at/programm/fwanalog/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-30 11:22 UTC by Henning Westerholt
Modified: 2003-01-03 19:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Henning Westerholt 2002-11-30 11:22:21 UTC
Hi,

an update for the loganalyser fwanalog. FWanalog parse the log output of
iptables/ ipchains and friends and generate a report like analog for webpages does.

Thanks, 

Henning Westerholt

--- 


# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /home/cvsroot/gentoo-x86/app-admin/fwanalog/fwanalog-0.4-r2.ebuild,v
1.8 2002/10/18 13:31:45 aliz Exp $

S=${WORKDIR}/${P}
DESCRIPTION="Script to parse firewall logs and analyze them with Analog"
SRC_URI="http://tud.at/programm/fwanalog/${P}.tar.gz"
HOMEPAGE="http://tud.at/programm/fwanalog/"
IUSE=""

SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc sparc sparc64"

DEPEND="" # this is just a bash script
RDEPEND="sys-apps/bash
        sys-apps/grep
        sys-apps/gawk
        sys-apps/sed
        sys-apps/gzip
        sys-apps/diffutils
        sys-devel/perl
        >=app-admin/analog-5.03"

src_install() {
        insinto /etc/fwanalog

        insopts -m0700 ; doins fwanalog.sh

        insopts -m0600
        doins fwanalog-dom.tab fwanalog.lng services.conf
        doins fwanalog.analog.conf fwanalog.analog.conf.local
        newins fwanalog.opts.linux24 fwanalog.opts

        dosed "s/\"zegrep\"/\"egrep\"/" /etc/fwanalog/fwanalog.opts

        dodoc CONTRIBUTORS COPYING ChangeLog README
        docinto support ; dodoc support/*
        docinto langfiles ; dodoc langfiles/*
}
Comment 1 Daniel Ahlberg (RETIRED) gentoo-dev 2003-01-03 19:50:59 UTC
Commited, thanks for finding this!