From owner-cvs-all@FreeBSD.ORG Fri Jun 27 11:40:56 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F05EE106564A; Fri, 27 Jun 2008 11:40:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id EB2798FC17; Fri, 27 Jun 2008 11:40:56 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m5RBeuik009682; Fri, 27 Jun 2008 11:40:56 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m5RBeuAb009681; Fri, 27 Jun 2008 11:40:56 GMT (envelope-from miwi) Message-Id: <200806271140.m5RBeuAb009681@repoman.freebsd.org> From: Martin Wilke Date: Fri, 27 Jun 2008 11:40:56 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/math Makefile ports/math/py-mathdom Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2008 11:40:57 -0000 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 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)