- Update to 0.6.0.6

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 22:34:30 +00:00
parent 0ec318b20e
commit 17d84a0fb7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298275
3 changed files with 10 additions and 9 deletions

View file

@ -6,17 +6,17 @@
#
PORTNAME= texmath
PORTVERSION= 0.5.0.4
PORTVERSION= 0.6.0.6
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Conversion of LaTeX math formulas to MathML for Haskell
COMMENT= Conversion of LaTeX math formulas to MathML or OMML
LICENSE= GPLv2
CABAL_SETUP= Setup.hs
USE_CABAL= parsec>=2 syb xml
USE_CABAL= parsec>=3 syb xml
OPTIONS= CGI "Compile CGI executable" off

View file

@ -1,2 +1,2 @@
SHA256 (cabal/texmath-0.5.0.4.tar.gz) = 85175e6a4f2ac2d5e681e616b50005119679443b04fba8d082e35c107afc2772
SIZE (cabal/texmath-0.5.0.4.tar.gz) = 28607
SHA256 (cabal/texmath-0.6.0.6.tar.gz) = 939c144a6ebd46a8bb35a079b2f6a4ae499185bd26f1f2e57394c4a777fab773
SIZE (cabal/texmath-0.6.0.6.tar.gz) = 41544

View file

@ -1,5 +1,6 @@
The texmathml Haskell library provides functions to convert LaTeX math
formulas to presentation MathML. It supports basic LaTeX and AMS
extensions, but not macros.
The texmathml library provides functions to convert LaTeX math formulas
to presentation MathML (which can be used in HTML) or OMML (Office Math
Markup Language, used in Microsoft Office). It supports basic LaTeX and
AMS extensions, and it can parse and apply LaTeX macros.
WWW: http://hackage.haskell.org/package/texmath
WWW: http://github.com/jgm/texmath