pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/qore



Module Name:    pkgsrc
Committed By:   nros
Date:           Sun Jul 30 19:27:08 UTC 2017

Modified Files:
        pkgsrc/lang/qore: Makefile PLIST distinfo

Log Message:
Update Qore to version 0.8.12.11.

This is a bugfix release so no buildlink change.

ChangeLog:

New Features in Qore
 * added broken-logic-precedence warning.

Bug Fixes in Qore
 * fixed documentation regarding escaping of characters in
   strings and added a parse exception in case of trying
   to escape octal values in range 400-777 (issue 50)
 * fixed a crashing bug where Datasource::getConfigString()
   was called without a connection, also could crash in an
   implicit internal call to this method with the
   DatasourcePool class when connections were lost and the
   warning callback should be called (issue 1992)
 * fixed a bug where Datasource::getConfigHash() returned
   different values depending on if the object was
   connected or not (issue 1994)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/qore/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/lang/qore/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/qore/distinfo

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

Modified files:

Index: pkgsrc/lang/qore/Makefile
diff -u pkgsrc/lang/qore/Makefile:1.13 pkgsrc/lang/qore/Makefile:1.14
--- pkgsrc/lang/qore/Makefile:1.13      Tue Jul 11 19:41:20 2017
+++ pkgsrc/lang/qore/Makefile   Sun Jul 30 19:27:08 2017
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.13 2017/07/11 19:41:20 joerg Exp $
+# $NetBSD: Makefile,v 1.14 2017/07/30 19:27:08 nros Exp $
 
-DISTNAME=      qore-0.8.12.10
+DISTNAME=      qore-0.8.12.11
 CATEGORIES=    lang
 MASTER_SITES=   ${MASTER_SITE_GITHUB:=qorelanguage/}
 EXTRACT_SUFX=   .tar.bz2
 
 GITHUB_RELEASE=        release-${PKGVERSION_NOREV}
-GITHUB_TYPE=   release
 
 MAINTAINER=    nros%NetBSD.org@localhost
 COMMENT=       Qore programming language

Index: pkgsrc/lang/qore/PLIST
diff -u pkgsrc/lang/qore/PLIST:1.5 pkgsrc/lang/qore/PLIST:1.6
--- pkgsrc/lang/qore/PLIST:1.5  Tue Jun 13 19:23:31 2017
+++ pkgsrc/lang/qore/PLIST      Sun Jul 30 19:27:08 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2017/06/13 19:23:31 nros Exp $
+@comment $NetBSD: PLIST,v 1.6 2017/07/30 19:27:08 nros Exp $
 bin/qdx
 bin/qget
 bin/qore
@@ -786,14 +786,10 @@ share/doc/qore/lang/html/group__call__ty
 share/doc/qore/lang/html/group__call__type__constants.js
 share/doc/qore/lang/html/group__compression__constants.html
 share/doc/qore/lang/html/group__compression__constants.js
-share/doc/qore/lang/html/group__compression__transformations.html
-share/doc/qore/lang/html/group__compression__transformations.js
 share/doc/qore/lang/html/group__compresssion__functions.html
 share/doc/qore/lang/html/group__compresssion__functions.js
 share/doc/qore/lang/html/group__context__functions.html
 share/doc/qore/lang/html/group__context__functions.js
-share/doc/qore/lang/html/group__crypto__transformations.html
-share/doc/qore/lang/html/group__crypto__transformations.js
 share/doc/qore/lang/html/group__cryptographic__constants.html
 share/doc/qore/lang/html/group__cryptographic__constants.js
 share/doc/qore/lang/html/group__cryptographic__functions.html
@@ -856,8 +852,6 @@ share/doc/qore/lang/html/group__null__an
 share/doc/qore/lang/html/group__null__and__nothing__constants.js
 share/doc/qore/lang/html/group__number__formatting__constants.html
 share/doc/qore/lang/html/group__number__formatting__constants.js
-share/doc/qore/lang/html/group__number__string__formatting__constants.html
-share/doc/qore/lang/html/group__number__string__formatting__constants.js
 share/doc/qore/lang/html/group__object__functions.html
 share/doc/qore/lang/html/group__object__functions.js
 share/doc/qore/lang/html/group__old__dbi__functions.html
@@ -1456,11 +1450,6 @@ share/doc/qore/lang/html/threading.html
 share/doc/qore/lang/html/time_zones.html
 share/doc/qore/lang/html/variables.html
 share/doc/qore/lang/html/warnings.html
-share/doc/qore/library/html/_abstract_exception_8h.html
-share/doc/qore/library/html/_abstract_exception_8h__dep__incl.map
-share/doc/qore/library/html/_abstract_exception_8h__dep__incl.md5
-share/doc/qore/library/html/_abstract_exception_8h__dep__incl.png
-share/doc/qore/library/html/_abstract_exception_8h_source.html
 share/doc/qore/library/html/_abstract_private_data_8h_source.html
 share/doc/qore/library/html/_abstract_qore_node_8h_source.html
 share/doc/qore/library/html/_abstract_thread_resource_8h_source.html
@@ -1484,7 +1473,6 @@ share/doc/qore/library/html/_datasource_
 share/doc/qore/library/html/_date_time_8h_source.html
 share/doc/qore/library/html/_date_time_node_8h_source.html
 share/doc/qore/library/html/_exception_sink_8h_source.html
-share/doc/qore/library/html/_input_stream_8h_source.html
 share/doc/qore/library/html/_module_manager_8h.html
 share/doc/qore/library/html/_module_manager_8h__dep__incl.map
 share/doc/qore/library/html/_module_manager_8h__dep__incl.md5
@@ -1493,7 +1481,6 @@ share/doc/qore/library/html/_module_mana
 share/doc/qore/library/html/_module_manager_8h__incl.md5
 share/doc/qore/library/html/_module_manager_8h__incl.png
 share/doc/qore/library/html/_module_manager_8h_source.html
-share/doc/qore/library/html/_output_stream_8h_source.html
 share/doc/qore/library/html/_parse_option_map_8h_source.html
 share/doc/qore/library/html/_qore_8h.html
 share/doc/qore/library/html/_qore_8h__dep__incl.map
@@ -1568,20 +1555,13 @@ share/doc/qore/library/html/_qore_s_s_l_
 share/doc/qore/library/html/_qore_s_s_l_private_key_8h_source.html
 share/doc/qore/library/html/_qore_socket_8h_source.html
 share/doc/qore/library/html/_qore_socket_object_8h_source.html
-share/doc/qore/library/html/_qore_standard_exception_8h.html
-share/doc/qore/library/html/_qore_standard_exception_8h__dep__incl.map
-share/doc/qore/library/html/_qore_standard_exception_8h__dep__incl.md5
-share/doc/qore/library/html/_qore_standard_exception_8h__dep__incl.png
-share/doc/qore/library/html/_qore_standard_exception_8h__incl.map
-share/doc/qore/library/html/_qore_standard_exception_8h__incl.md5
-share/doc/qore/library/html/_qore_standard_exception_8h__incl.png
-share/doc/qore/library/html/_qore_standard_exception_8h_source.html
 share/doc/qore/library/html/_qore_string_8h_source.html
 share/doc/qore/library/html/_qore_string_node_8h_source.html
 share/doc/qore/library/html/_qore_thread_local_storage_8h_source.html
 share/doc/qore/library/html/_qore_thread_lock_8h_source.html
 share/doc/qore/library/html/_qore_type_8h_source.html
 share/doc/qore/library/html/_qore_type_safe_reference_helper_8h_source.html
+share/doc/qore/library/html/_qore_typed_hash_node_8h_source.html
 share/doc/qore/library/html/_qore_u_r_l_8h_source.html
 share/doc/qore/library/html/_qore_value_8h_source.html
 share/doc/qore/library/html/_qore_value_list_8h_source.html
@@ -1596,7 +1576,6 @@ share/doc/qore/library/html/_restriction
 share/doc/qore/library/html/_s_q_l_statement_8h_source.html
 share/doc/qore/library/html/_scope_guard_8h_source.html
 share/doc/qore/library/html/_system_environment_8h_source.html
-share/doc/qore/library/html/_transform_8h_source.html
 share/doc/qore/library/html/annotated.html
 share/doc/qore/library/html/bc_s.png
 share/doc/qore/library/html/bdwn.png
@@ -1609,11 +1588,6 @@ share/doc/qore/library/html/class_abstra
 share/doc/qore/library/html/class_abstract_call_reference_node__inherit__graph.map
 share/doc/qore/library/html/class_abstract_call_reference_node__inherit__graph.md5
 share/doc/qore/library/html/class_abstract_call_reference_node__inherit__graph.png
-share/doc/qore/library/html/class_abstract_exception-members.html
-share/doc/qore/library/html/class_abstract_exception.html
-share/doc/qore/library/html/class_abstract_exception__inherit__graph.map
-share/doc/qore/library/html/class_abstract_exception__inherit__graph.md5
-share/doc/qore/library/html/class_abstract_exception__inherit__graph.png
 share/doc/qore/library/html/class_abstract_private_data-members.html
 share/doc/qore/library/html/class_abstract_private_data.html
 share/doc/qore/library/html/class_abstract_private_data__coll__graph.map
@@ -1630,8 +1604,6 @@ share/doc/qore/library/html/class_abstra
 share/doc/qore/library/html/class_abstract_qore_class_type_info_helper__inherit__graph.map
 share/doc/qore/library/html/class_abstract_qore_class_type_info_helper__inherit__graph.md5
 share/doc/qore/library/html/class_abstract_qore_class_type_info_helper__inherit__graph.png
-share/doc/qore/library/html/class_abstract_qore_class_user_data-members.html
-share/doc/qore/library/html/class_abstract_qore_class_user_data.html
 share/doc/qore/library/html/class_abstract_qore_node-members.html
 share/doc/qore/library/html/class_abstract_qore_node.html
 share/doc/qore/library/html/class_abstract_qore_node__coll__graph.map
@@ -1640,8 +1612,6 @@ share/doc/qore/library/html/class_abstra
 share/doc/qore/library/html/class_abstract_qore_node__inherit__graph.map
 share/doc/qore/library/html/class_abstract_qore_node__inherit__graph.md5
 share/doc/qore/library/html/class_abstract_qore_node__inherit__graph.png
-share/doc/qore/library/html/class_abstract_qore_program_external_data-members.html
-share/doc/qore/library/html/class_abstract_qore_program_external_data.html
 share/doc/qore/library/html/class_abstract_thread_resource-members.html
 share/doc/qore/library/html/class_abstract_thread_resource.html
 share/doc/qore/library/html/class_abstract_thread_resource__coll__graph.map
@@ -1695,8 +1665,6 @@ share/doc/qore/library/html/class_const_
 share/doc/qore/library/html/class_const_value_list_iterator__coll__graph.map
 share/doc/qore/library/html/class_const_value_list_iterator__coll__graph.md5
 share/doc/qore/library/html/class_const_value_list_iterator__coll__graph.png
-share/doc/qore/library/html/class_current_program_runtime_external_parse_context_helper-members.html
-share/doc/qore/library/html/class_current_program_runtime_external_parse_context_helper.html
 share/doc/qore/library/html/class_d_b_i_driver-members.html
 share/doc/qore/library/html/class_d_b_i_driver.html
 share/doc/qore/library/html/class_d_b_i_driver_list-members.html
@@ -1735,14 +1703,6 @@ share/doc/qore/library/html/class_hash_i
 share/doc/qore/library/html/class_hash_iterator__inherit__graph.md5
 share/doc/qore/library/html/class_hash_iterator__inherit__graph.png
 share/doc/qore/library/html/class_implementation.html
-share/doc/qore/library/html/class_input_stream-members.html
-share/doc/qore/library/html/class_input_stream.html
-share/doc/qore/library/html/class_input_stream__coll__graph.map
-share/doc/qore/library/html/class_input_stream__coll__graph.md5
-share/doc/qore/library/html/class_input_stream__coll__graph.png
-share/doc/qore/library/html/class_input_stream__inherit__graph.map
-share/doc/qore/library/html/class_input_stream__inherit__graph.md5
-share/doc/qore/library/html/class_input_stream__inherit__graph.png
 share/doc/qore/library/html/class_list_iterator-members.html
 share/doc/qore/library/html/class_list_iterator.html
 share/doc/qore/library/html/class_list_iterator__coll__graph.map
@@ -1779,14 +1739,6 @@ share/doc/qore/library/html/class_opt_lo
 share/doc/qore/library/html/class_opt_locker__coll__graph.map
 share/doc/qore/library/html/class_opt_locker__coll__graph.md5
 share/doc/qore/library/html/class_opt_locker__coll__graph.png
-share/doc/qore/library/html/class_output_stream-members.html
-share/doc/qore/library/html/class_output_stream.html
-share/doc/qore/library/html/class_output_stream__coll__graph.map
-share/doc/qore/library/html/class_output_stream__coll__graph.md5
-share/doc/qore/library/html/class_output_stream__coll__graph.png
-share/doc/qore/library/html/class_output_stream__inherit__graph.map
-share/doc/qore/library/html/class_output_stream__inherit__graph.md5
-share/doc/qore/library/html/class_output_stream__inherit__graph.png
 share/doc/qore/library/html/class_parse_option_map-members.html
 share/doc/qore/library/html/class_parse_option_map.html
 share/doc/qore/library/html/class_private_data_ref_holder-members.html
@@ -1841,21 +1793,8 @@ share/doc/qore/library/html/class_qore_b
 share/doc/qore/library/html/class_qore_bool_true_node__inherit__graph.map
 share/doc/qore/library/html/class_qore_bool_true_node__inherit__graph.md5
 share/doc/qore/library/html/class_qore_bool_true_node__inherit__graph.png
-share/doc/qore/library/html/class_qore_builtin_class-members.html
-share/doc/qore/library/html/class_qore_builtin_class.html
-share/doc/qore/library/html/class_qore_builtin_class__coll__graph.map
-share/doc/qore/library/html/class_qore_builtin_class__coll__graph.md5
-share/doc/qore/library/html/class_qore_builtin_class__coll__graph.png
-share/doc/qore/library/html/class_qore_builtin_class__inherit__graph.map
-share/doc/qore/library/html/class_qore_builtin_class__inherit__graph.md5
-share/doc/qore/library/html/class_qore_builtin_class__inherit__graph.png
 share/doc/qore/library/html/class_qore_class-members.html
 share/doc/qore/library/html/class_qore_class.html
-share/doc/qore/library/html/class_qore_class__inherit__graph.map
-share/doc/qore/library/html/class_qore_class__inherit__graph.md5
-share/doc/qore/library/html/class_qore_class__inherit__graph.png
-share/doc/qore/library/html/class_qore_class_holder-members.html
-share/doc/qore/library/html/class_qore_class_holder.html
 share/doc/qore/library/html/class_qore_condition-members.html
 share/doc/qore/library/html/class_qore_condition.html
 share/doc/qore/library/html/class_qore_counter-members.html
@@ -1926,10 +1865,6 @@ share/doc/qore/library/html/class_qore_n
 share/doc/qore/library/html/class_qore_namespace__inherit__graph.map
 share/doc/qore/library/html/class_qore_namespace__inherit__graph.md5
 share/doc/qore/library/html/class_qore_namespace__inherit__graph.png
-share/doc/qore/library/html/class_qore_namespace_const_iterator-members.html
-share/doc/qore/library/html/class_qore_namespace_const_iterator.html
-share/doc/qore/library/html/class_qore_namespace_iterator-members.html
-share/doc/qore/library/html/class_qore_namespace_iterator.html
 share/doc/qore/library/html/class_qore_node_as_string_helper-members.html
 share/doc/qore/library/html/class_qore_node_as_string_helper.html
 share/doc/qore/library/html/class_qore_node_eval_optional_ref_holder-members.html
@@ -1958,8 +1893,6 @@ share/doc/qore/library/html/class_qore_n
 share/doc/qore/library/html/class_qore_number_node__inherit__graph.map
 share/doc/qore/library/html/class_qore_number_node__inherit__graph.md5
 share/doc/qore/library/html/class_qore_number_node__inherit__graph.png
-share/doc/qore/library/html/class_qore_number_node_helper-members.html
-share/doc/qore/library/html/class_qore_number_node_helper.html
 share/doc/qore/library/html/class_qore_object-members.html
 share/doc/qore/library/html/class_qore_object.html
 share/doc/qore/library/html/class_qore_object__coll__graph.map
@@ -1976,8 +1909,6 @@ share/doc/qore/library/html/class_qore_p
 share/doc/qore/library/html/class_qore_program__inherit__graph.map
 share/doc/qore/library/html/class_qore_program__inherit__graph.md5
 share/doc/qore/library/html/class_qore_program__inherit__graph.png
-share/doc/qore/library/html/class_qore_program_context_helper-members.html
-share/doc/qore/library/html/class_qore_program_context_helper.html
 share/doc/qore/library/html/class_qore_program_helper-members.html
 share/doc/qore/library/html/class_qore_program_helper.html
 share/doc/qore/library/html/class_qore_r_w_lock-members.html
@@ -2023,14 +1954,6 @@ share/doc/qore/library/html/class_qore_s
 share/doc/qore/library/html/class_qore_safe_r_w_write_locker__coll__graph.png
 share/doc/qore/library/html/class_qore_socket-members.html
 share/doc/qore/library/html/class_qore_socket.html
-share/doc/qore/library/html/class_qore_standard_exception-members.html
-share/doc/qore/library/html/class_qore_standard_exception.html
-share/doc/qore/library/html/class_qore_standard_exception__coll__graph.map
-share/doc/qore/library/html/class_qore_standard_exception__coll__graph.md5
-share/doc/qore/library/html/class_qore_standard_exception__coll__graph.png
-share/doc/qore/library/html/class_qore_standard_exception__inherit__graph.map
-share/doc/qore/library/html/class_qore_standard_exception__inherit__graph.md5
-share/doc/qore/library/html/class_qore_standard_exception__inherit__graph.png
 share/doc/qore/library/html/class_qore_static_method_iterator-members.html
 share/doc/qore/library/html/class_qore_static_method_iterator.html
 share/doc/qore/library/html/class_qore_string-members.html
@@ -2195,22 +2118,6 @@ share/doc/qore/library/html/class_temp_s
 share/doc/qore/library/html/class_temp_string.html
 share/doc/qore/library/html/class_thread_cleanup_list-members.html
 share/doc/qore/library/html/class_thread_cleanup_list.html
-share/doc/qore/library/html/class_transform-members.html
-share/doc/qore/library/html/class_transform.html
-share/doc/qore/library/html/class_transform__coll__graph.map
-share/doc/qore/library/html/class_transform__coll__graph.md5
-share/doc/qore/library/html/class_transform__coll__graph.png
-share/doc/qore/library/html/class_transform__inherit__graph.map
-share/doc/qore/library/html/class_transform__inherit__graph.md5
-share/doc/qore/library/html/class_transform__inherit__graph.png
-share/doc/qore/library/html/class_try_private_data_ref_holder-members.html
-share/doc/qore/library/html/class_try_private_data_ref_holder.html
-share/doc/qore/library/html/class_try_private_data_ref_holder__coll__graph.map
-share/doc/qore/library/html/class_try_private_data_ref_holder__coll__graph.md5
-share/doc/qore/library/html/class_try_private_data_ref_holder__coll__graph.png
-share/doc/qore/library/html/class_try_private_data_ref_holder__inherit__graph.map
-share/doc/qore/library/html/class_try_private_data_ref_holder__inherit__graph.md5
-share/doc/qore/library/html/class_try_private_data_ref_holder__inherit__graph.png
 share/doc/qore/library/html/class_unique_value_qore_node-members.html
 share/doc/qore/library/html/class_unique_value_qore_node.html
 share/doc/qore/library/html/class_unique_value_qore_node__coll__graph.map
@@ -2642,39 +2549,9 @@ share/doc/qore/library/html/inherit_grap
 share/doc/qore/library/html/inherit_graph_87.map
 share/doc/qore/library/html/inherit_graph_87.md5
 share/doc/qore/library/html/inherit_graph_87.png
-share/doc/qore/library/html/inherit_graph_88.map
-share/doc/qore/library/html/inherit_graph_88.md5
-share/doc/qore/library/html/inherit_graph_88.png
-share/doc/qore/library/html/inherit_graph_89.map
-share/doc/qore/library/html/inherit_graph_89.md5
-share/doc/qore/library/html/inherit_graph_89.png
 share/doc/qore/library/html/inherit_graph_9.map
 share/doc/qore/library/html/inherit_graph_9.md5
 share/doc/qore/library/html/inherit_graph_9.png
-share/doc/qore/library/html/inherit_graph_90.map
-share/doc/qore/library/html/inherit_graph_90.md5
-share/doc/qore/library/html/inherit_graph_90.png
-share/doc/qore/library/html/inherit_graph_91.map
-share/doc/qore/library/html/inherit_graph_91.md5
-share/doc/qore/library/html/inherit_graph_91.png
-share/doc/qore/library/html/inherit_graph_92.map
-share/doc/qore/library/html/inherit_graph_92.md5
-share/doc/qore/library/html/inherit_graph_92.png
-share/doc/qore/library/html/inherit_graph_93.map
-share/doc/qore/library/html/inherit_graph_93.md5
-share/doc/qore/library/html/inherit_graph_93.png
-share/doc/qore/library/html/inherit_graph_94.map
-share/doc/qore/library/html/inherit_graph_94.md5
-share/doc/qore/library/html/inherit_graph_94.png
-share/doc/qore/library/html/inherit_graph_95.map
-share/doc/qore/library/html/inherit_graph_95.md5
-share/doc/qore/library/html/inherit_graph_95.png
-share/doc/qore/library/html/inherit_graph_96.map
-share/doc/qore/library/html/inherit_graph_96.md5
-share/doc/qore/library/html/inherit_graph_96.png
-share/doc/qore/library/html/inherit_graph_97.map
-share/doc/qore/library/html/inherit_graph_97.md5
-share/doc/qore/library/html/inherit_graph_97.png
 share/doc/qore/library/html/inherits.html
 share/doc/qore/library/html/jquery.js
 share/doc/qore/library/html/macros-i386_8h_source.html
@@ -2779,8 +2656,6 @@ share/doc/qore/library/html/search/class
 share/doc/qore/library/html/search/classes_1.js
 share/doc/qore/library/html/search/classes_10.html
 share/doc/qore/library/html/search/classes_10.js
-share/doc/qore/library/html/search/classes_11.html
-share/doc/qore/library/html/search/classes_11.js
 share/doc/qore/library/html/search/classes_2.html
 share/doc/qore/library/html/search/classes_2.js
 share/doc/qore/library/html/search/classes_3.html
@@ -2844,8 +2719,6 @@ share/doc/qore/library/html/search/files
 share/doc/qore/library/html/search/files_6.js
 share/doc/qore/library/html/search/files_7.html
 share/doc/qore/library/html/search/files_7.js
-share/doc/qore/library/html/search/files_8.html
-share/doc/qore/library/html/search/files_8.js
 share/doc/qore/library/html/search/functions_0.html
 share/doc/qore/library/html/search/functions_0.js
 share/doc/qore/library/html/search/functions_1.html
@@ -2938,10 +2811,6 @@ share/doc/qore/library/html/search/varia
 share/doc/qore/library/html/search/variables_0.js
 share/doc/qore/library/html/search/variables_1.html
 share/doc/qore/library/html/search/variables_1.js
-share/doc/qore/library/html/search/variables_10.html
-share/doc/qore/library/html/search/variables_10.js
-share/doc/qore/library/html/search/variables_11.html
-share/doc/qore/library/html/search/variables_11.js
 share/doc/qore/library/html/search/variables_2.html
 share/doc/qore/library/html/search/variables_2.js
 share/doc/qore/library/html/search/variables_3.html
@@ -2972,21 +2841,6 @@ share/doc/qore/library/html/search/varia
 share/doc/qore/library/html/search/variables_f.js
 share/doc/qore/library/html/slist__include_8h_source.html
 share/doc/qore/library/html/splitbar.png
-share/doc/qore/library/html/struct_qore_call_stack-members.html
-share/doc/qore/library/html/struct_qore_call_stack.html
-share/doc/qore/library/html/struct_qore_call_stack_element-members.html
-share/doc/qore/library/html/struct_qore_call_stack_element.html
-share/doc/qore/library/html/struct_qore_call_stack_element__coll__graph.map
-share/doc/qore/library/html/struct_qore_call_stack_element__coll__graph.md5
-share/doc/qore/library/html/struct_qore_call_stack_element__coll__graph.png
-share/doc/qore/library/html/struct_qore_call_stack_element__inherit__graph.map
-share/doc/qore/library/html/struct_qore_call_stack_element__inherit__graph.md5
-share/doc/qore/library/html/struct_qore_call_stack_element__inherit__graph.png
-share/doc/qore/library/html/struct_qore_source_location-members.html
-share/doc/qore/library/html/struct_qore_source_location.html
-share/doc/qore/library/html/struct_qore_source_location__inherit__graph.map
-share/doc/qore/library/html/struct_qore_source_location__inherit__graph.md5
-share/doc/qore/library/html/struct_qore_source_location__inherit__graph.png
 share/doc/qore/library/html/struct_qore_value-members.html
 share/doc/qore/library/html/struct_qore_value.html
 share/doc/qore/library/html/struct_qore_value__coll__graph.map
@@ -3299,8 +3153,6 @@ share/doc/qore/modules/BulkSqlUtil/html/
 share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_7.js
 share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_8.html
 share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_8.js
-share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_9.html
-share/doc/qore/modules/BulkSqlUtil/html/search/namespaces_9.js
 share/doc/qore/modules/BulkSqlUtil/html/search/nomatches.html
 share/doc/qore/modules/BulkSqlUtil/html/search/pages_0.html
 share/doc/qore/modules/BulkSqlUtil/html/search/pages_0.js
@@ -3435,24 +3287,12 @@ share/doc/qore/modules/CsvUtil/html/clas
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_file_writer__inherit__graph.map
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_file_writer__inherit__graph.md5
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_file_writer__inherit__graph.png
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_iterator-members.html
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_iterator.html
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_iterator.js
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_iterator__inherit__graph.map
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_iterator__inherit__graph.md5
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_iterator__inherit__graph.png
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_string_writer-members.html
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_string_writer.html
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_string_writer.js
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_string_writer__inherit__graph.map
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_string_writer__inherit__graph.md5
 share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_string_writer__inherit__graph.png
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_writer-members.html
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_writer.html
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_writer.js
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_writer__inherit__graph.map
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_writer__inherit__graph.md5
-share/doc/qore/modules/CsvUtil/html/class_csv_util_1_1_csv_writer__inherit__graph.png
 share/doc/qore/modules/CsvUtil/html/classes.html
 share/doc/qore/modules/CsvUtil/html/closed.png
 share/doc/qore/modules/CsvUtil/html/dir_13add0083e006ac756009d5942a24d28.html
@@ -4513,18 +4353,6 @@ share/doc/qore/modules/FixedLengthUtil/h
 share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_writer__inherit__graph.map
 share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_writer__inherit__graph.md5
 share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_file_writer__inherit__graph.png
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_iterator-members.html
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_iterator.html
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_iterator.js
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_iterator__inherit__graph.map
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_iterator__inherit__graph.md5
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_iterator__inherit__graph.png
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_writer-members.html
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_writer.html
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_writer.js
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_writer__inherit__graph.map
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_writer__inherit__graph.md5
-share/doc/qore/modules/FixedLengthUtil/html/class_fixed_length_util_1_1_fixed_length_writer__inherit__graph.png
 share/doc/qore/modules/FixedLengthUtil/html/classes.html
 share/doc/qore/modules/FixedLengthUtil/html/closed.png
 share/doc/qore/modules/FixedLengthUtil/html/dir_13add0083e006ac756009d5942a24d28.html
@@ -5367,10 +5195,8 @@ share/doc/qore/modules/HttpServer/html/g
 share/doc/qore/modules/HttpServer/html/group__breakpoint__policy__options.js
 share/doc/qore/modules/HttpServer/html/group__call__type__constants.js
 share/doc/qore/modules/HttpServer/html/group__compression__constants.js
-share/doc/qore/modules/HttpServer/html/group__compression__transformations.js
 share/doc/qore/modules/HttpServer/html/group__compresssion__functions.js
 share/doc/qore/modules/HttpServer/html/group__context__functions.js
-share/doc/qore/modules/HttpServer/html/group__crypto__transformations.js
 share/doc/qore/modules/HttpServer/html/group__cryptographic__constants.js
 share/doc/qore/modules/HttpServer/html/group__cryptographic__functions.js
 share/doc/qore/modules/HttpServer/html/group__database__driver__constants.js
@@ -5402,7 +5228,6 @@ share/doc/qore/modules/HttpServer/html/g
 share/doc/qore/modules/HttpServer/html/group__network__address__information__constants.js
 share/doc/qore/modules/HttpServer/html/group__null__and__nothing__constants.js
 share/doc/qore/modules/HttpServer/html/group__number__formatting__constants.js
-share/doc/qore/modules/HttpServer/html/group__number__string__formatting__constants.js
 share/doc/qore/modules/HttpServer/html/group__object__functions.js
 share/doc/qore/modules/HttpServer/html/group__old__dbi__functions.js
 share/doc/qore/modules/HttpServer/html/group__option__constants.js
@@ -5463,7 +5288,6 @@ share/doc/qore/modules/HttpServer/html/n
 share/doc/qore/modules/HttpServer/html/navtreeindex3.js
 share/doc/qore/modules/HttpServer/html/navtreeindex4.js
 share/doc/qore/modules/HttpServer/html/navtreeindex5.js
-share/doc/qore/modules/HttpServer/html/navtreeindex6.js
 share/doc/qore/modules/HttpServer/html/open.png
 share/doc/qore/modules/HttpServer/html/pages.html
 share/doc/qore/modules/HttpServer/html/resize.js
@@ -5835,10 +5659,8 @@ share/doc/qore/modules/HttpServerUtil/ht
 share/doc/qore/modules/HttpServerUtil/html/group__breakpoint__policy__options.js
 share/doc/qore/modules/HttpServerUtil/html/group__call__type__constants.js
 share/doc/qore/modules/HttpServerUtil/html/group__compression__constants.js
-share/doc/qore/modules/HttpServerUtil/html/group__compression__transformations.js
 share/doc/qore/modules/HttpServerUtil/html/group__compresssion__functions.js
 share/doc/qore/modules/HttpServerUtil/html/group__context__functions.js
-share/doc/qore/modules/HttpServerUtil/html/group__crypto__transformations.js
 share/doc/qore/modules/HttpServerUtil/html/group__cryptographic__constants.js
 share/doc/qore/modules/HttpServerUtil/html/group__cryptographic__functions.js
 share/doc/qore/modules/HttpServerUtil/html/group__database__driver__constants.js
@@ -5870,7 +5692,6 @@ share/doc/qore/modules/HttpServerUtil/ht
 share/doc/qore/modules/HttpServerUtil/html/group__network__address__information__constants.js
 share/doc/qore/modules/HttpServerUtil/html/group__null__and__nothing__constants.js
 share/doc/qore/modules/HttpServerUtil/html/group__number__formatting__constants.js
-share/doc/qore/modules/HttpServerUtil/html/group__number__string__formatting__constants.js
 share/doc/qore/modules/HttpServerUtil/html/group__object__functions.js
 share/doc/qore/modules/HttpServerUtil/html/group__old__dbi__functions.js
 share/doc/qore/modules/HttpServerUtil/html/group__option__constants.js
@@ -5941,7 +5762,6 @@ share/doc/qore/modules/HttpServerUtil/ht
 share/doc/qore/modules/HttpServerUtil/html/navtreeindex3.js
 share/doc/qore/modules/HttpServerUtil/html/navtreeindex4.js
 share/doc/qore/modules/HttpServerUtil/html/navtreeindex5.js
-share/doc/qore/modules/HttpServerUtil/html/navtreeindex6.js
 share/doc/qore/modules/HttpServerUtil/html/open.png
 share/doc/qore/modules/HttpServerUtil/html/pages.html
 share/doc/qore/modules/HttpServerUtil/html/resize.js
@@ -6283,10 +6103,8 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/group__breakpoint__policy__options.js
 share/doc/qore/modules/MailMessage/html/group__call__type__constants.js
 share/doc/qore/modules/MailMessage/html/group__compression__constants.js
-share/doc/qore/modules/MailMessage/html/group__compression__transformations.js
 share/doc/qore/modules/MailMessage/html/group__compresssion__functions.js
 share/doc/qore/modules/MailMessage/html/group__context__functions.js
-share/doc/qore/modules/MailMessage/html/group__crypto__transformations.js
 share/doc/qore/modules/MailMessage/html/group__cryptographic__constants.js
 share/doc/qore/modules/MailMessage/html/group__cryptographic__functions.js
 share/doc/qore/modules/MailMessage/html/group__database__driver__constants.js
@@ -6318,7 +6136,6 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/group__network__address__information__constants.js
 share/doc/qore/modules/MailMessage/html/group__null__and__nothing__constants.js
 share/doc/qore/modules/MailMessage/html/group__number__formatting__constants.js
-share/doc/qore/modules/MailMessage/html/group__number__string__formatting__constants.js
 share/doc/qore/modules/MailMessage/html/group__object__functions.js
 share/doc/qore/modules/MailMessage/html/group__old__dbi__functions.js
 share/doc/qore/modules/MailMessage/html/group__option__constants.js
@@ -6382,7 +6199,6 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/navtreeindex3.js
 share/doc/qore/modules/MailMessage/html/navtreeindex4.js
 share/doc/qore/modules/MailMessage/html/navtreeindex5.js
-share/doc/qore/modules/MailMessage/html/navtreeindex6.js
 share/doc/qore/modules/MailMessage/html/open.png
 share/doc/qore/modules/MailMessage/html/pages.html
 share/doc/qore/modules/MailMessage/html/resize.js
@@ -6669,10 +6485,7 @@ share/doc/qore/modules/MailMessage/html/
 share/doc/qore/modules/MailMessage/html/tabs.css
 share/doc/qore/modules/Mapper/html/_mapper_8qm_8dox_8h_source.html
 share/doc/qore/modules/Mapper/html/annotated.html
-share/doc/qore/modules/Mapper/html/annotated.js
 share/doc/qore/modules/Mapper/html/annotated_dup.js
-share/doc/qore/modules/Mapper/html/arrowdown.png
-share/doc/qore/modules/Mapper/html/arrowright.png
 share/doc/qore/modules/Mapper/html/bc_s.png
 share/doc/qore/modules/Mapper/html/bdwn.png
 share/doc/qore/modules/Mapper/html/class_mapper_1_1_abstract_mapper_iterator-members.html
@@ -6694,13 +6507,7 @@ share/doc/qore/modules/Mapper/html/class
 share/doc/qore/modules/Mapper/html/closed.png
 share/doc/qore/modules/Mapper/html/deprecated.html
 share/doc/qore/modules/Mapper/html/dir_13add0083e006ac756009d5942a24d28.html
-share/doc/qore/modules/Mapper/html/dir_13add0083e006ac756009d5942a24d28_dep.map
-share/doc/qore/modules/Mapper/html/dir_13add0083e006ac756009d5942a24d28_dep.md5
-share/doc/qore/modules/Mapper/html/dir_13add0083e006ac756009d5942a24d28_dep.png
 share/doc/qore/modules/Mapper/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
-share/doc/qore/modules/Mapper/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.map
-share/doc/qore/modules/Mapper/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.md5
-share/doc/qore/modules/Mapper/html/dir_4e8d938e9ddb5a617c200d5739d1f41a_dep.png
 share/doc/qore/modules/Mapper/html/doc.png
 share/doc/qore/modules/Mapper/html/doxygen.css
 share/doc/qore/modules/Mapper/html/doxygen.png
@@ -6729,9 +6536,6 @@ share/doc/qore/modules/Mapper/html/menu.
 share/doc/qore/modules/Mapper/html/menudata.js
 share/doc/qore/modules/Mapper/html/namespace_mapper.html
 share/doc/qore/modules/Mapper/html/namespace_mapper.js
-share/doc/qore/modules/Mapper/html/namespacemembers.html
-share/doc/qore/modules/Mapper/html/namespacemembers_func.html
-share/doc/qore/modules/Mapper/html/namespacemembers_vars.html
 share/doc/qore/modules/Mapper/html/namespaces.html
 share/doc/qore/modules/Mapper/html/namespaces.js
 share/doc/qore/modules/Mapper/html/nav_f.png
@@ -7080,10 +6884,8 @@ share/doc/qore/modules/Mime/html/group__
 share/doc/qore/modules/Mime/html/group__breakpoint__policy__options.js
 share/doc/qore/modules/Mime/html/group__call__type__constants.js
 share/doc/qore/modules/Mime/html/group__compression__constants.js
-share/doc/qore/modules/Mime/html/group__compression__transformations.js
 share/doc/qore/modules/Mime/html/group__compresssion__functions.js
 share/doc/qore/modules/Mime/html/group__context__functions.js
-share/doc/qore/modules/Mime/html/group__crypto__transformations.js
 share/doc/qore/modules/Mime/html/group__cryptographic__constants.js
 share/doc/qore/modules/Mime/html/group__cryptographic__functions.js
 share/doc/qore/modules/Mime/html/group__database__driver__constants.js
@@ -7115,7 +6917,6 @@ share/doc/qore/modules/Mime/html/group__
 share/doc/qore/modules/Mime/html/group__network__address__information__constants.js
 share/doc/qore/modules/Mime/html/group__null__and__nothing__constants.js
 share/doc/qore/modules/Mime/html/group__number__formatting__constants.js
-share/doc/qore/modules/Mime/html/group__number__string__formatting__constants.js
 share/doc/qore/modules/Mime/html/group__object__functions.js
 share/doc/qore/modules/Mime/html/group__old__dbi__functions.js
 share/doc/qore/modules/Mime/html/group__option__constants.js
@@ -8837,12 +8638,6 @@ share/doc/qore/modules/Pop3Client/html/b
 share/doc/qore/modules/Pop3Client/html/class_pop3_client_1_1_pop3_client-members.html
 share/doc/qore/modules/Pop3Client/html/class_pop3_client_1_1_pop3_client.html
 share/doc/qore/modules/Pop3Client/html/class_pop3_client_1_1_pop3_client.js
-share/doc/qore/modules/Pop3Client/html/class_pop3_client_1_1_pop3_connection-members.html
-share/doc/qore/modules/Pop3Client/html/class_pop3_client_1_1_pop3_connection.html
-share/doc/qore/modules/Pop3Client/html/class_pop3_client_1_1_pop3_connection.js
-share/doc/qore/modules/Pop3Client/html/class_pop3_client_1_1_pop3_connection__inherit__graph.map
-share/doc/qore/modules/Pop3Client/html/class_pop3_client_1_1_pop3_connection__inherit__graph.md5
-share/doc/qore/modules/Pop3Client/html/class_pop3_client_1_1_pop3_connection__inherit__graph.png
 share/doc/qore/modules/Pop3Client/html/classes.html
 share/doc/qore/modules/Pop3Client/html/closed.png
 share/doc/qore/modules/Pop3Client/html/dir_13add0083e006ac756009d5942a24d28.html
@@ -8859,17 +8654,8 @@ share/doc/qore/modules/Pop3Client/html/f
 share/doc/qore/modules/Pop3Client/html/graph_legend.html
 share/doc/qore/modules/Pop3Client/html/graph_legend.md5
 share/doc/qore/modules/Pop3Client/html/graph_legend.png
-share/doc/qore/modules/Pop3Client/html/hierarchy.html
-share/doc/qore/modules/Pop3Client/html/hierarchy.js
 share/doc/qore/modules/Pop3Client/html/index.html
 share/doc/qore/modules/Pop3Client/html/index.qhp
-share/doc/qore/modules/Pop3Client/html/inherit_graph_0.map
-share/doc/qore/modules/Pop3Client/html/inherit_graph_0.md5
-share/doc/qore/modules/Pop3Client/html/inherit_graph_0.png
-share/doc/qore/modules/Pop3Client/html/inherit_graph_1.map
-share/doc/qore/modules/Pop3Client/html/inherit_graph_1.md5
-share/doc/qore/modules/Pop3Client/html/inherit_graph_1.png
-share/doc/qore/modules/Pop3Client/html/inherits.html
 share/doc/qore/modules/Pop3Client/html/jquery.js
 share/doc/qore/modules/Pop3Client/html/menu.js
 share/doc/qore/modules/Pop3Client/html/menudata.js
@@ -9645,10 +9431,8 @@ share/doc/qore/modules/Qorize/html/group
 share/doc/qore/modules/Qorize/html/group__call__type__constants.js
 share/doc/qore/modules/Qorize/html/group__closecodes.js
 share/doc/qore/modules/Qorize/html/group__compression__constants.js
-share/doc/qore/modules/Qorize/html/group__compression__transformations.js
 share/doc/qore/modules/Qorize/html/group__compresssion__functions.js
 share/doc/qore/modules/Qorize/html/group__context__functions.js
-share/doc/qore/modules/Qorize/html/group__crypto__transformations.js
 share/doc/qore/modules/Qorize/html/group__cryptographic__constants.js
 share/doc/qore/modules/Qorize/html/group__cryptographic__functions.js
 share/doc/qore/modules/Qorize/html/group__database__driver__constants.js
@@ -9681,7 +9465,6 @@ share/doc/qore/modules/Qorize/html/group
 share/doc/qore/modules/Qorize/html/group__network__address__information__constants.js
 share/doc/qore/modules/Qorize/html/group__null__and__nothing__constants.js
 share/doc/qore/modules/Qorize/html/group__number__formatting__constants.js
-share/doc/qore/modules/Qorize/html/group__number__string__formatting__constants.js
 share/doc/qore/modules/Qorize/html/group__object__functions.js
 share/doc/qore/modules/Qorize/html/group__old__dbi__functions.js
 share/doc/qore/modules/Qorize/html/group__opcodes.js
@@ -10064,12 +9847,6 @@ share/doc/qore/modules/RestClient/html/c
 share/doc/qore/modules/RestClient/html/class_rest_client_1_1_rest_client__inherit__graph.map
 share/doc/qore/modules/RestClient/html/class_rest_client_1_1_rest_client__inherit__graph.md5
 share/doc/qore/modules/RestClient/html/class_rest_client_1_1_rest_client__inherit__graph.png
-share/doc/qore/modules/RestClient/html/class_rest_client_1_1_rest_connection-members.html
-share/doc/qore/modules/RestClient/html/class_rest_client_1_1_rest_connection.html
-share/doc/qore/modules/RestClient/html/class_rest_client_1_1_rest_connection.js
-share/doc/qore/modules/RestClient/html/class_rest_client_1_1_rest_connection__inherit__graph.map
-share/doc/qore/modules/RestClient/html/class_rest_client_1_1_rest_connection__inherit__graph.md5
-share/doc/qore/modules/RestClient/html/class_rest_client_1_1_rest_connection__inherit__graph.png
 share/doc/qore/modules/RestClient/html/classes.html
 share/doc/qore/modules/RestClient/html/closed.png
 share/doc/qore/modules/RestClient/html/dir_13add0083e006ac756009d5942a24d28.html
@@ -10093,9 +9870,6 @@ share/doc/qore/modules/RestClient/html/i
 share/doc/qore/modules/RestClient/html/inherit_graph_0.map
 share/doc/qore/modules/RestClient/html/inherit_graph_0.md5
 share/doc/qore/modules/RestClient/html/inherit_graph_0.png
-share/doc/qore/modules/RestClient/html/inherit_graph_1.map
-share/doc/qore/modules/RestClient/html/inherit_graph_1.md5
-share/doc/qore/modules/RestClient/html/inherit_graph_1.png
 share/doc/qore/modules/RestClient/html/inherits.html
 share/doc/qore/modules/RestClient/html/jquery.js
 share/doc/qore/modules/RestClient/html/menu.js
@@ -10778,12 +10552,6 @@ share/doc/qore/modules/SalesforceRestCli
 share/doc/qore/modules/SalesforceRestClient/html/class_salesforce_rest_client_1_1_salesforce_rest_client__inherit__graph.map
 share/doc/qore/modules/SalesforceRestClient/html/class_salesforce_rest_client_1_1_salesforce_rest_client__inherit__graph.md5
 share/doc/qore/modules/SalesforceRestClient/html/class_salesforce_rest_client_1_1_salesforce_rest_client__inherit__graph.png
-share/doc/qore/modules/SalesforceRestClient/html/class_salesforce_rest_client_1_1_salesforce_rest_connection-members.html
-share/doc/qore/modules/SalesforceRestClient/html/class_salesforce_rest_client_1_1_salesforce_rest_connection.html
-share/doc/qore/modules/SalesforceRestClient/html/class_salesforce_rest_client_1_1_salesforce_rest_connection.js
-share/doc/qore/modules/SalesforceRestClient/html/class_salesforce_rest_client_1_1_salesforce_rest_connection__inherit__graph.map
-share/doc/qore/modules/SalesforceRestClient/html/class_salesforce_rest_client_1_1_salesforce_rest_connection__inherit__graph.md5
-share/doc/qore/modules/SalesforceRestClient/html/class_salesforce_rest_client_1_1_salesforce_rest_connection__inherit__graph.png
 share/doc/qore/modules/SalesforceRestClient/html/classes.html
 share/doc/qore/modules/SalesforceRestClient/html/closed.png
 share/doc/qore/modules/SalesforceRestClient/html/dir_13add0083e006ac756009d5942a24d28.html
@@ -10822,10 +10590,8 @@ share/doc/qore/modules/SalesforceRestCli
 share/doc/qore/modules/SalesforceRestClient/html/group__call__type__constants.js
 share/doc/qore/modules/SalesforceRestClient/html/group__closecodes.js
 share/doc/qore/modules/SalesforceRestClient/html/group__compression__constants.js
-share/doc/qore/modules/SalesforceRestClient/html/group__compression__transformations.js
 share/doc/qore/modules/SalesforceRestClient/html/group__compresssion__functions.js
 share/doc/qore/modules/SalesforceRestClient/html/group__context__functions.js
-share/doc/qore/modules/SalesforceRestClient/html/group__crypto__transformations.js
 share/doc/qore/modules/SalesforceRestClient/html/group__cryptographic__constants.js
 share/doc/qore/modules/SalesforceRestClient/html/group__cryptographic__functions.js
 share/doc/qore/modules/SalesforceRestClient/html/group__database__driver__constants.js
@@ -10858,7 +10624,6 @@ share/doc/qore/modules/SalesforceRestCli
 share/doc/qore/modules/SalesforceRestClient/html/group__network__address__information__constants.js
 share/doc/qore/modules/SalesforceRestClient/html/group__null__and__nothing__constants.js
 share/doc/qore/modules/SalesforceRestClient/html/group__number__formatting__constants.js
-share/doc/qore/modules/SalesforceRestClient/html/group__number__string__formatting__constants.js
 share/doc/qore/modules/SalesforceRestClient/html/group__object__functions.js
 share/doc/qore/modules/SalesforceRestClient/html/group__old__dbi__functions.js
 share/doc/qore/modules/SalesforceRestClient/html/group__opcodes.js
@@ -10908,9 +10673,6 @@ share/doc/qore/modules/SalesforceRestCli
 share/doc/qore/modules/SalesforceRestClient/html/inherit_graph_0.map
 share/doc/qore/modules/SalesforceRestClient/html/inherit_graph_0.md5
 share/doc/qore/modules/SalesforceRestClient/html/inherit_graph_0.png
-share/doc/qore/modules/SalesforceRestClient/html/inherit_graph_1.map
-share/doc/qore/modules/SalesforceRestClient/html/inherit_graph_1.md5
-share/doc/qore/modules/SalesforceRestClient/html/inherit_graph_1.png
 share/doc/qore/modules/SalesforceRestClient/html/inherits.html
 share/doc/qore/modules/SalesforceRestClient/html/jquery.js
 share/doc/qore/modules/SalesforceRestClient/html/menu.js
@@ -11619,12 +11381,6 @@ share/doc/qore/modules/SmtpClient/html/c
 share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client-members.html
 share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client.html
 share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_client.js
-share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection-members.html
-share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection.html
-share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection.js
-share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection__inherit__graph.map
-share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection__inherit__graph.md5
-share/doc/qore/modules/SmtpClient/html/class_smtp_client_1_1_smtp_connection__inherit__graph.png
 share/doc/qore/modules/SmtpClient/html/classes.html
 share/doc/qore/modules/SmtpClient/html/closed.png
 share/doc/qore/modules/SmtpClient/html/dir_13add0083e006ac756009d5942a24d28.html
@@ -11654,9 +11410,6 @@ share/doc/qore/modules/SmtpClient/html/i
 share/doc/qore/modules/SmtpClient/html/inherit_graph_2.map
 share/doc/qore/modules/SmtpClient/html/inherit_graph_2.md5
 share/doc/qore/modules/SmtpClient/html/inherit_graph_2.png
-share/doc/qore/modules/SmtpClient/html/inherit_graph_3.map
-share/doc/qore/modules/SmtpClient/html/inherit_graph_3.md5
-share/doc/qore/modules/SmtpClient/html/inherit_graph_3.png
 share/doc/qore/modules/SmtpClient/html/inherits.html
 share/doc/qore/modules/SmtpClient/html/jquery.js
 share/doc/qore/modules/SmtpClient/html/menu.js
@@ -12190,10 +11943,8 @@ share/doc/qore/modules/SqlUtil/html/grou
 share/doc/qore/modules/SqlUtil/html/group__breakpoint__policy__options.js
 share/doc/qore/modules/SqlUtil/html/group__call__type__constants.js
 share/doc/qore/modules/SqlUtil/html/group__compression__constants.js
-share/doc/qore/modules/SqlUtil/html/group__compression__transformations.js
 share/doc/qore/modules/SqlUtil/html/group__compresssion__functions.js
 share/doc/qore/modules/SqlUtil/html/group__context__functions.js
-share/doc/qore/modules/SqlUtil/html/group__crypto__transformations.js
 share/doc/qore/modules/SqlUtil/html/group__cryptographic__constants.js
 share/doc/qore/modules/SqlUtil/html/group__cryptographic__functions.js
 share/doc/qore/modules/SqlUtil/html/group__database__driver__constants.js
@@ -12227,7 +11978,6 @@ share/doc/qore/modules/SqlUtil/html/grou
 share/doc/qore/modules/SqlUtil/html/group__network__address__information__constants.js
 share/doc/qore/modules/SqlUtil/html/group__null__and__nothing__constants.js
 share/doc/qore/modules/SqlUtil/html/group__number__formatting__constants.js
-share/doc/qore/modules/SqlUtil/html/group__number__string__formatting__constants.js
 share/doc/qore/modules/SqlUtil/html/group__object__functions.js
 share/doc/qore/modules/SqlUtil/html/group__old__dbi__functions.js
 share/doc/qore/modules/SqlUtil/html/group__option__constants.js
@@ -12350,7 +12100,6 @@ share/doc/qore/modules/SqlUtil/html/navt
 share/doc/qore/modules/SqlUtil/html/navtreeindex6.js
 share/doc/qore/modules/SqlUtil/html/navtreeindex7.js
 share/doc/qore/modules/SqlUtil/html/navtreeindex8.js
-share/doc/qore/modules/SqlUtil/html/navtreeindex9.js
 share/doc/qore/modules/SqlUtil/html/open.png
 share/doc/qore/modules/SqlUtil/html/pages.html
 share/doc/qore/modules/SqlUtil/html/resize.js
@@ -12719,12 +12468,6 @@ share/doc/qore/modules/TableMapper/html/
 share/doc/qore/modules/TableMapper/html/inherit_graph_1.map
 share/doc/qore/modules/TableMapper/html/inherit_graph_1.md5
 share/doc/qore/modules/TableMapper/html/inherit_graph_1.png
-share/doc/qore/modules/TableMapper/html/inherit_graph_2.map
-share/doc/qore/modules/TableMapper/html/inherit_graph_2.md5
-share/doc/qore/modules/TableMapper/html/inherit_graph_2.png
-share/doc/qore/modules/TableMapper/html/inherit_graph_3.map
-share/doc/qore/modules/TableMapper/html/inherit_graph_3.md5
-share/doc/qore/modules/TableMapper/html/inherit_graph_3.png
 share/doc/qore/modules/TableMapper/html/inherits.html
 share/doc/qore/modules/TableMapper/html/jquery.js
 share/doc/qore/modules/TableMapper/html/menu.js
@@ -13052,12 +12795,6 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/class_telnet_client_1_1_telnet_client-members.html
 share/doc/qore/modules/TelnetClient/html/class_telnet_client_1_1_telnet_client.html
 share/doc/qore/modules/TelnetClient/html/class_telnet_client_1_1_telnet_client.js
-share/doc/qore/modules/TelnetClient/html/class_telnet_client_1_1_telnet_connection-members.html
-share/doc/qore/modules/TelnetClient/html/class_telnet_client_1_1_telnet_connection.html
-share/doc/qore/modules/TelnetClient/html/class_telnet_client_1_1_telnet_connection.js
-share/doc/qore/modules/TelnetClient/html/class_telnet_client_1_1_telnet_connection__inherit__graph.map
-share/doc/qore/modules/TelnetClient/html/class_telnet_client_1_1_telnet_connection__inherit__graph.md5
-share/doc/qore/modules/TelnetClient/html/class_telnet_client_1_1_telnet_connection__inherit__graph.png
 share/doc/qore/modules/TelnetClient/html/classes.html
 share/doc/qore/modules/TelnetClient/html/closed.png
 share/doc/qore/modules/TelnetClient/html/dir_13add0083e006ac756009d5942a24d28.html
@@ -13096,10 +12833,8 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/group__call__type__constants.js
 share/doc/qore/modules/TelnetClient/html/group__closecodes.js
 share/doc/qore/modules/TelnetClient/html/group__compression__constants.js
-share/doc/qore/modules/TelnetClient/html/group__compression__transformations.js
 share/doc/qore/modules/TelnetClient/html/group__compresssion__functions.js
 share/doc/qore/modules/TelnetClient/html/group__context__functions.js
-share/doc/qore/modules/TelnetClient/html/group__crypto__transformations.js
 share/doc/qore/modules/TelnetClient/html/group__cryptographic__constants.js
 share/doc/qore/modules/TelnetClient/html/group__cryptographic__functions.js
 share/doc/qore/modules/TelnetClient/html/group__database__driver__constants.js
@@ -13132,7 +12867,6 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/group__network__address__information__constants.js
 share/doc/qore/modules/TelnetClient/html/group__null__and__nothing__constants.js
 share/doc/qore/modules/TelnetClient/html/group__number__formatting__constants.js
-share/doc/qore/modules/TelnetClient/html/group__number__string__formatting__constants.js
 share/doc/qore/modules/TelnetClient/html/group__object__functions.js
 share/doc/qore/modules/TelnetClient/html/group__old__dbi__functions.js
 share/doc/qore/modules/TelnetClient/html/group__opcodes.js
@@ -13175,17 +12909,8 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/group__user__and__group__functions.js
 share/doc/qore/modules/TelnetClient/html/group__warning__constants.js
 share/doc/qore/modules/TelnetClient/html/group__x509__verification__constants.js
-share/doc/qore/modules/TelnetClient/html/hierarchy.html
-share/doc/qore/modules/TelnetClient/html/hierarchy.js
 share/doc/qore/modules/TelnetClient/html/index.html
 share/doc/qore/modules/TelnetClient/html/index.qhp
-share/doc/qore/modules/TelnetClient/html/inherit_graph_0.map
-share/doc/qore/modules/TelnetClient/html/inherit_graph_0.md5
-share/doc/qore/modules/TelnetClient/html/inherit_graph_0.png
-share/doc/qore/modules/TelnetClient/html/inherit_graph_1.map
-share/doc/qore/modules/TelnetClient/html/inherit_graph_1.md5
-share/doc/qore/modules/TelnetClient/html/inherit_graph_1.png
-share/doc/qore/modules/TelnetClient/html/inherits.html
 share/doc/qore/modules/TelnetClient/html/jquery.js
 share/doc/qore/modules/TelnetClient/html/menu.js
 share/doc/qore/modules/TelnetClient/html/menudata.js
@@ -13210,7 +12935,6 @@ share/doc/qore/modules/TelnetClient/html
 share/doc/qore/modules/TelnetClient/html/navtreeindex4.js
 share/doc/qore/modules/TelnetClient/html/navtreeindex5.js
 share/doc/qore/modules/TelnetClient/html/navtreeindex6.js
-share/doc/qore/modules/TelnetClient/html/navtreeindex7.js
 share/doc/qore/modules/TelnetClient/html/open.png
 share/doc/qore/modules/TelnetClient/html/pages.html
 share/doc/qore/modules/TelnetClient/html/resize.js
@@ -13840,12 +13564,6 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_client-members.html
 share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_client.html
 share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_client.js
-share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object-members.html
-share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object.html
-share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object.js
-share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object__inherit__graph.map
-share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object__inherit__graph.md5
-share/doc/qore/modules/WebSocketClient/html/class_web_socket_client_1_1_web_socket_connection_object__inherit__graph.png
 share/doc/qore/modules/WebSocketClient/html/classes.html
 share/doc/qore/modules/WebSocketClient/html/closed.png
 share/doc/qore/modules/WebSocketClient/html/dir_13add0083e006ac756009d5942a24d28.html
@@ -13862,17 +13580,8 @@ share/doc/qore/modules/WebSocketClient/h
 share/doc/qore/modules/WebSocketClient/html/graph_legend.html
 share/doc/qore/modules/WebSocketClient/html/graph_legend.md5
 share/doc/qore/modules/WebSocketClient/html/graph_legend.png
-share/doc/qore/modules/WebSocketClient/html/hierarchy.html
-share/doc/qore/modules/WebSocketClient/html/hierarchy.js
 share/doc/qore/modules/WebSocketClient/html/index.html
 share/doc/qore/modules/WebSocketClient/html/index.qhp
-share/doc/qore/modules/WebSocketClient/html/inherit_graph_0.map
-share/doc/qore/modules/WebSocketClient/html/inherit_graph_0.md5
-share/doc/qore/modules/WebSocketClient/html/inherit_graph_0.png
-share/doc/qore/modules/WebSocketClient/html/inherit_graph_1.map
-share/doc/qore/modules/WebSocketClient/html/inherit_graph_1.md5
-share/doc/qore/modules/WebSocketClient/html/inherit_graph_1.png
-share/doc/qore/modules/WebSocketClient/html/inherits.html
 share/doc/qore/modules/WebSocketClient/html/jquery.js
 share/doc/qore/modules/WebSocketClient/html/menu.js
 share/doc/qore/modules/WebSocketClient/html/menudata.js
@@ -14574,10 +14283,8 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/group__closecodes.html
 share/doc/qore/modules/WebSocketUtil/html/group__closecodes.js
 share/doc/qore/modules/WebSocketUtil/html/group__compression__constants.js
-share/doc/qore/modules/WebSocketUtil/html/group__compression__transformations.js
 share/doc/qore/modules/WebSocketUtil/html/group__compresssion__functions.js
 share/doc/qore/modules/WebSocketUtil/html/group__context__functions.js
-share/doc/qore/modules/WebSocketUtil/html/group__crypto__transformations.js
 share/doc/qore/modules/WebSocketUtil/html/group__cryptographic__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__cryptographic__functions.js
 share/doc/qore/modules/WebSocketUtil/html/group__database__driver__constants.js
@@ -14609,7 +14316,6 @@ share/doc/qore/modules/WebSocketUtil/htm
 share/doc/qore/modules/WebSocketUtil/html/group__network__address__information__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__null__and__nothing__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__number__formatting__constants.js
-share/doc/qore/modules/WebSocketUtil/html/group__number__string__formatting__constants.js
 share/doc/qore/modules/WebSocketUtil/html/group__object__functions.js
 share/doc/qore/modules/WebSocketUtil/html/group__old__dbi__functions.js
 share/doc/qore/modules/WebSocketUtil/html/group__opcodes.html

Index: pkgsrc/lang/qore/distinfo
diff -u pkgsrc/lang/qore/distinfo:1.8 pkgsrc/lang/qore/distinfo:1.9
--- pkgsrc/lang/qore/distinfo:1.8       Tue Jun 13 19:23:31 2017
+++ pkgsrc/lang/qore/distinfo   Sun Jul 30 19:27:08 2017
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.8 2017/06/13 19:23:31 nros Exp $
+$NetBSD: distinfo,v 1.9 2017/07/30 19:27:08 nros Exp $
 
-SHA1 (qore-0.8.12.10.tar.bz2) = 8f1943a694fcee2c2ef4d95b14f7c7653c2d0991
-RMD160 (qore-0.8.12.10.tar.bz2) = a9f3534dbf3ee88124f8e2944d507ba5f8ae24ee
-SHA512 (qore-0.8.12.10.tar.bz2) = 9447dee116566a6feabfa0042e152da1de8309d0ead5c91831e0518b97a3e059af9537598883a9ba76db15fd8a2b43c982be1c411c0a450b3bb3f1d01862032d
-Size (qore-0.8.12.10.tar.bz2) = 23124311 bytes
+SHA1 (qore-0.8.12.11.tar.bz2) = 32c2f4dc675347fb25a67216baaf2dcde344aa78
+RMD160 (qore-0.8.12.11.tar.bz2) = 4fc7718ab3162a6e19ff988d882aac44d62ffaaf
+SHA512 (qore-0.8.12.11.tar.bz2) = a20eac1a966d6a0862aa359c865c1f3cb05b2fcfefea15797185273cd941e811dd5a4a261547e38fca2db1c5852fff6ee5eac4bd6cbb62e40436ae85e63d50ae
+Size (qore-0.8.12.11.tar.bz2) = 22939924 bytes
 SHA1 (patch-include_qore_ReferenceNode.h) = df2dbac13ed9bc5dff4949bc654817e4c5335dd2



Home | Main Index | Thread Index | Old Index