Port details |
- fnord Small and fast web server with CGI-capability
- 1.11 www
=2 1.11Version of this port present on the latest quarterly branch.
- DEPRECATED: Deprecated upstream, consider using www/apache24, www/lighttpd or www/nginx
This port expired on: 2023-09-30
- 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: 2005-05-23 16:23:30
- Last Update: 2023-09-30 02:22:59
- Commit Hash: 6bdebd7
- People watching this port, also watch:: openssl, stunnel, lynx
- License: GPLv2
- WWW:
- https://www.fefe.de/fnord/
- Description:
- fnord is a small and fast web server with CGI-capability. fnord has
been written by Felix von Leitner. fnord supports virtual hosting
und runs under tcpserver.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- No installation instructions:
- This port has been deleted.
- PKGNAME: fnord
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (fnord-1.11.tar.bz2) = 896f734b589b52a145dbb1d268f41ae94eff90529db36658a66eda3aada21d35
SIZE (fnord-1.11.tar.bz2) = 28845
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.3 : devel/gmake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for fnord-1.11:
CGI=on: Enable CGI support
DAEMONTOOLS=off: Use DJB's daemontools
DIR_LIST=on: Enable directory listing
OLD_STYLE_REDIRECT=off: Enable old style redirection
SYSTEM_SYMLINK_DEREF=off: Enable system symlink (needs DIR_LIST)
TCPSERVER=off: Use DJB's tcpserver
===> Use 'make config' to modify these settings
- Options name:
- www_fnord
- USES:
- gmake tar:bzip2
- pkg-message:
- For install:
- Now that fnord is installed, do the following :
1) If you chose to use daemontools and/or tcpserver, I assume you
know how to do it, go to 4). If you chose to use inetd go to 2).
2) Create a webroot somewhere :
# mkdir /usr/local/www
3) Add an entry in inetd.conf like this :
"http stream tcp nowait root /usr/local/bin/fnord.inetd \
fnord.inetd /usr/local/www"
4) Finally add some virtual hosts to your webserver :
# cd /usr/local/www
# mkdir host.tld:80
# ln -s host.tld:80 host.tld
# echo "test" > host.tld:80/index.html
5- Test with your favorite web browser.
# links http://host.tld/index.html
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.11 30 Sep 2023 02:22:59 |
Muhammad Moinur Rahman (bofh) |
www/fnord: Remove expired port
2023-09-30 www/fnord: Deprecated upstream, consider using www/apache24,
www/lighttpd or www/nginx |
1.11 05 Aug 2023 14:46:35 |
Muhammad Moinur Rahman (bofh) |
www/fnord: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
1.11 16 Jul 2023 20:22:08 |
Daniel Engberg (diizzy) |
www/fnord: Deprecate and set expiration date to 2023-09-30
Deprecated upstream
Reference: https://www.fefe.de/fnord/ |
1.11 16 Jul 2023 20:22:08 |
Daniel Engberg (diizzy) |
*/*: Change webserver to web server in COMMENT and descriptions
Change it for consistency and to make finding packages easier
Approved by: portmgr (blanket) |
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) |
1.11 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 ) |
1.11 16 Oct 2021 09:51:39 |
Jimmy Olgeni (olgeni) |
*: fix tab vs. space issues, and comments according to the guide. |
1.11 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.11 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.11 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
1.11 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.11 28 Dec 2014 04:54:56 |
wen |
- Update to 1.11 [1]
- Add LICENSE
- Remove blank line in Makefile
PR: 196308 [1]
Submitted by: koue@chaosophia.net [1] |
1.10_1 23 Jul 2014 16:58:55 |
adamw |
Stage, fix build without gcc, and repair a backwards OPTIONS check. |
1.10_1 02 Jul 2014 17:17:21 |
bapt |
Second batch at resetting maintainership on ports that have not been staged and
without any pending PR
With hat: portmgr |
1.10_1 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
1.10_1 15 Mar 2014 08:12:20 |
miwi |
- Covert USE_GMAKE, USE_BZIP2, USE_XZ to USES |
1.10_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.10_1 06 Oct 2012 21:17:22 |
bapt |
- Convert to new option framework
- Trim headers
Approved by: flz (irc) |
1.10_1 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
1.10_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
1.10_1 13 May 2006 04:41:22 |
edwin |
Remove USE_REINPLACE from categories starting with W |
1.10_1 09 Nov 2005 11:23:01 |
flz |
- Add SHA256 checksums. |
1.10_1 14 Oct 2005 14:17:40 |
flz |
- Don't strip binary.
- Silent sed invocation.
- Add a patch to fix directory listing (at least on amd64). |
1.10 14 Oct 2005 11:24:43 |
flz |
- Update to 1.10.
- Dependancies on daemontools and ucspi-tcp are now optional.
- Installs an inetd wrapper.
- Some bits of a howto in a newly created pkg-message. |
1.9 26 Jun 2005 11:33:03 |
flz |
- Add OPTIONS to enable/disable support for : CGI, Directory listing,
System symlink dereferencing and Old style redirections. |
1.9 23 May 2005 15:48:20 |
flz |
- Add fnord 1.9, a small and fast webserver with CGI-capability. |