summaryrefslogtreecommitdiff
path: root/dev-java/jnr-netdb/metadata.xml
blob: bc6ae5dd002629468eb60d56292465658786fe07 (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 "https://docs.baldeagleos.com/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>
  <origin>baldeagleos-repo</origin>
</pkgmetadata>