aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortiotags <tiotags1@gmail.com>2021-04-18 10:06:04 +0300
committertiotags <tiotags1@gmail.com>2021-04-18 10:07:16 +0300
commite44ff3483db699d558f77ee1d77c0f823d8e718a (patch)
treed1b530fe51d363ee930b6e26b648adf98c3fe562 /www-servers
parentmail-client/heirloom-mailx: Changed licence and fix problem with QA (diff)
downloadguru-e44ff3483db699d558f77ee1d77c0f823d8e718a.tar.gz
guru-e44ff3483db699d558f77ee1d77c0f823d8e718a.tar.bz2
guru-e44ff3483db699d558f77ee1d77c0f823d8e718a.zip
www-servers/hinsightd: better description
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alexandru Campeanu <tiotags1@gmail.com>
Diffstat (limited to 'www-servers')
-rw-r--r--www-servers/hinsightd/metadata.xml18
1 files changed, 14 insertions, 4 deletions
diff --git a/www-servers/hinsightd/metadata.xml b/www-servers/hinsightd/metadata.xml
index 3e7b7f452a..50c6ba674e 100644
--- a/www-servers/hinsightd/metadata.xml
+++ b/www-servers/hinsightd/metadata.xml
@@ -1,8 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- maintainer-needed -->
- <use>
- <!--<flag name="openssl">Enable tls encryption with openssl</flag>-->
- </use>
+ <!-- maintainer-needed -->
+ <longdescription lang="en">
+ hinsightd is a http/1.1 webserver with a focus on simple code and
+ reliable behaviour.
+ Notable features: reverse proxying, output caching, ssl, pipelining,
+ cgi, output compression with deflate, graceful restart, 304 status,
+ etag, range requests and a very customizable config file using lua.
+ Virtual hosts can be implemented in lua.
+ Logging is entirely controled by lua.
+ Full debug information can be toggled per request and outputted to console or a log file.
+ </longdescription>
+ <use>
+ <!--<flag name="openssl">Enable tls encryption with openssl</flag>-->
+ </use>
</pkgmetadata>