1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/www/vger/pkg-descr
Mark Linimon 3767954d19 Add USE_CSTD=c99 to fix build on GCC-based systems:
main.c:58: error: 'for' loop initial declaration used outside C99 mode

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2021-03-17 11:28:59 +00:00

9 lines
386 B
Plaintext

Vger is a gemini server supporting chroot, virtualhosts, CGI, default language
choice, redirections and MIME types detection.
Vger design is relying on inetd and a daemon to take care of TLS. The idea is
to delegate TLS and network to daemons which proved doing it correctly, so vger
takes its request from stdin and output the result to stdout.
WWW: https://tildegit.org/solene/vger