diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-25 18:29:57 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-25 18:29:57 +0000 |
commit | 04fe1b9af906b00d2d49103f2803187af758ba8e (patch) | |
tree | 580da5a9c06fd7908e1077d4468025d59db0da0e /textproc/hs-texmath | |
parent | 27c3d07a6db86bac65866df3a336c680bc56ef87 (diff) | |
download | ports-04fe1b9af906b00d2d49103f2803187af758ba8e.tar.gz ports-04fe1b9af906b00d2d49103f2803187af758ba8e.zip |
Notes
Diffstat (limited to 'textproc/hs-texmath')
-rw-r--r-- | textproc/hs-texmath/Makefile | 13 | ||||
-rw-r--r-- | textproc/hs-texmath/distinfo | 4 |
2 files changed, 5 insertions, 12 deletions
diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile index 2576481f27f6..8ef41e34e471 100644 --- a/textproc/hs-texmath/Makefile +++ b/textproc/hs-texmath/Makefile @@ -2,24 +2,17 @@ # $FreeBSD$ PORTNAME= texmath -PORTVERSION= 0.6.7 +PORTVERSION= 0.8 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Conversion of LaTeX math formulas to MathML or OMML +COMMENT= Conversion between formats used to represent mathematics LICENSE= GPLv2 USE_CABAL= mtl pandoc-types>=1.12.3.3 parsec>=3 syb xml -FLAGS_DEFINE= CGI - -CGI_DESC= Compile CGI executable -CGI_FLAG_ENABLE= cgi -CGI_FLAG_CABAL= cgi json utf8-string -CGI_FLAG_EXECUTABLE= texmath-cgi - -FLAGS_DISABLE= test +FLAGS_DISABLE= executable .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/hs-texmath/distinfo b/textproc/hs-texmath/distinfo index 0a3ae630bbc4..eda96b1c844e 100644 --- a/textproc/hs-texmath/distinfo +++ b/textproc/hs-texmath/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/texmath-0.6.7.tar.gz) = bfb9c02578f26bb435d3871b38a99522fbf7c8f6f083e0deed2b0e28d0aeb610 -SIZE (cabal/texmath-0.6.7.tar.gz) = 634186 +SHA256 (cabal/texmath-0.8.tar.gz) = eb9d558a67ac429055ebf70484b36a58ddbc9df1be59dfbf13146247524911c8 +SIZE (cabal/texmath-0.8.tar.gz) = 1613635 |