diff options
author | rafan <rafan@FreeBSD.org> | 2008-03-26 12:44:03 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-03-26 12:44:03 +0800 |
commit | 944b62bcd6956c97b7b132a965713a8fccc9cd7f (patch) | |
tree | 7984ccb3ff87035a5b4f848574aed93e461737fe /devel | |
parent | 53dd5530efb397a770729652a242d36c9f34f818 (diff) | |
download | freebsd-ports-gnome-944b62bcd6956c97b7b132a965713a8fccc9cd7f.tar.gz freebsd-ports-gnome-944b62bcd6956c97b7b132a965713a8fccc9cd7f.tar.zst freebsd-ports-gnome-944b62bcd6956c97b7b132a965713a8fccc9cd7f.zip |
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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/py-mez_xml/Makefile | 20 | ||||
-rw-r--r-- | devel/py-mez_xml/distinfo | 3 | ||||
-rw-r--r-- | devel/py-mez_xml/pkg-descr | 12 | ||||
-rw-r--r-- | devel/py-mez_xml/pkg-plist | 11 |
5 files changed, 47 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 34cea783e0a6..035beafc61ef 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/py-mez_xml/Makefile b/devel/py-mez_xml/Makefile new file mode 100644 index 000000000000..7bfdff4d35fd --- /dev/null +++ b/devel/py-mez_xml/Makefile @@ -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> diff --git a/devel/py-mez_xml/distinfo b/devel/py-mez_xml/distinfo new file mode 100644 index 000000000000..3367ae646b0a --- /dev/null +++ b/devel/py-mez_xml/distinfo @@ -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 diff --git a/devel/py-mez_xml/pkg-descr b/devel/py-mez_xml/pkg-descr new file mode 100644 index 000000000000..8156ab9875be --- /dev/null +++ b/devel/py-mez_xml/pkg-descr @@ -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 diff --git a/devel/py-mez_xml/pkg-plist b/devel/py-mez_xml/pkg-plist new file mode 100644 index 000000000000..64c058e4a6d5 --- /dev/null +++ b/devel/py-mez_xml/pkg-plist @@ -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 |