pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-asn1-parse Import asn1-parse-0.9.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba695a8f04ee
branches:  trunk
changeset: 421651:ba695a8f04ee
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Jan 17 00:35:08 2020 +0000

description:
Import asn1-parse-0.9.5

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

diffstat:

 devel/hs-asn1-parse/DESCR         |   2 ++
 devel/hs-asn1-parse/Makefile      |  13 +++++++++++++
 devel/hs-asn1-parse/buildlink3.mk |  16 ++++++++++++++++
 devel/hs-asn1-parse/distinfo      |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r ccc4c9ba1d96 -r ba695a8f04ee devel/hs-asn1-parse/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-asn1-parse/DESCR Fri Jan 17 00:35:08 2020 +0000
@@ -0,0 +1,2 @@
+Simple monadic parser for ASN1 stream types, when ASN1 pattern
+matching is not convenient.
diff -r ccc4c9ba1d96 -r ba695a8f04ee devel/hs-asn1-parse/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-asn1-parse/Makefile      Fri Jan 17 00:35:08 2020 +0000
@@ -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"
diff -r ccc4c9ba1d96 -r ba695a8f04ee devel/hs-asn1-parse/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-asn1-parse/buildlink3.mk Fri Jan 17 00:35:08 2020 +0000
@@ -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
diff -r ccc4c9ba1d96 -r ba695a8f04ee devel/hs-asn1-parse/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-asn1-parse/distinfo      Fri Jan 17 00:35:08 2020 +0000
@@ -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