From owner-cvs-ports@FreeBSD.ORG Mon Jan 22 22:05:34 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 9AE2A16A404; Mon, 22 Jan 2007 22:05:34 +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 8C4F413C461; Mon, 22 Jan 2007 22:05:34 +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 l0MM5YFs025029; Mon, 22 Jan 2007 22:05:34 GMT (envelope-from nivit@repoman.freebsd.org) Received: (from nivit@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0MM5YM7025028; Mon, 22 Jan 2007 22:05:34 GMT (envelope-from nivit) Message-Id: <200701222205.l0MM5YM7025028@repoman.freebsd.org> From: Nicola Vitale Date: Mon, 22 Jan 2007 22:05:34 +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-pastescript Makefile distinfo pkg-descr pkg-plist ports/www/py-pastescript/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: Mon, 22 Jan 2007 22:05:34 -0000 nivit 2007-01-22 22:05:34 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/py-pastescript Makefile distinfo pkg-descr pkg-plist www/py-pastescript/files pkg-deinstall.in pkg-install.in Log: A pluggable command-line frontend, including commands to setup package file layouts. This is a pluggable command-line tool. It includes some built-in features; * Create file layouts for packages. For instance, paste create --template=basic_package MyPackage will create a setuptools-ready file layout. * Serving up web applications, with configuration based on paste.deploy. Author: Ian Bicking WWW: http://pythonpaste.org/script/ PR: ports/106759 Submitted by: Dryice Liu Approved by: alexbl (mentor, implicit) Revision Changes Path 1.1689 +1 -0 ports/www/Makefile 1.1 +48 -0 ports/www/py-pastescript/Makefile (new) 1.1 +3 -0 ports/www/py-pastescript/distinfo (new) 1.1 +17 -0 ports/www/py-pastescript/files/pkg-deinstall.in (new) 1.1 +16 -0 ports/www/py-pastescript/files/pkg-install.in (new) 1.1 +16 -0 ports/www/py-pastescript/pkg-descr (new) 1.1 +114 -0 ports/www/py-pastescript/pkg-plist (new)