diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2009-11-22 16:57:33 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2009-11-22 16:57:33 +0000 |
commit | e62b75eeacda5e913219350c4eec94f40515cb63 (patch) | |
tree | aaca924cd7dde8c07c2d7fabcf26cd850dc5fd2e /net-dns/unbound/metadata.xml | |
parent | Version bump. Set SUPPORT_PYTHON_ABIS. (diff) | |
download | historical-e62b75eeacda5e913219350c4eec94f40515cb63.tar.gz historical-e62b75eeacda5e913219350c4eec94f40515cb63.tar.bz2 historical-e62b75eeacda5e913219350c4eec94f40515cb63.zip |
Initial import, bug #223103.
Package-Manager: portage-2.1.7.5/cvs/Linux x86_64
Diffstat (limited to 'net-dns/unbound/metadata.xml')
-rw-r--r-- | net-dns/unbound/metadata.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/net-dns/unbound/metadata.xml b/net-dns/unbound/metadata.xml new file mode 100644 index 000000000000..5af5dbc4dc5a --- /dev/null +++ b/net-dns/unbound/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>no-herd</herd> +<maintainer> +<email>matsuu@gentoo.org</email> +</maintainer> +<longdescription lang="en"> +Unbound is a validating, recursive, and caching DNS resolver. + +The C implementation of Unbound is developed and maintained by NLnet +Labs. It is based on ideas and algorithms taken from a java prototype +developed by Verisign labs, Nominet, Kirei and ep.net. + +Unbound is designed as a set of modular components, so that also +DNSSEC (secure DNS) validation and stub-resolvers (that do not run +as a server, but are linked into an application) are easily possible. +</longdescription> +<use> + <flag name='libevent'>Use <pkg>dev-libs/libevent</pkg> instead of internal + select based events</flag> +</use> +</pkgmetadata> |