summaryrefslogtreecommitdiff
blob: 748cb0beb3ab8d067963ed37828f5cd7750c95f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>java@gentoo.org</email>
		<name>Java</name>
	</maintainer>
	<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">https://sourceforge.net/projects/dnsjava/</remote-id>
	</upstream>
</pkgmetadata>