mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-26 00:04:44 +03:00
21 lines
662 B
XML
21 lines
662 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://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>
|