diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 23:38:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-05-02 23:38:24 +0000 |
commit | 07faecc69ffe1fdd99c0b1fc1dbcb0cfb2c79c25 (patch) | |
tree | ac65c9771fd3ef49c7a0efcf4dde0bf80ebfc62f | |
parent | a9db2a6c2d95f76e6d9ce17ff925b291db1edaf4 (diff) | |
download | ports-07faecc69ffe1fdd99c0b1fc1dbcb0cfb2c79c25.tar.gz ports-07faecc69ffe1fdd99c0b1fc1dbcb0cfb2c79c25.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | dns/Makefile | 1 | ||||
-rw-r--r-- | dns/dnscap/Makefile | 31 | ||||
-rw-r--r-- | dns/dnscap/distinfo | 3 | ||||
-rw-r--r-- | dns/dnscap/pkg-descr | 13 |
5 files changed, 1 insertions, 48 deletions
@@ -2948,3 +2948,4 @@ chinese/mldonkey-core||2007-04-26|Obsoleted by net-p2p/mldonkey version 2.8.5 graphics/gstreamer-plugins-libcaca80||2007-04-29|Obsoleted, use 0.10.x version instead devel/make||2007-04-29|Port was only useful on FreeBSD 4.x multimedia/libdts|multimedia/libdca|2007-05-01|Project renamed +dns/dnscap||2007-05-03|Removed on authors request until it has reached stability diff --git a/dns/Makefile b/dns/Makefile index e8d97078789f..81f180463d8f 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -22,7 +22,6 @@ SUBDIR += dlint SUBDIR += dnrd SUBDIR += dns_balance - SUBDIR += dnscap SUBDIR += dnscheck SUBDIR += dnsdoctor SUBDIR += dnsflood diff --git a/dns/dnscap/Makefile b/dns/dnscap/Makefile deleted file mode 100644 index ed1790e50884..000000000000 --- a/dns/dnscap/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# -# Ports collection makefile for: news/openftd -# Whom: Edwin Groothuis <edwin@mavetju.org> -# Date created: 2007-05-02 -# -# $FreeBSD$ -# - -PORTNAME= dnscap -PORTVERSION= 0.0 -CATEGORIES= dns net -MASTER_SITES= http://public.oarci.net/files/active/0/ -DISTFILES= dnscap.shar - -MAINTAINER= edwin@mavetju.org -COMMENT= DNS traffic capture utility - -WRKSRC= ${WRKDIR} - -PLIST_FILES= bin/dnscap -MAN1= dnscap.1 - -do-extract: - ${MKDIR} ${WRKSRC} - cd ${WRKSRC} && ${SH} ${DISTDIR}/${DISTFILES} - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dnscap ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/dnscap.1 ${PREFIX}/man/man1 - -.include <bsd.port.mk> diff --git a/dns/dnscap/distinfo b/dns/dnscap/distinfo deleted file mode 100644 index ab97548d0b0a..000000000000 --- a/dns/dnscap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (dnscap.shar) = aba3cccb5d31eac7171deb534843ca12 -SHA256 (dnscap.shar) = 873756559a69147b22bdae7477ad56f0b71b2425cc239246f479b58f742ec225 -SIZE (dnscap.shar) = 35311 diff --git a/dns/dnscap/pkg-descr b/dns/dnscap/pkg-descr deleted file mode 100644 index 97d2ab5f6f40..000000000000 --- a/dns/dnscap/pkg-descr +++ /dev/null @@ -1,13 +0,0 @@ -cap is a network capture utility designed specifically for DNS -traffic. It produces binary data in pcap(3) format, either on -standard output (by default) or in successive dump files (if the d -command line option is given.) This utility is similar to tcpdump(1), -but has finer grained packet recognition tailored to DNS transactions -and protocol options. dnscap is expected to be used for gathering -continuous research or audit traces. - -SYNOPSIS - dnscap [-avf6] [-i if ...] [-l vlan ...] [-p port] [-m [quire]] [-h [ir]] - [-q host ...] [-r host ...] [-d base [-k cmd]] [-t lim] [-c lim] - -WWW: http://public.oarci.net/tools/dnscap |