aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/hs-attoparsec-enumerator
diff options
context:
space:
mode:
authorpgj <pgj@FreeBSD.org>2011-08-14 03:35:15 +0800
committerpgj <pgj@FreeBSD.org>2011-08-14 03:35:15 +0800
commitf1d3974008af74c0801c1a61bf313165daa988a0 (patch)
tree2eb844c2f58832f6288f2f04c1957fbf8efdc9c0 /textproc/hs-attoparsec-enumerator
parentf3a0ef2bc96c43fde4db76ea332ca545c50e9d39 (diff)
downloadfreebsd-ports-gnome-f1d3974008af74c0801c1a61bf313165daa988a0.tar.gz
freebsd-ports-gnome-f1d3974008af74c0801c1a61bf313165daa988a0.tar.zst
freebsd-ports-gnome-f1d3974008af74c0801c1a61bf313165daa988a0.zip
The attoparsec-enumerator package.
WWW: http://john-millikin.com/software/attoparsec-enumerator/ Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc/hs-attoparsec-enumerator')
-rw-r--r--textproc/hs-attoparsec-enumerator/Makefile22
-rw-r--r--textproc/hs-attoparsec-enumerator/distinfo2
-rw-r--r--textproc/hs-attoparsec-enumerator/pkg-descr3
3 files changed, 27 insertions, 0 deletions
diff --git a/textproc/hs-attoparsec-enumerator/Makefile b/textproc/hs-attoparsec-enumerator/Makefile
new file mode 100644
index 000000000000..26bd679fb535
--- /dev/null
+++ b/textproc/hs-attoparsec-enumerator/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: hs-attoparsec-enumerator
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= attoparsec-enumerator
+PORTVERSION= 0.2.0.4
+CATEGORIES= textproc haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Convert an Attoparsec parser into an iteratee
+
+LICENSE= MIT
+FILE_LICENSE= license.txt
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= attoparsec>=0.8 enumerator>=0.4
+
+.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
new file mode 100644
index 000000000000..c2c977329714
--- /dev/null
+++ b/textproc/hs-attoparsec-enumerator/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/attoparsec-enumerator-0.2.0.4.tar.gz) = ed8ded02e2e230faaff0819be1484256ff91cbbb20b438491d933876ef1e6593
+SIZE (cabal/attoparsec-enumerator-0.2.0.4.tar.gz) = 2020
diff --git a/textproc/hs-attoparsec-enumerator/pkg-descr b/textproc/hs-attoparsec-enumerator/pkg-descr
new file mode 100644
index 000000000000..6ff11c3e0797
--- /dev/null
+++ b/textproc/hs-attoparsec-enumerator/pkg-descr
@@ -0,0 +1,3 @@
+The attoparsec-enumerator package.
+
+WWW: http://john-millikin.com/software/attoparsec-enumerator/