aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2011-05-09 02:43:39 +0800
committerpgj <pgj@FreeBSD.org>2011-05-09 02:43:39 +0800
commitba27673962b067af2b72db7ae51e0d70460b5d48 (patch)
tree6f155a946ec6af318e483b19515a6c2f5822e4ed /textproc
parente436235b7735ffb165780d7754db8bbdf2f92251 (diff)
downloadfreebsd-ports-gnome-ba27673962b067af2b72db7ae51e0d70460b5d48.tar.gz
freebsd-ports-gnome-ba27673962b067af2b72db7ae51e0d70460b5d48.tar.zst
freebsd-ports-gnome-ba27673962b067af2b72db7ae51e0d70460b5d48.zip
This package provides combinators for producing XHTML 1.0, including the
Strict, Transitional and Frameset variants. WWW: http://hackage.haskell.org/package/xhtml Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc')
-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