pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/js_of_ocaml



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Fri Dec 11 07:53:44 UTC 2020

Modified Files:
        pkgsrc/devel/js_of_ocaml: Makefile PLIST buildlink3.mk distinfo

Log Message:
Updated devel/js_of_ocaml to 3.8.0

Changes are minor and incremental, but do include support for OCaml
4.11 and 4.12.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/js_of_ocaml/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/js_of_ocaml/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/js_of_ocaml/buildlink3.mk
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/js_of_ocaml/distinfo

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

Modified files:

Index: pkgsrc/devel/js_of_ocaml/Makefile
diff -u pkgsrc/devel/js_of_ocaml/Makefile:1.36 pkgsrc/devel/js_of_ocaml/Makefile:1.37
--- pkgsrc/devel/js_of_ocaml/Makefile:1.36      Sun Jan 26 17:30:58 2020
+++ pkgsrc/devel/js_of_ocaml/Makefile   Fri Dec 11 07:53:44 2020
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2020/01/26 17:30:58 rillig Exp $
+# $NetBSD: Makefile,v 1.37 2020/12/11 07:53:44 jaapb Exp $
 #
 
 GITHUB_PROJECT=        js_of_ocaml
-DISTNAME=      ${GITHUB_PROJECT}-3.5.2
+DISTNAME=      ${GITHUB_PROJECT}-3.8.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ocsigen/}
 
@@ -24,8 +24,10 @@ DUNE_BUILD_PACKAGES= js_of_ocaml-compile
                        js_of_ocaml-lwt
 
 .include "options.mk"
+.include "../../devel/menhir/buildlink3.mk"
 .include "../../devel/ocamlbuild/buildlink3.mk"
 .include "../../devel/ocaml-cppo/buildlink3.mk"
+.include "../../devel/ocaml-dune-configurator/buildlink3.mk"
 .include "../../devel/ocaml-lwt/buildlink3.mk"
 .include "../../devel/ocaml-lwt_log/buildlink3.mk"
 .include "../../devel/ocaml-migrate-parsetree/buildlink3.mk"

Index: pkgsrc/devel/js_of_ocaml/PLIST
diff -u pkgsrc/devel/js_of_ocaml/PLIST:1.24 pkgsrc/devel/js_of_ocaml/PLIST:1.25
--- pkgsrc/devel/js_of_ocaml/PLIST:1.24 Tue Jan 14 20:56:09 2020
+++ pkgsrc/devel/js_of_ocaml/PLIST      Fri Dec 11 07:53:44 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2020/01/14 20:56:09 jaapb Exp $
+@comment $NetBSD: PLIST,v 1.25 2020/12/11 07:53:44 jaapb Exp $
 bin/js_of_ocaml
 bin/jsoo_fs
 bin/jsoo_link
@@ -10,13 +10,15 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/an
 ${OCAML_SITELIB}/js_of_ocaml-compiler/annot_parser.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/base64.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/base64.mli
-${OCAML_SITELIB}/js_of_ocaml-compiler/build_path_prefix_map.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/build_path_prefix_map.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/bigarray.js
-${OCAML_SITELIB}/js_of_ocaml-compiler/bigstring.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/bigstring-base_bigstring.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/bigstring-core_kernel.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/bigstring-cstruct.js
+${OCAML_SITELIB}/js_of_ocaml-compiler/bigstring.js
+${OCAML_SITELIB}/js_of_ocaml-compiler/build_path_prefix_map.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/build_path_prefix_map.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/builtins.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/builtins.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/code.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/code.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/compiler_version.ml
@@ -36,8 +38,6 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/du
 ${OCAML_SITELIB}/js_of_ocaml-compiler/dynlink.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/eval.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/eval.mli
-${OCAML_SITELIB}/js_of_ocaml-compiler/findlib.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/findlib.mli
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.a
 ${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cma
 ${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cmi
@@ -48,6 +48,8 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.cmxs
 ${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/findlib-support/jsoo_findlib_support.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/findlib.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/findlib.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/flow.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/flow.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/freevars.ml
@@ -101,6 +103,10 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Build_path_prefix_map.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Build_path_prefix_map.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Build_path_prefix_map.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Builtins.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Builtins.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Builtins.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Builtins.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Code.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Code.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Code.cmti
@@ -252,10 +258,10 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Primitive.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Primitive.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Primitive.cmx
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__PseudoFs.cmi
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__PseudoFs.cmt
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__PseudoFs.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__PseudoFs.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pseudo_fs.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pseudo_fs.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pseudo_fs.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pseudo_fs.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pure_fun.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pure_fun.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Pure_fun.cmti
@@ -299,10 +305,10 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Timer.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Timer.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Timer.cmx
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__VarPrinter.cmi
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__VarPrinter.cmt
-${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__VarPrinter.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__VarPrinter.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Var_printer.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Var_printer.cmt
+${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Var_printer.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Var_printer.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Vlq64.cmi
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Vlq64.cmt
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_of_ocaml_compiler__Vlq64.cmti
@@ -319,21 +325,20 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/js_traverse.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/jslib.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/jslib_js_of_ocaml.js
-${OCAML_SITELIB}/js_of_ocaml-compiler/json2.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/lexing.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/link_js.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/link_js.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/linker.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/linker.mli
-${OCAML_SITELIB}/js_of_ocaml-compiler/magic_number.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/magic_number.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/macro.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/macro.mli
-${OCAML_SITELIB}/js_of_ocaml-compiler/mlvalue.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/mlvalue.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/magic_number.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/magic_number.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/marshal.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/md5.js
-${OCAML_SITELIB}/js_of_ocaml-compiler/mlString.js
+${OCAML_SITELIB}/js_of_ocaml-compiler/mlBytes.js
+${OCAML_SITELIB}/js_of_ocaml-compiler/mlvalue.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/mlvalue.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/nat.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/ocaml_compiler.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/ocaml_compiler.mli
@@ -353,13 +358,29 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/pr
 ${OCAML_SITELIB}/js_of_ocaml-compiler/pretty_print.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/primitive.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/primitive.mli
-${OCAML_SITELIB}/js_of_ocaml-compiler/pseudoFs.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/pseudoFs.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/pseudo_fs.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/pseudo_fs.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/pure_fun.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/pure_fun.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/reserved.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/reserved.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/runtime.js
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/files.ml
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.a
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cma
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.cmxs
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.cmx
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__Files.cmi
+${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__Files.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-compiler/runtime/jsoo_runtime__Files.cmx
 ${OCAML_SITELIB}/js_of_ocaml-compiler/source_map.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/source_map.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/source_map_io.ml
@@ -380,8 +401,8 @@ ${OCAML_SITELIB}/js_of_ocaml-compiler/ti
 ${OCAML_SITELIB}/js_of_ocaml-compiler/timer.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/toplevel.js
 ${OCAML_SITELIB}/js_of_ocaml-compiler/unix.js
-${OCAML_SITELIB}/js_of_ocaml-compiler/varPrinter.ml
-${OCAML_SITELIB}/js_of_ocaml-compiler/varPrinter.mli
+${OCAML_SITELIB}/js_of_ocaml-compiler/var_printer.ml
+${OCAML_SITELIB}/js_of_ocaml-compiler/var_printer.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/vlq64.ml
 ${OCAML_SITELIB}/js_of_ocaml-compiler/vlq64.mli
 ${OCAML_SITELIB}/js_of_ocaml-compiler/weak.js
@@ -466,28 +487,38 @@ ${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/
 ${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/ocamlbuild_js_of_ocaml.mli
 ${OCAML_SITELIB}/js_of_ocaml-ocamlbuild/opam
 ${OCAML_SITELIB}/js_of_ocaml-ppx/META
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.a
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.cma
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.cmi
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.cmt
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.cmxs
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.ml
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js.mli
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js__.cmi
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js__.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js__.cmx
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js__.ml
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js__Ppx_js_internal.cmi
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js__Ppx_js_internal.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js__Ppx_js_internal.cmx
+${OCAML_SITELIB}/js_of_ocaml-ppx/as-lib/ppx_js_internal.ml
 ${OCAML_SITELIB}/js_of_ocaml-ppx/dune-package
 ${OCAML_SITELIB}/js_of_ocaml-ppx/opam
 ${OCAML_SITELIB}/js_of_ocaml-ppx/ppx.exe
 ${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.a
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cma
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmi
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmt
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmti
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmx
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmxa
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.cmxs
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.ml
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js.mli
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__.cmi
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__.cmx
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__.ml
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Ppx_js_internal.cmi
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Ppx_js_internal.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js__Ppx_js_internal.cmx
-${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_internal.ml
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_rewriter.a
+${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_rewriter.cma
+${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_rewriter.cmi
+${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_rewriter.cmt
+${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_rewriter.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_rewriter.cmx
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_rewriter.cmxa
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_rewriter.cmxs
+${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_rewriter.ml
+${OCAML_SITELIB}/js_of_ocaml-ppx/ppx_js_rewriter.mli
 ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/META
 ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/dune-package
 ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/opam
@@ -495,10 +526,10 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of
 ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cma
 ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmi
 ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmt
+${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmx
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmxa
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmxs
-${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.cmti
 ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.ml
 ${OCAML_SITELIB}/js_of_ocaml-ppx_deriving_json/ppx_deriving_json.mli
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/META
@@ -514,23 +545,23 @@ ${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml.ml
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__.cmi
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__.cmt
-${PLIST.ocaml-opt}${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__.cmx
+${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__.cmx
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__.ml
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Import.cmi
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Import.cmt
-${PLIST.ocaml-opt}${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Import.cmx
+${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Import.cmx
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast.cmi
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast.cmt
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast.cmti
-${PLIST.ocaml-opt}${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast.cmx
+${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast.cmx
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast_sigs.cmi
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast_sigs.cmt
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast_sigs.cmti
-${PLIST.ocaml-opt}${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast_sigs.cmx
+${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_cast_sigs.cmx
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_js.cmi
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_js.cmt
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_js.cmti
-${PLIST.ocaml-opt}${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_js.cmx
+${PLIST.tyxml}${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml-tyxml/js_of_ocaml_tyxml__Tyxml_js.cmx
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/opam
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.ml
 ${PLIST.tyxml}${OCAML_SITELIB}/js_of_ocaml-tyxml/tyxml_cast.mli
@@ -547,16 +578,16 @@ ${OCAML_SITELIB}/js_of_ocaml/deriving/de
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json.cmx
 ${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json.ml
 ${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json.mli
+${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_import.cmi
+${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_import.cmt
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_import.cmx
+${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_import.ml
 ${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.cmi
 ${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.cmt
 ${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.cmti
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.cmx
 ${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.ml
 ${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_lexer.mli
-${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_import.cmi
-${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_import.cmt
-${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_import.cmx
-${OCAML_SITELIB}/js_of_ocaml/deriving/deriving_Json_import.ml
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/js_of_ocaml_deriving.a
 ${OCAML_SITELIB}/js_of_ocaml/deriving/js_of_ocaml_deriving.cma
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/deriving/js_of_ocaml_deriving.cmxa
@@ -581,6 +612,8 @@ ${OCAML_SITELIB}/js_of_ocaml/form.mli
 ${OCAML_SITELIB}/js_of_ocaml/geolocation.ml
 ${OCAML_SITELIB}/js_of_ocaml/geolocation.mli
 ${OCAML_SITELIB}/js_of_ocaml/import.ml
+${OCAML_SITELIB}/js_of_ocaml/intersectionObserver.ml
+${OCAML_SITELIB}/js_of_ocaml/intersectionObserver.mli
 ${OCAML_SITELIB}/js_of_ocaml/intl.ml
 ${OCAML_SITELIB}/js_of_ocaml/intl.mli
 ${OCAML_SITELIB}/js_of_ocaml/js.ml
@@ -640,6 +673,10 @@ ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of
 ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__Import.cmi
 ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__Import.cmt
 ${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__Import.cmx
+${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__IntersectionObserver.cmi
+${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__IntersectionObserver.cmt
+${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__IntersectionObserver.cmti
+${PLIST.ocaml-opt}${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__IntersectionObserver.cmx
 ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__Intl.cmi
 ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__Intl.cmt
 ${OCAML_SITELIB}/js_of_ocaml/js_of_ocaml__Intl.cmti
@@ -727,6 +764,9 @@ ${OCAML_SITELIB}/js_of_ocaml/worker.mli
 ${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.ml
 ${OCAML_SITELIB}/js_of_ocaml/xmlHttpRequest.mli
 ${OCAML_SITELIB}/stublibs/dlljs_of_ocaml_stubs.so
+man/man1/js_of_ocaml-build-fs.1
+man/man1/js_of_ocaml-build-runtime.1
+man/man1/js_of_ocaml-link.1
 man/man1/js_of_ocaml.1
 man/man1/jsoo_fs.1
 man/man1/jsoo_link.1
@@ -746,9 +786,9 @@ share/doc/js_of_ocaml-ppx/README.md
 share/doc/js_of_ocaml-ppx_deriving_json/CHANGES.md
 share/doc/js_of_ocaml-ppx_deriving_json/LICENSE
 share/doc/js_of_ocaml-ppx_deriving_json/README.md
-share/doc/js_of_ocaml-tyxml/CHANGES.md
-share/doc/js_of_ocaml-tyxml/LICENSE
-share/doc/js_of_ocaml-tyxml/README.md
+${PLIST.tyxml}share/doc/js_of_ocaml-tyxml/CHANGES.md
+${PLIST.tyxml}share/doc/js_of_ocaml-tyxml/LICENSE
+${PLIST.tyxml}share/doc/js_of_ocaml-tyxml/README.md
 share/doc/js_of_ocaml/CHANGES.md
 share/doc/js_of_ocaml/LICENSE
 share/doc/js_of_ocaml/README.md

Index: pkgsrc/devel/js_of_ocaml/buildlink3.mk
diff -u pkgsrc/devel/js_of_ocaml/buildlink3.mk:1.16 pkgsrc/devel/js_of_ocaml/buildlink3.mk:1.17
--- pkgsrc/devel/js_of_ocaml/buildlink3.mk:1.16 Tue Jan 14 20:56:09 2020
+++ pkgsrc/devel/js_of_ocaml/buildlink3.mk      Fri Dec 11 07:53:44 2020
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.16 2020/01/14 20:56:09 jaapb Exp $
+# $NetBSD: buildlink3.mk,v 1.17 2020/12/11 07:53:44 jaapb Exp $
 
 BUILDLINK_TREE+=       js_of_ocaml
 
@@ -6,7 +6,7 @@ BUILDLINK_TREE+=        js_of_ocaml
 JS_OF_OCAML_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.js_of_ocaml+=    js_of_ocaml>=3.0.0
-BUILDLINK_ABI_DEPENDS.js_of_ocaml+=    js_of_ocaml>=3.5.2
+BUILDLINK_ABI_DEPENDS.js_of_ocaml+=    js_of_ocaml>=3.8.0
 BUILDLINK_PKGSRCDIR.js_of_ocaml?=      ../../devel/js_of_ocaml
 
 .endif # JS_OF_OCAML_BUILDLINK3_MK

Index: pkgsrc/devel/js_of_ocaml/distinfo
diff -u pkgsrc/devel/js_of_ocaml/distinfo:1.21 pkgsrc/devel/js_of_ocaml/distinfo:1.22
--- pkgsrc/devel/js_of_ocaml/distinfo:1.21      Tue Jan 14 20:56:09 2020
+++ pkgsrc/devel/js_of_ocaml/distinfo   Fri Dec 11 07:53:44 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2020/01/14 20:56:09 jaapb Exp $
+$NetBSD: distinfo,v 1.22 2020/12/11 07:53:44 jaapb Exp $
 
-SHA1 (js_of_ocaml-3.5.2.tar.gz) = 1ebf5a72241f58f97f137b99b3eae3589ff0e4d7
-RMD160 (js_of_ocaml-3.5.2.tar.gz) = 6879c83ffbddb88a5c8a318c2ad2073bcc1af8e1
-SHA512 (js_of_ocaml-3.5.2.tar.gz) = 3ef87fa73ae80b83ece374c8d6744cccf4fc1ca80ba48a8ec6e6c0ba52390a4b5ebc8b0972824cae04171d04c44c818a3b1a41161dd19747f7f39f0cdca1e6b6
-Size (js_of_ocaml-3.5.2.tar.gz) = 1518393 bytes
+SHA1 (js_of_ocaml-3.8.0.tar.gz) = 533b95bc4e64335a099a12d638e6485debcf17d8
+RMD160 (js_of_ocaml-3.8.0.tar.gz) = b633dd3c11a47db9f92072d2d023bcac7459d7bc
+SHA512 (js_of_ocaml-3.8.0.tar.gz) = b38c5e4f606d62ebb5319d6e8b618656d060903a50e87f38e736936963a0cd86cd31b16fde60c523f5ff1c62b5686c1e8b661879ef61a983d86fbeefcf995701
+Size (js_of_ocaml-3.8.0.tar.gz) = 1448308 bytes



Home | Main Index | Thread Index | Old Index