svn commit: r534806 - in head/www: . gophernicus gophernicus/files
Tobias Kortkamp
tobik at FreeBSD.org
Sun May 10 03:43:28 UTC 2020
Author: tobik
Date: Sun May 10 03:43:26 2020
New Revision: 534806
URL: https://svnweb.freebsd.org/changeset/ports/534806
Log:
Add www/gophernicus
Gophernicus is a modern full-featured and secure Gopher daemon
- runs under various super-servers (inetd, xinetd)
- optionally provides executable gophermaps and scripts
- optionally provides access to user's ~/public_gopher/
WWW: https://gophernicus.org/
Added:
head/www/gophernicus/
head/www/gophernicus/Makefile (contents, props changed)
head/www/gophernicus/distinfo (contents, props changed)
head/www/gophernicus/files/
head/www/gophernicus/files/pkg-message.in (contents, props changed)
head/www/gophernicus/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Sun May 10 03:40:33 2020 (r534805)
+++ head/www/Makefile Sun May 10 03:43:26 2020 (r534806)
@@ -199,6 +199,7 @@
SUBDIR += googlebook_dl
SUBDIR += googler
SUBDIR += goose
+ SUBDIR += gophernicus
SUBDIR += gopherus
SUBDIR += gotty
SUBDIR += gpx2map
Added: head/www/gophernicus/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/gophernicus/Makefile Sun May 10 03:43:26 2020 (r534806)
@@ -0,0 +1,31 @@
+# $FreeBSD$
+
+PORTNAME= gophernicus
+DISTVERSION= 3.0.1
+CATEGORIES= www
+
+MAINTAINER= tobik at FreeBSD.org
+COMMENT= Modern full-featured and secure Gopher daemon
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+USE_GITHUB= yes
+MAKE_ARGS= CC="${CC}" \
+ INSTALL=${INSTALL} \
+ SBINDIR=${STAGEDIR}${PREFIX}/sbin
+INSTALL_TARGET= install-files
+SUB_FILES= pkg-message
+
+PLIST_FILES= sbin/gophernicus
+PORTDOCS= README.Gophermap README.md changelog gophermap gophertag
+
+OPTIONS_DEFINE= DOCS
+
+post-install-DOCS-on:
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && \
+ ${INSTALL_MAN} ${PORTDOCS} \
+ ${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.mk>
Added: head/www/gophernicus/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/gophernicus/distinfo Sun May 10 03:43:26 2020 (r534806)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1589047765
+SHA256 (gophernicus-gophernicus-3.0.1_GH0.tar.gz) = 165fd2ad4fb0638df41471496bbac682203a15d05d5f7461885858172138bc96
+SIZE (gophernicus-gophernicus-3.0.1_GH0.tar.gz) = 52525
Added: head/www/gophernicus/files/pkg-message.in
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/gophernicus/files/pkg-message.in Sun May 10 03:43:26 2020 (r534806)
@@ -0,0 +1,9 @@
+[
+{ type: install,
+ message: <<EOD
+Enable gophernicus in /etc/inetd.conf:
+
+gopher stream tcp46 nowait nobody %%PREFIX%%/sbin/gophernicus gophernicus <options>
+EOD
+}
+]
Added: head/www/gophernicus/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/gophernicus/pkg-descr Sun May 10 03:43:26 2020 (r534806)
@@ -0,0 +1,7 @@
+Gophernicus is a modern full-featured and secure Gopher daemon
+
+- runs under various super-servers (inetd, xinetd)
+- optionally provides executable gophermaps and scripts
+- optionally provides access to user's ~/public_gopher/
+
+WWW: https://gophernicus.org/
More information about the svn-ports-head
mailing list