- Add fnord 1.9, a small and fast webserver with CGI-capability.

This commit is contained in:
Florent Thoumie 2005-05-23 15:48:20 +00:00
parent 9224ed555f
commit 50754776fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135970
4 changed files with 43 additions and 0 deletions

View file

@ -116,6 +116,7 @@
SUBDIR += flashplugin-mozilla
SUBDIR += flashpluginwrapper
SUBDIR += flood
SUBDIR += fnord
SUBDIR += formication
SUBDIR += frontpage
SUBDIR += frontpage-ar

32
www/fnord/Makefile Normal file
View file

@ -0,0 +1,32 @@
# New ports collection makefile for: fnord
# Date created: May 23 2005
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fnord
PORTVERSION= 1.9
CATEGORIES= www
MASTER_SITES= http://www.fefe.de/fnord/
MAINTAINER= flz@FreeBSD.org
COMMENT= Small and fast webserver with CGI-capability
RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \
tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
USE_GMAKE= yes
USE_BZIP2= yes
PLIST_FILES= bin/fnord \
bin/fnord-conf
do-build:
cd ${WRKSRC}; ${GMAKE} DIET=""
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fnord ${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/fnord-conf ${PREFIX}/bin/
.include <bsd.port.mk>

2
www/fnord/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (fnord-1.9.tar.bz2) = 7867e64539e1ad1f98704275e2f95387
SIZE (fnord-1.9.tar.bz2) = 28753

8
www/fnord/pkg-descr Normal file
View file

@ -0,0 +1,8 @@
fnord is a small and fast webserver with CGI-capability. fnord has
been written by Felix von Leitner. fnord supports virtual hosting
und runs under tcpserver.
WWW: http://www.fefe.de/fnord/
- Florent Thoumie
flz@xbsd.org