aboutsummaryrefslogtreecommitdiff
path: root/net/dnstop
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 07:41:35 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-09-05 07:41:35 +0000
commite1906e85ed4521c96066ce130869615c304c2a7a (patch)
tree2168725e487d131fef0e49ba7dfdd230e3466624 /net/dnstop
parentbf60be81d18978782b3c3de21916fdb4a5cbb2e5 (diff)
Notes
Diffstat (limited to 'net/dnstop')
-rw-r--r--net/dnstop/Makefile23
-rw-r--r--net/dnstop/distinfo1
-rw-r--r--net/dnstop/pkg-descr11
-rw-r--r--net/dnstop/pkg-plist1
4 files changed, 0 insertions, 36 deletions
diff --git a/net/dnstop/Makefile b/net/dnstop/Makefile
deleted file mode 100644
index 9dcd296d44fc..000000000000
--- a/net/dnstop/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: dnstop
-# Date created: 31 October 2002
-# Whom: fenner
-#
-# $FreeBSD$
-
-PORTNAME= dnstop
-PORTVERSION= 20030124
-CATEGORIES= net
-MASTER_SITES= http://dnstop.measurement-factory.com/src/
-
-MAINTAINER= fenner@FreeBSD.Org
-COMMENT= Captures and analyzes DNS traffic (or analyzes libpcap dump)
-
-NO_WRKSUBDIR= true
-
-MAN8= dnstop.8
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8
-
-.include <bsd.port.mk>
diff --git a/net/dnstop/distinfo b/net/dnstop/distinfo
deleted file mode 100644
index 29dccbbf74bc..000000000000
--- a/net/dnstop/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (dnstop-20030124.tar.gz) = e2805fe585faa3d0d0f338a383758d21
diff --git a/net/dnstop/pkg-descr b/net/dnstop/pkg-descr
deleted file mode 100644
index 9af1f119445c..000000000000
--- a/net/dnstop/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-dnstop is a libpcap application (ala tcpdump) that displays various
-tables of DNS traffic on your network. Currently dnstop displays
-tables of:
-
- * Source IP addresses
- * Destination IP addresses
- * Query types
- * Top level domains
- * Second level domains
-
-WWW: http://dnstop.measurement-factory.com/
diff --git a/net/dnstop/pkg-plist b/net/dnstop/pkg-plist
deleted file mode 100644
index 9fc7274c6803..000000000000
--- a/net/dnstop/pkg-plist
+++ /dev/null
@@ -1 +0,0 @@
-bin/dnstop