Core modules of a blazingly fast markup combinator library for the Haskell
programming language. WWW: http://jaspervdj.be/blaze Obtained from: FreeBSD Haskell
This commit is contained in:
parent
88f4ff53b9
commit
30cbd53fc9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298143
4 changed files with 29 additions and 0 deletions
|
@ -37,6 +37,7 @@ blaze-builder_port= devel/hs-blaze-builder
|
|||
blaze-builder-conduit_port= devel/hs-blaze-builder-conduit
|
||||
blaze-builder-enumerator_port= devel/hs-blaze-builder-enumerator
|
||||
blaze-html_port= textproc/hs-blaze-html
|
||||
blaze-markup_port= textproc/hs-blaze-markup
|
||||
blaze-textual_port= devel/hs-blaze-textual
|
||||
bloomfilter_port= devel/hs-bloomfilter
|
||||
BNFC_port= devel/hs-BNFC # executable
|
||||
|
|
22
textproc/hs-blaze-markup/Makefile
Normal file
22
textproc/hs-blaze-markup/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# New ports collection makefile for: hs-blaze-markup
|
||||
# Date created: May 9, 2012
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= blaze-markup
|
||||
PORTVERSION= 0.5.1.0
|
||||
CATEGORIES= textproc haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= A blazingly fast markup combinator library for Haskell
|
||||
|
||||
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-markup/distinfo
Normal file
2
textproc/hs-blaze-markup/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (cabal/blaze-markup-0.5.1.0.tar.gz) = ea8c196ba6773893d3da54ad6c70a0be7b63b5f523b66fdef2528fa0f8ef006f
|
||||
SIZE (cabal/blaze-markup-0.5.1.0.tar.gz) = 11856
|
4
textproc/hs-blaze-markup/pkg-descr
Normal file
4
textproc/hs-blaze-markup/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Core modules of a blazingly fast markup combinator library for the Haskell
|
||||
programming language.
|
||||
|
||||
WWW: http://jaspervdj.be/blaze
|
Loading…
Reference in a new issue