From owner-svn-ports-head@FreeBSD.ORG Wed Apr 22 11:35:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49F0A97C; Wed, 22 Apr 2015 11:35:32 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 38B4E14CB; Wed, 22 Apr 2015 11:35:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3MBZWCn090715; Wed, 22 Apr 2015 11:35:32 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3MBZWJi090714; Wed, 22 Apr 2015 11:35:32 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201504221135.t3MBZWJi090714@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Wed, 22 Apr 2015 11:35:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384485 - head/dns/fastresolve X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2015 11:35:32 -0000 Author: robak Date: Wed Apr 22 11:35:31 2015 New Revision: 384485 URL: https://svnweb.freebsd.org/changeset/ports/384485 Log: dns/fastresolve: add WWW PR: 199437 Submitted by: Chris Hutchinson (maintainer) Modified: head/dns/fastresolve/pkg-descr Modified: head/dns/fastresolve/pkg-descr ============================================================================== --- head/dns/fastresolve/pkg-descr Wed Apr 22 11:06:18 2015 (r384484) +++ head/dns/fastresolve/pkg-descr Wed Apr 22 11:35:31 2015 (r384485) @@ -6,3 +6,5 @@ and about 50 times as fast as logresolve 5-20 times as fast as the adnslogres program that comes with the adns library, and about 3 times as fast as jdresolve, which is a Perl program that uses similar algorithms. + +WWW: http://BSDforge.com/projects/dns/fastresolve/