cvs commit: ports/math Makefile ports/math/py-mathdom Makefile
distinfo pkg-descr pkg-plist
Martin Wilke
miwi at FreeBSD.org
Fri Jun 27 11:40:57 UTC 2008
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)
More information about the cvs-ports
mailing list