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:
parent
391e006727
commit
b57664829c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298121
21
devel/hs-blaze-builder-conduit/Makefile
Normal file
21
devel/hs-blaze-builder-conduit/Makefile
Normal 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>
|
2
devel/hs-blaze-builder-conduit/distinfo
Normal file
2
devel/hs-blaze-builder-conduit/distinfo
Normal 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
|
3
devel/hs-blaze-builder-conduit/pkg-descr
Normal file
3
devel/hs-blaze-builder-conduit/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Convert streams of builders to streams of bytestrings.
|
||||
|
||||
WWW: http://github.com/snoyberg/conduit
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user