Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.2_2 26 Dec 2017 18:33:18 |
lwhsu |
- Change to flup6, a fork supports py3k
- Pass maintainership to submitter
PR: 224332
Submitted by: Shane <FreeBSD@ShaneWare.Biz> |
1.0.2_2 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
1.0.2_2 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
1.0.2_2 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
1.0.2_2 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.0.2_2 29 Jan 2014 09:03:54 |
miwi |
- Stage support
- Convert to auto-generated packing list
- Bump PORTREVISION |
1.0.2_1 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.0.2_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.0.2_1 25 Feb 2011 04:40:31 |
miwi |
- Move over to py25
- while here drop md5 support
- Small cleanups |
1.0.2 27 May 2009 07:15:56 |
lwhsu |
- Update to 1.0.2 |
1.0.1 23 Jul 2008 09:26:39 |
lwhsu |
- Update to 1.0.1
PR: ports/125892
Submitted by: Wen heping <wenheping AT gmail.com> |
1.0 17 Apr 2008 11:15:30 |
lwhsu |
- Update to 1.0 |
0.5.r2311 30 Jul 2007 09:42:28 |
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 |
0.5.r2311 04 Apr 2007 08:49:31 |
lwhsu |
- Change to my FreeBSD.org email
Approved by: clsung (mentor) |
0.5.r2311 09 Mar 2007 11:26:04 |
miwi |
- Update to 0.5.r2311
PR: 110094
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) |
0.5.r2307 12 Feb 2007 07:22:36 |
miwi |
- Update to 0.5.r2307
PR: 109059
Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> (maintainer) |
0.5.r2236 14 Jan 2007 09:23:27 |
nivit |
This Python package is a random collection of WSGI modules
written by Allan Saddi.
flup is functionally divided into three components:
* FlupServers
* FlupMiddleware
* FlupPublisher
WWW: http://www.saddi.com/software/flup/
PR: ports/106828
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Approved by: alexbl (mentor, implicit) |