Date: Sun, 27 Jun 2010 01:21:47 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/dns Makefile ports/dns/p5-Net-DNS-TestNS Makefile distinfo pkg-descr pkg-plist Message-ID: <201006270121.o5R1Llho028443@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sunpoet@sunpoet.net> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006270121.o5R1Llho028443>