diff options
author | 2012-06-14 14:24:34 +0000 | |
---|---|---|
committer | 2012-06-14 14:24:34 +0000 | |
commit | 9327b3bda64e90e6f7ae64bb21e339237a2ca36a (patch) | |
tree | 55a7a54cb84b8eb67eaf9e8c857c6e3146e730f2 /net-analyzer | |
parent | ppc stable (bug 397603) (diff) | |
download | historical-9327b3bda64e90e6f7ae64bb21e339237a2ca36a.tar.gz historical-9327b3bda64e90e6f7ae64bb21e339237a2ca36a.tar.bz2 historical-9327b3bda64e90e6f7ae64bb21e339237a2ca36a.zip |
Old.
Package-Manager: portage-2.2.0_alpha110/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/flow-tools/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/flow-tools/flow-tools-0.68.5.1.ebuild | 67 | ||||
-rw-r--r-- | net-analyzer/pktstat/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/pktstat/pktstat-1.8.4.ebuild | 21 | ||||
-rw-r--r-- | net-analyzer/sec/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/sec/sec-2.6.1.ebuild | 29 |
6 files changed, 12 insertions, 120 deletions
diff --git a/net-analyzer/flow-tools/ChangeLog b/net-analyzer/flow-tools/ChangeLog index fc86a15b4a1e..c175d9ba5816 100644 --- a/net-analyzer/flow-tools/ChangeLog +++ b/net-analyzer/flow-tools/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/flow-tools # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.58 2012/06/14 04:28:37 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/ChangeLog,v 1.59 2012/06/14 14:23:00 jer Exp $ + + 14 Jun 2012; Jeroen Roovers <jer@gentoo.org> -flow-tools-0.68.5.1.ebuild: + Old. 14 Jun 2012; Jeff Horelick <jdhore@gentoo.org> flow-tools-0.68.5.1-r1.ebuild: marked x86 per bug 419211 diff --git a/net-analyzer/flow-tools/flow-tools-0.68.5.1.ebuild b/net-analyzer/flow-tools/flow-tools-0.68.5.1.ebuild deleted file mode 100644 index 1fd96f4bdfdd..000000000000 --- a/net-analyzer/flow-tools/flow-tools-0.68.5.1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/flow-tools/flow-tools-0.68.5.1.ebuild,v 1.5 2012/06/04 10:40:49 jer Exp $ - -EAPI="2" - -inherit user - -DESCRIPTION="library and programs to collect, send, process, and generate reports from NetFlow data" -HOMEPAGE="http://code.google.com/p/flow-tools/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="mysql postgres debug ssl" - -RDEPEND="sys-apps/tcp-wrappers - sys-libs/zlib - mysql? ( virtual/mysql ) - postgres? ( dev-db/postgresql-base ) - ssl? ( dev-libs/openssl )" - -DEPEND="${RDEPEND} - sys-devel/flex - sys-devel/bison" - -pkg_setup() { - enewgroup flows - enewuser flows -1 -1 /var/lib/flows flows -} - -src_configure() { - local myconf="--sysconfdir=/etc/flow-tools" - use mysql && myconf="${myconf} --with-mysql" - if use postgres; then - myconf="${myconf} --with-postgresql=yes" - else - myconf="${myconf} --with-postgresql=no" - fi - use ssl && myconf="${myconf} --with-openssl" - econf ${myconf} || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc ChangeLog README SECURITY TODO - - keepdir /var/lib/flows - keepdir /var/lib/flows/bin - exeinto /var/lib/flows/bin - doexe "${FILESDIR}"/linkme - keepdir /var/run/flows - - newinitd "${FILESDIR}/flowcapture.initd" flowcapture - newconfd "${FILESDIR}/flowcapture.confd" flowcapture - -} - -pkg_postinst() { - chown flows:flows /var/run/flows - chown flows:flows /var/lib/flows - chown flows:flows /var/lib/flows/bin - chmod 0755 /var/run/flows - chmod 0755 /var/lib/flows - chmod 0755 /var/lib/flows/bin -} diff --git a/net-analyzer/pktstat/ChangeLog b/net-analyzer/pktstat/ChangeLog index 1b2c4dc02595..65871b8a7e49 100644 --- a/net-analyzer/pktstat/ChangeLog +++ b/net-analyzer/pktstat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/pktstat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pktstat/ChangeLog,v 1.25 2012/06/13 08:56:36 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pktstat/ChangeLog,v 1.26 2012/06/14 14:24:34 jer Exp $ + + 14 Jun 2012; Jeroen Roovers <jer@gentoo.org> -pktstat-1.8.4.ebuild: + Old. 13 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pktstat-1.8.5.ebuild: marked x86 per bug 419229 diff --git a/net-analyzer/pktstat/pktstat-1.8.4.ebuild b/net-analyzer/pktstat/pktstat-1.8.4.ebuild deleted file mode 100644 index 0fe93401b339..000000000000 --- a/net-analyzer/pktstat/pktstat-1.8.4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pktstat/pktstat-1.8.4.ebuild,v 1.3 2008/06/28 17:43:58 ken69267 Exp $ - -DESCRIPTION="A network monitoring tool, with bandwidth tracking" -SRC_URI="http://www.adaptive-enterprises.com.au/~d/software/pktstat/${P}.tar.gz" -HOMEPAGE="http://www.adaptive-enterprises.com.au/~d/software/pktstat/" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -IUSE="" - -DEPEND="net-libs/libpcap - >=sys-libs/ncurses-5.3-r1" - -src_install() { - dosbin pktstat - doman pktstat.1 - dodoc README -} diff --git a/net-analyzer/sec/ChangeLog b/net-analyzer/sec/ChangeLog index c73b21f29a96..ef0cb028fef4 100644 --- a/net-analyzer/sec/ChangeLog +++ b/net-analyzer/sec/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/sec # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/ChangeLog,v 1.18 2012/06/14 02:37:48 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/ChangeLog,v 1.19 2012/06/14 14:21:14 jer Exp $ + + 14 Jun 2012; Jeroen Roovers <jer@gentoo.org> -sec-2.6.1.ebuild: + Old. 14 Jun 2012; Jeff Horelick <jdhore@gentoo.org> sec-2.6.2.ebuild: marked x86 per bug 419231 diff --git a/net-analyzer/sec/sec-2.6.1.ebuild b/net-analyzer/sec/sec-2.6.1.ebuild deleted file mode 100644 index 26b0b62c0ba0..000000000000 --- a/net-analyzer/sec/sec-2.6.1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/sec/sec-2.6.1.ebuild,v 1.3 2012/01/28 14:47:31 phajdan.jr Exp $ - -EAPI=4 - -DESCRIPTION="Simple Event Correlator" -HOMEPAGE="http://simple-evcorr.sourceforge.net/" -SRC_URI="mirror://sourceforge/simple-evcorr/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -RDEPEND=">=dev-lang/perl-5.6.0" - -src_install() { - dobin sec - - dodoc ChangeLog README - docinto contrib - dodoc contrib/{itostream.c,convert.pl,swatch2sec.pl} - - newman sec.man sec.1 - - newinitd "${FILESDIR}"/sec.init.d sec - newconfd "${FILESDIR}"/sec.conf.d sec -} |