aboutsummaryrefslogtreecommitdiff
path: root/textproc/hs-xhtml
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-05-08 18:43:39 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-05-08 18:43:39 +0000
commitead0a4b8a343f20522011bfebd7abb9bacb01a7a (patch)
tree591a77dd434a74a33073311af84522bd34d0ca45 /textproc/hs-xhtml
parent67ab48b6e284522d9411dfa75270878c709301e0 (diff)
downloadports-ead0a4b8a343f20522011bfebd7abb9bacb01a7a.tar.gz
ports-ead0a4b8a343f20522011bfebd7abb9bacb01a7a.zip
Notes
Diffstat (limited to 'textproc/hs-xhtml')
-rw-r--r--textproc/hs-xhtml/Makefile20
-rw-r--r--textproc/hs-xhtml/distinfo2
-rw-r--r--textproc/hs-xhtml/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/textproc/hs-xhtml/Makefile b/textproc/hs-xhtml/Makefile
new file mode 100644
index 000000000000..815fd542f749
--- /dev/null
+++ b/textproc/hs-xhtml/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: hs-xhtml
+# Date created: September 15, 2010
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= xhtml
+PORTVERSION= 3000.2.0.1
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= An XHTML combinator library
+
+LICENSE= BSD
+
+CABAL_SETUP= Setup.hs
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/textproc/hs-xhtml/distinfo b/textproc/hs-xhtml/distinfo
new file mode 100644
index 000000000000..bc648b494ca6
--- /dev/null
+++ b/textproc/hs-xhtml/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/xhtml-3000.2.0.1.tar.gz) = 60d7a44ae6d607475e2d60c5bf9909b8a3bd88850d52b08ff1532aa6d58bec96
+SIZE (cabal/xhtml-3000.2.0.1.tar.gz) = 13668
diff --git a/textproc/hs-xhtml/pkg-descr b/textproc/hs-xhtml/pkg-descr
new file mode 100644
index 000000000000..b6e87037e5b1
--- /dev/null
+++ b/textproc/hs-xhtml/pkg-descr
@@ -0,0 +1,4 @@
+This package provides combinators for producing XHTML 1.0, including the
+Strict, Transitional and Frameset variants.
+
+WWW: http://hackage.haskell.org/package/xhtml