summaryrefslogtreecommitdiff
blob: 9aec21dc0728b201a67627192ee09d14a7d1e2c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>java</herd>
	<longdescription lang="en">
		jnr-netdb is a java interface to getservbyname(3), getservbyport(3).

		It tries to use the native functions if possible, falling back to
		parsing
		/etc/services directly, and finally to an inbuilt table for use in
		environments
		where neither native code, nor filesystem access is possible.
	</longdescription>
	<upstream>
		<remote-id type="github">jnr/jnr-netdb</remote-id>
	</upstream>
</pkgmetadata>