From owner-cvs-all@FreeBSD.ORG Sun Aug 28 10:38:41 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DB5816A41F; Sun, 28 Aug 2005 10:38:41 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C03443D45; Sun, 28 Aug 2005 10:38:41 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j7SAceTY094489; Sun, 28 Aug 2005 10:38:40 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7SAceMA094488; Sun, 28 Aug 2005 10:38:40 GMT (envelope-from edwin) Message-Id: <200508281038.j7SAceMA094488@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 28 Aug 2005 10:38:40 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/dns Makefile ports/dns/queryperf Makefile distinfo pkg-descr pkg-plist ports/dns/queryperf/files patch-contrib::queryperf::Makefile.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2005 10:38:41 -0000 edwin 2005-08-28 10:38:40 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/queryperf Makefile distinfo pkg-descr pkg-plist dns/queryperf/files patch-contrib::queryperf::Makefile.in Log: [new port] dns/queryperf This is queryperf, a DNS server query performance testing tool. It is primarily intended for measuring the performance of authoritative DNS servers, but it has also been used for measuring caching server performance. See /usr/local/share/docs/queryperf//queryperf.txt for more information on the command line option and the required configuration files. ND-of-queryperf/pkg-descr PR: ports/85179 Submitted by: Edwin Groothuis Revision Changes Path 1.49 +1 -0 ports/dns/Makefile 1.1 +32 -0 ports/dns/queryperf/Makefile (new) 1.1 +2 -0 ports/dns/queryperf/distinfo (new) 1.1 +11 -0 ports/dns/queryperf/files/patch-contrib::queryperf::Makefile.in (new) 1.1 +8 -0 ports/dns/queryperf/pkg-descr (new) 1.1 +2 -0 ports/dns/queryperf/pkg-plist (new)