Received: by mail.netbsd.org (Postfix, from userid 605) id 0462687838; Fri, 24 Jan 2020 17:01:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E14E389E44 for ; Fri, 24 Jan 2020 16:32:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id zis0eg3Iq3um for ; Fri, 24 Jan 2020 16:32:33 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 4F7F587B81 for ; Fri, 24 Jan 2020 16:20:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4D5B5FBF4; Fri, 24 Jan 2020 16:20:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157988284795800" MIME-Version: 1.0 Date: Fri, 24 Jan 2020 16:20:47 +0000 From: "Jaap Boender" Subject: CVS commit: pkgsrc/devel/ocaml-bigarray-compat To: pkgsrc-changes@NetBSD.org Reply-To: jaapb@netbsd.org X-Mailer: log_accum Message-Id: <20200124162047.4D5B5FBF4@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. --_----------=_157988284795800 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jaapb Date: Fri Jan 24 16:20:47 UTC 2020 Added Files: pkgsrc/devel/ocaml-bigarray-compat: DESCR Makefile PLIST buildlink3.mk distinfo Log Message: Added devel/ocaml-bigarray-compat 1.0.0, a bigarray compatibility library To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-bigarray-compat/DESCR \ pkgsrc/devel/ocaml-bigarray-compat/Makefile \ pkgsrc/devel/ocaml-bigarray-compat/PLIST \ pkgsrc/devel/ocaml-bigarray-compat/buildlink3.mk \ pkgsrc/devel/ocaml-bigarray-compat/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157988284795800 Content-Disposition: inline Content-Length: 3510 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/ocaml-bigarray-compat/DESCR diff -u /dev/null pkgsrc/devel/ocaml-bigarray-compat/DESCR:1.1 --- /dev/null Fri Jan 24 16:20:47 2020 +++ pkgsrc/devel/ocaml-bigarray-compat/DESCR Fri Jan 24 16:20:47 2020 @@ -0,0 +1,2 @@ +A library that exposes Stdlib.Bigarray when possible (in OCaml >= 4.07) +but can fallback to Bigarray. Index: pkgsrc/devel/ocaml-bigarray-compat/Makefile diff -u /dev/null pkgsrc/devel/ocaml-bigarray-compat/Makefile:1.1 --- /dev/null Fri Jan 24 16:20:47 2020 +++ pkgsrc/devel/ocaml-bigarray-compat/Makefile Fri Jan 24 16:20:47 2020 @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2020/01/24 16:20:47 jaapb Exp $ + +VERSION= 1.0.0 +GITHUB_PROJECT= bigarray-compat +DISTNAME= ocaml-${GITHUB_PROJECT}-${VERSION} +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_GITHUB:=mirage/} +GITHUB_TAG= v${PKGVERSION_NOREV} + +MAINTAINER= jaapb@NetBSD.org +HOMEPAGE= https://github.com/mirage/bigarray-compat/ +COMMENT= Compatibility package for the BigArray library in OCaml +LICENSE= isc + +OCAML_USE_OPAM= yes +OCAML_USE_DUNE= yes + +.include "../../mk/ocaml.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/ocaml-bigarray-compat/PLIST diff -u /dev/null pkgsrc/devel/ocaml-bigarray-compat/PLIST:1.1 --- /dev/null Fri Jan 24 16:20:47 2020 +++ pkgsrc/devel/ocaml-bigarray-compat/PLIST Fri Jan 24 16:20:47 2020 @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1 2020/01/24 16:20:47 jaapb Exp $ +${OCAML_SITELIB}/bigarray-compat/META +${PLIST.ocaml-opt}${OCAML_SITELIB}/bigarray-compat/bigarray_compat.a +${OCAML_SITELIB}/bigarray-compat/bigarray_compat.cma +${OCAML_SITELIB}/bigarray-compat/bigarray_compat.cmi +${OCAML_SITELIB}/bigarray-compat/bigarray_compat.cmt +${PLIST.ocaml-opt}${OCAML_SITELIB}/bigarray-compat/bigarray_compat.cmx +${PLIST.ocaml-opt}${OCAML_SITELIB}/bigarray-compat/bigarray_compat.cmxa +${PLIST.ocaml-opt}${OCAML_SITELIB}/bigarray-compat/bigarray_compat.cmxs +${OCAML_SITELIB}/bigarray-compat/bigarray_compat.ml +${OCAML_SITELIB}/bigarray-compat/dune-package +${OCAML_SITELIB}/bigarray-compat/opam +share/doc/bigarray-compat/README.md Index: pkgsrc/devel/ocaml-bigarray-compat/buildlink3.mk diff -u /dev/null pkgsrc/devel/ocaml-bigarray-compat/buildlink3.mk:1.1 --- /dev/null Fri Jan 24 16:20:47 2020 +++ pkgsrc/devel/ocaml-bigarray-compat/buildlink3.mk Fri Jan 24 16:20:47 2020 @@ -0,0 +1,12 @@ +# $NetBSD: buildlink3.mk,v 1.1 2020/01/24 16:20:47 jaapb Exp $ + +BUILDLINK_TREE+= ocaml-bigarray-compat + +.if !defined(OCAML_BIGARRAY_COMPAT_BUILDLINK3_MK) +OCAML_BIGARRAY_COMPAT_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.ocaml-bigarray-compat+= ocaml-bigarray-compat>=1.0.0 +BUILDLINK_PKGSRCDIR.ocaml-bigarray-compat?= ../../devel/ocaml-bigarray-compat +.endif # OCAML_BIGARRAY_COMPAT_BUILDLINK3_MK + +BUILDLINK_TREE+= -ocaml-bigarray-compat Index: pkgsrc/devel/ocaml-bigarray-compat/distinfo diff -u /dev/null pkgsrc/devel/ocaml-bigarray-compat/distinfo:1.1 --- /dev/null Fri Jan 24 16:20:47 2020 +++ pkgsrc/devel/ocaml-bigarray-compat/distinfo Fri Jan 24 16:20:47 2020 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2020/01/24 16:20:47 jaapb Exp $ + +SHA1 (ocaml-bigarray-compat-1.0.0.tar.gz) = 707a41889ee659dd1dfa2c64d820b71513a48a52 +RMD160 (ocaml-bigarray-compat-1.0.0.tar.gz) = a2ce35b2596c19244868484fc3835e0001cc5cd3 +SHA512 (ocaml-bigarray-compat-1.0.0.tar.gz) = c365fee15582aca35d7b05268cde29e54774ad7df7be56762b4aad78ca1409d4326ad3b34af0f1cc2c7b872837290a9cd9ff43b47987c03bba7bba32fe8a030f +Size (ocaml-bigarray-compat-1.0.0.tar.gz) = 1385 bytes --_----------=_157988284795800--