pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/ocaml-base_bigstring Added devel/ocaml-base_bigs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5946678ff1e1
branches:  trunk
changeset: 321576:5946678ff1e1
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon Mar 25 09:24:16 2019 +0000

description:
Added devel/ocaml-base_bigstring, string type based on Bigarray

diffstat:

 devel/ocaml-base_bigstring/DESCR         |   1 +
 devel/ocaml-base_bigstring/Makefile      |  21 +++++++++++++++++++++
 devel/ocaml-base_bigstring/PLIST         |  18 ++++++++++++++++++
 devel/ocaml-base_bigstring/buildlink3.mk |  13 +++++++++++++
 devel/ocaml-base_bigstring/distinfo      |   6 ++++++
 5 files changed, 59 insertions(+), 0 deletions(-)

diffs (79 lines):

diff -r 25f85fc25e7a -r 5946678ff1e1 devel/ocaml-base_bigstring/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-base_bigstring/DESCR  Mon Mar 25 09:24:16 2019 +0000
@@ -0,0 +1,1 @@
+String type based on Bigarray, for use in I/O and C-bindings.
diff -r 25f85fc25e7a -r 5946678ff1e1 devel/ocaml-base_bigstring/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-base_bigstring/Makefile       Mon Mar 25 09:24:16 2019 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2019/03/25 09:24:16 jaapb Exp $
+
+GITHUB_PROJECT=        base_bigstring
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+DISTNAME=      ${GITHUB_PROJECT}-0.12.0
+PKGNAME=       ocaml-${DISTNAME}
+CATEGORIES=    devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=janestreet/}
+
+MAINTAINER=    jaapb%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/janestreet/base_bigstring/
+COMMENT=       OCaml string type based on Bigarray, for use in I/O and C bindings
+LICENSE=       mit
+
+USE_LANGUAGES= # none
+OCAML_USE_DUNE=        yes
+
+.include "../../devel/ocaml-base/buildlink3.mk"
+.include "../../devel/ocaml-ppx_jane/buildlink3.mk"
+.include "../../mk/ocaml.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 25f85fc25e7a -r 5946678ff1e1 devel/ocaml-base_bigstring/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-base_bigstring/PLIST  Mon Mar 25 09:24:16 2019 +0000
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/25 09:24:16 jaapb Exp $
+${OCAML_SITELIB}/base_bigstring/META
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_bigstring/base_bigstring.a
+${OCAML_SITELIB}/base_bigstring/base_bigstring.cma
+${OCAML_SITELIB}/base_bigstring/base_bigstring.cmi
+${OCAML_SITELIB}/base_bigstring/base_bigstring.cmt
+${OCAML_SITELIB}/base_bigstring/base_bigstring.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_bigstring/base_bigstring.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_bigstring/base_bigstring.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/base_bigstring/base_bigstring.cmxs
+${OCAML_SITELIB}/base_bigstring/base_bigstring.ml
+${OCAML_SITELIB}/base_bigstring/base_bigstring.mli
+${OCAML_SITELIB}/base_bigstring/dune-package
+${OCAML_SITELIB}/base_bigstring/libbase_bigstring_stubs.a
+${OCAML_SITELIB}/base_bigstring/opam
+${OCAML_SITELIB}/base_bigstring/runtime.js
+${OCAML_SITELIB}/stublibs/dllbase_bigstring_stubs.so
+share/doc/base_bigstring/LICENSE.md
diff -r 25f85fc25e7a -r 5946678ff1e1 devel/ocaml-base_bigstring/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-base_bigstring/buildlink3.mk  Mon Mar 25 09:24:16 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/03/25 09:24:16 jaapb Exp $
+
+BUILDLINK_TREE+=       ocaml-base_bigstring
+
+.if !defined(OCAML_BASE_BIGSTRING_BUILDLINK3_MK)
+OCAML_BASE_BIGSTRING_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.ocaml-base_bigstring+=   ocaml-base_bigstring>=0.12.0
+BUILDLINK_PKGSRCDIR.ocaml-base_bigstring?=     ../../devel/ocaml-base_bigstring
+
+.endif # OCAML_BASE_BIGSTRING_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -ocaml-base_bigstring
diff -r 25f85fc25e7a -r 5946678ff1e1 devel/ocaml-base_bigstring/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ocaml-base_bigstring/distinfo       Mon Mar 25 09:24:16 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/25 09:24:16 jaapb Exp $
+
+SHA1 (base_bigstring-0.12.0.tar.gz) = a83dfe92e72e5ee07d9e778ce1686e217eded062
+RMD160 (base_bigstring-0.12.0.tar.gz) = a889396219825bd5e4b7d912a3646b970b075f29
+SHA512 (base_bigstring-0.12.0.tar.gz) = 8648279c20f81ba8a11686f38d43a2fdc8ba611860e62fa1bb05f583a4ba80900e86e9d4bfaf76c3120be22cb5f42c495077750bf3750a32dbbc013130aad239
+Size (base_bigstring-0.12.0.tar.gz) = 12892 bytes



Home | Main Index | Thread Index | Old Index