From owner-cvs-all@FreeBSD.ORG Sun Jun 27 01:21:47 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C9F69106564A; Sun, 27 Jun 2010 01:21:47 +0000 (UTC) (envelope-from wen@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B9B478FC1C; Sun, 27 Jun 2010 01:21:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5R1LlC5028444; Sun, 27 Jun 2010 01:21:47 GMT (envelope-from wen@repoman.freebsd.org) Received: (from wen@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5R1Llho028443; Sun, 27 Jun 2010 01:21:47 GMT (envelope-from wen) Message-Id: <201006270121.o5R1Llho028443@repoman.freebsd.org> From: Wen Heping Date: Sun, 27 Jun 2010 01:21:47 +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/p5-Net-DNS-TestNS Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Jun 2010 01:21:47 -0000 wen 2010-06-27 01:21:47 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/p5-Net-DNS-TestNS Makefile distinfo pkg-descr pkg-plist Log: Class to setup a number of nameservers that respond to specific DNS queries (QNAME,QTYPE) by prespecified answers. This class is to be used in test suites where you want to have servers to show predefined behavior. If the server will do a lookup based on QNAME,QTYPE and return the specified data. If there is no QNAME, QTYPE match the server will return a SERVFAIL. A log will be written to STDERR it contains time, IP/PORT, QNAME, QTYPE, RCODE. WWW: http://search.cpan.org/dist/Net-DNS-TestNS/ PR: ports/148161 Submitted by: Sunpoet Po-Chuan Hsieh Feature safe: yes Revision Changes Path 1.118 +1 -0 ports/dns/Makefile 1.1 +25 -0 ports/dns/p5-Net-DNS-TestNS/Makefile (new) 1.1 +3 -0 ports/dns/p5-Net-DNS-TestNS/distinfo (new) 1.1 +10 -0 ports/dns/p5-Net-DNS-TestNS/pkg-descr (new) 1.1 +9 -0 ports/dns/p5-Net-DNS-TestNS/pkg-plist (new)