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 idependent implementation of TAL; there are no dependencies on Zope nor is any of the Zope work re-used. WWW: http://www.owlfish.com/software/simpleTAL/ PR: ports/99489 Submitted by: Jordi Haarman
This commit is contained in:
parent
aa7867176b
commit
dbdcdbd882
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167878
5 changed files with 56 additions and 0 deletions
|
@ -1610,6 +1610,7 @@
|
||||||
SUBDIR += py-setuptools
|
SUBDIR += py-setuptools
|
||||||
SUBDIR += py-simplejson
|
SUBDIR += py-simplejson
|
||||||
SUBDIR += py-simpleparse
|
SUBDIR += py-simpleparse
|
||||||
|
SUBDIR += py-simpletal
|
||||||
SUBDIR += py-simpy
|
SUBDIR += py-simpy
|
||||||
SUBDIR += py-sip
|
SUBDIR += py-sip
|
||||||
SUBDIR += py-spark
|
SUBDIR += py-spark
|
||||||
|
|
21
devel/py-simpletal/Makefile
Normal file
21
devel/py-simpletal/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# New ports collection makefile for: py-simpletal
|
||||||
|
# Date created: 26 June 2006
|
||||||
|
# Whom: Jordi Haarman
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= simpletal
|
||||||
|
PORTVERSION= 4.1
|
||||||
|
CATEGORIES= devel textproc www python
|
||||||
|
MASTER_SITES= http://www.owlfish.com/software/simpleTAL/downloads/
|
||||||
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
DISTNAME= SimpleTAL-${PORTVERSION}
|
||||||
|
|
||||||
|
MAINTAINER= j.haarman@synantics.com
|
||||||
|
COMMENT= Stand alone TAL Python implementation to power HTML & XML templates
|
||||||
|
|
||||||
|
USE_PYTHON= yes
|
||||||
|
USE_PYDISTUTILS=yes
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
devel/py-simpletal/distinfo
Normal file
3
devel/py-simpletal/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
MD5 (SimpleTAL-4.1.tar.gz) = 16c5673382967310b336c68591ae6786
|
||||||
|
SHA256 (SimpleTAL-4.1.tar.gz) = b613282c0b5690cd038a6a4c2bac02f4bf0130f4002e64c7c7f414e3a9340b55
|
||||||
|
SIZE (SimpleTAL-4.1.tar.gz) = 95813
|
6
devel/py-simpletal/pkg-descr
Normal file
6
devel/py-simpletal/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
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
|
||||||
|
idependent implementation of TAL; there are no dependencies on Zope nor is any
|
||||||
|
of the Zope work re-used.
|
||||||
|
|
||||||
|
WWW: http://www.owlfish.com/software/simpleTAL/
|
25
devel/py-simpletal/pkg-plist
Normal file
25
devel/py-simpletal/pkg-plist
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/DummyLogger.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/DummyLogger.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/DummyLogger.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/FixedHTMLParser.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/FixedHTMLParser.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/FixedHTMLParser.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/__init__.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/__init__.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/__init__.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/sgmlentitynames.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/sgmlentitynames.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/sgmlentitynames.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleElementTree.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleElementTree.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleElementTree.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleTAL.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleTAL.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleTAL.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleTALES.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleTALES.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleTALES.pyo
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleTALUtils.py
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleTALUtils.pyc
|
||||||
|
%%PYTHON_SITELIBDIR%%/simpletal/simpleTALUtils.pyo
|
||||||
|
@dirrm %%PYTHON_SITELIBDIR%%/simpletal/
|
Loading…
Reference in a new issue