| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
25 Jul 2012 06:32:08
1.2_1
|
cs  |
Fix typos in COMMENT |
25 Feb 2011 07:50:41
1.2_1
|
miwi  |
- Move from py24 over to py25 or above
- Drop md5 support |
16 Feb 2008 14:27:15
1.2
|
nivit  |
- Forgotten to add pkg-plist |
16 Feb 2008 14:24:50
1.2
|
nivit  |
- Update to 1.2
- Add pkg-plist, files/patch-setup.py
- Update WWW site and description in pkg-descr |
09 Jan 2008 17:09:12
0.9
|
nivit  |
- Convert easy_install support to bsd.python.mk
- Replace pkg-plist with PLIST_FILES |
30 Jul 2007 09:42:28
0.9
|
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 |
16 Feb 2007 10:05:44
0.9
|
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/ |