From ead0a4b8a343f20522011bfebd7abb9bacb01a7a Mon Sep 17 00:00:00 2001 From: Gabor Pali Date: Sun, 8 May 2011 18:43:39 +0000 Subject: 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 --- textproc/hs-xhtml/Makefile | 20 ++++++++++++++++++++ textproc/hs-xhtml/distinfo | 2 ++ textproc/hs-xhtml/pkg-descr | 4 ++++ 3 files changed, 26 insertions(+) create mode 100644 textproc/hs-xhtml/Makefile create mode 100644 textproc/hs-xhtml/distinfo create mode 100644 textproc/hs-xhtml/pkg-descr (limited to 'textproc/hs-xhtml') 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 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 -- cgit v1.2.3