pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/qore-yaml-module



Module Name:    pkgsrc
Committed By:   nros
Date:           Fri Jun  8 20:12:49 UTC 2018

Modified Files:
        pkgsrc/textproc/qore-yaml-module: Makefile PLIST buildlink3.mk distinfo

Log Message:
Updated textproc/qore-yaml-module to version 0.6 .

Changes from release notes:
* improved the description for the DESERIALIZATION-ERROR exception
  for non-deserializable message bodies from HTTP servers with error
  responses
* added the YamlRpcConnection class to the YamlRpcClient module
* updated the DataStreamClient module for complex types and new
  internal RestClient API changes
* updated the DataStreamUtil module for complex types
* fixed a bug deserializing single-quoted strings; also serialized
  "!number" values will always include the tag to avoid potential
  future ambiguity
* improved argument error messages with RPC calls in the
  YamlRpcHandler module


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/qore-yaml-module/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/qore-yaml-module/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/qore-yaml-module/buildlink3.mk
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/qore-yaml-module/distinfo

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

Modified files:

Index: pkgsrc/textproc/qore-yaml-module/Makefile
diff -u pkgsrc/textproc/qore-yaml-module/Makefile:1.6 pkgsrc/textproc/qore-yaml-module/Makefile:1.7
--- pkgsrc/textproc/qore-yaml-module/Makefile:1.6       Sun Jan 28 16:24:11 2018
+++ pkgsrc/textproc/qore-yaml-module/Makefile   Fri Jun  8 20:12:49 2018
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/01/28 16:24:11 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/06/08 20:12:49 nros Exp $
 
-DISTNAME=      qore-yaml-module-0.5
-PKGREVISION=   2
+DISTNAME=      qore-yaml-module-0.6
 CATEGORIES=    textproc
 MASTER_SITES=   ${MASTER_SITE_GITHUB:=qorelanguage/}
 EXTRACT_SUFX=   .tar.bz2

Index: pkgsrc/textproc/qore-yaml-module/PLIST
diff -u pkgsrc/textproc/qore-yaml-module/PLIST:1.2 pkgsrc/textproc/qore-yaml-module/PLIST:1.3
--- pkgsrc/textproc/qore-yaml-module/PLIST:1.2  Fri Jul 22 12:39:22 2016
+++ pkgsrc/textproc/qore-yaml-module/PLIST      Fri Jun  8 20:12:49 2018
@@ -1,12 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2016/07/22 12:39:22 nros Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/06/08 20:12:49 nros Exp $
 ${QORE_MODULE_DIR}/yaml-api-${QORE_LATEST_MODULE_API}.qmod
 share/doc/qore-yaml-module/COPYING.LGPL
 share/doc/qore-yaml-module/COPYING.MIT
 share/doc/qore-yaml-module/DataStreamClient/html/_data_stream_client_8qm_8dox_8h_source.html
 share/doc/qore-yaml-module/DataStreamClient/html/annotated.html
-share/doc/qore-yaml-module/DataStreamClient/html/annotated_dup.js
-share/doc/qore-yaml-module/DataStreamClient/html/arrowdown.png
-share/doc/qore-yaml-module/DataStreamClient/html/arrowright.png
+share/doc/qore-yaml-module/DataStreamClient/html/annotated.js
 share/doc/qore-yaml-module/DataStreamClient/html/bc_s.png
 share/doc/qore-yaml-module/DataStreamClient/html/bdwn.png
 share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_client-members.html
@@ -35,12 +33,25 @@ share/doc/qore-yaml-module/DataStreamCli
 share/doc/qore-yaml-module/DataStreamClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.map
 share/doc/qore-yaml-module/DataStreamClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.md5
 share/doc/qore-yaml-module/DataStreamClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.png
-share/doc/qore-yaml-module/DataStreamClient/html/doc.png
 share/doc/qore-yaml-module/DataStreamClient/html/doxygen.css
 share/doc/qore-yaml-module/DataStreamClient/html/doxygen.png
 share/doc/qore-yaml-module/DataStreamClient/html/dynsections.js
-share/doc/qore-yaml-module/DataStreamClient/html/folderclosed.png
-share/doc/qore-yaml-module/DataStreamClient/html/folderopen.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2blank.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2cl.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2doc.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2folderclosed.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2folderopen.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2lastnode.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2link.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2mlastnode.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2mnode.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2mo.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2node.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2ns.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2plastnode.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2pnode.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2splitbar.png
+share/doc/qore-yaml-module/DataStreamClient/html/ftv2vertline.png
 share/doc/qore-yaml-module/DataStreamClient/html/functions.html
 share/doc/qore-yaml-module/DataStreamClient/html/functions_func.html
 share/doc/qore-yaml-module/DataStreamClient/html/functions_vars.html
@@ -68,62 +79,60 @@ share/doc/qore-yaml-module/DataStreamCli
 share/doc/qore-yaml-module/DataStreamClient/html/nav_h.png
 share/doc/qore-yaml-module/DataStreamClient/html/navtree.css
 share/doc/qore-yaml-module/DataStreamClient/html/navtree.js
-share/doc/qore-yaml-module/DataStreamClient/html/navtreedata.js
 share/doc/qore-yaml-module/DataStreamClient/html/navtreeindex0.js
 share/doc/qore-yaml-module/DataStreamClient/html/open.png
+share/doc/qore-yaml-module/DataStreamClient/html/pages.html
 share/doc/qore-yaml-module/DataStreamClient/html/resize.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_0.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_0.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_1.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_1.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_2.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_2.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_3.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_3.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_4.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_4.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_5.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_5.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_6.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_6.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_7.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/all_7.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/classes_0.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/classes_0.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_61.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_61.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_63.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_63.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_64.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_64.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_67.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_67.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_70.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_70.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_72.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_72.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_73.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_73.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_76.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/all_76.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/classes_64.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/classes_64.js
 share/doc/qore-yaml-module/DataStreamClient/html/search/close.png
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_0.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_0.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_1.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_1.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_2.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_2.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_3.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_3.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_4.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_4.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_5.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_5.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_6.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/functions_6.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/groups_0.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/groups_0.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_61.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_61.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_63.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_63.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_64.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_64.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_67.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_67.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_70.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_70.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_72.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_72.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_73.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/functions_73.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/groups_64.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/groups_64.js
 share/doc/qore-yaml-module/DataStreamClient/html/search/mag_sel.png
-share/doc/qore-yaml-module/DataStreamClient/html/search/namespaces_0.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/namespaces_0.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/namespaces_64.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/namespaces_64.js
 share/doc/qore-yaml-module/DataStreamClient/html/search/nomatches.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/pages_0.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/pages_0.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/pages_64.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/pages_64.js
 share/doc/qore-yaml-module/DataStreamClient/html/search/search.css
 share/doc/qore-yaml-module/DataStreamClient/html/search/search.js
 share/doc/qore-yaml-module/DataStreamClient/html/search/search_l.png
 share/doc/qore-yaml-module/DataStreamClient/html/search/search_m.png
 share/doc/qore-yaml-module/DataStreamClient/html/search/search_r.png
-share/doc/qore-yaml-module/DataStreamClient/html/search/searchdata.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/variables_0.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/variables_0.js
-share/doc/qore-yaml-module/DataStreamClient/html/search/variables_1.html
-share/doc/qore-yaml-module/DataStreamClient/html/search/variables_1.js
-share/doc/qore-yaml-module/DataStreamClient/html/splitbar.png
+share/doc/qore-yaml-module/DataStreamClient/html/search/variables_64.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/variables_64.js
+share/doc/qore-yaml-module/DataStreamClient/html/search/variables_76.html
+share/doc/qore-yaml-module/DataStreamClient/html/search/variables_76.js
 share/doc/qore-yaml-module/DataStreamClient/html/sync_off.png
 share/doc/qore-yaml-module/DataStreamClient/html/sync_on.png
 share/doc/qore-yaml-module/DataStreamClient/html/tab_a.png
@@ -133,9 +142,7 @@ share/doc/qore-yaml-module/DataStreamCli
 share/doc/qore-yaml-module/DataStreamClient/html/tabs.css
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/_data_stream_request_handler_8qm_8dox_8h_source.html
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/annotated.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/annotated_dup.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/arrowdown.png
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/arrowright.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/annotated.js
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/bc_s.png
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/bdwn.png
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/class_data_stream_request_handler_1_1_abstract_data_stream_request_handler-members.html
@@ -147,12 +154,25 @@ share/doc/qore-yaml-module/DataStreamReq
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.map
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.md5
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.png
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/doc.png
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/doxygen.css
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/doxygen.png
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/dynsections.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/folderclosed.png
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/folderopen.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2blank.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2cl.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2doc.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2folderclosed.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2folderopen.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2lastnode.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2link.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2mlastnode.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2mnode.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2mo.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2node.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2ns.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2plastnode.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2pnode.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2splitbar.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/ftv2vertline.png
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/functions.html
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/functions_func.html
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/functions_vars.html
@@ -171,60 +191,58 @@ share/doc/qore-yaml-module/DataStreamReq
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/nav_h.png
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/navtree.css
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/navtree.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/navtreedata.js
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/navtreeindex0.js
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/open.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/pages.html
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/resize.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_0.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_0.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_1.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_1.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_2.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_2.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_3.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_3.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_4.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_4.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_5.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_5.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_6.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_6.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/classes_0.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/classes_0.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_61.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_61.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_63.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_63.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_64.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_64.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_65.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_65.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_67.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_67.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_72.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_72.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_73.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/all_73.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/classes_61.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/classes_61.js
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/close.png
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_0.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_0.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_1.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_1.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_2.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_2.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_3.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_3.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_4.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_4.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/groups_0.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/groups_0.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_63.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_63.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_64.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_64.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_67.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_67.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_72.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_72.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_73.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/functions_73.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/groups_64.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/groups_64.js
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/mag_sel.png
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/namespaces_0.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/namespaces_0.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/namespaces_64.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/namespaces_64.js
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/nomatches.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/pages_0.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/pages_0.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/pages_64.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/pages_64.js
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/search.css
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/search.js
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/search_l.png
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/search_m.png
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/search_r.png
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/searchdata.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_0.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_0.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_1.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_1.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_2.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_2.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_3.html
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_3.js
-share/doc/qore-yaml-module/DataStreamRequestHandler/html/splitbar.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_64.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_64.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_65.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_65.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_72.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_72.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_73.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/search/variables_73.js
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/sync_off.png
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/sync_on.png
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/tab_a.png
@@ -233,8 +251,6 @@ share/doc/qore-yaml-module/DataStreamReq
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/tab_s.png
 share/doc/qore-yaml-module/DataStreamRequestHandler/html/tabs.css
 share/doc/qore-yaml-module/DataStreamUtil/html/_data_stream_util_8qm_8dox_8h_source.html
-share/doc/qore-yaml-module/DataStreamUtil/html/arrowdown.png
-share/doc/qore-yaml-module/DataStreamUtil/html/arrowright.png
 share/doc/qore-yaml-module/DataStreamUtil/html/bc_s.png
 share/doc/qore-yaml-module/DataStreamUtil/html/bdwn.png
 share/doc/qore-yaml-module/DataStreamUtil/html/closed.png
@@ -242,12 +258,25 @@ share/doc/qore-yaml-module/DataStreamUti
 share/doc/qore-yaml-module/DataStreamUtil/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.map
 share/doc/qore-yaml-module/DataStreamUtil/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.md5
 share/doc/qore-yaml-module/DataStreamUtil/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.png
-share/doc/qore-yaml-module/DataStreamUtil/html/doc.png
 share/doc/qore-yaml-module/DataStreamUtil/html/doxygen.css
 share/doc/qore-yaml-module/DataStreamUtil/html/doxygen.png
 share/doc/qore-yaml-module/DataStreamUtil/html/dynsections.js
-share/doc/qore-yaml-module/DataStreamUtil/html/folderclosed.png
-share/doc/qore-yaml-module/DataStreamUtil/html/folderopen.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2blank.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2cl.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2doc.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2folderclosed.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2folderopen.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2lastnode.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2link.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2mlastnode.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2mnode.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2mo.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2node.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2ns.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2plastnode.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2pnode.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2splitbar.png
+share/doc/qore-yaml-module/DataStreamUtil/html/ftv2vertline.png
 share/doc/qore-yaml-module/DataStreamUtil/html/graph_legend.html
 share/doc/qore-yaml-module/DataStreamUtil/html/graph_legend.md5
 share/doc/qore-yaml-module/DataStreamUtil/html/graph_legend.png
@@ -269,32 +298,29 @@ share/doc/qore-yaml-module/DataStreamUti
 share/doc/qore-yaml-module/DataStreamUtil/html/nav_h.png
 share/doc/qore-yaml-module/DataStreamUtil/html/navtree.css
 share/doc/qore-yaml-module/DataStreamUtil/html/navtree.js
-share/doc/qore-yaml-module/DataStreamUtil/html/navtreedata.js
 share/doc/qore-yaml-module/DataStreamUtil/html/navtreeindex0.js
 share/doc/qore-yaml-module/DataStreamUtil/html/open.png
 share/doc/qore-yaml-module/DataStreamUtil/html/resize.js
-share/doc/qore-yaml-module/DataStreamUtil/html/search/all_0.html
-share/doc/qore-yaml-module/DataStreamUtil/html/search/all_0.js
+share/doc/qore-yaml-module/DataStreamUtil/html/search/all_64.html
+share/doc/qore-yaml-module/DataStreamUtil/html/search/all_64.js
 share/doc/qore-yaml-module/DataStreamUtil/html/search/close.png
-share/doc/qore-yaml-module/DataStreamUtil/html/search/functions_0.html
-share/doc/qore-yaml-module/DataStreamUtil/html/search/functions_0.js
-share/doc/qore-yaml-module/DataStreamUtil/html/search/groups_0.html
-share/doc/qore-yaml-module/DataStreamUtil/html/search/groups_0.js
+share/doc/qore-yaml-module/DataStreamUtil/html/search/functions_64.html
+share/doc/qore-yaml-module/DataStreamUtil/html/search/functions_64.js
+share/doc/qore-yaml-module/DataStreamUtil/html/search/groups_64.html
+share/doc/qore-yaml-module/DataStreamUtil/html/search/groups_64.js
 share/doc/qore-yaml-module/DataStreamUtil/html/search/mag_sel.png
-share/doc/qore-yaml-module/DataStreamUtil/html/search/namespaces_0.html
-share/doc/qore-yaml-module/DataStreamUtil/html/search/namespaces_0.js
+share/doc/qore-yaml-module/DataStreamUtil/html/search/namespaces_64.html
+share/doc/qore-yaml-module/DataStreamUtil/html/search/namespaces_64.js
 share/doc/qore-yaml-module/DataStreamUtil/html/search/nomatches.html
-share/doc/qore-yaml-module/DataStreamUtil/html/search/pages_0.html
-share/doc/qore-yaml-module/DataStreamUtil/html/search/pages_0.js
+share/doc/qore-yaml-module/DataStreamUtil/html/search/pages_64.html
+share/doc/qore-yaml-module/DataStreamUtil/html/search/pages_64.js
 share/doc/qore-yaml-module/DataStreamUtil/html/search/search.css
 share/doc/qore-yaml-module/DataStreamUtil/html/search/search.js
 share/doc/qore-yaml-module/DataStreamUtil/html/search/search_l.png
 share/doc/qore-yaml-module/DataStreamUtil/html/search/search_m.png
 share/doc/qore-yaml-module/DataStreamUtil/html/search/search_r.png
-share/doc/qore-yaml-module/DataStreamUtil/html/search/searchdata.js
-share/doc/qore-yaml-module/DataStreamUtil/html/search/variables_0.html
-share/doc/qore-yaml-module/DataStreamUtil/html/search/variables_0.js
-share/doc/qore-yaml-module/DataStreamUtil/html/splitbar.png
+share/doc/qore-yaml-module/DataStreamUtil/html/search/variables_64.html
+share/doc/qore-yaml-module/DataStreamUtil/html/search/variables_64.js
 share/doc/qore-yaml-module/DataStreamUtil/html/sync_off.png
 share/doc/qore-yaml-module/DataStreamUtil/html/sync_on.png
 share/doc/qore-yaml-module/DataStreamUtil/html/tab_a.png
@@ -305,26 +331,39 @@ share/doc/qore-yaml-module/DataStreamUti
 share/doc/qore-yaml-module/YamlRpcClient/html/_yaml_rpc_client_8qm_8dox_8h_source.html
 share/doc/qore-yaml-module/YamlRpcClient/html/annotated.html
 share/doc/qore-yaml-module/YamlRpcClient/html/annotated.js
-share/doc/qore-yaml-module/YamlRpcClient/html/annotated_dup.js
-share/doc/qore-yaml-module/YamlRpcClient/html/arrowdown.png
-share/doc/qore-yaml-module/YamlRpcClient/html/arrowright.png
 share/doc/qore-yaml-module/YamlRpcClient/html/bc_s.png
 share/doc/qore-yaml-module/YamlRpcClient/html/bdwn.png
 share/doc/qore-yaml-module/YamlRpcClient/html/class_yaml_rpc_client_1_1_yaml_rpc_client-members.html
 share/doc/qore-yaml-module/YamlRpcClient/html/class_yaml_rpc_client_1_1_yaml_rpc_client.html
 share/doc/qore-yaml-module/YamlRpcClient/html/class_yaml_rpc_client_1_1_yaml_rpc_client.js
+share/doc/qore-yaml-module/YamlRpcClient/html/class_yaml_rpc_client_1_1_yaml_rpc_connection-members.html
+share/doc/qore-yaml-module/YamlRpcClient/html/class_yaml_rpc_client_1_1_yaml_rpc_connection.html
+share/doc/qore-yaml-module/YamlRpcClient/html/class_yaml_rpc_client_1_1_yaml_rpc_connection.js
 share/doc/qore-yaml-module/YamlRpcClient/html/classes.html
 share/doc/qore-yaml-module/YamlRpcClient/html/closed.png
 share/doc/qore-yaml-module/YamlRpcClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca.html
 share/doc/qore-yaml-module/YamlRpcClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.map
 share/doc/qore-yaml-module/YamlRpcClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.md5
 share/doc/qore-yaml-module/YamlRpcClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.png
-share/doc/qore-yaml-module/YamlRpcClient/html/doc.png
 share/doc/qore-yaml-module/YamlRpcClient/html/doxygen.css
 share/doc/qore-yaml-module/YamlRpcClient/html/doxygen.png
 share/doc/qore-yaml-module/YamlRpcClient/html/dynsections.js
-share/doc/qore-yaml-module/YamlRpcClient/html/folderclosed.png
-share/doc/qore-yaml-module/YamlRpcClient/html/folderopen.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2blank.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2cl.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2doc.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2folderclosed.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2folderopen.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2lastnode.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2link.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2mlastnode.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2mnode.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2mo.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2node.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2ns.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2plastnode.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2pnode.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2splitbar.png
+share/doc/qore-yaml-module/YamlRpcClient/html/ftv2vertline.png
 share/doc/qore-yaml-module/YamlRpcClient/html/functions.html
 share/doc/qore-yaml-module/YamlRpcClient/html/functions_func.html
 share/doc/qore-yaml-module/YamlRpcClient/html/functions_vars.html
@@ -343,44 +382,45 @@ share/doc/qore-yaml-module/YamlRpcClient
 share/doc/qore-yaml-module/YamlRpcClient/html/nav_h.png
 share/doc/qore-yaml-module/YamlRpcClient/html/navtree.css
 share/doc/qore-yaml-module/YamlRpcClient/html/navtree.js
-share/doc/qore-yaml-module/YamlRpcClient/html/navtreedata.js
 share/doc/qore-yaml-module/YamlRpcClient/html/navtreeindex0.js
 share/doc/qore-yaml-module/YamlRpcClient/html/open.png
 share/doc/qore-yaml-module/YamlRpcClient/html/resize.js
-share/doc/qore-yaml-module/YamlRpcClient/html/search/all_0.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/all_0.js
-share/doc/qore-yaml-module/YamlRpcClient/html/search/all_1.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/all_1.js
-share/doc/qore-yaml-module/YamlRpcClient/html/search/all_2.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/all_2.js
-share/doc/qore-yaml-module/YamlRpcClient/html/search/all_3.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/all_3.js
-share/doc/qore-yaml-module/YamlRpcClient/html/search/all_4.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/all_4.js
-share/doc/qore-yaml-module/YamlRpcClient/html/search/classes_0.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/classes_0.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_63.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_63.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_64.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_64.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_67.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_67.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_6d.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_6d.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_76.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_76.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_79.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/all_79.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/classes_79.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/classes_79.js
 share/doc/qore-yaml-module/YamlRpcClient/html/search/close.png
-share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_0.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_0.js
-share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_1.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_1.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_63.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_63.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_67.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_67.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_6d.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/functions_6d.js
 share/doc/qore-yaml-module/YamlRpcClient/html/search/mag_sel.png
-share/doc/qore-yaml-module/YamlRpcClient/html/search/namespaces_0.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/namespaces_0.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/namespaces_79.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/namespaces_79.js
 share/doc/qore-yaml-module/YamlRpcClient/html/search/nomatches.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/pages_0.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/pages_0.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/pages_79.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/pages_79.js
 share/doc/qore-yaml-module/YamlRpcClient/html/search/search.css
 share/doc/qore-yaml-module/YamlRpcClient/html/search/search.js
 share/doc/qore-yaml-module/YamlRpcClient/html/search/search_l.png
 share/doc/qore-yaml-module/YamlRpcClient/html/search/search_m.png
 share/doc/qore-yaml-module/YamlRpcClient/html/search/search_r.png
-share/doc/qore-yaml-module/YamlRpcClient/html/search/searchdata.js
-share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_0.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_0.js
-share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_1.html
-share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_1.js
-share/doc/qore-yaml-module/YamlRpcClient/html/splitbar.png
+share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_64.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_64.js
+share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_76.html
+share/doc/qore-yaml-module/YamlRpcClient/html/search/variables_76.js
 share/doc/qore-yaml-module/YamlRpcClient/html/sync_off.png
 share/doc/qore-yaml-module/YamlRpcClient/html/sync_on.png
 share/doc/qore-yaml-module/YamlRpcClient/html/tab_a.png
@@ -390,9 +430,7 @@ share/doc/qore-yaml-module/YamlRpcClient
 share/doc/qore-yaml-module/YamlRpcClient/html/tabs.css
 share/doc/qore-yaml-module/YamlRpcHandler/html/_yaml_rpc_handler_8qm_8dox_8h_source.html
 share/doc/qore-yaml-module/YamlRpcHandler/html/annotated.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/annotated_dup.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/arrowdown.png
-share/doc/qore-yaml-module/YamlRpcHandler/html/arrowright.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/annotated.js
 share/doc/qore-yaml-module/YamlRpcHandler/html/bc_s.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/bdwn.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/class_yaml_rpc_handler_1_1_yaml_rpc_handler-members.html
@@ -404,12 +442,25 @@ share/doc/qore-yaml-module/YamlRpcHandle
 share/doc/qore-yaml-module/YamlRpcHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.map
 share/doc/qore-yaml-module/YamlRpcHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.md5
 share/doc/qore-yaml-module/YamlRpcHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca_dep.png
-share/doc/qore-yaml-module/YamlRpcHandler/html/doc.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/doxygen.css
 share/doc/qore-yaml-module/YamlRpcHandler/html/doxygen.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/dynsections.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/folderclosed.png
-share/doc/qore-yaml-module/YamlRpcHandler/html/folderopen.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2blank.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2cl.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2doc.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2folderclosed.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2folderopen.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2lastnode.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2link.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2mlastnode.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2mnode.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2mo.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2node.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2ns.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2plastnode.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2pnode.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2splitbar.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/ftv2vertline.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/functions.html
 share/doc/qore-yaml-module/YamlRpcHandler/html/functions_func.html
 share/doc/qore-yaml-module/YamlRpcHandler/html/functions_vars.html
@@ -428,56 +479,53 @@ share/doc/qore-yaml-module/YamlRpcHandle
 share/doc/qore-yaml-module/YamlRpcHandler/html/nav_h.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/navtree.css
 share/doc/qore-yaml-module/YamlRpcHandler/html/navtree.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/navtreedata.js
 share/doc/qore-yaml-module/YamlRpcHandler/html/navtreeindex0.js
 share/doc/qore-yaml-module/YamlRpcHandler/html/open.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/resize.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_0.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_0.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_1.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_1.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_2.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_2.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_3.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_3.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_4.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_4.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_5.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_5.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_6.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_6.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_7.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_7.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/classes_0.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/classes_0.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_61.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_61.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_63.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_63.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_67.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_67.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_69.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_69.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_6d.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_6d.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_73.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_73.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_76.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_76.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_79.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/all_79.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/classes_79.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/classes_79.js
 share/doc/qore-yaml-module/YamlRpcHandler/html/search/close.png
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_0.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_0.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_1.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_1.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_2.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_2.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_3.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_3.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_4.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_4.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_61.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_61.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_63.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_63.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_67.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_67.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_6d.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_6d.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_73.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/functions_73.js
 share/doc/qore-yaml-module/YamlRpcHandler/html/search/mag_sel.png
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/namespaces_0.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/namespaces_0.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/namespaces_79.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/namespaces_79.js
 share/doc/qore-yaml-module/YamlRpcHandler/html/search/nomatches.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/pages_0.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/pages_0.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/pages_79.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/pages_79.js
 share/doc/qore-yaml-module/YamlRpcHandler/html/search/search.css
 share/doc/qore-yaml-module/YamlRpcHandler/html/search/search.js
 share/doc/qore-yaml-module/YamlRpcHandler/html/search/search_l.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/search/search_m.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/search/search_r.png
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/searchdata.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_0.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_0.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_1.html
-share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_1.js
-share/doc/qore-yaml-module/YamlRpcHandler/html/splitbar.png
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_69.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_69.js
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_76.html
+share/doc/qore-yaml-module/YamlRpcHandler/html/search/variables_76.js
 share/doc/qore-yaml-module/YamlRpcHandler/html/sync_off.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/sync_on.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/tab_a.png
@@ -485,22 +533,33 @@ share/doc/qore-yaml-module/YamlRpcHandle
 share/doc/qore-yaml-module/YamlRpcHandler/html/tab_h.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/tab_s.png
 share/doc/qore-yaml-module/YamlRpcHandler/html/tabs.css
-share/doc/qore-yaml-module/yaml/html/arrowdown.png
-share/doc/qore-yaml-module/yaml/html/arrowright.png
 share/doc/qore-yaml-module/yaml/html/bc_s.png
 share/doc/qore-yaml-module/yaml/html/bdwn.png
 share/doc/qore-yaml-module/yaml/html/closed.png
 share/doc/qore-yaml-module/yaml/html/deprecated.html
 share/doc/qore-yaml-module/yaml/html/dir_68267d1309a1af8e8297ef4c3efbcdba.html
 share/doc/qore-yaml-module/yaml/html/dir_68267d1309a1af8e8297ef4c3efbcdba.js
-share/doc/qore-yaml-module/yaml/html/doc.png
 share/doc/qore-yaml-module/yaml/html/doxygen.css
 share/doc/qore-yaml-module/yaml/html/doxygen.png
 share/doc/qore-yaml-module/yaml/html/dynsections.js
 share/doc/qore-yaml-module/yaml/html/files.html
 share/doc/qore-yaml-module/yaml/html/files.js
-share/doc/qore-yaml-module/yaml/html/folderclosed.png
-share/doc/qore-yaml-module/yaml/html/folderopen.png
+share/doc/qore-yaml-module/yaml/html/ftv2blank.png
+share/doc/qore-yaml-module/yaml/html/ftv2cl.png
+share/doc/qore-yaml-module/yaml/html/ftv2doc.png
+share/doc/qore-yaml-module/yaml/html/ftv2folderclosed.png
+share/doc/qore-yaml-module/yaml/html/ftv2folderopen.png
+share/doc/qore-yaml-module/yaml/html/ftv2lastnode.png
+share/doc/qore-yaml-module/yaml/html/ftv2link.png
+share/doc/qore-yaml-module/yaml/html/ftv2mlastnode.png
+share/doc/qore-yaml-module/yaml/html/ftv2mnode.png
+share/doc/qore-yaml-module/yaml/html/ftv2mo.png
+share/doc/qore-yaml-module/yaml/html/ftv2node.png
+share/doc/qore-yaml-module/yaml/html/ftv2ns.png
+share/doc/qore-yaml-module/yaml/html/ftv2plastnode.png
+share/doc/qore-yaml-module/yaml/html/ftv2pnode.png
+share/doc/qore-yaml-module/yaml/html/ftv2splitbar.png
+share/doc/qore-yaml-module/yaml/html/ftv2vertline.png
 share/doc/qore-yaml-module/yaml/html/group__yaml__emitter__option__constants.html
 share/doc/qore-yaml-module/yaml/html/group__yaml__emitter__option__constants.js
 share/doc/qore-yaml-module/yaml/html/group__yaml__functions.html
@@ -520,66 +579,63 @@ share/doc/qore-yaml-module/yaml/html/nav
 share/doc/qore-yaml-module/yaml/html/nav_h.png
 share/doc/qore-yaml-module/yaml/html/navtree.css
 share/doc/qore-yaml-module/yaml/html/navtree.js
-share/doc/qore-yaml-module/yaml/html/navtreedata.js
 share/doc/qore-yaml-module/yaml/html/navtreeindex0.js
 share/doc/qore-yaml-module/yaml/html/open.png
 share/doc/qore-yaml-module/yaml/html/pages.html
 share/doc/qore-yaml-module/yaml/html/ql__yaml_8dox_8h_source.html
 share/doc/qore-yaml-module/yaml/html/resize.js
-share/doc/qore-yaml-module/yaml/html/search/all_0.html
-share/doc/qore-yaml-module/yaml/html/search/all_0.js
-share/doc/qore-yaml-module/yaml/html/search/all_1.html
-share/doc/qore-yaml-module/yaml/html/search/all_1.js
-share/doc/qore-yaml-module/yaml/html/search/all_2.html
-share/doc/qore-yaml-module/yaml/html/search/all_2.js
-share/doc/qore-yaml-module/yaml/html/search/all_3.html
-share/doc/qore-yaml-module/yaml/html/search/all_3.js
-share/doc/qore-yaml-module/yaml/html/search/all_4.html
-share/doc/qore-yaml-module/yaml/html/search/all_4.js
-share/doc/qore-yaml-module/yaml/html/search/all_5.html
-share/doc/qore-yaml-module/yaml/html/search/all_5.js
-share/doc/qore-yaml-module/yaml/html/search/all_6.html
-share/doc/qore-yaml-module/yaml/html/search/all_6.js
-share/doc/qore-yaml-module/yaml/html/search/all_7.html
-share/doc/qore-yaml-module/yaml/html/search/all_7.js
-share/doc/qore-yaml-module/yaml/html/search/all_8.html
-share/doc/qore-yaml-module/yaml/html/search/all_8.js
-share/doc/qore-yaml-module/yaml/html/search/all_9.html
-share/doc/qore-yaml-module/yaml/html/search/all_9.js
+share/doc/qore-yaml-module/yaml/html/search/all_62.html
+share/doc/qore-yaml-module/yaml/html/search/all_62.js
+share/doc/qore-yaml-module/yaml/html/search/all_63.html
+share/doc/qore-yaml-module/yaml/html/search/all_63.js
+share/doc/qore-yaml-module/yaml/html/search/all_64.html
+share/doc/qore-yaml-module/yaml/html/search/all_64.js
+share/doc/qore-yaml-module/yaml/html/search/all_65.html
+share/doc/qore-yaml-module/yaml/html/search/all_65.js
+share/doc/qore-yaml-module/yaml/html/search/all_67.html
+share/doc/qore-yaml-module/yaml/html/search/all_67.js
+share/doc/qore-yaml-module/yaml/html/search/all_6d.html
+share/doc/qore-yaml-module/yaml/html/search/all_6d.js
+share/doc/qore-yaml-module/yaml/html/search/all_6e.html
+share/doc/qore-yaml-module/yaml/html/search/all_6e.js
+share/doc/qore-yaml-module/yaml/html/search/all_70.html
+share/doc/qore-yaml-module/yaml/html/search/all_70.js
+share/doc/qore-yaml-module/yaml/html/search/all_71.html
+share/doc/qore-yaml-module/yaml/html/search/all_71.js
+share/doc/qore-yaml-module/yaml/html/search/all_79.html
+share/doc/qore-yaml-module/yaml/html/search/all_79.js
 share/doc/qore-yaml-module/yaml/html/search/close.png
-share/doc/qore-yaml-module/yaml/html/search/functions_0.html
-share/doc/qore-yaml-module/yaml/html/search/functions_0.js
-share/doc/qore-yaml-module/yaml/html/search/functions_1.html
-share/doc/qore-yaml-module/yaml/html/search/functions_1.js
-share/doc/qore-yaml-module/yaml/html/search/functions_2.html
-share/doc/qore-yaml-module/yaml/html/search/functions_2.js
-share/doc/qore-yaml-module/yaml/html/search/groups_0.html
-share/doc/qore-yaml-module/yaml/html/search/groups_0.js
+share/doc/qore-yaml-module/yaml/html/search/functions_67.html
+share/doc/qore-yaml-module/yaml/html/search/functions_67.js
+share/doc/qore-yaml-module/yaml/html/search/functions_6d.html
+share/doc/qore-yaml-module/yaml/html/search/functions_6d.js
+share/doc/qore-yaml-module/yaml/html/search/functions_70.html
+share/doc/qore-yaml-module/yaml/html/search/functions_70.js
+share/doc/qore-yaml-module/yaml/html/search/groups_79.html
+share/doc/qore-yaml-module/yaml/html/search/groups_79.js
 share/doc/qore-yaml-module/yaml/html/search/mag_sel.png
-share/doc/qore-yaml-module/yaml/html/search/namespaces_0.html
-share/doc/qore-yaml-module/yaml/html/search/namespaces_0.js
+share/doc/qore-yaml-module/yaml/html/search/namespaces_71.html
+share/doc/qore-yaml-module/yaml/html/search/namespaces_71.js
 share/doc/qore-yaml-module/yaml/html/search/nomatches.html
-share/doc/qore-yaml-module/yaml/html/search/pages_0.html
-share/doc/qore-yaml-module/yaml/html/search/pages_0.js
-share/doc/qore-yaml-module/yaml/html/search/pages_1.html
-share/doc/qore-yaml-module/yaml/html/search/pages_1.js
+share/doc/qore-yaml-module/yaml/html/search/pages_64.html
+share/doc/qore-yaml-module/yaml/html/search/pages_64.js
+share/doc/qore-yaml-module/yaml/html/search/pages_71.html
+share/doc/qore-yaml-module/yaml/html/search/pages_71.js
 share/doc/qore-yaml-module/yaml/html/search/search.css
 share/doc/qore-yaml-module/yaml/html/search/search.js
 share/doc/qore-yaml-module/yaml/html/search/search_l.png
 share/doc/qore-yaml-module/yaml/html/search/search_m.png
 share/doc/qore-yaml-module/yaml/html/search/search_r.png
-share/doc/qore-yaml-module/yaml/html/search/searchdata.js
-share/doc/qore-yaml-module/yaml/html/search/variables_0.html
-share/doc/qore-yaml-module/yaml/html/search/variables_0.js
-share/doc/qore-yaml-module/yaml/html/search/variables_1.html
-share/doc/qore-yaml-module/yaml/html/search/variables_1.js
-share/doc/qore-yaml-module/yaml/html/search/variables_2.html
-share/doc/qore-yaml-module/yaml/html/search/variables_2.js
-share/doc/qore-yaml-module/yaml/html/search/variables_3.html
-share/doc/qore-yaml-module/yaml/html/search/variables_3.js
-share/doc/qore-yaml-module/yaml/html/search/variables_4.html
-share/doc/qore-yaml-module/yaml/html/search/variables_4.js
-share/doc/qore-yaml-module/yaml/html/splitbar.png
+share/doc/qore-yaml-module/yaml/html/search/variables_62.html
+share/doc/qore-yaml-module/yaml/html/search/variables_62.js
+share/doc/qore-yaml-module/yaml/html/search/variables_63.html
+share/doc/qore-yaml-module/yaml/html/search/variables_63.js
+share/doc/qore-yaml-module/yaml/html/search/variables_65.html
+share/doc/qore-yaml-module/yaml/html/search/variables_65.js
+share/doc/qore-yaml-module/yaml/html/search/variables_6e.html
+share/doc/qore-yaml-module/yaml/html/search/variables_6e.js
+share/doc/qore-yaml-module/yaml/html/search/variables_79.html
+share/doc/qore-yaml-module/yaml/html/search/variables_79.js
 share/doc/qore-yaml-module/yaml/html/sync_off.png
 share/doc/qore-yaml-module/yaml/html/sync_on.png
 share/doc/qore-yaml-module/yaml/html/tab_a.png

Index: pkgsrc/textproc/qore-yaml-module/buildlink3.mk
diff -u pkgsrc/textproc/qore-yaml-module/buildlink3.mk:1.5 pkgsrc/textproc/qore-yaml-module/buildlink3.mk:1.6
--- pkgsrc/textproc/qore-yaml-module/buildlink3.mk:1.5  Sun Jan 28 16:24:11 2018
+++ pkgsrc/textproc/qore-yaml-module/buildlink3.mk      Fri Jun  8 20:12:49 2018
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.5 2018/01/28 16:24:11 wiz Exp $
+# $NetBSD: buildlink3.mk,v 1.6 2018/06/08 20:12:49 nros Exp $
 #
 
 BUILDLINK_TREE+=       qore-yaml-module
@@ -7,7 +7,7 @@ BUILDLINK_TREE+=        qore-yaml-module
 QORE_YAML_MODULE_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.qore-yaml-module+=       qore-yaml-module>=0.4
-BUILDLINK_ABI_DEPENDS.qore-yaml-module?=       qore-yaml-module>=0.5nb2
+BUILDLINK_ABI_DEPENDS.qore-yaml-module?=       qore-yaml-module>=0.6
 BUILDLINK_PKGSRCDIR.qore-yaml-module?=         ../../textproc/qore-yaml-module
 
 

Index: pkgsrc/textproc/qore-yaml-module/distinfo
diff -u pkgsrc/textproc/qore-yaml-module/distinfo:1.3 pkgsrc/textproc/qore-yaml-module/distinfo:1.4
--- pkgsrc/textproc/qore-yaml-module/distinfo:1.3       Fri Jul 22 12:39:22 2016
+++ pkgsrc/textproc/qore-yaml-module/distinfo   Fri Jun  8 20:12:49 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2016/07/22 12:39:22 nros Exp $
+$NetBSD: distinfo,v 1.4 2018/06/08 20:12:49 nros Exp $
 
-SHA1 (qore-yaml-module-0.5.tar.bz2) = 49002afeec542abdefcea3555b365eb86ee5f112
-RMD160 (qore-yaml-module-0.5.tar.bz2) = be376d01dccb818237702fb89edd4b24ce335be0
-SHA512 (qore-yaml-module-0.5.tar.bz2) = 3891874bf849d5f83102beea527794371e24a5feccc3ab895e931ab9b17cf47abd4df4552641b2697d0895df454e3a8a5854565836afa7eea181c21fd51b1a89
-Size (qore-yaml-module-0.5.tar.bz2) = 782992 bytes
+SHA1 (qore-yaml-module-0.6.tar.bz2) = 65fc211960b19f484d8ea975a880e071a91b5a43
+RMD160 (qore-yaml-module-0.6.tar.bz2) = 1c08c3afef5b592b64496fa90e88a7350e24003f
+SHA512 (qore-yaml-module-0.6.tar.bz2) = 18fcefb913d3ce9ffdd3ce1f4e69859fae85810f7d048bcb0283f73a17a98ecefa97f3d155ed441411695e6601d8d36d69c25b39e95c01ef0ceb4e7a432d17c1
+Size (qore-yaml-module-0.6.tar.bz2) = 836712 bytes



Home | Main Index | Thread Index | Old Index