aboutsummaryrefslogtreecommitdiff
path: root/devel/py-Jinja
Commit message (Collapse)AuthorAgeFilesLines
* - Forgotten to add pkg-plistNicola Vitale2008-02-161-0/+130
| | | | Notes: svn path=/head/; revision=207329
* - Update to 1.2Nicola Vitale2008-02-164-12/+52
| | | | | | | | - Add pkg-plist, files/patch-setup.py - Update WWW site and description in pkg-descr Notes: svn path=/head/; revision=207328
* - Convert easy_install support to bsd.python.mkNicola Vitale2008-01-092-16/+3
| | | | | | | - Replace pkg-plist with PLIST_FILES Notes: svn path=/head/; revision=205326
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+1
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=196700
* Jinja is a small but very fast and easy to use stand-alone template engineNicola Vitale2007-02-164-0/+47
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/ Notes: svn path=/head/; revision=185300