mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
Allocate resources from a pool, guaranteeing resource handling via the
ResourceT transformer. WWW: http://www.yesodweb.com/book/persistent Obtained from: FreeBSD Haskell
This commit is contained in:
parent
0386079a07
commit
9710ba78df
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298127
20
devel/hs-pool-conduit/Makefile
Normal file
20
devel/hs-pool-conduit/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: hs-pool-conduit
|
||||
# Date created: April 7, 2012
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pool-conduit
|
||||
PORTVERSION= 0.1.0.2
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Resource pool allocations via ResourceT
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= resource-pool>=0.2.1 resourcet>=0.3 transformers>=0.2.1
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
devel/hs-pool-conduit/distinfo
Normal file
2
devel/hs-pool-conduit/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/pool-conduit-0.1.0.2.tar.gz) = 7efaa2e776359d3f75ee2d981b0e84a2f53a34d857b810804d936dbda79e42bb
|
||||
SIZE (cabal/pool-conduit-0.1.0.2.tar.gz) = 2066
|
4
devel/hs-pool-conduit/pkg-descr
Normal file
4
devel/hs-pool-conduit/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Allocate resources from a pool, guaranteeing resource handling via the
|
||||
ResourceT transformer.
|
||||
|
||||
WWW: http://www.yesodweb.com/book/persistent
|
@ -208,6 +208,7 @@ persistent-template_port= databases/hs-persistent-template
|
||||
polyparse_port= textproc/hs-polyparse
|
||||
pointed_port= math/hs-pointed
|
||||
pool_port= devel/hs-pool
|
||||
pool-conduit_port= devel/hs-pool-conduit
|
||||
porte_port= ports-mgmt/hs-porte # executable
|
||||
primitive_port= devel/hs-primitive
|
||||
probability_port= math/hs-probability
|
||||
|
Loading…
Reference in New Issue
Block a user