| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
24 Apr 2012 08:23:14
1.5.0
|
wen  |
- Update to 1.5.0
PR: 167248
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> |
21 Jan 2012 17:40:15
1.3.4_1
|
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
25 Feb 2011 04:40:31
1.3.4_1
|
miwi  |
- Move over to py25
- while here drop md5 support
- Small cleanups |
21 Sep 2010 00:25:53
1.3.4
|
wen  |
- Update to 1.3.4 |
27 Feb 2009 15:22:51
1.3.3
|
miwi  |
- Update to 1.3.3
PR: 132046
Submitted by: Wen Heping <wenheping@gmail.com> |
12 Nov 2008 04:50:06
1.3.2
|
dryice  |
really upgrade to 1.3.2
PR: ports/128496
Submitted by: Wen Heping <wenheping@gmail.com> |
07 Nov 2008 15:29:38
1.3.1
|
dryice  |
pass on maintainership
Approved by: New maintainer <wenheping@gmail.com> via private mail |
07 Nov 2008 14:09:28
1.3.1
|
dryice  |
- update to 1.3.2
- removed files: files/pkg-deinstall.in, files/pkg-install.in
PR: ports/128496
Submitted by: Wen Heping <wenheping@gmail.com> |
30 Jul 2007 09:42:28
1.3.1
|
alexbl  |
- Make Python 2.5.1 the default Python version
- 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 |
02 Jul 2007 11:32:37
1.3.1
|
dryice  |
update to 1.3.1 |
14 Apr 2007 06:34:23
1.3
|
dryice  |
update to 1.3
Approved by: itetcu (mentor, implicit) |
15 Jan 2007 23:51:16
1.1
|
dryice  |
update to 1.1
Approved by: itetcu (mentor) |
07 Jan 2007 09:53:55
1.0  |
nivit  |
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 (Only the first 15 lines of the commit message are shown above ) |