diff options
author | pgj <pgj@FreeBSD.org> | 2011-08-14 03:41:48 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-08-14 03:41:48 +0800 |
commit | 6d556232dfabb95406f7ab82d3dc9f5426da5181 (patch) | |
tree | 818e2a84f79381faa39c12ba8c5df2ae43c7092c /textproc | |
parent | 7e8fe78c259fa34ee1f54780e4ac952fad86a43e (diff) | |
download | freebsd-ports-gnome-6d556232dfabb95406f7ab82d3dc9f5426da5181.tar.gz freebsd-ports-gnome-6d556232dfabb95406f7ab82d3dc9f5426da5181.tar.zst freebsd-ports-gnome-6d556232dfabb95406f7ab82d3dc9f5426da5181.zip |
A blazingly fast HTML combinator library for the Haskell programming language.
The Text.Blaze module is a good starting point, as well as this tutorial:
<http://jaspervdj.be/blaze/tutorial.html>.
WWW: http://jaspervdj.be/blaze
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/hs-blaze-html/Makefile | 21 | ||||
-rw-r--r-- | textproc/hs-blaze-html/distinfo | 2 | ||||
-rw-r--r-- | textproc/hs-blaze-html/pkg-descr | 5 |
4 files changed, 29 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 94fb3bfbf8fd..2a15bf1b885a 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -235,6 +235,7 @@ SUBDIR += hs-attoparsec SUBDIR += hs-attoparsec-enumerator SUBDIR += hs-attoparsec-text + SUBDIR += hs-blaze-html SUBDIR += hs-bytestring-csv SUBDIR += hs-case-insensitive SUBDIR += hs-citeproc-hs diff --git a/textproc/hs-blaze-html/Makefile b/textproc/hs-blaze-html/Makefile new file mode 100644 index 000000000000..a4f9bb6772d6 --- /dev/null +++ b/textproc/hs-blaze-html/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: hs-blaze-html +# Date created: March 13, 2011 +# Whom: haskell@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= blaze-html +PORTVERSION= 0.4.1.6 +CATEGORIES= textproc haskell + +MAINTAINER= haskell@FreeBSD.org +COMMENT= A blazingly fast HTML combinator library + +LICENSE= BSD + +CABAL_SETUP= Setup.hs +USE_CABAL= blaze-builder>=0.2 text>=0.10 + +.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" +.include <bsd.port.mk> diff --git a/textproc/hs-blaze-html/distinfo b/textproc/hs-blaze-html/distinfo new file mode 100644 index 000000000000..1efddb03fc1d --- /dev/null +++ b/textproc/hs-blaze-html/distinfo @@ -0,0 +1,2 @@ +SHA256 (cabal/blaze-html-0.4.1.6.tar.gz) = 9fc458c004c8021fa613fd27e1e4059ba43a92e1681204b0885b04df7a879720 +SIZE (cabal/blaze-html-0.4.1.6.tar.gz) = 47277 diff --git a/textproc/hs-blaze-html/pkg-descr b/textproc/hs-blaze-html/pkg-descr new file mode 100644 index 000000000000..4ac6a49b2392 --- /dev/null +++ b/textproc/hs-blaze-html/pkg-descr @@ -0,0 +1,5 @@ +A blazingly fast HTML combinator library for the Haskell programming language. +The Text.Blaze module is a good starting point, as well as this tutorial: +<http://jaspervdj.be/blaze/tutorial.html>. + +WWW: http://jaspervdj.be/blaze |