Received: by mail.netbsd.org (Postfix, from userid 605) id B576784DC4; Fri, 17 Jan 2020 00:35:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3D3A384DAA for ; Fri, 17 Jan 2020 00:35:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 93jnIYciqf34 for ; Fri, 17 Jan 2020 00:35:08 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A953984D5E for ; Fri, 17 Jan 2020 00:35:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9BD72FBF4; Fri, 17 Jan 2020 00:35:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579221308188580" MIME-Version: 1.0 Date: Fri, 17 Jan 2020 00:35:08 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-asn1-parse To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200117003508.9BD72FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1579221308188580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1579221308188580 Content-Disposition: inline Content-Length: 2348 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1579221308188580--