From owner-cvs-ports@FreeBSD.ORG Sat Nov 6 23:35:30 2004 Return-Path: Delivered-To: cvs-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DAF6316A4CE; Sat, 6 Nov 2004 23:35:30 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD4E443D1D; Sat, 6 Nov 2004 23:35:30 +0000 (GMT) (envelope-from sergei@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iA6NZU8e034598; Sat, 6 Nov 2004 23:35:30 GMT (envelope-from sergei@repoman.freebsd.org) Received: (from sergei@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iA6NZUQ4034597; Sat, 6 Nov 2004 23:35:30 GMT (envelope-from sergei) Message-Id: <200411062335.iA6NZUQ4034597@repoman.freebsd.org> From: Sergei Kolobov Date: Sat, 6 Nov 2004 23:35:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/dns Makefile ports/dns/dnsdoctor Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 23:35:31 -0000 sergei 2004-11-06 23:35:30 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/dnsdoctor Makefile distinfo pkg-descr pkg-plist Log: Add dns/dnsdoctor: DNSdoctor is intended to help solving misconfigurations or inconsistencies of DNS zone files. Features * Powerful configuration file * Does not depend on policies * Fine grained test selection (by test, by categories, by zones) * Full IPv6 support (connectivity and AAAA records) * Supports several input/output interfaces such as CLI, GUI, CGI * Dedicated mode for use inside shell scripts * Batch mode available (ideal when dealing with several domains) * Multi-threaded application in order to cut down checking time * Extensible: new tests, new interfaces, new reports, ... * Exception and cache mechanisms to simplify test writting WWW: http://www.dnsdoctor.org/ PR: ports/71819 Submitted by: Janos Mohacsi Revision Changes Path 1.33 +1 -0 ports/dns/Makefile 1.1 +56 -0 ports/dns/dnsdoctor/Makefile (new) 1.1 +2 -0 ports/dns/dnsdoctor/distinfo (new) 1.1 +16 -0 ports/dns/dnsdoctor/pkg-descr (new) 1.1 +175 -0 ports/dns/dnsdoctor/pkg-plist (new)