diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:34:30 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-06-03 22:34:30 +0000 |
commit | 17d84a0fb7673671e3fcf7c17ac42874f4e2a4b5 (patch) | |
tree | c58d85b3ca4af6ac030278672655c3abc456879a | |
parent | 0ec318b20e16949e4d92763a0c984bc33c7270ec (diff) | |
download | ports-17d84a0fb7673671e3fcf7c17ac42874f4e2a4b5.tar.gz ports-17d84a0fb7673671e3fcf7c17ac42874f4e2a4b5.zip |
Notes
-rw-r--r-- | textproc/hs-texmath/Makefile | 6 | ||||
-rw-r--r-- | textproc/hs-texmath/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-texmath/pkg-descr | 9 |
3 files changed, 10 insertions, 9 deletions
diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile index 8f721fed81fc..93c2da817a6b 100644 --- a/textproc/hs-texmath/Makefile +++ b/textproc/hs-texmath/Makefile @@ -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 diff --git a/textproc/hs-texmath/distinfo b/textproc/hs-texmath/distinfo index ce9d7ea40878..0126b8f14fb9 100644 --- a/textproc/hs-texmath/distinfo +++ b/textproc/hs-texmath/distinfo @@ -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 diff --git a/textproc/hs-texmath/pkg-descr b/textproc/hs-texmath/pkg-descr index f3c7216dcf78..1c372b3fc827 100644 --- a/textproc/hs-texmath/pkg-descr +++ b/textproc/hs-texmath/pkg-descr @@ -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 |