aboutsummaryrefslogtreecommitdiffstats
path: root/www/py-pastescript
Commit message (Collapse)AuthorAgeFilesLines
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-5/+2
| | | | www)
* - Update to 1.7.5wen2012-04-242-3/+3
| | | | | PR: 167249 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
* - Update to 1.7.4.2lwhsu2011-09-233-103/+119
| | | | | | | | - Fix depends lines PR: ports/160937 Submitted by: lwhsu Approved by: wen
* - Move over to py25miwi2011-02-252-2/+2
| | | | | - while here drop md5 support - Small cleanups
* - Update to 1.7.3wxs2008-12-195-192/+136
| | | | | | | | - Switch to CHEESESHOP and remove old MASTER_SITES - Switch to USE_PYDISTUTILS= easy_install and remove old code PR: ports/128916 Submitted by: Wen Heping <wenheping@gmail.com>
* Over to new volunteer.linimon2008-12-181-1/+1
|
* Reassign ports maintained by dryice@ for now due to other commitments.linimon2008-12-181-1/+1
| | | | Hat: portmgr
* - Change RUN_DEPENDS for www/py-flup updating.lwhsu2008-04-181-2/+2
| | | | | | PR: ports/122846 Submitted by: lwhsu Approved by: dryice (maintainer)
* update to 1.6.2dryice2008-03-172-5/+5
|
* update to 1.6.1.1dryice2008-01-143-4/+7
|
* update to 1.3.6dryice2007-09-173-4/+7
|
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* update to 1.3.5dryice2007-07-022-4/+4
|
* update to 1.3.4dryice2007-06-162-4/+4
|
* update to 1.3.3dryice2007-04-142-4/+4
| | | | Approved by: itetcu (mentor, implicit)
* update to 1.3.2dryice2007-04-082-4/+4
| | | | Approved by: itetcu (mentor, implicit)
* update to 1.3.1dryice2007-04-022-4/+4
| | | | Approved by: itetcu (mentor, implicit)
* update to 1.3dryice2007-03-243-4/+8
| | | | Approved by: itetcu (mentor, implicit)
* - update to 1.1dryice2007-02-042-4/+6
| | | | | | - add MASTER_SITE_LOCAL Approved by: itetcu (mentor, implicit)
* A pluggable command-line frontend, including commands to setup packagenivit2007-01-236-0/+214
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)