mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/29619 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
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>
|
|
Native library for Tomcat to use the Apache Portable Runtime to
|
|
provide superior scalability, performance, and better integration with
|
|
native server technologies. The Apache Portable Runtime is a highly
|
|
portable library that is at the heart of Apache HTTP Server 2.x. APR
|
|
has many uses, including access to advanced IO functionality (such as
|
|
sendfile, epoll and OpenSSL), OS level functionality (random number
|
|
generation, system status, etc), and native process handling (shared
|
|
memory, NT pipes and Unix sockets).
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://tomcat.apache.org/bugreport.html</bugs-to>
|
|
<doc>https://tomcat.apache.org/native-doc/</doc>
|
|
<changelog>https://tomcat.apache.org/native-doc/miscellaneous/changelog.html</changelog>
|
|
<remote-id type="github">apache/tomcat-native</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|