From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jun 20 23:20:04 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 92FD81065678 for ; Fri, 20 Jun 2008 23:20:04 +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 7888E8FC1A for ; Fri, 20 Jun 2008 23:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5KNK4xv066174 for ; Fri, 20 Jun 2008 23:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5KNK4ut066173; Fri, 20 Jun 2008 23:20:04 GMT (envelope-from gnats) Date: Fri, 20 Jun 2008 23:20:04 GMT Message-Id: <200806202320.m5KNK4ut066173@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Cc: Subject: Re: ports/122612: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2008 23:20:04 -0000 The following reply was made to PR ports/122612; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/122612: commit references a PR Date: Fri, 20 Jun 2008 23:12:24 +0000 (UTC) miwi 2008-06-20 23:12:20 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/mod_wsgi Makefile distinfo pkg-descr pkg-message pkg-plist Log: The mod_wsgi adapter is an Apache module that provides a WSGI compliant interface for hosting Python based web applications within Apache. The adapter is written completely in C code against the Apache C runtime and for hosting WSGI applications within Apache has a lower overhead than using existing WSGI adapters for mod_python or CGI. WWW: http://www.modwsgi.org/ PR: ports/122612 Submitted by: Douglas Thrift Revision Changes Path 1.2073 +1 -0 ports/www/Makefile 1.1 +28 -0 ports/www/mod_wsgi/Makefile (new) 1.1 +3 -0 ports/www/mod_wsgi/distinfo (new) 1.1 +7 -0 ports/www/mod_wsgi/pkg-descr (new) 1.1 +5 -0 ports/www/mod_wsgi/pkg-message (new) 1.1 +5 -0 ports/www/mod_wsgi/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"