aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 06:34:30 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 06:34:30 +0800
commitbb71de6cf80d2aca3bfec73bd7ecdf5cc70f5a48 (patch)
tree07437a0194e190e89a31f616a8041c8a3d796dd6
parent0ebfe42b36a2aebd83f4c78d37289b9de5c860ee (diff)
downloadfreebsd-ports-gnome-bb71de6cf80d2aca3bfec73bd7ecdf5cc70f5a48.tar.gz
freebsd-ports-gnome-bb71de6cf80d2aca3bfec73bd7ecdf5cc70f5a48.tar.zst
freebsd-ports-gnome-bb71de6cf80d2aca3bfec73bd7ecdf5cc70f5a48.zip
- Update to 0.6.0.6
Obtained from: FreeBSD Haskell
-rw-r--r--textproc/hs-texmath/Makefile6
-rw-r--r--textproc/hs-texmath/distinfo4
-rw-r--r--textproc/hs-texmath/pkg-descr9
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