diff options
author | Chris Rees <crees@FreeBSD.org> | 2012-10-29 14:29:15 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2012-10-29 14:29:15 +0000 |
commit | 9ca76717a7097469c58495aefc7d00782073932b (patch) | |
tree | 4325303d57609f80f8cdbb469e104178aaef45af /www/multiwatch | |
parent | 3f98e3e77f6c38dbec19ccf1b98f24244f83a947 (diff) | |
download | ports-9ca76717a7097469c58495aefc7d00782073932b.tar.gz ports-9ca76717a7097469c58495aefc7d00782073932b.zip |
Notes
Diffstat (limited to 'www/multiwatch')
-rw-r--r-- | www/multiwatch/Makefile | 26 | ||||
-rw-r--r-- | www/multiwatch/distinfo | 2 | ||||
-rw-r--r-- | www/multiwatch/pkg-descr | 7 |
3 files changed, 35 insertions, 0 deletions
diff --git a/www/multiwatch/Makefile b/www/multiwatch/Makefile new file mode 100644 index 000000000000..31f7e36a2b24 --- /dev/null +++ b/www/multiwatch/Makefile @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= multiwatch +PORTVERSION= 1.0.0 +CATEGORIES= www +MASTER_SITES= http://download.lighttpd.net/multiwatch/releases-1.x/ + +MAINTAINER= chris+freebsd@chrullrich.net +COMMENT= A spawn-fcgi helper for forking multiple workers + +LIB_DEPENDS= ev:${PORTSDIR}/devel/libev + +GNU_CONFIGURE= yes + +MAN1= multiwatch.1 +USE_PKGCONFIG= yes +USE_BZIP2= yes +USE_GNOME= _glib20 + +# Help configure find libev. +CFLAGS+= -I${PREFIX}/include +LDFLAGS+= -L${PREFIX}/lib + +PLIST_FILES= bin/multiwatch + +.include <bsd.port.mk> diff --git a/www/multiwatch/distinfo b/www/multiwatch/distinfo new file mode 100644 index 000000000000..d45b13ca95a6 --- /dev/null +++ b/www/multiwatch/distinfo @@ -0,0 +1,2 @@ +SHA256 (multiwatch-1.0.0.tar.bz2) = 2e1096f0a5d8052a2a5811f3ba4253621c834284aa26f7577dd640c19f52d298 +SIZE (multiwatch-1.0.0.tar.bz2) = 69958 diff --git a/www/multiwatch/pkg-descr b/www/multiwatch/pkg-descr new file mode 100644 index 000000000000..f02ca8a36129 --- /dev/null +++ b/www/multiwatch/pkg-descr @@ -0,0 +1,7 @@ +Multiwatch forks multiple instance of one application and keeps them +running; it is made to be used with spawn-fcgi, so all forks share the same +fastcgi socket (no webserver restart needed if you increase/decrease the +number of forks), and it is easier than to setup multiple daemontool +supervised instances. + +WWW: http://redmine.lighttpd.net/projects/multiwatch/wiki |