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:
parent
f2e1b36450
commit
1eba923158
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279630
@ -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
|
||||
|
@ -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
|
||||
|
21
textproc/hs-blaze-html/Makefile
Normal file
21
textproc/hs-blaze-html/Makefile
Normal 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>
|
2
textproc/hs-blaze-html/distinfo
Normal file
2
textproc/hs-blaze-html/distinfo
Normal 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
|
5
textproc/hs-blaze-html/pkg-descr
Normal file
5
textproc/hs-blaze-html/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user