1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

mez_xml is a templte engine. It generates a Python template module for a

XML or XHTML file.

Mercurial Repository:

    http://hg.assembla.com/mez_xml/

Latest Versions:

    http://www.assembla.com/spaces/files/mez_xml

WWW: http://trac-hg.assembla.com/mez_xml

PR:		ports/122041
Submitted by:	Thinker K.F. Li <thinker at branda.to>
This commit is contained in:
Rong-En Fan 2008-03-26 04:44:03 +00:00
parent 431c10c7dd
commit ee8f4419b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209837
5 changed files with 47 additions and 0 deletions

View File

@ -2022,6 +2022,7 @@
SUBDIR += py-logilab-common
SUBDIR += py-lxml
SUBDIR += py-magic
SUBDIR += py-mez_xml
SUBDIR += py-mx-experimental
SUBDIR += py-myghtyutils
SUBDIR += py-ncurses

20
devel/py-mez_xml/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: mez_xml
# Date created: 2008-02-27
# Whom: Thinker K.F. Li <thinker@branda.to>
#
# $FreeBSD$
#
PORTNAME= mez_xml
PORTVERSION= 0.4
CATEGORIES= devel www
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= thinker@branda.to
COMMENT= A simple template engine for Python
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (mez_xml-0.4.tar.gz) = 787bf06b337747fc23e4fc6736c5a407
SHA256 (mez_xml-0.4.tar.gz) = 0cd25f581b1ffc981a00e94b11616875a3d1d52b44dd191d163947074c90e42a
SIZE (mez_xml-0.4.tar.gz) = 3802

View File

@ -0,0 +1,12 @@
mez_xml is a templte engine. It generates a Python template module for a
XML or XHTML file.
Mercurial Repository:
http://hg.assembla.com/mez_xml/
Latest Versions:
http://www.assembla.com/spaces/files/mez_xml
WWW: http://trac-hg.assembla.com/mez_xml

View File

@ -0,0 +1,11 @@
@comment $FreeBSD$
%%PYTHON_SITELIBDIR%%/mez_xml/__init__.py
%%PYTHON_SITELIBDIR%%/mez_xml/__init__.pyc
%%PYTHON_SITELIBDIR%%/mez_xml/__init__.pyo
%%PYTHON_SITELIBDIR%%/mez_xml/mez_xml.py
%%PYTHON_SITELIBDIR%%/mez_xml/mez_xml.pyc
%%PYTHON_SITELIBDIR%%/mez_xml/mez_xml.pyo
%%PYTHON_SITELIBDIR%%/mez_xml/tools.py
%%PYTHON_SITELIBDIR%%/mez_xml/tools.pyc
%%PYTHON_SITELIBDIR%%/mez_xml/tools.pyo
@dirrm %%PYTHON_SITELIBDIR%%/mez_xml