From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Sep 10 10:30:10 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id ACEC9106566C for ; Mon, 10 Sep 2012 10:30:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 843298FC19 for ; Mon, 10 Sep 2012 10:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q8AAUAcm087455 for ; Mon, 10 Sep 2012 10:30:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q8AAUAge087440; Mon, 10 Sep 2012 10:30:10 GMT (envelope-from gnats) Resent-Date: Mon, 10 Sep 2012 10:30:10 GMT Resent-Message-Id: <201209101030.q8AAUAge087440@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christian Ullrich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CAC2B106566B for ; Mon, 10 Sep 2012 10:27:20 +0000 (UTC) (envelope-from chris@h1.chrullrich.net) Received: from h1.chrullrich.net (h1.chrullrich.net [78.46.108.166]) by mx1.freebsd.org (Postfix) with ESMTP id 5AE608FC14 for ; Mon, 10 Sep 2012 10:27:19 +0000 (UTC) Received: from h1.chrullrich.net (localhost [127.0.0.1]) by h1.chrullrich.net (8.14.5/8.14.5) with ESMTP id q8AAOSxd023344 for ; Mon, 10 Sep 2012 12:24:28 +0200 (CEST) (envelope-from chris@h1.chrullrich.net) Received: (from chris@localhost) by h1.chrullrich.net (8.14.5/8.14.5/Submit) id q8AAOS9t023343; Mon, 10 Sep 2012 12:24:28 +0200 (CEST) (envelope-from chris) Message-Id: <201209101024.q8AAOS9t023343@h1.chrullrich.net> Date: Mon, 10 Sep 2012 12:24:28 +0200 (CEST) From: Christian Ullrich To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/171518: New port: www/multiwatch Helper for FastCGI with daemontools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 10:30:10 -0000 >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, . 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 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: