Date: Fri, 27 Jun 2008 11:40:56 +0000 (UTC) From: Martin Wilke <miwi@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/math Makefile ports/math/py-mathdom Makefile distinfo pkg-descr pkg-plist Message-ID: <200806271140.m5RBeuAb009681@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
miwi 2008-06-27 11:40:56 UTC
FreeBSD ports repository
Modified files:
math Makefile
Added files:
math/py-mathdom Makefile distinfo pkg-descr pkg-plist
Log:
MathDOM is a set of Python modules (using PyXML or
lxml, and pyparsing) that import mathematical terms
as a Content MathML DOM. It currently parses MathML
and literal infix terms into a DOM document and writes
out MathML and literal infix/prefix/postfix/Python
terms. The DOM elements are enhanced by domain specific
methods that make using the DOM a little easier.
Implementations based on PyXML and lxml/libxml2 are
available.
WWW: http://pypi.python.org/pypi/mathdom/
PR: ports/124971
Submitted by: Wen Heping <wenheping at gmail.com>
Revision Changes Path
1.481 +1 -0 ports/math/Makefile
1.1 +23 -0 ports/math/py-mathdom/Makefile (new)
1.1 +3 -0 ports/math/py-mathdom/distinfo (new)
1.1 +11 -0 ports/math/py-mathdom/pkg-descr (new)
1.1 +104 -0 ports/math/py-mathdom/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806271140.m5RBeuAb009681>
