From owner-svn-ports-head@freebsd.org Sun May 10 03:43:28 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 2A3C82D6E8B; Sun, 10 May 2020 03:43:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49KVKD0BHCz4fQ2; Sun, 10 May 2020 03:43:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 017B026C07; Sun, 10 May 2020 03:43:28 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04A3hRgH088750; Sun, 10 May 2020 03:43:27 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04A3hQoV088745; Sun, 10 May 2020 03:43:26 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <202005100343.04A3hQoV088745@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 10 May 2020 03:43:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r534806 - in head/www: . gophernicus gophernicus/files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/www: . gophernicus gophernicus/files X-SVN-Commit-Revision: 534806 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.32 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2020 03:43:28 -0000 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@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 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 +} +] 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/