pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/qore Update lang/qore to version 1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/668e8b7a8aac
branches:  trunk
changeset: 372608:668e8b7a8aac
user:      nros <nros%pkgsrc.org@localhost>
date:      Thu Jan 27 17:39:45 2022 +0000

description:
Update lang/qore to version 1.2

Update due to that it has not been updated
for a long time, tons of fixes and new apis.

diffstat:

 lang/qore/Makefile                                       |     11 +-
 lang/qore/PLIST                                          |  39762 ++++++++----
 lang/qore/buildlink3.mk                                  |      5 +-
 lang/qore/distinfo                                       |     11 +-
 lang/qore/patches/patch-include_qore_ReferenceNode.h     |     14 -
 lang/qore/patches/patch-include_qore_intern_QoreLValue.h |     15 -
 lang/qore/patches/patch-lib_StatementBlock.cpp           |     17 +
 7 files changed, 24523 insertions(+), 15312 deletions(-)

diffs (truncated from 43415 to 300 lines):

diff -r a811d77e6bb4 -r 668e8b7a8aac lang/qore/Makefile
--- a/lang/qore/Makefile        Thu Jan 27 17:02:03 2022 +0000
+++ b/lang/qore/Makefile        Thu Jan 27 17:39:45 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2020/01/18 21:48:14 jperkin Exp $
+# $NetBSD: Makefile,v 1.21 2022/01/27 17:39:45 nros Exp $
 
-DISTNAME=      qore-0.8.13.5
-PKGREVISION=   1
+DISTNAME=      qore-1.2
 CATEGORIES=    lang
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=qorelanguage/}
 EXTRACT_SUFX=  .tar.bz2
@@ -12,6 +11,7 @@
 COMMENT=       Embeddable multithreaded scripting language
 HOMEPAGE=      http://www.qore.org/
 LICENSE=       gnu-gpl-v2 OR gnu-lgpl-v2.1 OR mit
+WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}.0
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
@@ -22,8 +22,9 @@
 
 PKGCONFIG_OVERRIDE+=   qore.pc.in
 REPLACE_QORE=          bin/qdbg bin/qdbg-remote bin/qdbg-server
-REPLACE_QORE+=         bin/qget bin/rest bin/schema-reverse
-REPLACE_QORE+=         bin/sfrest bin/sqlutil doxygen/qdx
+REPLACE_QORE+=         bin/qdbg-vsc-adapter bin/qdp bin/qget
+REPLACE_QORE+=         bin/rest bin/saprest bin/schema-reverse
+REPLACE_QORE+=         bin/sfrest bin/sqlutil doxygen/qdx doxygen/qjar
 
 CONFIGURE_ARGS+=       --with-libsuffix="" --disable-single-compilation-unit
 
diff -r a811d77e6bb4 -r 668e8b7a8aac lang/qore/PLIST
--- a/lang/qore/PLIST   Thu Jan 27 17:02:03 2022 +0000
+++ b/lang/qore/PLIST   Thu Jan 27 17:39:45 2022 +0000
@@ -1,12 +1,16 @@
-@comment $NetBSD: PLIST,v 1.8 2018/06/08 18:38:29 nros Exp $
+@comment $NetBSD: PLIST,v 1.9 2022/01/27 17:39:45 nros Exp $
 bin/qdbg
 bin/qdbg-remote
 bin/qdbg-server
+bin/qdbg-vsc-adapter
+bin/qdp
 bin/qdx
 bin/qget
+bin/qjar
 bin/qore
 bin/qpp
 bin/rest
+bin/saprest
 bin/schema-reverse
 bin/sfrest
 bin/sqlutil
@@ -16,7 +20,6 @@
 include/qore/AbstractThreadResource.h
 include/qore/AutoVLock.h
 include/qore/BinaryNode.h
-include/qore/BuiltinFunctionList.h
 include/qore/CallReferenceNode.h
 include/qore/DBI.h
 include/qore/Datasource.h
@@ -28,8 +31,6 @@
 include/qore/OutputStream.h
 include/qore/ParseOptionMap.h
 include/qore/Qore.h
-include/qore/QoreBigIntNode.h
-include/qore/QoreBoolNode.h
 include/qore/QoreClass.h
 include/qore/QoreCondition.h
 include/qore/QoreCounter.h
@@ -37,7 +38,6 @@
 include/qore/QoreEncoding.h
 include/qore/QoreEvents.h
 include/qore/QoreFile.h
-include/qore/QoreFloatNode.h
 include/qore/QoreFtpClient.h
 include/qore/QoreHTTPClient.h
 include/qore/QoreHashNode.h
@@ -47,7 +47,6 @@
 include/qore/QoreListNode.h
 include/qore/QoreNamespace.h
 include/qore/QoreNet.h
-include/qore/QoreNodeEvalOptionalRefHolder.h
 include/qore/QoreNothingNode.h
 include/qore/QoreNullNode.h
 include/qore/QoreNumberNode.h
@@ -57,6 +56,7 @@
 include/qore/QoreQueueHelper.h
 include/qore/QoreRWLock.h
 include/qore/QoreReferenceCounter.h
+include/qore/QoreReflection.h
 include/qore/QoreSSLBase.h
 include/qore/QoreSSLCertificate.h
 include/qore/QoreSSLPrivateKey.h
@@ -71,21 +71,26 @@
 include/qore/QoreTypeSafeReferenceHelper.h
 include/qore/QoreURL.h
 include/qore/QoreValue.h
-include/qore/QoreValueList.h
+include/qore/QoreXSinkException.h
 include/qore/ReferenceArgumentHelper.h
 include/qore/ReferenceHolder.h
 include/qore/ReferenceNode.h
 include/qore/Restrictions.h
 include/qore/SQLStatement.h
 include/qore/ScopeGuard.h
+include/qore/StreamBase.h
 include/qore/SystemEnvironment.h
 include/qore/Transform.h
 include/qore/TypedHashDecl.h
+include/qore/UnicodeCharacterIterator.h
 include/qore/common.h
+include/qore/macros-aarch64.h
+include/qore/macros-arm.h
 include/qore/macros-i386.h
 include/qore/macros-ia64.h
 include/qore/macros-parisc.h
 include/qore/macros-powerpc.h
+include/qore/macros-ppc64.h
 include/qore/macros-sparc.h
 include/qore/macros-x86_64.h
 include/qore/macros.h
@@ -97,12 +102,15 @@
 include/qore/qore_thread.h
 include/qore/safe_dslist
 include/qore/support.h
+include/qore/vector_map
+include/qore/vector_set
 lib/cmake/Qore/QoreConfig.cmake
 lib/cmake/Qore/QoreConfigVersion.cmake
 lib/cmake/Qore/QoreMacros.cmake
 lib/libqore.la
 lib/pkgconfig/qore.pc
-lib/qore-modules/0.8.13/astparser-api-0.21.qmod
+lib/qore-modules/${PKGVERSION}.0/astparser-api-${PKGVERSION}.qmod
+lib/qore-modules/${PKGVERSION}.0/reflection-api-${PKGVERSION}.qmod
 man/man1/qore.1
 share/doc/qore/lang/html/_pseudo___q_c___all_8dox_8h_source.html
 share/doc/qore/lang/html/_pseudo___q_c___binary_8dox_8h_source.html
@@ -144,6 +152,7 @@
 share/doc/qore/lang/html/_q_c___dir_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___encoding_conversion_input_stream_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___encoding_conversion_output_stream_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___expression_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___file_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___file_input_stream_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___file_line_iterator_8dox_8h_source.html
@@ -186,10 +195,12 @@
 share/doc/qore/lang/html/_q_c___s_s_l_certificate_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___s_s_l_private_key_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___sequence_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___serializable_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___single_value_iterator_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___socket_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___stderr_output_stream_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___stdout_output_stream_8dox_8h_source.html
+share/doc/qore/lang/html/_q_c___stream_base_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___stream_pipe_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___stream_reader_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___stream_writer_8dox_8h_source.html
@@ -203,7 +214,7 @@
 share/doc/qore/lang/html/_q_c___transform_output_stream_8dox_8h_source.html
 share/doc/qore/lang/html/_q_c___tree_map_8dox_8h_source.html
 share/doc/qore/lang/html/annotated.html
-share/doc/qore/lang/html/annotated.js
+share/doc/qore/lang/html/annotated_dup.js
 share/doc/qore/lang/html/basic_data_types.html
 share/doc/qore/lang/html/bc_s.png
 share/doc/qore/lang/html/bdwn.png
@@ -283,6 +294,9 @@
 share/doc/qore/lang/html/class_qore_1_1_encoding_conversion_output_stream__inherit__graph.map
 share/doc/qore/lang/html/class_qore_1_1_encoding_conversion_output_stream__inherit__graph.md5
 share/doc/qore/lang/html/class_qore_1_1_encoding_conversion_output_stream__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_expression-members.html
+share/doc/qore/lang/html/class_qore_1_1_expression.html
+share/doc/qore/lang/html/class_qore_1_1_expression.js
 share/doc/qore/lang/html/class_qore_1_1_file-members.html
 share/doc/qore/lang/html/class_qore_1_1_file.html
 share/doc/qore/lang/html/class_qore_1_1_file.js
@@ -508,9 +522,21 @@
 share/doc/qore/lang/html/class_qore_1_1_s_s_l_certificate-members.html
 share/doc/qore/lang/html/class_qore_1_1_s_s_l_certificate.html
 share/doc/qore/lang/html/class_qore_1_1_s_s_l_certificate.js
+share/doc/qore/lang/html/class_qore_1_1_s_s_l_certificate__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_s_s_l_certificate__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_s_s_l_certificate__inherit__graph.png
 share/doc/qore/lang/html/class_qore_1_1_s_s_l_private_key-members.html
 share/doc/qore/lang/html/class_qore_1_1_s_s_l_private_key.html
 share/doc/qore/lang/html/class_qore_1_1_s_s_l_private_key.js
+share/doc/qore/lang/html/class_qore_1_1_s_s_l_private_key__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_s_s_l_private_key__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_s_s_l_private_key__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_serializable-members.html
+share/doc/qore/lang/html/class_qore_1_1_serializable.html
+share/doc/qore/lang/html/class_qore_1_1_serializable.js
+share/doc/qore/lang/html/class_qore_1_1_serializable__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_serializable__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_serializable__inherit__graph.png
 share/doc/qore/lang/html/class_qore_1_1_single_value_iterator-members.html
 share/doc/qore/lang/html/class_qore_1_1_single_value_iterator.html
 share/doc/qore/lang/html/class_qore_1_1_single_value_iterator.js
@@ -535,6 +561,12 @@
 share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream__inherit__graph.map
 share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream__inherit__graph.md5
 share/doc/qore/lang/html/class_qore_1_1_stdout_output_stream__inherit__graph.png
+share/doc/qore/lang/html/class_qore_1_1_stream_base-members.html
+share/doc/qore/lang/html/class_qore_1_1_stream_base.html
+share/doc/qore/lang/html/class_qore_1_1_stream_base.js
+share/doc/qore/lang/html/class_qore_1_1_stream_base__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_stream_base__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_stream_base__inherit__graph.png
 share/doc/qore/lang/html/class_qore_1_1_stream_pipe-members.html
 share/doc/qore/lang/html/class_qore_1_1_stream_pipe.html
 share/doc/qore/lang/html/class_qore_1_1_stream_pipe.js
@@ -616,8 +648,12 @@
 share/doc/qore/lang/html/class_qore_1_1_time_zone-members.html
 share/doc/qore/lang/html/class_qore_1_1_time_zone.html
 share/doc/qore/lang/html/class_qore_1_1_time_zone.js
+share/doc/qore/lang/html/class_qore_1_1_time_zone__inherit__graph.map
+share/doc/qore/lang/html/class_qore_1_1_time_zone__inherit__graph.md5
+share/doc/qore/lang/html/class_qore_1_1_time_zone__inherit__graph.png
 share/doc/qore/lang/html/class_qore_1_1_transform-members.html
 share/doc/qore/lang/html/class_qore_1_1_transform.html
+share/doc/qore/lang/html/class_qore_1_1_transform.js
 share/doc/qore/lang/html/class_qore_1_1_transform_input_stream-members.html
 share/doc/qore/lang/html/class_qore_1_1_transform_input_stream.html
 share/doc/qore/lang/html/class_qore_1_1_transform_input_stream.js
@@ -730,84 +766,71 @@
 share/doc/qore/lang/html/date_time_arithmetic.html
 share/doc/qore/lang/html/deprecated.html
 share/doc/qore/lang/html/desc_overview.html
+share/doc/qore/lang/html/dir_4e8d938e9ddb5a617c200d5739d1f41a.html
 share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9.html
-share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9_dep.map
-share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9_dep.md5
-share/doc/qore/lang/html/dir_97aefd0d527b934f1d99a682da8fe6a9_dep.png
+share/doc/qore/lang/html/dir_a85dfbfd2a214aac003788363a6a3f7a.html
+share/doc/qore/lang/html/doc.png
 share/doc/qore/lang/html/doxygen.css
-share/doc/qore/lang/html/doxygen.png
+share/doc/qore/lang/html/doxygen.svg
 share/doc/qore/lang/html/dynsections.js
 share/doc/qore/lang/html/environment_variables.html
 share/doc/qore/lang/html/event_handling.html
 share/doc/qore/lang/html/exception_handling.html
 share/doc/qore/lang/html/expressions.html
-share/doc/qore/lang/html/ftv2blank.png
-share/doc/qore/lang/html/ftv2cl.png
-share/doc/qore/lang/html/ftv2doc.png
-share/doc/qore/lang/html/ftv2folderclosed.png
-share/doc/qore/lang/html/ftv2folderopen.png
-share/doc/qore/lang/html/ftv2lastnode.png
-share/doc/qore/lang/html/ftv2link.png
-share/doc/qore/lang/html/ftv2mlastnode.png
-share/doc/qore/lang/html/ftv2mnode.png
-share/doc/qore/lang/html/ftv2mo.png
-share/doc/qore/lang/html/ftv2node.png
-share/doc/qore/lang/html/ftv2ns.png
-share/doc/qore/lang/html/ftv2plastnode.png
-share/doc/qore/lang/html/ftv2pnode.png
-share/doc/qore/lang/html/ftv2splitbar.png
-share/doc/qore/lang/html/ftv2vertline.png
+share/doc/qore/lang/html/folderclosed.png
+share/doc/qore/lang/html/folderopen.png
 share/doc/qore/lang/html/functions.html
-share/doc/qore/lang/html/functions_0x62.html
-share/doc/qore/lang/html/functions_0x63.html
-share/doc/qore/lang/html/functions_0x64.html
-share/doc/qore/lang/html/functions_0x65.html
-share/doc/qore/lang/html/functions_0x66.html
-share/doc/qore/lang/html/functions_0x67.html
-share/doc/qore/lang/html/functions_0x68.html
-share/doc/qore/lang/html/functions_0x69.html
-share/doc/qore/lang/html/functions_0x6a.html
-share/doc/qore/lang/html/functions_0x6b.html
-share/doc/qore/lang/html/functions_0x6c.html
-share/doc/qore/lang/html/functions_0x6d.html
-share/doc/qore/lang/html/functions_0x6e.html
-share/doc/qore/lang/html/functions_0x6f.html
-share/doc/qore/lang/html/functions_0x70.html
-share/doc/qore/lang/html/functions_0x72.html
-share/doc/qore/lang/html/functions_0x73.html
-share/doc/qore/lang/html/functions_0x74.html
-share/doc/qore/lang/html/functions_0x75.html
-share/doc/qore/lang/html/functions_0x76.html
-share/doc/qore/lang/html/functions_0x77.html
-share/doc/qore/lang/html/functions_0x79.html
-share/doc/qore/lang/html/functions_0x7a.html
+share/doc/qore/lang/html/functions_a.html
+share/doc/qore/lang/html/functions_b.html
+share/doc/qore/lang/html/functions_c.html
+share/doc/qore/lang/html/functions_d.html
 share/doc/qore/lang/html/functions_dup.js
+share/doc/qore/lang/html/functions_e.html
+share/doc/qore/lang/html/functions_f.html
 share/doc/qore/lang/html/functions_func.html
 share/doc/qore/lang/html/functions_func.js
-share/doc/qore/lang/html/functions_func_0x62.html
-share/doc/qore/lang/html/functions_func_0x63.html



Home | Main Index | Thread Index | Old Index