summaryrefslogtreecommitdiff
path: root/dev-java/jnr-netdb/metadata.xml
blob: 17075427dae90db2eebd73a133fb4cd0ada993e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/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>
 <origin>gentoo-staging</origin>
</pkgmetadata>