aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-conduit-extra
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-conduit-extra')
-rw-r--r--devel/hs-conduit-extra/Makefile17
-rw-r--r--devel/hs-conduit-extra/distinfo2
-rw-r--r--devel/hs-conduit-extra/pkg-descr7
3 files changed, 26 insertions, 0 deletions
diff --git a/devel/hs-conduit-extra/Makefile b/devel/hs-conduit-extra/Makefile
new file mode 100644
index 000000000000..9a875d6fee76
--- /dev/null
+++ b/devel/hs-conduit-extra/Makefile
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME= conduit-extra
+PORTVERSION= 1.1.3
+CATEGORIES= devel haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Batteries included conduit: adapters for common libraries
+
+LICENSE= MIT
+
+USE_CABAL= attoparsec>=0.10 blaze-builder>=0.3 conduit>=1.1 \
+ monad-control network>=2.3 primitive>=0.5 resourcet>=1.1 \
+ streaming-commons>=0.1.4 text transformers-base
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/devel/hs-conduit-extra/distinfo b/devel/hs-conduit-extra/distinfo
new file mode 100644
index 000000000000..3c6d10869ed6
--- /dev/null
+++ b/devel/hs-conduit-extra/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/conduit-extra-1.1.3.tar.gz) = 3d3ea5b83e913c8166eb94a4f2fd181e840fb8201f51f3865011d3db15bdfbbf
+SIZE (cabal/conduit-extra-1.1.3.tar.gz) = 25753
diff --git a/devel/hs-conduit-extra/pkg-descr b/devel/hs-conduit-extra/pkg-descr
new file mode 100644
index 000000000000..494a022317fd
--- /dev/null
+++ b/devel/hs-conduit-extra/pkg-descr
@@ -0,0 +1,7 @@
+The conduit package itself maintains relative small dependencies. The
+purpose of this package is to collect commonly used utility functions
+wrapping other library dependencies, without depending on heavier-weight
+dependencies. The basic idea is that this package should only depend on
+haskell-platform packages and conduit.
+
+WWW: http://github.com/snoyberg/conduit