diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /textproc/hs-attoparsec-enumerator | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) | |
download | ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.tar.gz ports-f6f83c9efc2c46d2970746758e2c682bb8a518ec.zip |
Notes
Diffstat (limited to 'textproc/hs-attoparsec-enumerator')
-rw-r--r-- | textproc/hs-attoparsec-enumerator/Makefile | 8 | ||||
-rw-r--r-- | textproc/hs-attoparsec-enumerator/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-attoparsec-enumerator/pkg-descr | 2 |
3 files changed, 4 insertions, 10 deletions
diff --git a/textproc/hs-attoparsec-enumerator/Makefile b/textproc/hs-attoparsec-enumerator/Makefile index 87886216a5f5..ae723758bc31 100644 --- a/textproc/hs-attoparsec-enumerator/Makefile +++ b/textproc/hs-attoparsec-enumerator/Makefile @@ -1,13 +1,7 @@ -# New ports collection makefile for: hs-attoparsec-enumerator -# Date created: March 13, 2011 -# Whom: haskell@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= attoparsec-enumerator -PORTVERSION= 0.3 -PORTREVISION= 2 +PORTVERSION= 0.3.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-attoparsec-enumerator/distinfo b/textproc/hs-attoparsec-enumerator/distinfo index f819b61c5be5..252241cfe23a 100644 --- a/textproc/hs-attoparsec-enumerator/distinfo +++ b/textproc/hs-attoparsec-enumerator/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/attoparsec-enumerator-0.3.tar.gz) = bb70595659c02b8394fa1901b156ee7602b184defcbdff817bc9db5d4366d8e9 -SIZE (cabal/attoparsec-enumerator-0.3.tar.gz) = 2496 +SHA256 (cabal/attoparsec-enumerator-0.3.1.tar.gz) = a78a9f6ade2ae43659243b1a9e925a8c1bc2c05d94e894ca853a32b887880682 +SIZE (cabal/attoparsec-enumerator-0.3.1.tar.gz) = 2498 diff --git a/textproc/hs-attoparsec-enumerator/pkg-descr b/textproc/hs-attoparsec-enumerator/pkg-descr index c85ac9009c0d..bdb70e667e13 100644 --- a/textproc/hs-attoparsec-enumerator/pkg-descr +++ b/textproc/hs-attoparsec-enumerator/pkg-descr @@ -2,4 +2,4 @@ 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/ |