Date: Sat, 9 Jun 2012 15:47:57 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <201206091547.q59FlvUf069558@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <stef@scaleengine.com> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206091547.q59FlvUf069558>