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/ Generated with FreeBSD Port Tools 0.77
Responsible Changed From-To: freebsd-ports-bugs->gabor Take.
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) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Port added, thanks!