Index: head/www/vger/Makefile =================================================================== --- head/www/vger/Makefile (revision 568643) +++ head/www/vger/Makefile (revision 568644) @@ -1,25 +1,27 @@ # $FreeBSD$ PORTNAME= vger PORTVERSION= 0.0.20210315 CATEGORIES= www MASTER_SITES= https://tildegit.org/solene/vger/archive/ \ LOCAL/nc/mirror/ DISTFILES= 365e99400a8a13546c4c060f28e23bf81d68d45e.tar.gz MAINTAINER= nc@FreeBSD.org COMMENT= Simplistic and secure Gemini server + LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +USE_CSTD= c99 + WRKSRC= ${WRKDIR}/${PORTNAME} do-install: ${CP} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${STAGEDIR}${MAN8PREFIX}/man/man8/ post-install: @${MKDIR} ${STAGEDIR}${ETCDIR}/gemini .include - Index: head/www/vger/pkg-descr =================================================================== --- head/www/vger/pkg-descr (revision 568643) +++ head/www/vger/pkg-descr (revision 568644) @@ -1,8 +1,8 @@ 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. -https://tildegit.org/solene/vger +WWW: https://tildegit.org/solene/vger