Useful for stuff like database connection pools.

WWW:	http://www.yesodweb.com/book/persistent

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2012-02-18 17:21:20 +00:00
parent 5601089dd4
commit 5b634d8c90
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291714
5 changed files with 27 additions and 0 deletions

View File

@ -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
View 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
View 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
View File

@ -0,0 +1,3 @@
Useful for stuff like database connection pools.
WWW: http://www.yesodweb.com/book/persistent

View File

@ -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