gentoo/dev-java/dnsjava/metadata.xml
Michał Górny 4412ca2c79
Unify quoting in metadata.xml files for machine processing
Force unified quoting in all metadata.xml files since lxml does not
preserve original use of single and double quotes. Ensuring unified
quoting before the process allows distinguishing the GLEP 67-related
metadata.xml changes from unrelated quoting changes.
2016-01-24 23:58:38 +01:00

16 lines
686 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>java</herd>
<longdescription>
dnsjava is an implementation of DNS in Java. It supports all defined record
ypes (including the DNSSEC types), and unknown types. It can be used for queries,
zone transfers, and dynamic updates. It includes a cache which can be used by
clients, and a minimal implementation of a server. It supports TSIG authenticated
messages, partial DNSSEC verification, and EDNS0.
</longdescription>
<upstream>
<remote-id type="sourceforge">http://sourceforge.net/projects/dnsjava/</remote-id>
</upstream>
</pkgmetadata>