cvs commit: ports/dns Makefile ports/dns/p5-POE-Component-Server-DNS Makefile distinfo pkg-descr pkg-plist

Gabor Kovesdan gabor at FreeBSD.org
Sun Feb 25 15:03:48 UTC 2007


gabor       2007-02-25 15:03:47 UTC

  FreeBSD ports repository

  Modified files:
    dns                  Makefile 
  Added files:
    dns/p5-POE-Component-Server-DNS Makefile distinfo pkg-descr 
                                    pkg-plist 
  Log:
  POE::Component::Server::DNS is a POE component that implements a DNS server.
  
  It uses POE::Component::Client::DNS to handle resolving when configured as
  'forward_only' and Net::DNS::Resolver::Recurse wrapped by
  POE::Component::Generic to perform recursion.
  
  One may add handlers to massage and manipulate responses to particular queries
  which is vaguely modelled after Net::DNS::Nameserver.
  
  WWW:    http://search.cpan.org/dist/POE-Component-Server-DNS/
  
  PR:             ports/109449
  Submitted by:   Jin-Shan Tseng <tjs at cdpa.nsysu.edu.tw>
  Approved by:    erwin (mentor, implicit)
  
  Revision  Changes    Path
  1.77      +1 -0      ports/dns/Makefile
  1.1       +27 -0     ports/dns/p5-POE-Component-Server-DNS/Makefile (new)
  1.1       +3 -0      ports/dns/p5-POE-Component-Server-DNS/distinfo (new)
  1.1       +10 -0     ports/dns/p5-POE-Component-Server-DNS/pkg-descr (new)
  1.1       +10 -0     ports/dns/p5-POE-Component-Server-DNS/pkg-plist (new)


More information about the cvs-all mailing list