aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-mako/pkg-descr
diff options
context:
space:
mode:
authorDryice Dong Liu <dryice@FreeBSD.org>2007-04-23 05:00:07 +0000
committerDryice Dong Liu <dryice@FreeBSD.org>2007-04-23 05:00:07 +0000
commit8ee69c1d4d27a092978f79d502af894f20c38c30 (patch)
treee429e7f5b9d7fd01c41cbc28cb0cbe784f0e7a7a /textproc/py-mako/pkg-descr
parent2c172e55238be1ff57aeb7593989c7f72f9e4c04 (diff)
downloadports-8ee69c1d4d27a092978f79d502af894f20c38c30.tar.gz
ports-8ee69c1d4d27a092978f79d502af894f20c38c30.zip
Notes
Diffstat (limited to 'textproc/py-mako/pkg-descr')
-rw-r--r--textproc/py-mako/pkg-descr11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/py-mako/pkg-descr b/textproc/py-mako/pkg-descr
new file mode 100644
index 000000000000..48f8e2881ed8
--- /dev/null
+++ b/textproc/py-mako/pkg-descr
@@ -0,0 +1,11 @@
+Mako is a template library written in Python. It provides a familiar,
+non-XML syntax which compiles into Python modules for maximum
+performance. Mako's syntax and API borrows from the best ideas of many
+others, including Django templates, Cheetah, Myghty, and
+Genshi. Conceptually, Mako is an embedded Python (i.e. Python Server
+Page) language, which refines the familiar ideas of componentized
+layout and inheritance to produce one of the most straightforward and
+flexible models available, while also maintaining close ties to Python
+calling and scoping semantics.
+
+WWW: http://www.makotemplates.org/