aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-xml2html
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2012-06-24 10:31:59 +0000
committerGabor Pali <pgj@FreeBSD.org>2012-06-24 10:31:59 +0000
commitccdadeaabb4a041eb0bbdc7705d5601ea733646c (patch)
tree3cf11071c642babc29a0db6bfd96202668b4b62e /textproc/hs-xml2html
parentba97d3a853a669fafc6d099e473a2270f48a9a2b (diff)
downloadports-ccdadeaabb4a041eb0bbdc7705d5601ea733646c.tar.gz
ports-ccdadeaabb4a041eb0bbdc7705d5601ea733646c.zip
blaze-html instances for xml-conduit types.
WWW: http://github.com/snoyberg/xml Obtained from: FreeBSD Haskell
Notes
Notes: svn path=/head/; revision=299860
Diffstat (limited to 'textproc/hs-xml2html')
-rw-r--r--textproc/hs-xml2html/Makefile22
-rw-r--r--textproc/hs-xml2html/distinfo2
-rw-r--r--textproc/hs-xml2html/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/hs-xml2html/Makefile b/textproc/hs-xml2html/Makefile
new file mode 100644
index 000000000000..dbc846c05875
--- /dev/null
+++ b/textproc/hs-xml2html/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-xml2html
+# Date created: June 10, 2012
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= xml2html
+PORTVERSION= 0.1.2.3
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= blaze-html instances for xml-conduit types
+
+LICENSE= BSD
+
+USE_CABAL= blaze-html>=0.4 blaze-markup>=0.5.1 text>=0.5 xml-conduit>=0.5
+
+CONFIGURE_ARGS+= --flags="-blaze_html_0_5"
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/textproc/hs-xml2html/distinfo b/textproc/hs-xml2html/distinfo
new file mode 100644
index 000000000000..980421fa594b
--- /dev/null
+++ b/textproc/hs-xml2html/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/xml2html-0.1.2.3.tar.gz) = 4b8a4adff8256c1101cb4d1ddb3faf9ad409a2729853de54148058129e4a1f0a
+SIZE (cabal/xml2html-0.1.2.3.tar.gz) = 2449
diff --git a/textproc/hs-xml2html/pkg-descr b/textproc/hs-xml2html/pkg-descr
new file mode 100644
index 000000000000..0a8284f1907c
--- /dev/null
+++ b/textproc/hs-xml2html/pkg-descr
@@ -0,0 +1,3 @@
+blaze-html instances for xml-conduit types.
+
+WWW: http://github.com/snoyberg/xml