From owner-cvs-all@FreeBSD.ORG Sat Jul 15 08:35:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0958116A4E5; Sat, 15 Jul 2006 08:35:59 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FE1343D53; Sat, 15 Jul 2006 08:35:58 +0000 (GMT) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k6F8Zw54019201; Sat, 15 Jul 2006 08:35:58 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k6F8Zw7f019200; Sat, 15 Jul 2006 08:35:58 GMT (envelope-from itetcu) Message-Id: <200607150835.k6F8Zw7f019200@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Sat, 15 Jul 2006 08:35:58 +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/devel Makefile ports/devel/py-wsgiutils Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 08:35:59 -0000 itetcu 2006-07-15 08:35:58 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/py-wsgiutils Makefile distinfo pkg-descr pkg-plist Log: WSGIUtils is a package of standalone utility libraries that ease the development of simple WSGI programs. The package is divided into two main components which can be used individualy or in combination. wsgiServer is a multi-threaded WSGI web server based on SimpleHTTPServer. wsgiAdaptor is a simple WSGI application that provides basic authentication, signed cookies and persistent sessions. WWW: http://www.owlfish.com/software/wsgiutils/ PR: ports/99488 Submitted by: Jordi Haarman Revision Changes Path 1.2335 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/py-wsgiutils/Makefile (new) 1.1 +3 -0 ports/devel/py-wsgiutils/distinfo (new) 1.1 +13 -0 ports/devel/py-wsgiutils/pkg-descr (new) 1.1 +16 -0 ports/devel/py-wsgiutils/pkg-plist (new)