diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-05-23 15:48:20 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-05-23 15:48:20 +0000 |
commit | 50754776fa74c6be8576d2b7d960f510fd57f4a3 (patch) | |
tree | ce5bca4afe9a39501ef642ee3116dd894344f540 | |
parent | 9224ed555f6b789e3cd1896a7a34bd55df01187c (diff) | |
download | ports-50754776fa74c6be8576d2b7d960f510fd57f4a3.tar.gz ports-50754776fa74c6be8576d2b7d960f510fd57f4a3.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/fnord/Makefile | 32 | ||||
-rw-r--r-- | www/fnord/distinfo | 2 | ||||
-rw-r--r-- | www/fnord/pkg-descr | 8 |
4 files changed, 43 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 11a9a861b746..8756086acfc6 100644 --- a/www/Makefile +++ b/www/Makefile @@ -116,6 +116,7 @@ SUBDIR += flashplugin-mozilla SUBDIR += flashpluginwrapper SUBDIR += flood + SUBDIR += fnord SUBDIR += formication SUBDIR += frontpage SUBDIR += frontpage-ar diff --git a/www/fnord/Makefile b/www/fnord/Makefile new file mode 100644 index 000000000000..b8d99ec6ecfa --- /dev/null +++ b/www/fnord/Makefile @@ -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> diff --git a/www/fnord/distinfo b/www/fnord/distinfo new file mode 100644 index 000000000000..28cc300739d1 --- /dev/null +++ b/www/fnord/distinfo @@ -0,0 +1,2 @@ +MD5 (fnord-1.9.tar.bz2) = 7867e64539e1ad1f98704275e2f95387 +SIZE (fnord-1.9.tar.bz2) = 28753 diff --git a/www/fnord/pkg-descr b/www/fnord/pkg-descr new file mode 100644 index 000000000000..2f9fdaa9b385 --- /dev/null +++ b/www/fnord/pkg-descr @@ -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 |