A fast parser combinator library, aimed particularly at dealing

efficiently with network protocols and complicated text/binary file
formats.

WWW: http://hackage.haskell.org/package/attoparsec

Obtained from:	FreeBSD Haskell
This commit is contained in:
Gabor Pali 2011-08-13 18:42:01 +00:00
parent 161cdfdab6
commit 690407d24c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279623
5 changed files with 29 additions and 0 deletions

View file

@ -18,6 +18,7 @@ ALUT_port= audio/hs-ALUT
ansi-terminal_port= devel/hs-ansi-terminal
ansi-wl-pprint_port= devel/hs-ansi-wl-pprint
arrows_port= devel/hs-arrows
attoparsec_port= textproc/hs-attoparsec
binary_port= devel/hs-binary
bio_port= science/hs-bio
blaze-builder_port= devel/hs-blaze-builder

View file

@ -232,6 +232,7 @@
SUBDIR += hr-aspell
SUBDIR += hs-Diff
SUBDIR += hs-HaXml
SUBDIR += hs-attoparsec
SUBDIR += hs-bytestring-csv
SUBDIR += hs-case-insensitive
SUBDIR += hs-citeproc-hs

View file

@ -0,0 +1,20 @@
# New ports collection makefile for: hs-attoparsec
# Date created: September 19, 2010
# Whom: haskell@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= attoparsec
PORTVERSION= 0.9.1.1
CATEGORIES= textproc haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Fast combinator parsing for bytestrings
LICENSE= BSD
USE_CABAL= deepseq
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (cabal/attoparsec-0.9.1.1.tar.gz) = cb940184849e16428ce3b04f5a468c7b79aad9ea15b24b06c4f693f96fa273e2
SIZE (cabal/attoparsec-0.9.1.1.tar.gz) = 25602

View file

@ -0,0 +1,5 @@
A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats.
WWW: http://hackage.haskell.org/package/attoparsec