diff options
author | miwi <miwi@FreeBSD.org> | 2009-05-23 22:36:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-05-23 22:36:24 +0800 |
commit | a3f0e7f66b7008d06efc06db95b7480dee19d957 (patch) | |
tree | c576e4bbef6514e95d320ff21f73642df0703f21 /math/Makefile | |
parent | 9ea5cc011d4544673810c96500214d3f6bfb8b03 (diff) | |
download | freebsd-ports-gnome-a3f0e7f66b7008d06efc06db95b7480dee19d957.tar.gz freebsd-ports-gnome-a3f0e7f66b7008d06efc06db95b7480dee19d957.tar.zst freebsd-ports-gnome-a3f0e7f66b7008d06efc06db95b7480dee19d957.zip |
SVGMath is a command-line utility to convert MathML expressions
to SVG, written entirely in Python.
WWW: http://svgmath.sf.net
PR: ports/134873
Submitted by: Wen Heping <wenheping at gmail.com>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 92ec283f0ec7..ffb7949d509f 100644 --- a/math/Makefile +++ b/math/Makefile @@ -421,6 +421,7 @@ SUBDIR += py-probstat SUBDIR += py-pymc SUBDIR += py-scientific + SUBDIR += py-svgmath SUBDIR += py-symeig SUBDIR += py-sympy SUBDIR += qalculate |