pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/qore-yaml-module Update qore-xml-module to ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a7e781c9e81d
branches:  trunk
changeset: 350090:a7e781c9e81d
user:      nros <nros%pkgsrc.org@localhost>
date:      Fri Jul 22 12:39:22 2016 +0000

description:
Update qore-xml-module to version 0.5.

Patches have been applied upstream.

release notes:
This release of the yaml module includes bug fixes and major new features
such as:

* Support for the DataStream Protocol allowing point-to-point data streaming
  over HTTP using YAML-serialized chunks of data;
  the following user modules support this:
   - DataStreamClient
   - DataStreamRequestHandler
   - DataStreamUtil
* new function naming convention

diffstat:

 textproc/qore-yaml-module/Makefile                      |   13 +-
 textproc/qore-yaml-module/PLIST                         |  614 +++++++++++----
 textproc/qore-yaml-module/buildlink3.mk                 |    4 +-
 textproc/qore-yaml-module/distinfo                      |   12 +-
 textproc/qore-yaml-module/patches/patch-configure       |   21 -
 textproc/qore-yaml-module/patches/patch-src_Makefile.in |   14 -
 6 files changed, 465 insertions(+), 213 deletions(-)

diffs (truncated from 844 to 300 lines):

diff -r ea011d280fe7 -r a7e781c9e81d textproc/qore-yaml-module/Makefile
--- a/textproc/qore-yaml-module/Makefile        Fri Jul 22 12:26:32 2016 +0000
+++ b/textproc/qore-yaml-module/Makefile        Fri Jul 22 12:39:22 2016 +0000
@@ -1,12 +1,13 @@
-# $NetBSD: Makefile,v 1.2 2016/03/05 11:27:56 jperkin Exp $
+# $NetBSD: Makefile,v 1.3 2016/07/22 12:39:22 nros Exp $
 
-DISTNAME=      qore-yaml-module-0.4
-PKGREVISION=   5
+DISTNAME=      qore-yaml-module-0.5
 CATEGORIES=    textproc
-MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE:=qore/}
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=qorelanguage/}
 EXTRACT_SUFX=   .tar.bz2
+GITHUB_PROJECT=        module-yaml
+GITHUB_RELEASE=        v${PKGVERSION_NOREV}
 
-MAINTAINER=    nros%users.sourceforge.net@localhost
+MAINTAINER=    nros%netbsd.org@localhost
 COMMENT=       Yaml module for Qore
 HOMEPAGE=      http://www.qore.org/
 LICENSE=       gnu-lgpl-v2.1 OR mit
@@ -18,6 +19,8 @@
 
 PTHREAD_OPTS+= native
 
+CONFIGURE_ARGS+=--with-libsuffix=""
+
 #This is needed in order to comply the with MIT license and binary distribution
 #Install docs.
 INSTALLATION_DIRS+=    share/doc/${PKGBASE}
diff -r ea011d280fe7 -r a7e781c9e81d textproc/qore-yaml-module/PLIST
--- a/textproc/qore-yaml-module/PLIST   Fri Jul 22 12:26:32 2016 +0000
+++ b/textproc/qore-yaml-module/PLIST   Fri Jul 22 12:39:22 2016 +0000
@@ -1,12 +1,313 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/30 15:52:04 wiz Exp $
-${QORE_MODULE_DIR}/${QORE_VERSION}/YamlRpcClient.qm
-${QORE_MODULE_DIR}/${QORE_VERSION}/YamlRpcHandler.qm
+@comment $NetBSD: PLIST,v 1.2 2016/07/22 12:39:22 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/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
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_client.html
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_client.js
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_message-members.html
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_message.html
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_message__inherit__graph.map
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_message__inherit__graph.md5
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_message__inherit__graph.png
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_recv_message-members.html
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_recv_message.html
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_recv_message.js
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_recv_message__inherit__graph.map
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_recv_message__inherit__graph.md5
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_recv_message__inherit__graph.png
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_send_message-members.html
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_send_message.html
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_send_message.js
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_send_message__inherit__graph.map
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_send_message__inherit__graph.md5
+share/doc/qore-yaml-module/DataStreamClient/html/class_data_stream_client_1_1_data_stream_send_message__inherit__graph.png
+share/doc/qore-yaml-module/DataStreamClient/html/classes.html
+share/doc/qore-yaml-module/DataStreamClient/html/closed.png
+share/doc/qore-yaml-module/DataStreamClient/html/dir_1935124a1d355a6bc0fee3e0733e48ca.html
+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/functions.html
+share/doc/qore-yaml-module/DataStreamClient/html/functions_func.html
+share/doc/qore-yaml-module/DataStreamClient/html/functions_vars.html
+share/doc/qore-yaml-module/DataStreamClient/html/graph_legend.html
+share/doc/qore-yaml-module/DataStreamClient/html/graph_legend.md5
+share/doc/qore-yaml-module/DataStreamClient/html/graph_legend.png
+share/doc/qore-yaml-module/DataStreamClient/html/hierarchy.html
+share/doc/qore-yaml-module/DataStreamClient/html/hierarchy.js
+share/doc/qore-yaml-module/DataStreamClient/html/index.html
+share/doc/qore-yaml-module/DataStreamClient/html/index.qhp
+share/doc/qore-yaml-module/DataStreamClient/html/inherit_graph_0.map
+share/doc/qore-yaml-module/DataStreamClient/html/inherit_graph_0.md5
+share/doc/qore-yaml-module/DataStreamClient/html/inherit_graph_0.png
+share/doc/qore-yaml-module/DataStreamClient/html/inherit_graph_1.map
+share/doc/qore-yaml-module/DataStreamClient/html/inherit_graph_1.md5
+share/doc/qore-yaml-module/DataStreamClient/html/inherit_graph_1.png
+share/doc/qore-yaml-module/DataStreamClient/html/inherits.html
+share/doc/qore-yaml-module/DataStreamClient/html/jquery.js
+share/doc/qore-yaml-module/DataStreamClient/html/namespace_data_stream_client.html
+share/doc/qore-yaml-module/DataStreamClient/html/namespace_data_stream_client.js
+share/doc/qore-yaml-module/DataStreamClient/html/namespaces.html
+share/doc/qore-yaml-module/DataStreamClient/html/namespaces.js
+share/doc/qore-yaml-module/DataStreamClient/html/nav_f.png
+share/doc/qore-yaml-module/DataStreamClient/html/nav_g.png
+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/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/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/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/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/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/sync_off.png
+share/doc/qore-yaml-module/DataStreamClient/html/sync_on.png
+share/doc/qore-yaml-module/DataStreamClient/html/tab_a.png
+share/doc/qore-yaml-module/DataStreamClient/html/tab_b.png
+share/doc/qore-yaml-module/DataStreamClient/html/tab_h.png
+share/doc/qore-yaml-module/DataStreamClient/html/tab_s.png
+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/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
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/class_data_stream_request_handler_1_1_abstract_data_stream_request_handler.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/class_data_stream_request_handler_1_1_abstract_data_stream_request_handler.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/classes.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/closed.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/dir_1935124a1d355a6bc0fee3e0733e48ca.html
+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/functions.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/functions_func.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/functions_vars.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/graph_legend.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/graph_legend.md5
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/graph_legend.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/index.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/index.qhp
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/jquery.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/namespace_data_stream_request_handler.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/namespace_data_stream_request_handler.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/namespaces.html
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/namespaces.js
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/nav_f.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/nav_g.png
+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/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/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/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/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/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/sync_off.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/sync_on.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/tab_a.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/tab_b.png
+share/doc/qore-yaml-module/DataStreamRequestHandler/html/tab_h.png
+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
+share/doc/qore-yaml-module/DataStreamUtil/html/dir_1935124a1d355a6bc0fee3e0733e48ca.html
+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/graph_legend.html
+share/doc/qore-yaml-module/DataStreamUtil/html/graph_legend.md5
+share/doc/qore-yaml-module/DataStreamUtil/html/graph_legend.png
+share/doc/qore-yaml-module/DataStreamUtil/html/group___data_stram_headers.html
+share/doc/qore-yaml-module/DataStreamUtil/html/group___data_stram_headers.js
+share/doc/qore-yaml-module/DataStreamUtil/html/index.html
+share/doc/qore-yaml-module/DataStreamUtil/html/index.qhp
+share/doc/qore-yaml-module/DataStreamUtil/html/jquery.js
+share/doc/qore-yaml-module/DataStreamUtil/html/modules.html
+share/doc/qore-yaml-module/DataStreamUtil/html/modules.js
+share/doc/qore-yaml-module/DataStreamUtil/html/namespace_data_stream_util.html
+share/doc/qore-yaml-module/DataStreamUtil/html/namespacemembers.html



Home | Main Index | Thread Index | Old Index