aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-03 19:26:50 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-03 19:26:50 +0000
commit30cbd53fc93b9dac8d37d50d06f7e21f9e2cf5ee (patch)
tree986db99842ea007ebc5ff7668cea7309b09f6b28
parent88f4ff53b90c698a82a68710986bb60605a4f141 (diff)
Notes
-rw-r--r--lang/ghc/bsd.hackage.mk1
-rw-r--r--textproc/hs-blaze-markup/Makefile22
-rw-r--r--textproc/hs-blaze-markup/distinfo2
-rw-r--r--textproc/hs-blaze-markup/pkg-descr4
4 files changed, 29 insertions, 0 deletions
diff --git a/lang/ghc/bsd.hackage.mk b/lang/ghc/bsd.hackage.mk
index c5edd5ce2641..83c38645d962 100644
--- a/lang/ghc/bsd.hackage.mk
+++ b/lang/ghc/bsd.hackage.mk
@@ -37,6 +37,7 @@ blaze-builder_port= devel/hs-blaze-builder
blaze-builder-conduit_port= devel/hs-blaze-builder-conduit
blaze-builder-enumerator_port= devel/hs-blaze-builder-enumerator
blaze-html_port= textproc/hs-blaze-html
+blaze-markup_port= textproc/hs-blaze-markup
blaze-textual_port= devel/hs-blaze-textual
bloomfilter_port= devel/hs-bloomfilter
BNFC_port= devel/hs-BNFC # executable
diff --git a/textproc/hs-blaze-markup/Makefile b/textproc/hs-blaze-markup/Makefile
new file mode 100644
index 000000000000..20480d810ab4
--- /dev/null
+++ b/textproc/hs-blaze-markup/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-blaze-markup
+# Date created: May 9, 2012
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= blaze-markup
+PORTVERSION= 0.5.1.0
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= A blazingly fast markup combinator library for Haskell
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+USE_CABAL= blaze-builder>=0.2 text>=0.10
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/textproc/hs-blaze-markup/distinfo b/textproc/hs-blaze-markup/distinfo
new file mode 100644
index 000000000000..aa16f7dd1cfc
--- /dev/null
+++ b/textproc/hs-blaze-markup/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/blaze-markup-0.5.1.0.tar.gz) = ea8c196ba6773893d3da54ad6c70a0be7b63b5f523b66fdef2528fa0f8ef006f
+SIZE (cabal/blaze-markup-0.5.1.0.tar.gz) = 11856
diff --git a/textproc/hs-blaze-markup/pkg-descr b/textproc/hs-blaze-markup/pkg-descr
new file mode 100644
index 000000000000..221c1fb3872a
--- /dev/null
+++ b/textproc/hs-blaze-markup/pkg-descr
@@ -0,0 +1,4 @@
+Core modules of a blazingly fast markup combinator library for the Haskell
+programming language.
+
+WWW: http://jaspervdj.be/blaze