summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Laue <brad@gentoo.org>2003-06-04 19:51:52 +0000
committerBrad Laue <brad@gentoo.org>2003-06-04 19:51:52 +0000
commitd6cc17103c9de80428d8d74e56bb074018c4302a (patch)
tree4ac7aae2d0e986fa4c2df5d5445af4e712abbb12 /net-dns/dnstop
parentFixed bug #21600 (diff)
downloadhistorical-d6cc17103c9de80428d8d74e56bb074018c4302a.tar.gz
historical-d6cc17103c9de80428d8d74e56bb074018c4302a.tar.bz2
historical-d6cc17103c9de80428d8d74e56bb074018c4302a.zip
Update dnstop to 20030228
Diffstat (limited to 'net-dns/dnstop')
-rw-r--r--net-dns/dnstop/ChangeLog7
-rw-r--r--net-dns/dnstop/Manifest4
-rw-r--r--net-dns/dnstop/dnstop-20030228.ebuild30
-rw-r--r--net-dns/dnstop/files/digest-dnstop-200302281
4 files changed, 40 insertions, 2 deletions
diff --git a/net-dns/dnstop/ChangeLog b/net-dns/dnstop/ChangeLog
index 7ded195a41e2..df25abdf10bf 100644
--- a/net-dns/dnstop/ChangeLog
+++ b/net-dns/dnstop/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-dns/dnstop
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/ChangeLog,v 1.1 2003/02/28 07:00:03 rajiv Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/ChangeLog,v 1.2 2003/06/04 19:51:45 brad Exp $
+
+*dnstop-20030228 (04 June 2003)
+
+ 04 June 2003; Brad Laue <brad@gentoo.org> dnstop-20030228.ebuild :
+ Update to 20030228 - ebuild submitted by bugsubmit@snerk.org.
*dnstop-20030124 (28 Feb 2003)
diff --git a/net-dns/dnstop/Manifest b/net-dns/dnstop/Manifest
index e4c816b7ba33..5a9b8e5c1665 100644
--- a/net-dns/dnstop/Manifest
+++ b/net-dns/dnstop/Manifest
@@ -1,3 +1,5 @@
-MD5 bb80e927e1944c51b7fea9275109fde1 ChangeLog 342
MD5 2e8cf49e03b825f16cad92dff34ff54e dnstop-20030124.ebuild 709
+MD5 6f9d7f6f001eac7fd576bb3513abb7ec ChangeLog 508
+MD5 e0042fb60599d70def78fda6e61e0187 dnstop-20030228.ebuild 717
MD5 f253c14e9fd625129c3947a9eee0b639 files/digest-dnstop-20030124 65
+MD5 62d027147b3b5980c98fa019ae575ad1 files/digest-dnstop-20030228 65
diff --git a/net-dns/dnstop/dnstop-20030228.ebuild b/net-dns/dnstop/dnstop-20030228.ebuild
new file mode 100644
index 000000000000..a403acc843af
--- /dev/null
+++ b/net-dns/dnstop/dnstop-20030228.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20030228.ebuild,v 1.1 2003/06/04 19:51:45 brad Exp $
+
+DESCRIPTION="Displays various tables of DNS traffic on your network."
+HOMEPAGE="http://dnstop.measurement-factory.com/"
+SRC_URI="http://dnstop.measurement-factory.com/src/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~ppc ~sparc ~x86"
+
+IUSE=""
+DEPEND="ncurses libpcap"
+
+S=${WORKDIR}
+
+src_compile() {
+ cp Makefile Makefile.orig
+ sed -e "s:^CFLAGS=.*$:CFLAGS=${CFLAGS} -DUSE_PPP:" \
+ Makefile.orig > Makefile
+
+ emake || die
+}
+
+src_install() {
+ dobin dnstop
+ doman dnstop.8
+ dodoc LICENSE
+}
diff --git a/net-dns/dnstop/files/digest-dnstop-20030228 b/net-dns/dnstop/files/digest-dnstop-20030228
new file mode 100644
index 000000000000..9b0713cb6f77
--- /dev/null
+++ b/net-dns/dnstop/files/digest-dnstop-20030228
@@ -0,0 +1 @@
+MD5 71f2ee93f69d57f764407941e52e19cd dnstop-20030228.tar.gz 7315