# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0
PortGroup           haskell 1.0

haskell.setup       texmath 0.6.6.3
revision            1
checksums           rmd160  fb270b239df58ca83a230b881cdbc4438bc1d130 \
                    sha256  82db05f65804453dcef692d2422bcff2d3b3ec9b0ea0811a4f49906599329eea

maintainers         cal openmaintainer
platforms           darwin
license             GPL

description         Conversion of LaTeX math formulas to MathML or OMML
long_description    \
    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.

depends_lib-append  port:hs-pandoc-types \
                    port:hs-parsec \
                    port:hs-syb \
                    port:hs-xml