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.
This commit is contained in:
parent
399ab3a44d
commit
38ba3bab83
4 changed files with 55 additions and 0 deletions
4
www/py-simpletal/DESCR
Normal file
4
www/py-simpletal/DESCR
Normal file
|
@ -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.
|
20
www/py-simpletal/Makefile
Normal file
20
www/py-simpletal/Makefile
Normal file
|
@ -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"
|
26
www/py-simpletal/PLIST
Normal file
26
www/py-simpletal/PLIST
Normal file
|
@ -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
|
5
www/py-simpletal/distinfo
Normal file
5
www/py-simpletal/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue