import hs-attoparsec-enumerator 0.2.0.3
Convert an Attoparsec parser into an iteratee. ok kili@
This commit is contained in:
parent
93d7c1b9ac
commit
bef055686c
24
textproc/hs-attoparsec-enumerator/Makefile
Normal file
24
textproc/hs-attoparsec-enumerator/Makefile
Normal file
@ -0,0 +1,24 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/08 16:22:56 jasper Exp $
|
||||
|
||||
COMMENT= convert an Attoparsec parser into an iteratee
|
||||
|
||||
DISTNAME= attoparsec-enumerator-0.2.0.3
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
|
||||
# MIT
|
||||
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-enumerator \
|
||||
textproc/hs-attoparsec
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
5
textproc/hs-attoparsec-enumerator/distinfo
Normal file
5
textproc/hs-attoparsec-enumerator/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (attoparsec-enumerator-0.2.0.3.tar.gz) = OTlWd/g6tuVA2JuyhbQjEw==
|
||||
RMD160 (attoparsec-enumerator-0.2.0.3.tar.gz) = gvJ1gwbm9GhUG8V1xy+fwPvOqyg=
|
||||
SHA1 (attoparsec-enumerator-0.2.0.3.tar.gz) = 9DJyYSAxqCI4I57I9IpiIU0NGwM=
|
||||
SHA256 (attoparsec-enumerator-0.2.0.3.tar.gz) = m3RBqLrAv396YGjwy06beXrTI/GTifbTCcAuGTBnaQs=
|
||||
SIZE (attoparsec-enumerator-0.2.0.3.tar.gz) = 2021
|
1
textproc/hs-attoparsec-enumerator/pkg/DESCR
Normal file
1
textproc/hs-attoparsec-enumerator/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Convert an Attoparsec parser into an iteratee.
|
26
textproc/hs-attoparsec-enumerator/pkg/PLIST
Normal file
26
textproc/hs-attoparsec-enumerator/pkg/PLIST
Normal file
@ -0,0 +1,26 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/12/08 16:22:56 jasper Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Attoparsec/
|
||||
lib/ghc/${DISTNAME}/Data/Attoparsec/Enumerator.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}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Data-Attoparsec-Enumerator.html
|
||||
share/doc/hs-${DISTNAME}/html/attoparsec-enumerator.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/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Attoparsec-Enumerator.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/license.txt
|
Loading…
Reference in New Issue
Block a user