pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-base_bigstring



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Mon Mar 25 09:24:16 UTC 2019

Added Files:
        pkgsrc/devel/ocaml-base_bigstring: DESCR Makefile PLIST buildlink3.mk
            distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ocaml-base_bigstring/DESCR \
    pkgsrc/devel/ocaml-base_bigstring/Makefile \
    pkgsrc/devel/ocaml-base_bigstring/PLIST \
    pkgsrc/devel/ocaml-base_bigstring/buildlink3.mk \
    pkgsrc/devel/ocaml-base_bigstring/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/ocaml-base_bigstring/DESCR
diff -u /dev/null pkgsrc/devel/ocaml-base_bigstring/DESCR:1.1
--- /dev/null   Mon Mar 25 09:24:16 2019
+++ pkgsrc/devel/ocaml-base_bigstring/DESCR     Mon Mar 25 09:24:16 2019
@@ -0,0 +1 @@
+String type based on Bigarray, for use in I/O and C-bindings.
Index: pkgsrc/devel/ocaml-base_bigstring/Makefile
diff -u /dev/null pkgsrc/devel/ocaml-base_bigstring/Makefile:1.1
--- /dev/null   Mon Mar 25 09:24:16 2019
+++ pkgsrc/devel/ocaml-base_bigstring/Makefile  Mon Mar 25 09:24:16 2019
@@ -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"
Index: pkgsrc/devel/ocaml-base_bigstring/PLIST
diff -u /dev/null pkgsrc/devel/ocaml-base_bigstring/PLIST:1.1
--- /dev/null   Mon Mar 25 09:24:16 2019
+++ pkgsrc/devel/ocaml-base_bigstring/PLIST     Mon Mar 25 09:24:16 2019
@@ -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
Index: pkgsrc/devel/ocaml-base_bigstring/buildlink3.mk
diff -u /dev/null pkgsrc/devel/ocaml-base_bigstring/buildlink3.mk:1.1
--- /dev/null   Mon Mar 25 09:24:16 2019
+++ pkgsrc/devel/ocaml-base_bigstring/buildlink3.mk     Mon Mar 25 09:24:16 2019
@@ -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
Index: pkgsrc/devel/ocaml-base_bigstring/distinfo
diff -u /dev/null pkgsrc/devel/ocaml-base_bigstring/distinfo:1.1
--- /dev/null   Mon Mar 25 09:24:16 2019
+++ pkgsrc/devel/ocaml-base_bigstring/distinfo  Mon Mar 25 09:24:16 2019
@@ -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