aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2012-02-13 13:26:06 +0800
committerpgj <pgj@FreeBSD.org>2012-02-13 13:26:06 +0800
commit170c71e674c59a0557a42c5f6f7de1e72c437fa2 (patch)
treea5ebfcd634175666b43e47c490ad54cff78f8f51 /textproc
parent853b56f0bab41ea67c30322c22865f33988e5f3f (diff)
downloadfreebsd-ports-gnome-170c71e674c59a0557a42c5f6f7de1e72c437fa2.tar.gz
freebsd-ports-gnome-170c71e674c59a0557a42c5f6f7de1e72c437fa2.tar.zst
freebsd-ports-gnome-170c71e674c59a0557a42c5f6f7de1e72c437fa2.zip
- Update to 0.3
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc')
-rw-r--r--textproc/hs-attoparsec-enumerator/Makefile6
-rw-r--r--textproc/hs-attoparsec-enumerator/distinfo4
-rw-r--r--textproc/hs-attoparsec-enumerator/pkg-descr6
3 files changed, 9 insertions, 7 deletions
diff --git a/textproc/hs-attoparsec-enumerator/Makefile b/textproc/hs-attoparsec-enumerator/Makefile
index 26bd679fb535..66d0e19bef8a 100644
--- a/textproc/hs-attoparsec-enumerator/Makefile
+++ b/textproc/hs-attoparsec-enumerator/Makefile
@@ -6,17 +6,17 @@
#
PORTNAME= attoparsec-enumerator
-PORTVERSION= 0.2.0.4
+PORTVERSION= 0.3
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
-COMMENT= Convert an Attoparsec parser into an iteratee
+COMMENT= Pass input from an enumerator to an Attoparsec parser
LICENSE= MIT
FILE_LICENSE= license.txt
CABAL_SETUP= Setup.hs
-USE_CABAL= attoparsec>=0.8 enumerator>=0.4
+USE_CABAL= attoparsec>=0.10 enumerator>=0.4 text
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
diff --git a/textproc/hs-attoparsec-enumerator/distinfo b/textproc/hs-attoparsec-enumerator/distinfo
index c2c977329714..f819b61c5be5 100644
--- a/textproc/hs-attoparsec-enumerator/distinfo
+++ b/textproc/hs-attoparsec-enumerator/distinfo
@@ -1,2 +1,2 @@
-SHA256 (cabal/attoparsec-enumerator-0.2.0.4.tar.gz) = ed8ded02e2e230faaff0819be1484256ff91cbbb20b438491d933876ef1e6593
-SIZE (cabal/attoparsec-enumerator-0.2.0.4.tar.gz) = 2020
+SHA256 (cabal/attoparsec-enumerator-0.3.tar.gz) = bb70595659c02b8394fa1901b156ee7602b184defcbdff817bc9db5d4366d8e9
+SIZE (cabal/attoparsec-enumerator-0.3.tar.gz) = 2496
diff --git a/textproc/hs-attoparsec-enumerator/pkg-descr b/textproc/hs-attoparsec-enumerator/pkg-descr
index 6ff11c3e0797..c85ac9009c0d 100644
--- a/textproc/hs-attoparsec-enumerator/pkg-descr
+++ b/textproc/hs-attoparsec-enumerator/pkg-descr
@@ -1,3 +1,5 @@
-The attoparsec-enumerator package.
+This library allows an Attoparsec parser to receive input incrementally from
+an enumerator. This could be used for parsing large files, or implementing
+binary network protocols.
-WWW: http://john-millikin.com/software/attoparsec-enumerator/
+WWW: http://john-millikin.com/software/attoparsec-enumerator/