diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-22 22:05:34 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2007-01-22 22:05:34 +0000 |
commit | b08c9c6878e5dc51e5a2093cf56d1e9aff66aa8f (patch) | |
tree | c5ca10444034e925619d253674949fc78a547dbb /www/Makefile | |
parent | a2821cdbbc9efaa7d4a1d7c29f8a0f424bebbf90 (diff) | |
download | ports-b08c9c6878e5dc51e5a2093cf56d1e9aff66aa8f.tar.gz ports-b08c9c6878e5dc51e5a2093cf56d1e9aff66aa8f.zip |
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)
Notes
Notes:
svn path=/head/; revision=183021
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 87eb19e1b0ee..00b0c777b6f7 100644 --- a/www/Makefile +++ b/www/Makefile @@ -946,6 +946,7 @@ SUBDIR += py-openssl-proxy SUBDIR += py-paste SUBDIR += py-pastedeploy + SUBDIR += py-pastescript SUBDIR += py-prewikka SUBDIR += py-pullparser SUBDIR += py-qp |