summaryrefslogtreecommitdiff
path: root/www/py-genshi
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-08-01 08:38:22 +0000
committerobache <obache@pkgsrc.org>2008-08-01 08:38:22 +0000
commit75a091ff9c515a95843472e5ee742097c4ebeadc (patch)
treead6abb2f2b362170b0ee4a404148de6e8d7dde91 /www/py-genshi
parent7785316c749d37415d6db500376b8eb7afb438c2 (diff)
downloadpkgsrc-75a091ff9c515a95843472e5ee742097c4ebeadc.tar.gz
Import Genshi-0.5.1 as www/py-genshi.
Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid.
Diffstat (limited to 'www/py-genshi')
-rw-r--r--www/py-genshi/DESCR4
-rw-r--r--www/py-genshi/Makefile22
-rw-r--r--www/py-genshi/PLIST73
-rw-r--r--www/py-genshi/distinfo5
4 files changed, 104 insertions, 0 deletions
diff --git a/www/py-genshi/DESCR b/www/py-genshi/DESCR
new file mode 100644
index 00000000000..07a082311a6
--- /dev/null
+++ b/www/py-genshi/DESCR
@@ -0,0 +1,4 @@
+Genshi is a Python library that provides an integrated set of components for
+parsing, generating, and processing HTML, XML or other textual content for
+output generation on the web. The major feature is a template language, which
+is heavily inspired by Kid.
diff --git a/www/py-genshi/Makefile b/www/py-genshi/Makefile
new file mode 100644
index 00000000000..66edee15abb
--- /dev/null
+++ b/www/py-genshi/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/08/01 08:38:22 obache Exp $
+#
+
+DISTNAME= Genshi-0.5.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl}
+EGG_NAME= ${DISTNAME}
+CATEGORIES= www python
+MASTER_SITES= http://ftp.edgewall.com/pub/genshi/
+
+MAINTAINER= obache@NetBSD.org
+HOMEPAGE= http://genshi.edgewall.org/
+COMMENT= Python toolkit for generation of output for the web
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+USE_LANGUAGES= c
+
+DEPENDS+= ${PYPKGPREFIX}-babel>=0.8:../../devel/py-babel
+DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/py-genshi/PLIST b/www/py-genshi/PLIST
new file mode 100644
index 00000000000..dd5956ac1a2
--- /dev/null
+++ b/www/py-genshi/PLIST
@@ -0,0 +1,73 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/08/01 08:38:22 obache Exp $
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${EGG_INFODIR}/zip-safe
+${PYSITELIB}/genshi/__init__.py
+${PYSITELIB}/genshi/__init__.pyc
+${PYSITELIB}/genshi/__init__.pyo
+${PYSITELIB}/genshi/_speedups.so
+${PYSITELIB}/genshi/builder.py
+${PYSITELIB}/genshi/builder.pyc
+${PYSITELIB}/genshi/builder.pyo
+${PYSITELIB}/genshi/core.py
+${PYSITELIB}/genshi/core.pyc
+${PYSITELIB}/genshi/core.pyo
+${PYSITELIB}/genshi/filters/__init__.py
+${PYSITELIB}/genshi/filters/__init__.pyc
+${PYSITELIB}/genshi/filters/__init__.pyo
+${PYSITELIB}/genshi/filters/html.py
+${PYSITELIB}/genshi/filters/html.pyc
+${PYSITELIB}/genshi/filters/html.pyo
+${PYSITELIB}/genshi/filters/i18n.py
+${PYSITELIB}/genshi/filters/i18n.pyc
+${PYSITELIB}/genshi/filters/i18n.pyo
+${PYSITELIB}/genshi/filters/transform.py
+${PYSITELIB}/genshi/filters/transform.pyc
+${PYSITELIB}/genshi/filters/transform.pyo
+${PYSITELIB}/genshi/input.py
+${PYSITELIB}/genshi/input.pyc
+${PYSITELIB}/genshi/input.pyo
+${PYSITELIB}/genshi/output.py
+${PYSITELIB}/genshi/output.pyc
+${PYSITELIB}/genshi/output.pyo
+${PYSITELIB}/genshi/path.py
+${PYSITELIB}/genshi/path.pyc
+${PYSITELIB}/genshi/path.pyo
+${PYSITELIB}/genshi/template/__init__.py
+${PYSITELIB}/genshi/template/__init__.pyc
+${PYSITELIB}/genshi/template/__init__.pyo
+${PYSITELIB}/genshi/template/base.py
+${PYSITELIB}/genshi/template/base.pyc
+${PYSITELIB}/genshi/template/base.pyo
+${PYSITELIB}/genshi/template/directives.py
+${PYSITELIB}/genshi/template/directives.pyc
+${PYSITELIB}/genshi/template/directives.pyo
+${PYSITELIB}/genshi/template/eval.py
+${PYSITELIB}/genshi/template/eval.pyc
+${PYSITELIB}/genshi/template/eval.pyo
+${PYSITELIB}/genshi/template/interpolation.py
+${PYSITELIB}/genshi/template/interpolation.pyc
+${PYSITELIB}/genshi/template/interpolation.pyo
+${PYSITELIB}/genshi/template/loader.py
+${PYSITELIB}/genshi/template/loader.pyc
+${PYSITELIB}/genshi/template/loader.pyo
+${PYSITELIB}/genshi/template/markup.py
+${PYSITELIB}/genshi/template/markup.pyc
+${PYSITELIB}/genshi/template/markup.pyo
+${PYSITELIB}/genshi/template/plugin.py
+${PYSITELIB}/genshi/template/plugin.pyc
+${PYSITELIB}/genshi/template/plugin.pyo
+${PYSITELIB}/genshi/template/text.py
+${PYSITELIB}/genshi/template/text.pyc
+${PYSITELIB}/genshi/template/text.pyo
+${PYSITELIB}/genshi/util.py
+${PYSITELIB}/genshi/util.pyc
+${PYSITELIB}/genshi/util.pyo
+@dirrm ${PYSITELIB}/genshi/template
+@dirrm ${PYSITELIB}/genshi/filters
+@dirrm ${PYSITELIB}/genshi
+@dirrm ${PYSITELIB}/${EGG_INFODIR}
diff --git a/www/py-genshi/distinfo b/www/py-genshi/distinfo
new file mode 100644
index 00000000000..b6f56036277
--- /dev/null
+++ b/www/py-genshi/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/08/01 08:38:22 obache Exp $
+
+SHA1 (Genshi-0.5.1.tar.gz) = c959c9847c348cac0a8a35e5e65d6dc593277aec
+RMD160 (Genshi-0.5.1.tar.gz) = 0952ff38cd0b95f25c593c8f05ce618b426204d3
+Size (Genshi-0.5.1.tar.gz) = 375636 bytes