From owner-cvs-all@FreeBSD.ORG Fri Mar 4 13:45:40 2011 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 B0233106564A; Fri, 4 Mar 2011 13:45:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9EF198FC0C; Fri, 4 Mar 2011 13:45:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p24DjeFP050949; Fri, 4 Mar 2011 13:45:40 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p24DjejB050948; Fri, 4 Mar 2011 13:45:40 GMT (envelope-from miwi) Message-Id: <201103041345.p24DjejB050948@repoman.freebsd.org> From: Martin Wilke Date: Fri, 4 Mar 2011 13:45:40 +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/curvedns Makefile distinfo pkg-descr pkg-plist ports/dns/curvedns/files freebsd.patch pkg-deinstall.in pkg-install.in pkg-message.in 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: Fri, 04 Mar 2011 13:45:40 -0000 miwi 2011-03-04 13:45:40 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/curvedns Makefile distinfo pkg-descr pkg-plist dns/curvedns/files freebsd.patch pkg-deinstall.in pkg-install.in pkg-message.in Log: CurveDNS is a forwarding nameserver adding DNSCurve to DNS, and it's the first publicly released forwarding implementation that implements the DNSCurve protocol. WWW: http://curvedns.on2it.net/ PR: ports/153881 Submitted by: Leo Vandewoestijne Revision Changes Path 1.128 +1 -0 ports/dns/Makefile 1.1 +58 -0 ports/dns/curvedns/Makefile (new) 1.1 +2 -0 ports/dns/curvedns/distinfo (new) 1.1 +25 -0 ports/dns/curvedns/files/freebsd.patch (new) 1.1 +6 -0 ports/dns/curvedns/files/pkg-deinstall.in (new) 1.1 +25 -0 ports/dns/curvedns/files/pkg-install.in (new) 1.1 +21 -0 ports/dns/curvedns/files/pkg-message.in (new) 1.1 +5 -0 ports/dns/curvedns/pkg-descr (new) 1.1 +3 -0 ports/dns/curvedns/pkg-plist (new)