diff options
author | epg <epg@pkgsrc.org> | 2008-09-04 16:53:58 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-09-04 16:53:58 +0000 |
commit | 38ba3bab83d343c899f6e698c70a0533a9501822 (patch) | |
tree | 309b9cb53b04853a5fa4d5cf08f980aa791c09b5 | |
parent | 399ab3a44d7186d84241d8eeadfb8e2a6b28480e (diff) | |
download | pkgsrc-38ba3bab83d343c899f6e698c70a0533a9501822.tar.gz |
Import py-SimpleTAL-4.1.
SimpleTAL is a stand alone Python implementation of the TAL, TALES and
METAL specifications used in Zope to power HTML and XML
templates. SimpleTAL is an independent implementation of TAL; there are no
dependencies on Zope nor is any of the Zope work re-used.
-rw-r--r-- | www/py-simpletal/DESCR | 4 | ||||
-rw-r--r-- | www/py-simpletal/Makefile | 20 | ||||
-rw-r--r-- | www/py-simpletal/PLIST | 26 | ||||
-rw-r--r-- | www/py-simpletal/distinfo | 5 |
4 files changed, 55 insertions, 0 deletions
diff --git a/www/py-simpletal/DESCR b/www/py-simpletal/DESCR new file mode 100644 index 00000000000..f6e839633c7 --- /dev/null +++ b/www/py-simpletal/DESCR @@ -0,0 +1,4 @@ +SimpleTAL is a stand alone Python implementation of the TAL, TALES and +METAL specifications used in Zope to power HTML and XML +templates. SimpleTAL is an independent implementation of TAL; there are no +dependencies on Zope nor is any of the Zope work re-used. diff --git a/www/py-simpletal/Makefile b/www/py-simpletal/Makefile new file mode 100644 index 00000000000..8408a6645b5 --- /dev/null +++ b/www/py-simpletal/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/09/04 16:53:58 epg Exp $ + +DISTNAME= SimpleTAL-4.1 +PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +CATEGORIES= www +MASTER_SITES= http://www.owlfish.com/software/simpleTAL/downloads/ + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.owlfish.com/software/simpleTAL/ +COMMENT= Stand alone implementation of the Zope TAL + +PKG_DESTDIR_SUPPORT= user-destdir + +PYDISTUTILSPKG= yes + +do-test: + ${PYTHONBIN} ${WRKSRC}/runtests.py + +.include "../../lang/python/extension.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/py-simpletal/PLIST b/www/py-simpletal/PLIST new file mode 100644 index 00000000000..7bb4625e06e --- /dev/null +++ b/www/py-simpletal/PLIST @@ -0,0 +1,26 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2008/09/04 16:53:58 epg Exp $ +${PYSITELIB}/simpletal/DummyLogger.py +${PYSITELIB}/simpletal/DummyLogger.pyc +${PYSITELIB}/simpletal/DummyLogger.pyo +${PYSITELIB}/simpletal/FixedHTMLParser.py +${PYSITELIB}/simpletal/FixedHTMLParser.pyc +${PYSITELIB}/simpletal/FixedHTMLParser.pyo +${PYSITELIB}/simpletal/__init__.py +${PYSITELIB}/simpletal/__init__.pyc +${PYSITELIB}/simpletal/__init__.pyo +${PYSITELIB}/simpletal/sgmlentitynames.py +${PYSITELIB}/simpletal/sgmlentitynames.pyc +${PYSITELIB}/simpletal/sgmlentitynames.pyo +${PYSITELIB}/simpletal/simpleElementTree.py +${PYSITELIB}/simpletal/simpleElementTree.pyc +${PYSITELIB}/simpletal/simpleElementTree.pyo +${PYSITELIB}/simpletal/simpleTAL.py +${PYSITELIB}/simpletal/simpleTAL.pyc +${PYSITELIB}/simpletal/simpleTAL.pyo +${PYSITELIB}/simpletal/simpleTALES.py +${PYSITELIB}/simpletal/simpleTALES.pyc +${PYSITELIB}/simpletal/simpleTALES.pyo +${PYSITELIB}/simpletal/simpleTALUtils.py +${PYSITELIB}/simpletal/simpleTALUtils.pyc +${PYSITELIB}/simpletal/simpleTALUtils.pyo +@dirrm ${PYSITELIB}/simpletal diff --git a/www/py-simpletal/distinfo b/www/py-simpletal/distinfo new file mode 100644 index 00000000000..b1f901d2a8f --- /dev/null +++ b/www/py-simpletal/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/09/04 16:53:58 epg Exp $ + +SHA1 (SimpleTAL-4.1.tar.gz) = d64ad70708cb07850d705d50ae7363504fea60d7 +RMD160 (SimpleTAL-4.1.tar.gz) = b627e4599a9b2988efde70b3119fb24f3253bb6a +Size (SimpleTAL-4.1.tar.gz) = 95813 bytes |