From owner-cvs-ports@FreeBSD.ORG Tue Jul 20 13:03:00 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E46AA106567D; Tue, 20 Jul 2010 13:03:00 +0000 (UTC) (envelope-from jadawin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D44538FC0C; Tue, 20 Jul 2010 13:03:00 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o6KD30VY048462; Tue, 20 Jul 2010 13:03:00 GMT (envelope-from jadawin@repoman.freebsd.org) Received: (from jadawin@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o6KD30u5048461; Tue, 20 Jul 2010 13:03:00 GMT (envelope-from jadawin) Message-Id: <201007201303.o6KD30u5048461@repoman.freebsd.org> From: Philippe Audeoud Date: Tue, 20 Jul 2010 13:03:00 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/fcgiwrap Makefile distinfo pkg-descr ports/www/fcgiwrap/files patch-fcgiwrap.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2010 13:03:01 -0000 jadawin 2010-07-20 13:03:00 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/fcgiwrap Makefile distinfo pkg-descr www/fcgiwrap/files patch-fcgiwrap.c Log: fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx (and other web servers that may need it). Features: * very lightweight (84KB of private memory per instance) * fixes broken CR/LF in headers * handles environment in a sane way (CGI scripts get HTTP-related env. vars * from FastCGI parameters and inherit all the others from fcgiwrap's * environment) * no configuration, so you can run several sites off the same fcgiwrap pool * passes CGI stderr output to fcgiwrap's stderr (this is by design but * stderr could be also passed to FastCGI stderr stream) WWW: http://nginx.localdomain.pl/wiki/FcgiWrap PR: ports/148649 Submitted by: Bapt Revision Changes Path 1.2649 +1 -0 ports/www/Makefile 1.1 +32 -0 ports/www/fcgiwrap/Makefile (new) 1.1 +3 -0 ports/www/fcgiwrap/distinfo (new) 1.1 +10 -0 ports/www/fcgiwrap/files/patch-fcgiwrap.c (new) 1.1 +14 -0 ports/www/fcgiwrap/pkg-descr (new)