1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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
This commit is contained in:
Gabor Pali 2011-08-13 19:41:48 +00:00
parent f2e1b36450
commit 1eba923158
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279630
5 changed files with 30 additions and 0 deletions

View File

@ -25,6 +25,7 @@ binary_port= devel/hs-binary
bio_port= science/hs-bio
blaze-builder_port= devel/hs-blaze-builder
blaze-builder-enumerator_port= devel/hs-blaze-builder-enumerator
blaze-html_port= textproc/hs-blaze-html
BNFC_port= devel/hs-BNFC # executable
Boolean_port= devel/hs-Boolean
brainfuck_port= lang/hs-brainfuck # executable

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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