aboutsummaryrefslogtreecommitdiff
path: root/devel/py-Jinja2/pkg-descr
diff options
context:
space:
mode:
authorNicola Vitale <nivit@FreeBSD.org>2008-02-16 14:24:50 +0000
committerNicola Vitale <nivit@FreeBSD.org>2008-02-16 14:24:50 +0000
commit40e44dbb77b4b5b86bf1aadff99dc3e4b72204ee (patch)
tree4b8c826b7040a0982289b43f19fba3908afc3dd9 /devel/py-Jinja2/pkg-descr
parent443808723a43d4780d5997e7da405b0cfce6a8af (diff)
downloadports-40e44dbb77b4b5b86bf1aadff99dc3e4b72204ee.tar.gz
ports-40e44dbb77b4b5b86bf1aadff99dc3e4b72204ee.zip
- Update to 1.2
- Add pkg-plist, files/patch-setup.py - Update WWW site and description in pkg-descr
Notes
Notes: svn path=/head/; revision=207328
Diffstat (limited to 'devel/py-Jinja2/pkg-descr')
-rw-r--r--devel/py-Jinja2/pkg-descr12
1 files changed, 5 insertions, 7 deletions
diff --git a/devel/py-Jinja2/pkg-descr b/devel/py-Jinja2/pkg-descr
index 667732afc809..21cacb41cb8d 100644
--- a/devel/py-Jinja2/pkg-descr
+++ b/devel/py-Jinja2/pkg-descr
@@ -1,9 +1,7 @@
-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.
+Jinja is a sandboxed template engine written in pure Python licensed
+under the BSD license. It provides a Django-like non-XML syntax and
+compiles templates into executable python code. It's basically a
+combination of Django templates and python code.
Author: Armin Ronacher
-WWW: http://wsgiarea.pocoo.org/jinja/
+WWW: http://jinja.pocoo.org/