From owner-cvs-ports@FreeBSD.ORG Sun Jan 7 09:53:55 2007 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C89A716A412; Sun, 7 Jan 2007 09:53:55 +0000 (UTC) (envelope-from nivit@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B9E0B13C442; Sun, 7 Jan 2007 09:53:55 +0000 (UTC) (envelope-from nivit@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 l079rt1x048543; Sun, 7 Jan 2007 09:53:55 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l079rtoK048541; Sun, 7 Jan 2007 09:53:55 GMT (envelope-from nivit) Message-Id: <200701070953.l079rtoK048541@repoman.freebsd.org> From: Nicola Vitale Date: Sun, 7 Jan 2007 09:53:55 +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/py-pastedeploy Makefile distinfo pkg-descr pkg-plist ports/www/py-pastedeploy/files pkg-deinstall.in pkg-install.in 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: Sun, 07 Jan 2007 09:53:56 -0000 nivit 2007-01-07 09:53:55 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-pastedeploy Makefile distinfo pkg-descr pkg-plist www/py-pastedeploy/files pkg-deinstall.in pkg-install.in Log: Load, configure, and compose WSGI applications and servers Paste Deployment is a system for finding and configuring WSGI applications and servers. For WSGI application consumers it provides a single, simple function (loadapp) for loading a WSGI application from a configuration file or a Python Egg. For WSGI application providers it only asks for a single, simple entry point to your application, so that application users don't need to be exposed to the implementation details of your application. The result is something a system administrator can install and manage without knowing any Python, or the details of the WSGI application or its container. This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based on this configuration file. Author: Ian Bicking WWW: http://pythonpaste.org/deploy/ PR: ports/106755 Submitted by: Dryice Liu Approved by: alexbl (mentor) Reviewed by: dryice (maintainer) Revision Changes Path 1.1676 +1 -0 ports/www/Makefile 1.1 +37 -0 ports/www/py-pastedeploy/Makefile (new) 1.1 +3 -0 ports/www/py-pastedeploy/distinfo (new) 1.1 +17 -0 ports/www/py-pastedeploy/files/pkg-deinstall.in (new) 1.1 +16 -0 ports/www/py-pastedeploy/files/pkg-install.in (new) 1.1 +21 -0 ports/www/py-pastedeploy/pkg-descr (new) 1.1 +51 -0 ports/www/py-pastedeploy/pkg-plist (new)