Received: by mail.netbsd.org (Postfix, from userid 605) id A001284FC8; Fri, 11 Nov 2022 10:29:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CFF6684ED5 for ; Fri, 11 Nov 2022 10:29:11 +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 Vd2oHJ-OarVh for ; Fri, 11 Nov 2022 10:29:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2810D84D13 for ; Fri, 11 Nov 2022 10:29:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C256FA90; Fri, 11 Nov 2022 10:29:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166816255148070" MIME-Version: 1.0 Date: Fri, 11 Nov 2022 10:29:11 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/camlp-streams To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20221111102911.1C256FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166816255148070 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Fri Nov 11 10:29:11 UTC 2022 Added Files: pkgsrc/devel/camlp-streams: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Added new package camlp-streams, streaming parser libraries for OCaml. It's needed as a dependency for the new versions of camlp5 and ocaml-lablgtk. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/camlp-streams/DESCR \ pkgsrc/devel/camlp-streams/Makefile pkgsrc/devel/camlp-streams/PLIST \ pkgsrc/devel/camlp-streams/buildlink3.mk \ pkgsrc/devel/camlp-streams/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166816255148070 Content-Disposition: inline Content-Length: 3723 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/camlp-streams/DESCR diff -u /dev/null pkgsrc/devel/camlp-streams/DESCR:1.1 --- /dev/null Fri Nov 11 10:29:11 2022 +++ pkgsrc/devel/camlp-streams/DESCR Fri Nov 11 10:29:10 2022 @@ -0,0 +1,5 @@ +The camlp-streams package provides two library modules: +- Stream: imperative streams, with in-place update and memoization of + the latest element produced. +- Genlex: a small parameterized lexical analyzer producing streams of + tokens from streams of characters. Index: pkgsrc/devel/camlp-streams/Makefile diff -u /dev/null pkgsrc/devel/camlp-streams/Makefile:1.1 --- /dev/null Fri Nov 11 10:29:11 2022 +++ pkgsrc/devel/camlp-streams/Makefile Fri Nov 11 10:29:10 2022 @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1 2022/11/11 10:29:10 jaapb Exp $ + +GITHUB_TAG= v${PKGVERSION_NOREV} +DISTNAME= camlp-streams-5.0.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=ocaml/} + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= https://github.com/ocaml/camlp-streams/ +COMMENT= Ocaml stream parsing libraries for use with Camlp5 +LICENSE= gnu-lgpl-v2.1 + +USE_LANGUAGES= c +OCAML_USE_DUNE= yes + +.include "../../lang/ocaml/ocaml.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/camlp-streams/PLIST diff -u /dev/null pkgsrc/devel/camlp-streams/PLIST:1.1 --- /dev/null Fri Nov 11 10:29:11 2022 +++ pkgsrc/devel/camlp-streams/PLIST Fri Nov 11 10:29:10 2022 @@ -0,0 +1,23 @@ +@comment $NetBSD: PLIST,v 1.1 2022/11/11 10:29:10 jaapb Exp $ +${OCAML_SITELIB}/camlp-streams/META +${PLIST.ocaml-opt}${OCAML_SITELIB}/camlp-streams/camlp_streams.a +${OCAML_SITELIB}/camlp-streams/camlp_streams.cma +${PLIST.ocaml-opt}${OCAML_SITELIB}/camlp-streams/camlp_streams.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/camlp-streams/camlp_streams.cmxs +${OCAML_SITELIB}/camlp-streams/dune-package +${OCAML_SITELIB}/camlp-streams/genlex.cmi +${OCAML_SITELIB}/camlp-streams/genlex.cmt +${OCAML_SITELIB}/camlp-streams/genlex.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/camlp-streams/genlex.cmx +${OCAML_SITELIB}/camlp-streams/genlex.ml +${OCAML_SITELIB}/camlp-streams/genlex.mli +${OCAML_SITELIB}/camlp-streams/opam +${OCAML_SITELIB}/camlp-streams/stream.cmi +${OCAML_SITELIB}/camlp-streams/stream.cmt +${OCAML_SITELIB}/camlp-streams/stream.cmti +${PLIST.ocaml-opt}${OCAML_SITELIB}/camlp-streams/stream.cmx +${OCAML_SITELIB}/camlp-streams/stream.ml +${OCAML_SITELIB}/camlp-streams/stream.mli +share/doc/camlp-streams/CHANGES.md +share/doc/camlp-streams/LICENSE +share/doc/camlp-streams/README.md Index: pkgsrc/devel/camlp-streams/buildlink3.mk diff -u /dev/null pkgsrc/devel/camlp-streams/buildlink3.mk:1.1 --- /dev/null Fri Nov 11 10:29:11 2022 +++ pkgsrc/devel/camlp-streams/buildlink3.mk Fri Nov 11 10:29:10 2022 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2022/11/11 10:29:10 jaapb Exp $ + +BUILDLINK_TREE+= camlp-streams + +.if !defined(CAMLP_STREAMS_BUILDLINK3_MK) +CAMLP_STREAMS_BUILDLINK3_MK:= + + +BUILDLINK_API_DEPENDS.camlp-streams+= camlp-streams>=5.0.1 +BUILDLINK_PKGSRCDIR.camlp-streams?= ../../devel/camlp-streams +.endif # CAMLP_STREAMS_BUILDLINK3_MK + +BUILDLINK_TREE+= -camlp-streams Index: pkgsrc/devel/camlp-streams/distinfo diff -u /dev/null pkgsrc/devel/camlp-streams/distinfo:1.1 --- /dev/null Fri Nov 11 10:29:11 2022 +++ pkgsrc/devel/camlp-streams/distinfo Fri Nov 11 10:29:10 2022 @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2022/11/11 10:29:10 jaapb Exp $ + +BLAKE2s (camlp-streams-5.0.1.tar.gz) = 498dac6f8dc6f3d97c7207265be21f5d790db4e4ca9ff191a58027e713c4cb83 +SHA512 (camlp-streams-5.0.1.tar.gz) = 2efa8dd4a636217c8d49bac1e4e7e5558fc2f45cfea66514140a59fd99dd08d61fb9f1e17804997ff648b71b13820a5d4a1eb70fed9d848aa2abd6e41f853c86 +Size (camlp-streams-5.0.1.tar.gz) = 17392 bytes --_----------=_166816255148070--