metadata.xml 997 B

1234567891011121314151617181920212223
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="person">
  5. <email>swegener@gentoo.org</email>
  6. <name>Sven Wegener</name>
  7. <description>Primary Maintainer</description>
  8. </maintainer>
  9. <longdescription>
  10. With a small codebase, the PowerDNS Recursor is an advanced recursor currently
  11. serving the DNS resolving needs of over 2 million Internet connections. Besides
  12. high performance (using kqueue or epoll, over 15 thousand qps on commodity
  13. hardware), it provides advanced anti-spoofing measures. In addition, the program
  14. caches server performance and timeouts, making it both network and user friendly.
  15. It also has built-in hooks for making graphs with rrdtool, providing insight into
  16. nameserver performance.
  17. </longdescription>
  18. <use>
  19. <flag name="luajit">Enable support for <pkg>dev-lang/luajit</pkg>.</flag>
  20. <flag name="protobuf">Enable support for <pkg>dev-libs/protobuf</pkg>.</flag>
  21. </use>
  22. </pkgmetadata>