On Sun, 14 Mar 2021 22:05:00 +0100 Florian Viehweger <open...@out-of-creativity.de>:
> Hi ports, > > attached is a port of Vger, a gemini server supporting chroot, > virtualhosts, CGI, default language choice, redirections and MIME types > detection. > > Initial work was done by prx, with permission I'm taking maintainership. > > I've created a dedicated user and group '_gemini_user' both with ID 865. > > 'make test' works on amd64. > > 'portcheck -N' complains about > "hardcoded paths detected in pkg/README, consider using SUBST_VARS and > TRUEPREFIX/LOCALBASE/LOCALSTATEDIR/VARBASE" > but this is for an example inetd.conf file. > > Comments? OK? > > Thanks! > Hello, could you also include a diff to update the file /usr/ports/infrastructure/db/user.list to add user/group? You also need to remove that hardcoded path in the README, you can take a look at games/barony using variables in the README. I'm not sure the COMPILER line is required here. The license is a BSD 2-clause.