Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3_2 29 Dec 2020 11:53:44 |
rene |
Remove expired ports:
2020-12-12 textproc/py-hypua2jamo: Uses deprecated version of python
2020-12-12 devel/py-delfick_error: Uses deprecated version of python
2020-12-12 devel/py-fusefs: Uses deprecated version of python
2020-08-15 devel/py-noseofyeti: Uses deprecated version of python
2020-12-29 databases/py-bsddb: Uses deprecated version of python
2020-12-29 www/py-webhelpers: Uses deprecated version of python
2020-12-29 security/py-pyptlib: Uses deprecated version of python
2020-12-29 japanese/py-zinnia: Uses deprecated version of python
2020-12-29 math/slepc: Broken, uses deprecated version of python
2020-12-29 www/py-pastescript: Uses deprecated version of python
2020-12-29 databases/ldb14: Uses deprecated version of python
2020-12-29 math/py-slepc4py: Depends on broken and expiring math/slepc
2020-12-29 multimedia/py-kaa-base: Uses deprecated version of python
2020-12-29 devel/py-ydbf: Uses deprecated version of python
2020-12-29 devel/py-SymbolType: Uses deprecated version of python |
1.3_2 24 Dec 2020 10:09:35 |
antoine |
Explicitely deprecate more python 2.7 ports |
1.3_2 05 Dec 2020 14:22:47 |
sunpoet |
Move textproc/py-MarkupSafe to textproc/py-markupsafe
- Bump PORTREVISION for dependency change |
1.3_1 03 Dec 2018 20:00:40 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
1.3_1 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
1.3_1 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.3 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.3 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
1.3 03 Jan 2015 08:41:21 |
mva |
- Convert USE_PYTHON to new USES in www/
With hat: python@ |
1.3 21 Dec 2014 16:09:05 |
feld |
Update "BSD" license in www category |
1.3 01 Mar 2014 18:00:38 |
miwi |
- Convert to autoplist
- Stage support
- Bump PORTREVISION |
1.3 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.3 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
1.3 30 Dec 2012 13:46:34 |
rm |
- update WWW
- trim Makefile header
- remove LICENSE_FILE
- limit python version to 2.x only (print/except) |
1.3 10 Nov 2011 22:20:18 |
rm |
Change email for my ports to FreeBSD one.
Approved by: novel (mentor)
Feature safe: yes |
1.3 18 Aug 2011 09:09:51 |
culot |
- Update to 1.3
- Add LICENSE (BSD)
- Add WWW link to pkg-descr
- Pass maintainership to submitter
Changes:
https://docs.pylonsproject.org/projects/webhelpers/dev/changelog.html
PR: ports/159840
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.2 02 Aug 2011 20:58:23 |
ehaupt |
Remove WWW entries from unmaintained ports that return 404 or where the domain
disappeared. |
1.2 03 Nov 2010 07:40:27 |
wen |
- Update to 1.2 |
0.6.4 08 Jun 2009 22:30:55 |
miwi |
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3 |
0.6.4 12 Mar 2009 19:53:21 |
miwi |
- Reset magik@back-up.pl
Mail reject here:
<magik@back-up.pl>: Host or domain name not found. Name service error for
name=back-up.pl type=AAAA: Host not found
Approved by: portmgr (linimon) |
0.6.4 12 Mar 2009 19:19:46 |
miwi |
- Update to 0.6.4
PR: 132051
Submitted by: Wen Heping <wenheping@gmail.com>
Approved by: maintainer timeout |
0.3.2 30 Nov 2008 17:52:23 |
wxs |
- Update to 0.3.2[1]
- Pass maintainership to new submitter[2]
PR: ports/129195 [1] ports/129208 [2]
Submitted by: magik@back-up.pl (new maintainer) dsh@vlink.ru (old maintainer) |
0.3 31 Jul 2007 08:12:57 |
pav |
- Update for new python infrastructure |
0.3 25 Jun 2007 18:16:10 |
miwi |
WebHelpers is package aimed at providing helper functions for use
within web applications.
These functions are intended to ease web development with template
languages by removing common view logic and encapsulating it in
re-usable modules as well as occasionally providing objects for use
within controllers to assist with common web development paradigms.
WWW: http://pylonshq.com/WebHelpers/
PR: ports/113969
Submitted by: Denis Shaposhnikov <dsh at vlink.ru> |