aboutsummaryrefslogtreecommitdiff
path: root/devel/py-Jinja2/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 2.4.1Nicola Vitale2010-04-301-8/+2
| | | | | | | - Remove PYEASYINSTALL_ARCHDEP stuff from Makefile Notes: svn path=/head/; revision=253475
* - Initial version (2.1.1) of Jinja2 after repocopy from devel/JinjaNicola Vitale2009-01-131-8/+11
| | | | Notes: svn path=/head/; revision=225954
* - Update to 1.2Nicola Vitale2008-02-161-2/+16
| | | | | | | | - 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-091-12/+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-161-0/+31
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