From owner-cvs-all@FreeBSD.ORG Mon Aug 10 06:44:33 2009 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 06251106566B; Mon, 10 Aug 2009 06:44:33 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id E9EFE8FC1E; Mon, 10 Aug 2009 06:44:32 +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 n7A6iWJm077230; Mon, 10 Aug 2009 06:44:32 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n7A6iWFU077229; Mon, 10 Aug 2009 06:44:32 GMT (envelope-from dougb) Message-Id: <200908100644.n7A6iWFU077229@repoman.freebsd.org> From: Doug Barton Date: Mon, 10 Aug 2009 06:44:32 +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/libbind 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: Mon, 10 Aug 2009 06:44:33 -0000 dougb 2009-08-10 06:44:32 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/libbind Makefile distinfo pkg-descr pkg-plist Log: The libbind functions have been separated from the BIND suite as of BIND 9.6.0. Originally from older versions of BIND, they have been continually maintained and improved but not installed by default with BIND 9. This standard resolver library contains the same historical functions and headers included with many Unix operating systems. In fact, most implementations are based on the same original code. ISC's libbind provides the standard resolver library, along with header files and documentation, for communicating with domain name servers, retrieving network host entries from /etc/hosts or via DNS, converting CIDR network addresses, performing Hesiod information lookups, retrieving network entries from /etc/networks, implementing TSIG transaction/request security of DNS messages, performing name-to-address and address-to-name translations, and utilizing /etc/resolv.conf for resolver configuration. WWW: https://www.isc.org/software/libbind - Doug Barton DougB@FreeBSD.org Revision Changes Path 1.107 +1 -0 ports/dns/Makefile 1.1 +50 -0 ports/dns/libbind/Makefile (new) 1.1 +6 -0 ports/dns/libbind/distinfo (new) 1.1 +19 -0 ports/dns/libbind/pkg-descr (new) 1.1 +29 -0 ports/dns/libbind/pkg-plist (new)