Port details |
- gophernicus Modern full-featured and secure Gopher daemon
- 3.0.1 www
=2 3.0.1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2020-05-10 03:43:31
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://gophernicus.org/
- Description:
- 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/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gophernicus>0:www/gophernicus
- To install the port:
- cd /usr/ports/www/gophernicus/ && make install clean
- To add the package, run one of these commands:
- pkg install www/gophernicus
- pkg install gophernicus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gophernicus
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1589047765
SHA256 (gophernicus-gophernicus-3.0.1_GH0.tar.gz) = 165fd2ad4fb0638df41471496bbac682203a15d05d5f7461885858172138bc96
SIZE (gophernicus-gophernicus-3.0.1_GH0.tar.gz) = 52525
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for gophernicus-3.0.1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_gophernicus
- pkg-message:
- For install:
- Enable gophernicus in /etc/inetd.conf:
gopher stream tcp46 nowait nobody /usr/local/sbin/gophernicus gophernicus <options>
- Master Sites:
|
Number of commits found: 8
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.0.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.0.1 28 Sep 2020 05:05:25
  |
tobik  |
Reset MAINTAINER |
3.0.1 20 Aug 2020 09:11:46
  |
tobik  |
www/gophernicus: Unbreak with GCC10/Clang11 (-fno-common default)
ld: error: duplicate symbol: allow_severity
>>> defined at gophernicus.c
>>> gophernicus.o:(allow_severity)
>>> defined at file.c
>>> file.o:(.bss+0x0)
ld: error: duplicate symbol: deny_severity
>>> defined at gophernicus.c
>>> gophernicus.o:(deny_severity)
>>> defined at file.c
>>> file.o:(.bss+0x4)
ld: error: duplicate symbol: allow_severity (Only the first 15 lines of the commit message are shown above ) |
3.0.1 10 May 2020 03:54:26
  |
tobik  |
www/gophernicus: Use libc's strlcpy and strlcat |
3.0.1 10 May 2020 03:43:26
  |
tobik  |
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/ |
Number of commits found: 8
|