pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/hs-megaparsec



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Jan 19 15:01:24 UTC 2020

Added Files:
        pkgsrc/textproc/hs-megaparsec: DESCR Makefile buildlink3.mk distinfo

Log Message:
Import megaparsec-8.0.0

This is an industrial-strength monadic parser combinator
library. Megaparsec is a feature-rich package that tries to find a
nice balance between speed, flexibility, and quality of parse errors.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-megaparsec/DESCR \
    pkgsrc/textproc/hs-megaparsec/Makefile \
    pkgsrc/textproc/hs-megaparsec/buildlink3.mk \
    pkgsrc/textproc/hs-megaparsec/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/textproc/hs-megaparsec/DESCR
diff -u /dev/null pkgsrc/textproc/hs-megaparsec/DESCR:1.1
--- /dev/null   Sun Jan 19 15:01:24 2020
+++ pkgsrc/textproc/hs-megaparsec/DESCR Sun Jan 19 15:01:24 2020
@@ -0,0 +1,3 @@
+This is an industrial-strength monadic parser combinator
+library. Megaparsec is a feature-rich package that tries to find a
+nice balance between speed, flexibility, and quality of parse errors.
Index: pkgsrc/textproc/hs-megaparsec/Makefile
diff -u /dev/null pkgsrc/textproc/hs-megaparsec/Makefile:1.1
--- /dev/null   Sun Jan 19 15:01:24 2020
+++ pkgsrc/textproc/hs-megaparsec/Makefile      Sun Jan 19 15:01:24 2020
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 15:01:24 pho Exp $
+
+DISTNAME=      megaparsec-8.0.0
+CATEGORIES=    textproc
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Monadic parser combinators
+LICENSE=       modified-bsd
+
+.include "../../textproc/hs-case-insensitive/buildlink3.mk"
+.include "../../devel/hs-parser-combinators/buildlink3.mk"
+.include "../../math/hs-scientific/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/textproc/hs-megaparsec/buildlink3.mk
diff -u /dev/null pkgsrc/textproc/hs-megaparsec/buildlink3.mk:1.1
--- /dev/null   Sun Jan 19 15:01:24 2020
+++ pkgsrc/textproc/hs-megaparsec/buildlink3.mk Sun Jan 19 15:01:24 2020
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 15:01:24 pho Exp $
+
+BUILDLINK_TREE+=       hs-megaparsec
+
+.if !defined(HS_MEGAPARSEC_BUILDLINK3_MK)
+HS_MEGAPARSEC_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-megaparsec+=  hs-megaparsec>=8.0.0
+BUILDLINK_ABI_DEPENDS.hs-megaparsec+=  hs-megaparsec>=8.0.0
+BUILDLINK_PKGSRCDIR.hs-megaparsec?=    ../../textproc/hs-megaparsec
+
+.include "../../textproc/hs-case-insensitive/buildlink3.mk"
+.include "../../devel/hs-parser-combinators/buildlink3.mk"
+.include "../../math/hs-scientific/buildlink3.mk"
+.endif # HS_MEGAPARSEC_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-megaparsec
Index: pkgsrc/textproc/hs-megaparsec/distinfo
diff -u /dev/null pkgsrc/textproc/hs-megaparsec/distinfo:1.1
--- /dev/null   Sun Jan 19 15:01:24 2020
+++ pkgsrc/textproc/hs-megaparsec/distinfo      Sun Jan 19 15:01:24 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 15:01:24 pho Exp $
+
+SHA1 (megaparsec-8.0.0.tar.gz) = d4f94c665d3982535712172145241e153dd6cb18
+RMD160 (megaparsec-8.0.0.tar.gz) = 261302a0c7b6ce7a0f9c4324b82cb27fb5f6ab05
+SHA512 (megaparsec-8.0.0.tar.gz) = ab550a99548da2739a70cc4bdb3313085b3179c58d19a84d30744d89fe2d7556b9b552d4ad7b177b18f9f5821daa5417c2b9267eadd9eb537132666c151513c3
+Size (megaparsec-8.0.0.tar.gz) = 59692 bytes



Home | Main Index | Thread Index | Old Index