Import of pkgsrc-2015Q1

This commit is contained in:
2015-04-22 14:34:26 +02:00
committed by Lionel Sambuc
parent 9a8c06dafb
commit 4af1cdf7a9
25114 changed files with 870550 additions and 795435 deletions

View File

@@ -0,0 +1,5 @@
A variety of alternative parser combinator libraries, including the
original HuttonMeijer set. The Poly sets have features like good error
reporting, arbitrary token type, running state, lazy parsing, and so on.
Finally, Text.Parse is a proposed replacement for the standard Read class,
for better deserialisation of Haskell values from Strings.

View File

@@ -0,0 +1,13 @@
# $NetBSD: Makefile,v 1.5 2014/12/12 22:55:25 szptvlfn Exp $
DISTNAME= polyparse-1.9
PKGREVISION= 4
CATEGORIES= textproc
MAINTAINER= szptvlfn@NetBSD.org
COMMENT= Variety of alternative parser combinator libraries
LICENSE= gnu-lgpl-v2.1
.include "../../mk/haskell.mk"
.include "../../devel/hs-text/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,70 @@
@comment $NetBSD: PLIST,v 1.1 2014/05/29 22:08:37 szptvlfn Exp $
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/HSpolyparse-${PKGVERSION}.o
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/Parse.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/Parse/ByteString.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijer.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/HuttonMeijerWallace.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Base.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteString.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/ByteStringChar.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lazy.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Lex.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Parser.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Plain.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Result.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/State.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateLazy.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateParser.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/StateText.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/Text/ParserCombinators/Poly/Text.hi
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/libHSpolyparse-${PKGVERSION}.a
lib/polyparse-${PKGVERSION}/${HASKELL_VERSION}/package-description
share/doc/polyparse-${PKGVERSION}/COPYRIGHT
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-Parse-ByteString.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-Parse.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-HuttonMeijer.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-HuttonMeijerWallace.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Base.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-ByteString.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-ByteStringChar.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Lazy.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Lex.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Parser.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Plain.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Result.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-State.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-StateLazy.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-StateParser.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-StateText.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly-Text.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/Text-ParserCombinators-Poly.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/doc-index.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/frames.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/haddock-util.js
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/hslogo-16.png
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/index-frames.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/index.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-Parse-ByteString.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-Parse.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-HuttonMeijer.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-HuttonMeijerWallace.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Base.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-ByteString.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-ByteStringChar.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Lazy.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Lex.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Parser.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Plain.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Result.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-State.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-StateLazy.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-StateParser.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-StateText.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly-Text.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/mini_Text-ParserCombinators-Poly.html
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/minus.gif
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/ocean.css
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/plus.gif
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/polyparse.haddock
${PLIST.doc}share/doc/polyparse-${PKGVERSION}/html/synopsis.png

View File

@@ -0,0 +1,15 @@
# $NetBSD: buildlink3.mk,v 1.5 2014/12/12 22:55:25 szptvlfn Exp $
BUILDLINK_TREE+= hs-polyparse
.if !defined(HS_POLYPARSE_BUILDLINK3_MK)
HS_POLYPARSE_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-polyparse+= hs-polyparse>=1.9
BUILDLINK_ABI_DEPENDS.hs-polyparse+= hs-polyparse>=1.9nb4
BUILDLINK_PKGSRCDIR.hs-polyparse?= ../../textproc/hs-polyparse
.include "../../devel/hs-text/buildlink3.mk"
.endif # HS_POLYPARSE_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-polyparse

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1 2014/05/29 22:08:37 szptvlfn Exp $
SHA1 (polyparse-1.9.tar.gz) = 3eaa42c1f9edbc3802318d463484f9fcbc8c5012
RMD160 (polyparse-1.9.tar.gz) = 07be0c999d94f1f5d914528b40fb3a601788141b
Size (polyparse-1.9.tar.gz) = 22256 bytes