Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Apr 2017 03:22:12 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439784 - in head/dns: . drool
Message-ID:  <201704300322.v3U3MC2g026809@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Sun Apr 30 03:22:11 2017
New Revision: 439784
URL: https://svnweb.freebsd.org/changeset/ports/439784

Log:
  New port: dns/drool
  
  DNS Replay Tool (drool) can replay DNS traffic from packet capture
  (PCAP) files and send it to a specified server, with options such
  as to manipulate the timing between packets, as well as loop packets
  infinitely or for a set number of iterations. This tool's goal is
  to be able to produce a high amount of UDP packets per second and
  TCP sessions per second on common hardware.
  
  WWW: https://www.dns-oarc.net/tools/drool
  
  PR:		218706
  Submitted by:	Jaap Akkerhuis <jaap@NLnetLabs.nl>

Added:
  head/dns/drool/
  head/dns/drool/Makefile   (contents, props changed)
  head/dns/drool/distinfo   (contents, props changed)
  head/dns/drool/pkg-descr   (contents, props changed)
  head/dns/drool/pkg-plist   (contents, props changed)
Modified:
  head/dns/Makefile

Modified: head/dns/Makefile
==============================================================================
--- head/dns/Makefile	Sun Apr 30 03:07:54 2017	(r439783)
+++ head/dns/Makefile	Sun Apr 30 03:22:11 2017	(r439784)
@@ -58,6 +58,7 @@
     SUBDIR += dnswall
     SUBDIR += doc
     SUBDIR += dq
+    SUBDIR += drool
     SUBDIR += dualserver
     SUBDIR += erlang-idna
     SUBDIR += ez-ipupdate

Added: head/dns/drool/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/drool/Makefile	Sun Apr 30 03:22:11 2017	(r439784)
@@ -0,0 +1,24 @@
+# Created by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
+# $FreeBSD$
+
+PORTNAME=	drool
+DISTVERSION=	1.0.0
+DISTVERSIONSUFFIX=	-beta.3
+CATEGORIES=	dns
+MASTER_SITES=	https://www.dns-oarc.net/files/drool/
+
+MAINTAINER=	jaap@NLnetLabs.nl
+COMMENT=	Replay DNS traffic from packet capture files
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+LIB_DEPENDS=	libev.so:devel/libev
+
+USES=		pkgconfig
+GNU_CONFIGURE=	yes
+USE_LDCONFIG=	yes
+CPPFLAGS+=	$$(pkg-config libev --cflags-only-I)
+LDFLAGS+=	$$(pkg-config libev --libs-only-L)
+
+.include <bsd.port.mk>

Added: head/dns/drool/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/drool/distinfo	Sun Apr 30 03:22:11 2017	(r439784)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1492021886
+SHA256 (drool-1.0.0-beta.3.tar.gz) = cbff7cdb25a9a994eea11074b1263e42703c6a556db9e012fe77bb4191cf2be9
+SIZE (drool-1.0.0-beta.3.tar.gz) = 403883

Added: head/dns/drool/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/drool/pkg-descr	Sun Apr 30 03:22:11 2017	(r439784)
@@ -0,0 +1,8 @@
+DNS Replay Tool (drool) can replay DNS traffic from packet capture
+(PCAP) files and send it to a specified server, with options such
+as to manipulate the timing between packets, as well as loop packets
+infinitely or for a set number of iterations. This tool's goal is
+to be able to produce a high amount of UDP packets per second and
+TCP sessions per second on common hardware.
+
+WWW: https://www.dns-oarc.net/tools/drool

Added: head/dns/drool/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/dns/drool/pkg-plist	Sun Apr 30 03:22:11 2017	(r439784)
@@ -0,0 +1,6 @@
+bin/drool
+man/man1/drool.1.gz
+man/man5/drool.conf.5.gz
+%%PORTDOCS%%%%DOCSDIR%%/CHANGES
+%%PORTDOCS%%%%DOCSDIR%%/LICENSE
+%%PORTDOCS%%%%DOCSDIR%%/README.md



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704300322.v3U3MC2g026809>