summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-02-01 20:56:27 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-02-01 20:56:27 +0000
commita7f9e1c887495945389fd6c821261eeebfdbb6b8 (patch)
tree67c771822522bc2836598e908f5d38ae273d83e6 /net-analyzer/FlowScan
parentcleanup (diff)
downloadgentoo-2-a7f9e1c887495945389fd6c821261eeebfdbb6b8.tar.gz
gentoo-2-a7f9e1c887495945389fd6c821261eeebfdbb6b8.tar.bz2
gentoo-2-a7f9e1c887495945389fd6c821261eeebfdbb6b8.zip
cleanup
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-analyzer/FlowScan')
-rw-r--r--net-analyzer/FlowScan/ChangeLog8
-rw-r--r--net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild67
-rw-r--r--net-analyzer/FlowScan/FlowScan-1.006.ebuild67
-rw-r--r--net-analyzer/FlowScan/files/digest-FlowScan-1.0063
-rw-r--r--net-analyzer/FlowScan/files/digest-FlowScan-1.006-r13
-rwxr-xr-xnet-analyzer/FlowScan/files/flowscan.init17
6 files changed, 6 insertions, 159 deletions
diff --git a/net-analyzer/FlowScan/ChangeLog b/net-analyzer/FlowScan/ChangeLog
index 1dd2183bc631..e80f94e3f503 100644
--- a/net-analyzer/FlowScan/ChangeLog
+++ b/net-analyzer/FlowScan/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-analyzer/FlowScan
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/FlowScan/ChangeLog,v 1.7 2006/04/27 21:31:27 antarus Exp $
+# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/FlowScan/ChangeLog,v 1.8 2007/02/01 20:56:27 jokey Exp $
+
+ 01 Feb 2007; Markus Ullmann <jokey@gentoo.org> -files/flowscan.init,
+ -FlowScan-1.006.ebuild, -FlowScan-1.006-r1.ebuild:
+ cleanup
27 Apr 2006; Alec Warner <antarus@gentoo.org> Manifest:
Fixing SHA256 digest, pass four
diff --git a/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild b/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild
deleted file mode 100644
index 4ba5e9e87f1e..000000000000
--- a/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/FlowScan/FlowScan-1.006-r1.ebuild,v 1.5 2006/03/05 20:12:55 jokey Exp $
-
-inherit eutils
-
-DESCRIPTION="Program to report and analyze flow files"
-HOMEPAGE="http://net.doit.wisc.edu/~plonka/FlowScan/"
-SRC_URI="http://net.doit.wisc.edu/~plonka/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-RDEPEND="|| ( app-shells/pdksh app-shells/ksh )
- dev-lang/perl
- !=net-analyzer/rrdtool-1.2*
- dev-perl/ConfigReader
- dev-perl/Boulder
- dev-perl/HTML-Table
- dev-perl/Net-Patricia
- dev-perl/Cflow"
-
-DEPEND="|| ( app-shells/pdksh app-shells/ksh )"
-
-pkg_setup() {
- enewgroup flows
- enewuser flows -1 -1 /var/lib/flows flows
-}
-
-src_compile() {
- ./configure --prefix=${D}/var/lib/flows --bindir=/var/lib/flows/bin || die "configure failed"
-}
-
-src_install() {
- make install || die "install failed"
-
- newinitd ${FILESDIR}/flowscan.init flowscan
-
- dodoc Changes *README* TODO
- newdoc INSTALL README.update
-
- keepdir /var/lib/flows/ft
- keepdir /var/lib/flows/rrds
- keepdir /var/lib/flows/scoreboard
-
- sed -i 's|FlowFileGlob flows.*:*\[0-9\]|FlowFileGlob /var/lib/flows/ft-v05.*|' ${S}/cf/flowscan.cf \
- || die "sed failed"
-
- exeinto /var/lib/flows/bin
- newexe ${FILESDIR}/FlowScan.pm FlowScan.pm
- insinto /var/lib/flows/bin
- doins cf/flowscan.cf cf/CampusIO.cf
-}
-
-pkg_postinst() {
- chown flows:flows /var/lib/flows/{ft,rrds,scoreboard}
- chown flows:flows /var/lib/flows/bin/flowscan.cf
- chown flows:flows /var/lib/flows/bin/FlowScan.pm
- einfo
- einfo "Please note that while you can use the reporting modules that come"
- einfo "with FlowScan, it is recommended that you install either JKFlow or"
- einfo "for more simple implementations CUFlow. Both are available in"
- einfo "Portage."
- einfo
-}
diff --git a/net-analyzer/FlowScan/FlowScan-1.006.ebuild b/net-analyzer/FlowScan/FlowScan-1.006.ebuild
deleted file mode 100644
index b43789e7a421..000000000000
--- a/net-analyzer/FlowScan/FlowScan-1.006.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/FlowScan/FlowScan-1.006.ebuild,v 1.4 2006/03/05 20:12:55 jokey Exp $
-
-inherit eutils
-
-DESCRIPTION="Program to report and analyze flow files"
-HOMEPAGE="http://net.doit.wisc.edu/~plonka/FlowScan/"
-SRC_URI="http://net.doit.wisc.edu/~plonka/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-DEPEND="|| ( app-shells/pdksh app-shells/ksh )
- dev-lang/perl
- !=net-analyzer/rrdtool-1.2*
- dev-perl/ConfigReader
- dev-perl/Boulder
- dev-perl/HTML-Table
- dev-perl/Net-Patricia
- dev-perl/Cflow"
-
-RDEPEND=""
-
-pkg_setup() {
- enewgroup flows
- enewuser flows -1 -1 /var/lib/flows flows
-}
-
-src_compile() {
- ./configure --prefix=${D}/var/lib/flows --bindir=/var/lib/flows/bin || die "configure failed"
-}
-
-src_install() {
- make install || die "install failed"
-
- newinitd ${FILESDIR}/flowscan.init flowscan
-
- dodoc Changes *README* TODO
- newdoc INSTALL README.update
-
- keepdir /var/lib/flows/ft
- keepdir /var/lib/flows/rrds
- keepdir /var/lib/flows/scoreboard
-
- sed -i 's|FlowFileGlob flows.*:*\[0-9\]|FlowFileGlob /var/lib/flows/ft-v05.*|' ${S}/cf/flowscan.cf \
- || die "sed failed"
-
- exeinto /var/lib/flows/bin
- newexe ${FILESDIR}/FlowScan.pm FlowScan.pm
- insinto /var/lib/flows/bin
- doins cf/flowscan.cf cf/CampusIO.cf
-}
-
-pkg_postinst() {
- chown flows:flows /var/lib/flows/{ft,rrds,scoreboard}
- chown flows:flows /var/lib/flows/bin/flowscan.cf
- chown flows:flows /var/lib/flows/bin/FlowScan.pm
- einfo
- einfo "Please note that while you can use the reporting modules that come"
- einfo "with FlowScan, it is recommended that you install either JKFlow or"
- einfo "for more simple implementations CUFlow. Both are available in"
- einfo "Portage."
- einfo
-}
diff --git a/net-analyzer/FlowScan/files/digest-FlowScan-1.006 b/net-analyzer/FlowScan/files/digest-FlowScan-1.006
deleted file mode 100644
index 642e9fdc100f..000000000000
--- a/net-analyzer/FlowScan/files/digest-FlowScan-1.006
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3c687ae0ffab82dadeb4086f122bcee5 FlowScan-1.006.tar.gz 149514
-RMD160 01108351273b81295d724d009921ccbec44ddc0a FlowScan-1.006.tar.gz 149514
-SHA256 279562cef77ae0b51f49d115309277f360516d15eae6802cd2182cee17154e44 FlowScan-1.006.tar.gz 149514
diff --git a/net-analyzer/FlowScan/files/digest-FlowScan-1.006-r1 b/net-analyzer/FlowScan/files/digest-FlowScan-1.006-r1
deleted file mode 100644
index 642e9fdc100f..000000000000
--- a/net-analyzer/FlowScan/files/digest-FlowScan-1.006-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 3c687ae0ffab82dadeb4086f122bcee5 FlowScan-1.006.tar.gz 149514
-RMD160 01108351273b81295d724d009921ccbec44ddc0a FlowScan-1.006.tar.gz 149514
-SHA256 279562cef77ae0b51f49d115309277f360516d15eae6802cd2182cee17154e44 FlowScan-1.006.tar.gz 149514
diff --git a/net-analyzer/FlowScan/files/flowscan.init b/net-analyzer/FlowScan/files/flowscan.init
deleted file mode 100755
index 42b7ccaf3d05..000000000000
--- a/net-analyzer/FlowScan/files/flowscan.init
+++ /dev/null
@@ -1,17 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net
-}
-
-start() {
- ebegin "Starting flowscan processing"
- cd /var/lib/flows ; start-stop-daemon --start --quiet -c flows:flows --exec bin/flowscan \
- -p /var/run/flows/flowscan.pid -m -b >> /var/log/flowscan 2>&1 </dev/null & >/dev/null
-}
-
-stop() {
- start-stop-daemon --stop --quiet -p /var/run/flows/flowscan.pid
-}