Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Sep 2012 12:24:28 +0200 (CEST)
From:      Christian Ullrich <chris+freebsd@chrullrich.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/171518: New port: www/multiwatch Helper for FastCGI with daemontools
Message-ID:  <201209101024.q8AAOS9t023343@h1.chrullrich.net>
Resent-Message-ID: <201209101030.q8AAUAge087440@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         171518
>Category:       ports
>Synopsis:       New port: www/multiwatch Helper for FastCGI with daemontools
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Sep 10 10:30:09 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Christian Ullrich
>Release:        FreeBSD 9.0-STABLE amd64
>Organization:
>Environment:
System: FreeBSD h1.chrullrich.net 9.0-STABLE FreeBSD 9.0-STABLE #2: Sat Feb 4 14:59:19 CET 2012 toor@h1.chrullrich.net:/usr/obj/ext/usr.src/sys/GENERIC amd64

Port for the multiwatch tool,
<http://redmine.lighttpd.net/projects/multiwatch/wiki>.

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.


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	multiwatch
#	multiwatch/Makefile
#	multiwatch/distinfo
#	multiwatch/pkg-descr
#
echo c - multiwatch
mkdir -p multiwatch > /dev/null 2>&1
echo x - multiwatch/Makefile
sed 's/^X//' >multiwatch/Makefile << '96ba42f8b0414e935eda4b89d715af21'
X# $FreeBSD$
X
XPORTNAME=	multiwatch
XPORTVERSION=	1.0.0
XCATEGORIES=	www
XMASTER_SITES=	http://download.lighttpd.net/multiwatch/releases-1.x/
X
XMAINTAINER=	chris+freebsd@chrullrich.net
XCOMMENT=	A spawn-fcgi helper for forking multiple workers
X
XLIB_DEPENDS=	ev:${PORTSDIR}/devel/libev
X
XGNU_CONFIGURE=	yes
X
XMAN1=		multiwatch.1
XUSE_PKGCONFIG=	yes
XUSE_BZIP2=	yes
XUSE_GNOME=	_glib20
X
X# Help configure find libev.
XCFLAGS+=	-I${PREFIX}/include
XLDFLAGS+=	-L${PREFIX}/lib
X
XPLIST_FILES=	bin/multiwatch
X
X.include <bsd.port.mk>
96ba42f8b0414e935eda4b89d715af21
echo x - multiwatch/distinfo
sed 's/^X//' >multiwatch/distinfo << '48829916d4762cbdfec1a5f508dfcf6a'
XSHA256 (multiwatch-1.0.0.tar.bz2) = 2e1096f0a5d8052a2a5811f3ba4253621c834284aa26f7577dd640c19f52d298
XSIZE (multiwatch-1.0.0.tar.bz2) = 69958
48829916d4762cbdfec1a5f508dfcf6a
echo x - multiwatch/pkg-descr
sed 's/^X//' >multiwatch/pkg-descr << '26b9ef953ffd1e97b7ca01c799ad583d'
XMultiwatch forks multiple instance of one application and keeps them
Xrunning; it is made to be used with spawn-fcgi, so all forks share the same
Xfastcgi socket (no webserver restart needed if you increase/decrease the
Xnumber of forks), and it is easier than to setup multiple daemontool
Xsupervised instances.
X
XWWW: http://redmine.lighttpd.net/projects/multiwatch/wiki
26b9ef953ffd1e97b7ca01c799ad583d
exit

>Description:
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209101024.q8AAOS9t023343>