mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
Update done using: ``` git grep -l sys-libs/zlib sys-* | xargs sed -i -e s@sys-libs/zlib@virtual/zlib@g git grep -l virtual/zlib-ng sys-* | xargs sed -i -e s@virtual/zlib-ng@sys-libs/zlib-ng@g git diff --name-only | xargs copybump git diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead pkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error ``` Plus reverts in sys-libs/minizip-ng, sys-libs/zlib-ng and profiles. Signed-off-by: Michał Górny <mgorny@gentoo.org>
32 lines
1.8 KiB
XML
32 lines
1.8 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>sam@gentoo.org</email>
|
|
<name>Sam James</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
lighttpd (pronounced /lighty/) is a secure, fast, compliant, and very
|
|
flexible web server that has been optimized for high-performance
|
|
environments. lighttpd uses memory and CPU efficiently and has lower
|
|
resource use than other popular web servers. Its advanced feature-set
|
|
(FastCGI, CGI, Auth, Output-Compression, URL-Rewriting and much more)
|
|
make lighttpd the perfect web server for all systems, small and large.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="brotli">Enable output compression via <pkg>app-arch/brotli</pkg> (recommended)</flag>
|
|
<flag name="gnutls">Build module for TLS via <pkg>net-libs/gnutls</pkg></flag>
|
|
<flag name="libdeflate">Enable output compression via <pkg>app-arch/libdeflate</pkg></flag>
|
|
<flag name="maxminddb">Add support for geolocation using <pkg>dev-libs/libmaxminddb</pkg></flag>
|
|
<flag name="mbedtls">Build module for TLS via <pkg>net-libs/mbedtls</pkg></flag>
|
|
<flag name="nettle">Use <pkg>dev-libs/nettle</pkg> as crypto library</flag>
|
|
<flag name="nss">Build module for TLS via Mozilla's Network Security Services</flag>
|
|
<flag name="webdav">Enable webdav properties</flag>
|
|
<flag name="zlib">Enable output compression via gzip or deflate algorithms from <pkg>virtual/zlib</pkg></flag>
|
|
<flag name="zstd">Enable output compression via Zstandard (<pkg>app-arch/zstd</pkg>) algorithm</flag>
|
|
</use>
|
|
<upstream>
|
|
<remote-id type="github">lighttpd/lighttpd1.4</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|