summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajiv Aaron Manglani <rajiv@gentoo.org>2003-02-28 07:00:03 +0000
committerRajiv Aaron Manglani <rajiv@gentoo.org>2003-02-28 07:00:03 +0000
commited7332dd7736ee486f251d067421ec27aa667ddb (patch)
treebf0b1a6718acff5c002fa46a42714321d1e15225 /net-dns
parentadd missing dependency (diff)
downloadgentoo-2-ed7332dd7736ee486f251d067421ec27aa667ddb.tar.gz
gentoo-2-ed7332dd7736ee486f251d067421ec27aa667ddb.tar.bz2
gentoo-2-ed7332dd7736ee486f251d067421ec27aa667ddb.zip
Created initial ebuild.
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/dnstop/ChangeLog9
-rw-r--r--net-dns/dnstop/dnstop-20030124.ebuild30
-rw-r--r--net-dns/dnstop/files/digest-dnstop-200301241
3 files changed, 40 insertions, 0 deletions
diff --git a/net-dns/dnstop/ChangeLog b/net-dns/dnstop/ChangeLog
new file mode 100644
index 000000000000..7ded195a41e2
--- /dev/null
+++ b/net-dns/dnstop/ChangeLog
@@ -0,0 +1,9 @@
+# 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 $
+
+*dnstop-20030124 (28 Feb 2003)
+
+ 28 Feb 2003; Rajiv Manglani <rajiv@gentoo.org> dnstop-20030124.ebuild :
+ Created initial ebuild.
+
diff --git a/net-dns/dnstop/dnstop-20030124.ebuild b/net-dns/dnstop/dnstop-20030124.ebuild
new file mode 100644
index 000000000000..8334b6f396c8
--- /dev/null
+++ b/net-dns/dnstop/dnstop-20030124.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-20030124.ebuild,v 1.1 2003/02/28 07:00:03 rajiv 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"
+
+IUSE=""
+DEPEND=">=libpcap-0.7.1-r2"
+
+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-20030124 b/net-dns/dnstop/files/digest-dnstop-20030124
new file mode 100644
index 000000000000..8cc23d347b61
--- /dev/null
+++ b/net-dns/dnstop/files/digest-dnstop-20030124
@@ -0,0 +1 @@
+MD5 e2805fe585faa3d0d0f338a383758d21 dnstop-20030124.tar.gz 7207