Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-servers/hinsightd/
Date: Sun, 18 Apr 2021 09:10:55
Message-Id: 1618729636.e44ff3483db699d558f77ee1d77c0f823d8e718a.andrewammerlaan@gentoo
1 commit: e44ff3483db699d558f77ee1d77c0f823d8e718a
2 Author: tiotags <tiotags1 <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 18 07:06:04 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Sun Apr 18 07:07:16 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e44ff348
7
8 www-servers/hinsightd: better description
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Alexandru Campeanu <tiotags1 <AT> gmail.com>
12
13 www-servers/hinsightd/metadata.xml | 18 ++++++++++++++----
14 1 file changed, 14 insertions(+), 4 deletions(-)
15
16 diff --git a/www-servers/hinsightd/metadata.xml b/www-servers/hinsightd/metadata.xml
17 index 3e7b7f452..50c6ba674 100644
18 --- a/www-servers/hinsightd/metadata.xml
19 +++ b/www-servers/hinsightd/metadata.xml
20 @@ -1,8 +1,18 @@
21 <?xml version="1.0" encoding="UTF-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 - <!-- maintainer-needed -->
25 - <use>
26 - <!--<flag name="openssl">Enable tls encryption with openssl</flag>-->
27 - </use>
28 + <!-- maintainer-needed -->
29 + <longdescription lang="en">
30 + hinsightd is a http/1.1 webserver with a focus on simple code and
31 + reliable behaviour.
32 + Notable features: reverse proxying, output caching, ssl, pipelining,
33 + cgi, output compression with deflate, graceful restart, 304 status,
34 + etag, range requests and a very customizable config file using lua.
35 + Virtual hosts can be implemented in lua.
36 + Logging is entirely controled by lua.
37 + Full debug information can be toggled per request and outputted to console or a log file.
38 + </longdescription>
39 + <use>
40 + <!--<flag name="openssl">Enable tls encryption with openssl</flag>-->
41 + </use>
42 </pkgmetadata>