# ChangeLog for dev-perl/JKFlow
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/JKFlow/ChangeLog,v 1.2 2005/09/12 16:13:15 strerror Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/JKFlow/ChangeLog,v 1.3 2007/02/01 20:52:58 jokey Exp $
+
+ 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> -JKFlow-3.4.ebuild:
+ cleanup
*JKFlow-3.4.2 (12 Sep 2005)
+++ /dev/null
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/JKFlow/JKFlow-3.4.ebuild,v 1.2 2005/06/22 23:32:03 mr_bones_ Exp $
-
-inherit eutils
-
-MY_PN="${PN/JKF/jkf}"
-MY_P="${MY_PN}-v${PV}"
-
-DESCRIPTION="XML configurable FlowScan module for processing flows"
-HOMEPAGE="http://users.telenet.be/jurgen.kobierczynski/jkflow/JKFlow.html"
-SRC_URI="http://users.telenet.be/jurgen.kobierczynski/${MY_PN}/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl
- net-analyzer/FlowScan
- dev-perl/XML-Simple
- dev-perl/Net-Patricia
- net-www/apache"
-DEPEND=""
-
-S="${WORKDIR}/${PN}-v${PV}"
-
-src_unpack() {
- unpack ${A}
-
- cd "${S}"
- sed -i "s%my \$rrddir = \"/var/flows/reports/rrds/\";%my \$rrddir = \"/var/lib/flows/rrds/\";%" JKGrapher.pl \
- || die "sed failed"
-}
-
-src_install() {
- exeinto /var/lib/flows/bin
- doexe JKFlow.pm
- insinto /var/lib/flows/bin
- doins JKFlow_example_routers.xml JKFlow_example_sites.xml
- exeinto /var/www/localhost/cgi-bin
- doexe JKGrapher.pl
- ewarn "JKGrapher.pl has been placed in /var/www/localhost/cgi-bin"
- ewarn "If this is not where your cgi-bin directory is then you must"
- ewarn "move it manually"
-
-}
-
-pkg_postinst() {
- chown flows:flows /var/lib/flows/bin/JKFlow.pm
- chown flows:flows /var/lib/flows/bin/JKFlow_example_routers.xml
- chown flows:flows /var/lib/flows/bin/JKFlow_example_sites.xml
- einfo
- einfo "You will need to add the following line to flowscan.cf:"
- einfo " ReportClasses JKFlow"
- einfo "You must also comment out any other lines that contain"
- einfo "ReportClasses."
- einfo
- einfo "JKFlows configuration is complex. You should review"
- einfo "the two sample configuration files in /var/lib/flows/bin"
- einfo "and use them as a basis for configuration for your own"
- einfo "network. More information can be found at:"
- einfo "http://users.telenet.be/jurgen.kobierczynski/jkflow/eindwerk.pdf"
- einfo
-}