summaryrefslogtreecommitdiff
blob: 555a88070ed4cd8750256def576e81901626b842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?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>
</pkgmetadata>