diff options
author | Jeroen Roovers <jer@gentoo.org> | 2012-01-17 18:21:28 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2012-01-17 18:21:28 +0000 |
commit | 1a9eb0360f3e3f9c5f16b79072df24b586cfe0c5 (patch) | |
tree | 362e374531b213979df6687a6b31c0f456494054 /net-analyzer | |
parent | Old. (diff) | |
download | historical-1a9eb0360f3e3f9c5f16b79072df24b586cfe0c5.tar.gz historical-1a9eb0360f3e3f9c5f16b79072df24b586cfe0c5.tar.bz2 historical-1a9eb0360f3e3f9c5f16b79072df24b586cfe0c5.zip |
Old.
Package-Manager: portage-2.2.0_alpha84/cvs/Linux x86_64
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/hunt/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/hunt/hunt-1.5.ebuild | 30 | ||||
-rw-r--r-- | net-analyzer/ipband/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ipband/ipband-0.8.ebuild | 51 |
4 files changed, 8 insertions, 83 deletions
diff --git a/net-analyzer/hunt/ChangeLog b/net-analyzer/hunt/ChangeLog index 9054f545ad40..59fdf24d3d12 100644 --- a/net-analyzer/hunt/ChangeLog +++ b/net-analyzer/hunt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/hunt # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/ChangeLog,v 1.11 2012/01/15 15:37:03 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/ChangeLog,v 1.12 2012/01/17 18:21:28 jer Exp $ + + 17 Jan 2012; Jeroen Roovers <jer@gentoo.org> -hunt-1.5.ebuild: + Old. 15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> hunt-1.5-r1.ebuild: x86 stable wrt bug #397129 diff --git a/net-analyzer/hunt/hunt-1.5.ebuild b/net-analyzer/hunt/hunt-1.5.ebuild deleted file mode 100644 index 20d90e43748e..000000000000 --- a/net-analyzer/hunt/hunt-1.5.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/hunt-1.5.ebuild,v 1.7 2009/09/23 18:19:17 patrick Exp $ - -DESCRIPTION="tool for checking well known weaknesses in the TCP/IP protocol" -HOMEPAGE="http://lin.fsid.cvut.cz/~kra/index.html" -SRC_URI="http://lin.fsid.cvut.cz/~kra/hunt/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -DEPEND="" - -src_unpack() { - unpack ${A} - cd ${S} - sed -i "s:-O2 -g:${CFLAGS}:" Makefile -} - -src_compile() { - emake || die -} - -src_install() { - dobin hunt - doman man/hunt.1 - dodoc CHANGES README* TODO tpsetup/transproxy -} diff --git a/net-analyzer/ipband/ChangeLog b/net-analyzer/ipband/ChangeLog index 0e034f581703..6dbe8229065a 100644 --- a/net-analyzer/ipband/ChangeLog +++ b/net-analyzer/ipband/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ipband # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ChangeLog,v 1.9 2012/01/15 15:37:27 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ChangeLog,v 1.10 2012/01/17 18:21:16 jer Exp $ + + 17 Jan 2012; Jeroen Roovers <jer@gentoo.org> -ipband-0.8.ebuild: + Old. 15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ipband-0.8.1-r1.ebuild: x86 stable wrt bug #397131 diff --git a/net-analyzer/ipband/ipband-0.8.ebuild b/net-analyzer/ipband/ipband-0.8.ebuild deleted file mode 100644 index bde882e67f56..000000000000 --- a/net-analyzer/ipband/ipband-0.8.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ipband/ipband-0.8.ebuild,v 1.5 2007/05/01 17:51:28 genone Exp $ - -inherit eutils - -DESCRIPTION="A pcap based IP traffic and bandwidth monitor with configurable reporting and alarm abilities" -HOMEPAGE="http://ipband.sourceforge.net/" -SRC_URI="http://ipband.sourceforge.net/${P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -DEPEND=">=net-libs/libpcap-0.4" - -src_unpack() { - unpack ${A} - - # Provide a postfix MTA string in the author's ipband.conf example - sed -rie 's:(#mtastring.*):# Sendmail\n\1\n# Postfix\n#mtastring "/usr/sbin/sendmail -t":g' \ - "${S}"/ipband.sample.conf -} - -src_compile() { - emake || die "Compile problem" -} - -src_install() { - doman ipband.1 - dodoc CHANGELOG README - exeinto /usr/bin ; doexe ipband - newinitd "${FILESDIR}"/ipband-init ipband - insinto /etc/ ; newins ipband.sample.conf ipband.conf -} - -pkg_postinst() { - ewarn "If you plan to use ipband as a service, you must edit" - ewarn "/etc/ipband.conf" - elog "" - elog "The following command line example will:" - elog " o Listen on eth0" - elog " o Group results into a summary relative to 192.168.1.0/24" - elog " o Average bandwidth every 5 seconds" - elog " o Report when average bandwidth has exceeded 7 kB/sec" - elog " over the previous 10 seconds. The report is written to" - elog " stdout but can also be emailed or stored in a file." - elog "" - elog "ipband eth0 -L 192.168.1.0/24 -a 5 -r 10 -b 7 -o -" -} |