summaryrefslogtreecommitdiff
blob: b9e170aa3d0d4c1d0cf84be31d54d15f933d559c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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 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>