aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-06-04 03:07:11 +0800
committerpgj <pgj@FreeBSD.org>2012-06-04 03:07:11 +0800
commit191f569361851385d7773716e5322217774accf9 (patch)
treedc51b6a928b3dc74440e024a16cd28d54a832460 /devel
parent59366a4ea8c80d61a8511d897723ed33a3f7db8d (diff)
downloadfreebsd-ports-gnome-191f569361851385d7773716e5322217774accf9.tar.gz
freebsd-ports-gnome-191f569361851385d7773716e5322217774accf9.tar.zst
freebsd-ports-gnome-191f569361851385d7773716e5322217774accf9.zip
Allocate resources from a pool, guaranteeing resource handling via the
ResourceT transformer. WWW: http://www.yesodweb.com/book/persistent Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r--devel/hs-pool-conduit/Makefile20
-rw-r--r--devel/hs-pool-conduit/distinfo2
-rw-r--r--devel/hs-pool-conduit/pkg-descr4
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/hs-pool-conduit/Makefile b/devel/hs-pool-conduit/Makefile
new file mode 100644
index 000000000000..182cbfdddc29
--- /dev/null
+++ b/devel/hs-pool-conduit/Makefile
@@ -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>
diff --git a/devel/hs-pool-conduit/distinfo b/devel/hs-pool-conduit/distinfo
new file mode 100644
index 000000000000..046b521b3a9f
--- /dev/null
+++ b/devel/hs-pool-conduit/distinfo
@@ -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
diff --git a/devel/hs-pool-conduit/pkg-descr b/devel/hs-pool-conduit/pkg-descr
new file mode 100644
index 000000000000..84fca905d372
--- /dev/null
+++ b/devel/hs-pool-conduit/pkg-descr
@@ -0,0 +1,4 @@
+Allocate resources from a pool, guaranteeing resource handling via the
+ResourceT transformer.
+
+WWW: http://www.yesodweb.com/book/persistent