Date: Tue, 12 Jul 2005 09:36:38 +0800 (CST) From: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83308: [NEW PORT] textproc/py-empy: A powerful and robust templating system for Python Message-ID: <20050712013638.B4F737EBFA@FreeBSD.csie.nctu.edu.tw> Resent-Message-ID: <200507120140.j6C1eJ30016093@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83308 >Category: ports >Synopsis: [NEW PORT] textproc/py-empy: A powerful and robust templating system for Python >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 Jul 12 01:40:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 5.4-STABLE i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD FreeBSD.csie.nctu.edu.tw 5.4-STABLE FreeBSD 5.4-STABLE #2: Tue Jun 14 14:47:11 CST 2005 >Description: EmPy is a system for embedding Python expressions and statements in template text; it takes an EmPy source file, processes it, and produces output. This is accomplished via expansions, which are special signals to the EmPy system and are set off by a special prefix (by default the at sign, @). EmPy can expand arbitrary Python expressions and statements in this way, as well as a variety of special forms. Textual data not explicitly delimited in this way is sent unaffected to the output, allowing Python to be used in effect as a markup language. Also supported are callbacks via hooks, recording and playback via diversions, and dynamic, chainable filters. The system is highly configurable via command line options and embedded commands. WWW: http://www.alcyone.com/software/empy/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- empy-3.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-empy # py-empy/Makefile # py-empy/pkg-descr # py-empy/pkg-plist # py-empy/distinfo # echo c - py-empy mkdir -p py-empy > /dev/null 2>&1 echo x - py-empy/Makefile sed 's/^X//' >py-empy/Makefile << 'END-of-py-empy/Makefile' X# ex:ts=8 X# Ports collection makefile for: py-empy X# Date created: Jul 12, 2005 X# Whom: ijliao X# X# $FreeBSD$ X# X XPORTNAME= empy XPORTVERSION= 3.3 XCATEGORIES= textproc python XMASTER_SITES= http://www.alcyone.com/software/empy/ XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= ports@FreeBSD.org XCOMMENT= A powerful and robust templating system for Python X XUSE_PYTHON= 1.5+ XUSE_PYDISTUTILS= yes X X.include <bsd.port.mk> END-of-py-empy/Makefile echo x - py-empy/pkg-descr sed 's/^X//' >py-empy/pkg-descr << 'END-of-py-empy/pkg-descr' XEmPy is a system for embedding Python expressions and statements in template Xtext; it takes an EmPy source file, processes it, and produces output. This Xis accomplished via expansions, which are special signals to the EmPy system Xand are set off by a special prefix (by default the at sign, @). EmPy can Xexpand arbitrary Python expressions and statements in this way, as well as a Xvariety of special forms. Textual data not explicitly delimited in this way Xis sent unaffected to the output, allowing Python to be used in effect as a Xmarkup language. Also supported are callbacks via hooks, recording and Xplayback via diversions, and dynamic, chainable filters. The system is highly Xconfigurable via command line options and embedded commands. X XWWW: http://www.alcyone.com/software/empy/ END-of-py-empy/pkg-descr echo x - py-empy/pkg-plist sed 's/^X//' >py-empy/pkg-plist << 'END-of-py-empy/pkg-plist' X%%PYTHON_SITELIBDIR%%/em.py X%%PYTHON_SITELIBDIR%%/em.pyc X%%PYTHON_SITELIBDIR%%/em.pyo END-of-py-empy/pkg-plist echo x - py-empy/distinfo sed 's/^X//' >py-empy/distinfo << 'END-of-py-empy/distinfo' XMD5 (empy-3.3.tar.gz) = e7b518a6fc4fd28fef87726cdb003118 XSIZE (empy-3.3.tar.gz) = 137144 END-of-py-empy/distinfo exit --- empy-3.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?20050712013638.B4F737EBFA>