diff options
author | pgj <pgj@FreeBSD.org> | 2011-05-09 02:43:39 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-05-09 02:43:39 +0800 |
commit | ba27673962b067af2b72db7ae51e0d70460b5d48 (patch) | |
tree | 6f155a946ec6af318e483b19515a6c2f5822e4ed /textproc | |
parent | e436235b7735ffb165780d7754db8bbdf2f92251 (diff) | |
download | freebsd-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/Makefile | 20 | ||||
-rw-r--r-- | textproc/hs-xhtml/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-xhtml/pkg-descr | 4 |
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 |