summaryrefslogtreecommitdiff
path: root/www-servers/lighttpd/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-02-02 01:39:05 +0000
commitfcc5224904648a8e6eb528d7603154160a20022f (patch)
tree3bfce096b38a9cea8eed13fc70c1526c456e9abd /www-servers/lighttpd/metadata.xml
parent2fd57282f0262ca084e05b0f2c63fbada395d02b (diff)
gentoo resync : 02.02.2022
Diffstat (limited to 'www-servers/lighttpd/metadata.xml')
-rw-r--r--www-servers/lighttpd/metadata.xml28
1 files changed, 15 insertions, 13 deletions
diff --git a/www-servers/lighttpd/metadata.xml b/www-servers/lighttpd/metadata.xml
index 25fe93ef41cd..df57890b0f75 100644
--- a/www-servers/lighttpd/metadata.xml
+++ b/www-servers/lighttpd/metadata.xml
@@ -10,25 +10,27 @@
<name>Proxy Maintainers</name>
</maintainer>
<longdescription lang="en">
- lighttpd is a secure, fast, compliant and very flexible web-server
- which has been optimized for high-performance environments. It has a very
- low memory footprint compared to other webservers and takes care of cpu-load.
- Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression,
- URL-Rewriting and many more) make lighttpd the perfect webserver-software
- for every server that is suffering load problems.
+ 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 Brotli (recommended)</flag>
+ <flag name="brotli">Enable output compression via <pkg>app-arch/brotli</pkg> (recommended)</flag>
<flag name="bzip2">Enable output compression via bzip2</flag>
<flag name="libev">Enable fdevent handler</flag>
- <flag name="gnutls">Build module for TLS via GnuTLS</flag>
- <flag name="maxminddb">Add support for geolocation using libMaxMindDB</flag>
- <flag name="mbedtls">Build module for TLS via Mbed TLS</flag>
- <flag name="mmap">Use mmap with files owned by lighttpd. This is a dangerous option as it may allow local users to trigger SIGBUS crashes.</flag>
+ <flag name="gnutls">Build module for TLS via <pkg>net-libs/gnutls</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="mmap">Use mmap when sendfile is not available</flag>
+ <flag name="nettle">Use <pkg>dev-libs/nettle</pkg> as crypto backend</flag>
<flag name="nss">Build module for TLS via Mozilla's Network Security Services</flag>
<flag name="rrdtool">Enable rrdtool support via mod_rrdtool</flag>
+ <flag name="system-xxhash">Use system provided <pkg>dev-libs/xxhash</pkg></flag>
<flag name="webdav">Enable webdav properties</flag>
- <flag name="zlib">Enable output compression via gzip or deflate algorithms</flag>
- <flag name="zstd">Enable output compression via Zstandard algorithm</flag>
+ <flag name="zlib">Enable output compression via gzip or deflate algorithms from <pkg>sys-libs/zlib</pkg></flag>
+ <flag name="zstd">Enable output compression via Zstandard (<pkg>app-arch/zstd</pkg>) algorithm</flag>
</use>
</pkgmetadata>