1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Convert streams of builders to streams of bytestrings.

WWW:	http://github.com/snoyberg/conduit

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-06-03 18:59:49 +00:00
parent 391e006727
commit b57664829c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298121
4 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# New ports collection makefile for: hs-blaze-builder-conduit
# Date created: December 30, 2011
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= blaze-builder-conduit
PORTVERSION= 0.4.0.2
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Convert streams of builders to streams of bytestrings
LICENSE= BSD
USE_CABAL= blaze-builder>=0.2.1.4 conduit>=0.4 text>=0.11 \
transformers>=0.2.2
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (cabal/blaze-builder-conduit-0.4.0.2.tar.gz) = 30cafc16966cf1aca475dc6951910e229ef2e6a8b51b13832d479c1de09e7471
SIZE (cabal/blaze-builder-conduit-0.4.0.2.tar.gz) = 3899

View File

@ -0,0 +1,3 @@
Convert streams of builders to streams of bytestrings.
WWW: http://github.com/snoyberg/conduit

View File

@ -33,6 +33,7 @@ binary_port= devel/hs-binary
bio_port= science/hs-bio
bits-atomic_port= devel/hs-bits-atomic
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-textual_port= devel/hs-blaze-textual