Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2_2 03 Mar 2017 19:07:49 |
rene |
Remove expired ports:
2017-03-03 devel/py-mez_xml: Was only needed for deprecated www/py-GinGin
2017-03-04 www/py-GinGin: Upstream disappeared, last release from 2009
2017-03-03 www/py-scriptaculous: Development of this branch ceased
2017-03-03 devel/py-Jinja: Development of this branch ceased. Use
devel/py-Jinja2 instead
2017-03-03 mail/py-turbomail: Development of this branch ceased
2017-03-03 www/py-turbogears: Development of this branch ceased. Use
devel/py-turbogears2
2017-03-03 devel/py-turbojson: Development of this branch ceased
2017-03-03 devel/py-TurboJinja: Development of this branch ceased
2017-03-03 devel/py-TGScheduler: Development of this branch ceased
2017-03-03 devel/py-turbokid: Development of this branch ceased
2017-03-03 www/py-tgwebservices: Development of this branch ceased
2017-03-03 devel/py-turbojson11: Development of this branch ceased
2017-03-03 devel/py-turbocheetah: Development of this branch ceased
2017-03-03 devel/py-tgMochiKit: Development of this branch ceased
2017-03-03 www/py-Lightbox: Development of this branch ceased |
1.2_2 04 Feb 2017 11:40:58 |
rm |
Decommission of TurboGears 1.5 and friends
This package branch is no more developed/supported upstream since about 2011.
There is devel/py-turbogears2 (current stable and supported branch) in ports
tree. Since there are no ports, depending on that, mark them deprecated and
set to expire at 2017-03-03
Discussed with: nivit, wen (maintainers, by mail) |
1.2_2 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
1.2_2 03 Mar 2014 09:47:32 |
rm |
devel/py-Jinja2: support staging and do general clean-up
- remove indefinite article from COMMENT
- add license (BSD3C)
- do not use easy_install for installation and convert to auto-generated packing
list
- add staging support
- simplify docs installation:
- install docs manually
- install docs unconditionally into staging area
- no need to install doc sources, compiled html versions are suffice
- limit python version to 2.x only:
===> Configuring for py33-Jinja-1.2_3
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "setup.py", line 28
except DistutilsError, e:
^
SyntaxError: invalid syntax
*** Error code 1
- remove deprecated author attribution from pkg-descr and do tab->space change
in WWW
- bump PORTREVISION
Approved by: nivit (maintainer, explicitly for such changes in his ports) |
1.2_1 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.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.2_1 22 Sep 2013 18:05:05 |
bapt |
Fix NO_STAGE attribution |
1.2_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.2_1 25 Jul 2012 06:32:08 |
cs |
Fix typos in COMMENT |
1.2_1 25 Feb 2011 07:50:41 |
miwi |
- Move from py24 over to py25 or above
- Drop md5 support |
1.2 16 Feb 2008 14:27:15 |
nivit |
- Forgotten to add pkg-plist |
1.2 16 Feb 2008 14:24:50 |
nivit |
- Update to 1.2
- Add pkg-plist, files/patch-setup.py
- Update WWW site and description in pkg-descr |
0.9 09 Jan 2008 17:09:12 |
nivit |
- Convert easy_install support to bsd.python.mk
- Replace pkg-plist with PLIST_FILES |
0.9 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.9 16 Feb 2007 10:05:44 |
nivit |
Jinja is a small but very fast and easy to use stand-alone template engine
written in pure python.
Since version 0.6 it uses a new parser that increases parsing performance
a lot by caching the nodelists on the harddisk if wanted.
It includes multiple template inheritance and other features like simple
value escaping.
Author: Armin Ronacher
WWW: http://wsgiarea.pocoo.org/jinja/ |