mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
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
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
20
textproc/hs-attoparsec/Makefile
Normal file
20
textproc/hs-attoparsec/Makefile
Normal 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>
|
2
textproc/hs-attoparsec/distinfo
Normal file
2
textproc/hs-attoparsec/distinfo
Normal 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
|
5
textproc/hs-attoparsec/pkg-descr
Normal file
5
textproc/hs-attoparsec/pkg-descr
Normal 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
|
Loading…
Add table
Reference in a new issue