Date: Mon, 22 Jan 2007 22:05:34 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org 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 Message-ID: <200701222205.l0MM5YM7025028@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <ianb at colorstudy com> WWW: http://pythonpaste.org/script/ PR: ports/106759 Submitted by: Dryice Liu <dryice at dryice.name> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701222205.l0MM5YM7025028>