pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-parser-combinators



Module Name:    pkgsrc
Committed By:   pho
Date:           Sun Jan 19 14:41:55 UTC 2020

Added Files:
        pkgsrc/devel/hs-parser-combinators: DESCR Makefile buildlink3.mk
            distinfo

Log Message:
Import parser-combinators-1.2.1

Lightweight package providing commonly useful parser combinators.


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

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

Added files:

Index: pkgsrc/devel/hs-parser-combinators/DESCR
diff -u /dev/null pkgsrc/devel/hs-parser-combinators/DESCR:1.1
--- /dev/null   Sun Jan 19 14:41:55 2020
+++ pkgsrc/devel/hs-parser-combinators/DESCR    Sun Jan 19 14:41:55 2020
@@ -0,0 +1 @@
+Lightweight package providing commonly useful parser combinators.
Index: pkgsrc/devel/hs-parser-combinators/Makefile
diff -u /dev/null pkgsrc/devel/hs-parser-combinators/Makefile:1.1
--- /dev/null   Sun Jan 19 14:41:55 2020
+++ pkgsrc/devel/hs-parser-combinators/Makefile Sun Jan 19 14:41:55 2020
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2020/01/19 14:41:55 pho Exp $
+
+DISTNAME=      parser-combinators-1.2.1
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Commonly useful parser combinators
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-parser-combinators/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-parser-combinators/buildlink3.mk:1.1
--- /dev/null   Sun Jan 19 14:41:55 2020
+++ pkgsrc/devel/hs-parser-combinators/buildlink3.mk    Sun Jan 19 14:41:55 2020
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/19 14:41:55 pho Exp $
+
+BUILDLINK_TREE+=       hs-parser-combinators
+
+.if !defined(HS_PARSER_COMBINATORS_BUILDLINK3_MK)
+HS_PARSER_COMBINATORS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-parser-combinators+=  hs-parser-combinators>=1.2.1
+BUILDLINK_ABI_DEPENDS.hs-parser-combinators+=  hs-parser-combinators>=1.2.1
+BUILDLINK_PKGSRCDIR.hs-parser-combinators?=    ../../devel/hs-parser-combinators
+.endif # HS_PARSER_COMBINATORS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-parser-combinators
Index: pkgsrc/devel/hs-parser-combinators/distinfo
diff -u /dev/null pkgsrc/devel/hs-parser-combinators/distinfo:1.1
--- /dev/null   Sun Jan 19 14:41:55 2020
+++ pkgsrc/devel/hs-parser-combinators/distinfo Sun Jan 19 14:41:55 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/19 14:41:55 pho Exp $
+
+SHA1 (parser-combinators-1.2.1.tar.gz) = 64e1ba84b1c626b1416e02c6b73c6b952e97f4aa
+RMD160 (parser-combinators-1.2.1.tar.gz) = 2750598691a6e2408393fae30aabe761c1e303fb
+SHA512 (parser-combinators-1.2.1.tar.gz) = f40df30e60713909cab46473c04889842da2a6326b1c3d78e2cf40ca60687a3e96a5f3c6fca665d1a5e1da9add382cc35cbd331cb6c9afe8580ce7d18fe4dc8a
+Size (parser-combinators-1.2.1.tar.gz) = 10915 bytes



Home | Main Index | Thread Index | Old Index