From owner-cvs-all@FreeBSD.ORG Sat Jun 9 15:47:57 2012 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 670371065677; Sat, 9 Jun 2012 15:47:57 +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 389BB8FC2A; Sat, 9 Jun 2012 15:47:57 +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 q59Flvk8069559; Sat, 9 Jun 2012 15:47:57 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q59FlvUf069558; Sat, 9 Jun 2012 15:47:57 GMT (envelope-from miwi) Message-Id: <201206091547.q59FlvUf069558@repoman.freebsd.org> From: Martin Wilke Date: Sat, 9 Jun 2012 15:47:57 +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/gdnsd Makefile distinfo pkg-descr pkg-plist ports/dns/gdnsd/files gdnsd.in patch-docs-config.example 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: Sat, 09 Jun 2012 15:47:57 -0000 miwi 2012-06-09 15:47:57 UTC FreeBSD ports repository Modified files: dns Makefile Added files: dns/gdnsd Makefile distinfo pkg-descr pkg-plist dns/gdnsd/files gdnsd.in patch-docs-config.example Log: gdnsd is an Authoritative-only DNS server. The initial g stands for Geographic, as gdnsd offers a plugin system for geographic (or other sorts of) balancing, redirection, and service-state-conscious failover. If you don't care about that feature, it's still quite good at being a very fast, lean, and resilient authoritative-only server for static DNS data. gdnsd is written in C using libev and pthreads with a focus on highi performance, low latency service. It does not offer any form of caching or recursive service, and does not support DNSSEC. WWW: http://code.google.com/p/gdnsd/ PR: ports/167946 Submitted by: Stefan Caunter Revision Changes Path 1.156 +1 -0 ports/dns/Makefile 1.1 +50 -0 ports/dns/gdnsd/Makefile (new) 1.1 +2 -0 ports/dns/gdnsd/distinfo (new) 1.1 +49 -0 ports/dns/gdnsd/files/gdnsd.in (new) 1.1 +19 -0 ports/dns/gdnsd/files/patch-docs-config.example (new) 1.1 +12 -0 ports/dns/gdnsd/pkg-descr (new) 1.1 +77 -0 ports/dns/gdnsd/pkg-plist (new)