aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-conduit
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-conduit')
-rw-r--r--devel/hs-conduit/Makefile8
-rw-r--r--devel/hs-conduit/distinfo4
-rw-r--r--devel/hs-conduit/pkg-descr11
3 files changed, 9 insertions, 14 deletions
diff --git a/devel/hs-conduit/Makefile b/devel/hs-conduit/Makefile
index c0546e68e2de..7eaa0cfb60f9 100644
--- a/devel/hs-conduit/Makefile
+++ b/devel/hs-conduit/Makefile
@@ -1,13 +1,7 @@
-# New ports collection makefile for: hs-conduit
-# Date created: December 30, 2011
-# Whom: haskell@FreeBSD.org
-#
# $FreeBSD$
-#
PORTNAME= conduit
-PORTVERSION= 0.4.2
-PORTREVISION= 1
+PORTVERSION= 0.5.5
CATEGORIES= devel haskell
MAINTAINER= haskell@FreeBSD.org
diff --git a/devel/hs-conduit/distinfo b/devel/hs-conduit/distinfo
index 2e6eaa55fe42..d181c37fb1e0 100644
--- a/devel/hs-conduit/distinfo
+++ b/devel/hs-conduit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/conduit-0.4.2.tar.gz) = e073ccf93847345dd8177de7aacb43a02bb331816be1dfd208abfb871e401aed
-SIZE (cabal/conduit-0.4.2.tar.gz) = 25409
+SHA256 (cabal/conduit-0.5.5.tar.gz) = 388a4e5343165f78516e02055bbdd9e95fcb1d17a37870f4d2d565ddd513612b
+SIZE (cabal/conduit-0.5.5.tar.gz) = 34781
diff --git a/devel/hs-conduit/pkg-descr b/devel/hs-conduit/pkg-descr
index 13047bf0cad1..5a7542b270d9 100644
--- a/devel/hs-conduit/pkg-descr
+++ b/devel/hs-conduit/pkg-descr
@@ -1,6 +1,7 @@
-Conduits are an approach to the streaming data problem. It is meant as
-an alternative to enumerators/iterators, hoping to address the same
-issues with different trade-offs based on real-world experience with
-enumerators.
+conduit is a solution to the streaming data problem, allowing for
+production, transformation, and consumption of streams of data in
+constant memory. It is an alternative to lazy I/O which guarantees
+deterministic resource handling, and fits in the same general solution
+space as enumerator/iteratee and pipes.
-WWW: http://github.com/snoyberg/conduit
+WWW: http://github.com/snoyberg/conduit