summaryrefslogtreecommitdiff
path: root/devel/py-mako
diff options
context:
space:
mode:
authoradam <adam>2011-02-11 08:24:02 +0000
committeradam <adam>2011-02-11 08:24:02 +0000
commitce4b9566072ebf92dfd6c64cc5af96afeaa5638f (patch)
tree0a273f749292bc4843ef6a64c3f985a0e78e8bdc /devel/py-mako
parentab29c0f69270e02a15bc7b1801d6c9be61b73a67 (diff)
downloadpkgsrc-ce4b9566072ebf92dfd6c64cc5af96afeaa5638f.tar.gz
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.
Diffstat (limited to 'devel/py-mako')
-rw-r--r--devel/py-mako/DESCR8
-rw-r--r--devel/py-mako/Makefile18
-rw-r--r--devel/py-mako/PLIST72
-rw-r--r--devel/py-mako/distinfo5
4 files changed, 103 insertions, 0 deletions
diff --git a/devel/py-mako/DESCR b/devel/py-mako/DESCR
new file mode 100644
index 00000000000..d5fa373a90c
--- /dev/null
+++ b/devel/py-mako/DESCR
@@ -0,0 +1,8 @@
+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.
diff --git a/devel/py-mako/Makefile b/devel/py-mako/Makefile
new file mode 100644
index 00000000000..02f3c1726e1
--- /dev/null
+++ b/devel/py-mako/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/02/11 08:24:02 adam Exp $
+
+DISTNAME= Mako-0.3.6
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+CATEGORIES= devel python
+MASTER_SITES= http://www.makotemplates.org/downloads/
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://www.makotemplates.org/
+COMMENT= Hyperfast and lightweight templating for the Python platform
+LICENSE= mit
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= # none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/devel/py-mako/PLIST b/devel/py-mako/PLIST
new file mode 100644
index 00000000000..cf755a7d59c
--- /dev/null
+++ b/devel/py-mako/PLIST
@@ -0,0 +1,72 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/11 08:24:02 adam Exp $
+bin/mako-render
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/mako/__init__.py
+${PYSITELIB}/mako/__init__.pyc
+${PYSITELIB}/mako/__init__.pyo
+${PYSITELIB}/mako/_ast_util.py
+${PYSITELIB}/mako/_ast_util.pyc
+${PYSITELIB}/mako/_ast_util.pyo
+${PYSITELIB}/mako/ast.py
+${PYSITELIB}/mako/ast.pyc
+${PYSITELIB}/mako/ast.pyo
+${PYSITELIB}/mako/cache.py
+${PYSITELIB}/mako/cache.pyc
+${PYSITELIB}/mako/cache.pyo
+${PYSITELIB}/mako/codegen.py
+${PYSITELIB}/mako/codegen.pyc
+${PYSITELIB}/mako/codegen.pyo
+${PYSITELIB}/mako/exceptions.py
+${PYSITELIB}/mako/exceptions.pyc
+${PYSITELIB}/mako/exceptions.pyo
+${PYSITELIB}/mako/ext/__init__.py
+${PYSITELIB}/mako/ext/__init__.pyc
+${PYSITELIB}/mako/ext/__init__.pyo
+${PYSITELIB}/mako/ext/autohandler.py
+${PYSITELIB}/mako/ext/autohandler.pyc
+${PYSITELIB}/mako/ext/autohandler.pyo
+${PYSITELIB}/mako/ext/babelplugin.py
+${PYSITELIB}/mako/ext/babelplugin.pyc
+${PYSITELIB}/mako/ext/babelplugin.pyo
+${PYSITELIB}/mako/ext/preprocessors.py
+${PYSITELIB}/mako/ext/preprocessors.pyc
+${PYSITELIB}/mako/ext/preprocessors.pyo
+${PYSITELIB}/mako/ext/pygmentplugin.py
+${PYSITELIB}/mako/ext/pygmentplugin.pyc
+${PYSITELIB}/mako/ext/pygmentplugin.pyo
+${PYSITELIB}/mako/ext/turbogears.py
+${PYSITELIB}/mako/ext/turbogears.pyc
+${PYSITELIB}/mako/ext/turbogears.pyo
+${PYSITELIB}/mako/filters.py
+${PYSITELIB}/mako/filters.pyc
+${PYSITELIB}/mako/filters.pyo
+${PYSITELIB}/mako/lexer.py
+${PYSITELIB}/mako/lexer.pyc
+${PYSITELIB}/mako/lexer.pyo
+${PYSITELIB}/mako/lookup.py
+${PYSITELIB}/mako/lookup.pyc
+${PYSITELIB}/mako/lookup.pyo
+${PYSITELIB}/mako/parsetree.py
+${PYSITELIB}/mako/parsetree.pyc
+${PYSITELIB}/mako/parsetree.pyo
+${PYSITELIB}/mako/pygen.py
+${PYSITELIB}/mako/pygen.pyc
+${PYSITELIB}/mako/pygen.pyo
+${PYSITELIB}/mako/pyparser.py
+${PYSITELIB}/mako/pyparser.pyc
+${PYSITELIB}/mako/pyparser.pyo
+${PYSITELIB}/mako/runtime.py
+${PYSITELIB}/mako/runtime.pyc
+${PYSITELIB}/mako/runtime.pyo
+${PYSITELIB}/mako/template.py
+${PYSITELIB}/mako/template.pyc
+${PYSITELIB}/mako/template.pyo
+${PYSITELIB}/mako/util.py
+${PYSITELIB}/mako/util.pyc
+${PYSITELIB}/mako/util.pyo
diff --git a/devel/py-mako/distinfo b/devel/py-mako/distinfo
new file mode 100644
index 00000000000..c001a18f462
--- /dev/null
+++ b/devel/py-mako/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/02/11 08:24:02 adam Exp $
+
+SHA1 (Mako-0.3.6.tar.gz) = ea0df17702107e6498853248ecbe227ead18eb76
+RMD160 (Mako-0.3.6.tar.gz) = 2d25a12f40db69fccc39f2543290032aabd10c2e
+Size (Mako-0.3.6.tar.gz) = 297721 bytes