A fast parser combinator library, aimed particularly at dealing

efficiently with network protocols and complicated text/binary file
formats.  This library is basically a translation of the original
attoparsec library to use text instead of bytestrings.

ok jasper@ jim@
This commit is contained in:
kili 2011-09-24 19:03:33 +00:00
parent c8d983ad6c
commit 0af85e1ef4
4 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/09/24 19:03:33 kili Exp $
COMMENT= fast combinator parsing for texts
DISTNAME= attoparsec-text-0.8.5.1
CATEGORIES= textproc
# BSD3
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES= lang/ghc
MODGHC_BUILD = cabal hackage haddock register
RUN_DEPENDS = devel/hs-text \
textproc/hs-attoparsec
BUILD_DEPENDS = ${RUN_DEPENDS}
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (ghc/attoparsec-text-0.8.5.1.tar.gz) = swAUhYf0wzsEfcrvGS+Lhw==
RMD160 (ghc/attoparsec-text-0.8.5.1.tar.gz) = JHVuusfGlMHx7w7CrTCfpQeaWnk=
SHA1 (ghc/attoparsec-text-0.8.5.1.tar.gz) = s2wqv8QLtj4aKo38btgdIaTVGRE=
SHA256 (ghc/attoparsec-text-0.8.5.1.tar.gz) = H8QxIiZmU3drsVe5xv/XQZZRZy9LeOXNphsKJ3H8wMY=
SIZE (ghc/attoparsec-text-0.8.5.1.tar.gz) = 16729

View File

@ -0,0 +1,4 @@
A fast parser combinator library, aimed particularly at dealing
efficiently with network protocols and complicated text/binary file
formats. This library is basically a translation of the original
attoparsec library to use text instead of bytestrings.

View File

@ -0,0 +1,35 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/09/24 19:03:33 kili Exp $
lib/ghc/${DISTNAME}/
lib/ghc/${DISTNAME}/Data/
lib/ghc/${DISTNAME}/Data/Attoparsec/
lib/ghc/${DISTNAME}/Data/Attoparsec/Text/
lib/ghc/${DISTNAME}/Data/Attoparsec/Text.hi
lib/ghc/${DISTNAME}/Data/Attoparsec/Text/FastSet.hi
lib/ghc/${DISTNAME}/Data/Attoparsec/Text/Internal.hi
lib/ghc/${DISTNAME}/Data/Attoparsec/Text/Lazy.hi
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
lib/ghc/${DISTNAME}/register.sh
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
@unexec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/unregister.sh -v0 --force
lib/ghc/${DISTNAME}/unregister.sh
share/doc/hs-${DISTNAME}/
share/doc/hs-${DISTNAME}/LICENSE
share/doc/hs-${DISTNAME}/html/
share/doc/hs-${DISTNAME}/html/Data-Attoparsec-Text-FastSet.html
share/doc/hs-${DISTNAME}/html/Data-Attoparsec-Text-Lazy.html
share/doc/hs-${DISTNAME}/html/Data-Attoparsec-Text.html
share/doc/hs-${DISTNAME}/html/attoparsec-text.haddock
share/doc/hs-${DISTNAME}/html/doc-index.html
share/doc/hs-${DISTNAME}/html/frames.html
share/doc/hs-${DISTNAME}/html/haddock-util.js
share/doc/hs-${DISTNAME}/html/hslogo-16.png
share/doc/hs-${DISTNAME}/html/index-frames.html
share/doc/hs-${DISTNAME}/html/index.html
share/doc/hs-${DISTNAME}/html/mini_Data-Attoparsec-Text-FastSet.html
share/doc/hs-${DISTNAME}/html/mini_Data-Attoparsec-Text-Lazy.html
share/doc/hs-${DISTNAME}/html/mini_Data-Attoparsec-Text.html
share/doc/hs-${DISTNAME}/html/minus.gif
share/doc/hs-${DISTNAME}/html/ocean.css
share/doc/hs-${DISTNAME}/html/plus.gif
share/doc/hs-${DISTNAME}/html/synopsis.png