aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-blaze-html
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-08-13 19:41:48 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-08-13 19:41:48 +0000
commit1eba9231580ba44ad1e7a684e28224e6ed1b3fe1 (patch)
tree80e796d6e5bf6fbbb84721fbd826ba63b011ea7e /textproc/hs-blaze-html
parentf2e1b36450a8f82b4ab0597d54cbd78e03babd92 (diff)
Notes
Diffstat (limited to 'textproc/hs-blaze-html')
-rw-r--r--textproc/hs-blaze-html/Makefile21
-rw-r--r--textproc/hs-blaze-html/distinfo2
-rw-r--r--textproc/hs-blaze-html/pkg-descr5
3 files changed, 28 insertions, 0 deletions
diff --git a/textproc/hs-blaze-html/Makefile b/textproc/hs-blaze-html/Makefile
new file mode 100644
index 000000000000..a4f9bb6772d6
--- /dev/null
+++ b/textproc/hs-blaze-html/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hs-blaze-html
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= blaze-html
+PORTVERSION= 0.4.1.6
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= A blazingly fast HTML combinator library
+
+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-html/distinfo b/textproc/hs-blaze-html/distinfo
new file mode 100644
index 000000000000..1efddb03fc1d
--- /dev/null
+++ b/textproc/hs-blaze-html/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/blaze-html-0.4.1.6.tar.gz) = 9fc458c004c8021fa613fd27e1e4059ba43a92e1681204b0885b04df7a879720
+SIZE (cabal/blaze-html-0.4.1.6.tar.gz) = 47277
diff --git a/textproc/hs-blaze-html/pkg-descr b/textproc/hs-blaze-html/pkg-descr
new file mode 100644
index 000000000000..4ac6a49b2392
--- /dev/null
+++ b/textproc/hs-blaze-html/pkg-descr
@@ -0,0 +1,5 @@
+A blazingly fast HTML combinator library for the Haskell programming language.
+The Text.Blaze module is a good starting point, as well as this tutorial:
+<http://jaspervdj.be/blaze/tutorial.html>.
+
+WWW: http://jaspervdj.be/blaze