Useful for stuff like database connection pools.
WWW: http://www.yesodweb.com/book/persistent Obtained from: FreeBSD Haskell
This commit is contained in:
parent
5601089dd4
commit
5b634d8c90
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291714
@ -665,6 +665,7 @@
|
||||
SUBDIR += hs-murmur-hash
|
||||
SUBDIR += hs-parallel
|
||||
SUBDIR += hs-pcre-light
|
||||
SUBDIR += hs-pool
|
||||
SUBDIR += hs-primitive
|
||||
SUBDIR += hs-ranges
|
||||
SUBDIR += hs-reactive
|
||||
|
20
devel/hs-pool/Makefile
Normal file
20
devel/hs-pool/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# New ports collection makefile for: hs-pool
|
||||
# Date created: December 26, 2011
|
||||
# Whom: haskell@FreeBSD.org
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= pool
|
||||
PORTVERSION= 0.1.2.1
|
||||
CATEGORIES= devel haskell
|
||||
|
||||
MAINTAINER= haskell@FreeBSD.org
|
||||
COMMENT= Thread-safe resource pools
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
USE_CABAL= monad-control>=0.2 transformers>=0.2.1
|
||||
|
||||
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
||||
.include <bsd.port.mk>
|
2
devel/hs-pool/distinfo
Normal file
2
devel/hs-pool/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (cabal/pool-0.1.2.1.tar.gz) = 2ca0a2a97c481716f0dc86162b16e37fbace71507c1d9fbec8f9ce313bb79cbb
|
||||
SIZE (cabal/pool-0.1.2.1.tar.gz) = 3390
|
3
devel/hs-pool/pkg-descr
Normal file
3
devel/hs-pool/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Useful for stuff like database connection pools.
|
||||
|
||||
WWW: http://www.yesodweb.com/book/persistent
|
@ -193,6 +193,7 @@ pcap_port= net/hs-pcap
|
||||
pcre-light_port= devel/hs-pcre-light # lib_depends
|
||||
polyparse_port= textproc/hs-polyparse
|
||||
pointed_port= math/hs-pointed
|
||||
pool_port= devel/hs-pool
|
||||
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