Date: Tue, 27 Mar 2007 21:29:19 +0800 (CST) From: "Thinker K.F. Li" <thinker@branda.to> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/110927: [NEW PORT] devel/py-ez_xml: Ez_xml compiles a XML template file into a Python module Message-ID: <200703271329.l2RDTJWd094656@seeker.branda.to> Resent-Message-ID: <200703271410.l2REA500099786@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 110927 >Category: ports >Synopsis: [NEW PORT] devel/py-ez_xml: Ez_xml compiles a XML template file into a Python module >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 27 14:10:05 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Thinker K.F. Li >Release: FreeBSD 7.0-CURRENT i386 >Organization: >Environment: System: FreeBSD seeker.branda.to 7.0-CURRENT FreeBSD 7.0-CURRENT #1: Thu Mar 8 01:08:37 CST >Description: ez_xml is a XML template generator that compiles a XML template file into a Python module. Programmers feed data to a template module to generate a respective XML document. ez_xml provides concise functions, no complex flow-control instructions. WWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/ez_xml Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- py24-ez_xml-0.1.3.shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-ez_xml # py-ez_xml/pkg-descr # py-ez_xml/Makefile # py-ez_xml/pkg-plist # py-ez_xml/distinfo # echo c - py-ez_xml mkdir -p py-ez_xml > /dev/null 2>&1 echo x - py-ez_xml/pkg-descr sed 's/^X//' >py-ez_xml/pkg-descr << 'END-of-py-ez_xml/pkg-descr' Xez_xml is a XML template generator that compiles a XML template file into a XPython module. Programmers feed data to a template module to generate a Xrespective XML document. ez_xml provides concise functions, no complex Xflow-control instructions. X XWWW: https://opensvn.csie.org/traccgi/PumperWeb/wiki/ez_xml END-of-py-ez_xml/pkg-descr echo x - py-ez_xml/Makefile sed 's/^X//' >py-ez_xml/Makefile << 'END-of-py-ez_xml/Makefile' X# New ports collection makefile for: py-ez_xml X# Date created: 2007-03-27 X# Whom: Thinker K.F. Li <thinker@branda.to> X# X# $FreeBSD$ X# X XPORTNAME= ez_xml XPORTVERSION= 0.1.3 XCATEGORIES= devel textproc XMASTER_SITES= http://master.branda.to/downloads/ez_xml/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= thinker@seeker.branda.to XCOMMENT= Ez_xml compiles a XML template file into a Python module X XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pythk:${PORTSDIR}/devel/pythk X XUSE_PYTHON= yes XUSE_PYDISTUTILS=yes X X.include <bsd.port.pre.mk> X.include <bsd.port.post.mk> END-of-py-ez_xml/Makefile echo x - py-ez_xml/pkg-plist sed 's/^X//' >py-ez_xml/pkg-plist << 'END-of-py-ez_xml/pkg-plist' X@comment $FreeBSD$ X%%PYTHON_SITELIBDIR%%/ez_xml/__init__.py X%%PYTHON_SITELIBDIR%%/ez_xml/compiler.py X%%PYTHON_SITELIBDIR%%/ez_xml/tools.py X%%PYTHON_SITELIBDIR%%/ez_xml/__init__.pyc X%%PYTHON_SITELIBDIR%%/ez_xml/compiler.pyc X%%PYTHON_SITELIBDIR%%/ez_xml/tools.pyc X%%PYTHON_SITELIBDIR%%/ez_xml/__init__.pyo X%%PYTHON_SITELIBDIR%%/ez_xml/compiler.pyo X%%PYTHON_SITELIBDIR%%/ez_xml/tools.pyo X@dirrmtry %%PYTHON_SITELIBDIR%%/ez_xml END-of-py-ez_xml/pkg-plist echo x - py-ez_xml/distinfo sed 's/^X//' >py-ez_xml/distinfo << 'END-of-py-ez_xml/distinfo' XMD5 (ez_xml-0.1.3.tar.gz) = 12813684ac9047e237a2e8b6035079c1 XSHA256 (ez_xml-0.1.3.tar.gz) = a6592e08348877969adf43a1a3e29173580ecf56ad966250754dd9b3f90cd74a XSIZE (ez_xml-0.1.3.tar.gz) = 4144 END-of-py-ez_xml/distinfo exit --- py24-ez_xml-0.1.3.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703271329.l2RDTJWd094656>