Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. The major feature is a template language, which is heavily inspired by Kid. The development version 0.6 has the following features: * Improved XPath engine. * Code generation instead of AST transformation for template expressions. * Use of Python _ast module as an alternative to the deprecated compiler * package. * Full support for advanced internationalization. * Drop Python 2.3 compatibility, Python 2.4 will be the minimum required * version. WWW: http://genshi.edgewall.org/
Responsible Changed From-To: freebsd-ports-bugs->freebsd-python freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-python->dhn I'll take it.
State Changed From-To: open->repocopy please repocopy to textproc/py-genshi -> textproc/py-genshi-devel
Responsible Changed From-To: dhn->portmgr over to portmgr
State Changed From-To: repocopy->open Repocopy complete.
Responsible Changed From-To: portmgr->dhn Repocopy complete.
dhn 2009-05-11 20:16:09 UTC FreeBSD ports repository Modified files: textproc Makefile textproc/py-genshi-devel Makefile distinfo pkg-descr pkg-plist Log: - Update to 0.6.1052 - Connect to the build PR: ports/134304 Submitted by: Alexey V.Degtyarev <alexey@renatasystems.org> (maintainer) Approved by: miwi (mentor) Revision Changes Path 1.1336 +1 -0 ports/textproc/Makefile 1.12 +31 -11 ports/textproc/py-genshi-devel/Makefile 1.7 +3 -3 ports/textproc/py-genshi-devel/distinfo 1.4 +14 -0 ports/textproc/py-genshi-devel/pkg-descr 1.9 +17 -141 ports/textproc/py-genshi-devel/pkg-plist _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!