cvs commit: ports/dns Makefile ports/dns/gdnsd Makefile distinfo pkg-descr pkg-plist ports/dns/gdnsd/files gdnsd.in patch-docs-config.example

Martin Wilke miwi at FreeBSD.org
Sat Jun 9 15:47:57 UTC 2012


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 at 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)


More information about the cvs-ports mailing list