diff options
Diffstat (limited to 'dev-perl/JKFlow/JKFlow-3.4.ebuild')
-rw-r--r-- | dev-perl/JKFlow/JKFlow-3.4.ebuild | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/dev-perl/JKFlow/JKFlow-3.4.ebuild b/dev-perl/JKFlow/JKFlow-3.4.ebuild deleted file mode 100644 index 1149bdddc1e4..000000000000 --- a/dev-perl/JKFlow/JKFlow-3.4.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# 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 -} |