pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-asn1-parse



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 17 00:35:08 UTC 2020

Added Files:
        pkgsrc/devel/hs-asn1-parse: DESCR Makefile buildlink3.mk distinfo

Log Message:
Import asn1-parse-0.9.5

Simple monadic parser for ASN1 stream types, when ASN1 pattern
matching is not convenient.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-asn1-parse/DESCR \
    pkgsrc/devel/hs-asn1-parse/Makefile \
    pkgsrc/devel/hs-asn1-parse/buildlink3.mk \
    pkgsrc/devel/hs-asn1-parse/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-asn1-parse/DESCR
diff -u /dev/null pkgsrc/devel/hs-asn1-parse/DESCR:1.1
--- /dev/null   Fri Jan 17 00:35:08 2020
+++ pkgsrc/devel/hs-asn1-parse/DESCR    Fri Jan 17 00:35:08 2020
@@ -0,0 +1,2 @@
+Simple monadic parser for ASN1 stream types, when ASN1 pattern
+matching is not convenient.
Index: pkgsrc/devel/hs-asn1-parse/Makefile
diff -u /dev/null pkgsrc/devel/hs-asn1-parse/Makefile:1.1
--- /dev/null   Fri Jan 17 00:35:08 2020
+++ pkgsrc/devel/hs-asn1-parse/Makefile Fri Jan 17 00:35:08 2020
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/01/17 00:35:08 pho Exp $
+
+DISTNAME=      asn1-parse-0.9.5
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Simple monadic parser for ASN1 stream types
+LICENSE=       modified-bsd
+
+.include "../../devel/hs-asn1-encoding/buildlink3.mk"
+.include "../../devel/hs-asn1-types/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-asn1-parse/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-asn1-parse/buildlink3.mk:1.1
--- /dev/null   Fri Jan 17 00:35:08 2020
+++ pkgsrc/devel/hs-asn1-parse/buildlink3.mk    Fri Jan 17 00:35:08 2020
@@ -0,0 +1,16 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 00:35:08 pho Exp $
+
+BUILDLINK_TREE+=       hs-asn1-parse
+
+.if !defined(HS_ASN1_PARSE_BUILDLINK3_MK)
+HS_ASN1_PARSE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-asn1-parse+=  hs-asn1-parse>=0.9.5
+BUILDLINK_ABI_DEPENDS.hs-asn1-parse+=  hs-asn1-parse>=0.9.5
+BUILDLINK_PKGSRCDIR.hs-asn1-parse?=    ../../devel/hs-asn1-parse
+
+.include "../../devel/hs-asn1-encoding/buildlink3.mk"
+.include "../../devel/hs-asn1-types/buildlink3.mk"
+.endif # HS_ASN1_PARSE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-asn1-parse
Index: pkgsrc/devel/hs-asn1-parse/distinfo
diff -u /dev/null pkgsrc/devel/hs-asn1-parse/distinfo:1.1
--- /dev/null   Fri Jan 17 00:35:08 2020
+++ pkgsrc/devel/hs-asn1-parse/distinfo Fri Jan 17 00:35:08 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/17 00:35:08 pho Exp $
+
+SHA1 (asn1-parse-0.9.5.tar.gz) = 837fc5b6f5c156625535645128a84d30e2efde57
+RMD160 (asn1-parse-0.9.5.tar.gz) = 0e4039579fa3cdaccfd3133e5ef5a1b8fa4837ef
+SHA512 (asn1-parse-0.9.5.tar.gz) = d352422479a4bb31a6c7ea02fc3da701d1417bb37a9f029636f6e2646530e4bd8a8de65e192b2beaa5b0b115487c45f42252acf05f58e5f513dea4c81be59a7f
+Size (asn1-parse-0.9.5.tar.gz) = 2951 bytes



Home | Main Index | Thread Index | Old Index