summaryrefslogtreecommitdiff
path: root/textproc/hs-texmath/Makefile
diff options
context:
space:
mode:
authorszptvlfn <szptvlfn>2014-09-10 21:38:06 +0000
committerszptvlfn <szptvlfn>2014-09-10 21:38:06 +0000
commitb206c057cbeca7d8b6543ba18ed8325999ddf49f (patch)
tree7127f2c055f9280de34557b429fa9e167a3f6ac3 /textproc/hs-texmath/Makefile
parent64db678a618c604f130fc6e5d0cd2d9226914117 (diff)
downloadpkgsrc-b206c057cbeca7d8b6543ba18ed8325999ddf49f.tar.gz
Import texmath-0.8 as textproc/hs-texmath,
packaged for wip. The texmath library provides functions to read and write TeX math, presentation MathML, and OMML (Office Math Markup Language, used in Microsoft Office). Support is also included for converting math formats to pandoc's native format (allowing conversion, via pandoc, to a variety of different markup formats). The TeX reader supports basic LaTeX and AMS extensions, and it can parse and apply LaTeX macros. (See http://johnmacfarlane.net/texmath for a live demo of bidirectional conversion between LaTeX and MathML.) The package also includes several utility modules which may be useful for anyone looking to manipulate either TeX math or MathML. For example, a copy of the MathML operator dictionary is included.
Diffstat (limited to 'textproc/hs-texmath/Makefile')
-rw-r--r--textproc/hs-texmath/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/textproc/hs-texmath/Makefile b/textproc/hs-texmath/Makefile
new file mode 100644
index 00000000000..e1a268bd75f
--- /dev/null
+++ b/textproc/hs-texmath/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2014/09/10 21:38:06 szptvlfn Exp $
+
+DISTNAME= texmath-0.8
+CATEGORIES= textproc
+
+MAINTAINER= szptvlfn@NetBSD.org
+COMMENT= Conversion between formats used to represent mathematics
+LICENSE= gnu-gpl-v2
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-mtl/buildlink3.mk"
+.include "../../textproc/hs-pandoc-types/buildlink3.mk"
+.include "../../textproc/hs-parsec/buildlink3.mk"
+.include "../../devel/hs-syb/buildlink3.mk"
+.include "../../textproc/hs-xml/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"