git: 6dee208017e3 - main - devel/glaze: update 5.5.4 → 6.5.0

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sat, 03 Jan 2026 00:15:38 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=6dee208017e3fafbf9cc900111e34e67566989eb

commit 6dee208017e3fafbf9cc900111e34e67566989eb
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-01-02 21:35:25 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-01-03 00:15:28 +0000

    devel/glaze: update 5.5.4 → 6.5.0
    
    Reported by:    portscout
---
 devel/glaze/Makefile  |  2 +-
 devel/glaze/distinfo  |  6 +++---
 devel/glaze/pkg-plist | 41 +++++++++++++++++++++++++++++++++++++++--
 3 files changed, 43 insertions(+), 6 deletions(-)

diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile
index 2f3448b73e4d..bab1b3ea419f 100644
--- a/devel/glaze/Makefile
+++ b/devel/glaze/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	glaze
 DISTVERSIONPREFIX=	v
-DISTVERSION=	5.5.4
+DISTVERSION=	6.5.0
 CATEGORIES=	devel textproc
 
 MAINTAINER=	yuri@FreeBSD.org
diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo
index 2744ec15f3ac..ee68df1841b4 100644
--- a/devel/glaze/distinfo
+++ b/devel/glaze/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1752726615
-SHA256 (stephenberry-glaze-v5.5.4_GH0.tar.gz) = 309184e6cf046669f22b336b85a1ab92278a45ad05fce079be4c0f45e19dcbd2
-SIZE (stephenberry-glaze-v5.5.4_GH0.tar.gz) = 738708
+TIMESTAMP = 1767389161
+SHA256 (stephenberry-glaze-v6.5.0_GH0.tar.gz) = 2cd86f9cdf5512caf3d66aac9e14a15450a0f1cc308ac2632b0442a5a294570d
+SIZE (stephenberry-glaze-v6.5.0_GH0.tar.gz) = 1157922
diff --git a/devel/glaze/pkg-plist b/devel/glaze/pkg-plist
index 062b0d34b2e9..af93b78e6354 100644
--- a/devel/glaze/pkg-plist
+++ b/devel/glaze/pkg-plist
@@ -26,18 +26,29 @@ include/glaze/base64/base64.hpp
 include/glaze/beve.hpp
 include/glaze/beve/beve_to_json.hpp
 include/glaze/beve/header.hpp
+include/glaze/beve/key_traits.hpp
 include/glaze/beve/ptr.hpp
 include/glaze/beve/read.hpp
 include/glaze/beve/skip.hpp
 include/glaze/beve/wrappers.hpp
 include/glaze/beve/write.hpp
+include/glaze/cbor.hpp
+include/glaze/cbor/cbor_to_json.hpp
+include/glaze/cbor/header.hpp
+include/glaze/cbor/read.hpp
+include/glaze/cbor/skip.hpp
+include/glaze/cbor/write.hpp
+include/glaze/chrono.hpp
 include/glaze/compare/approx.hpp
 include/glaze/compare/compare.hpp
 include/glaze/concepts/container_concepts.hpp
 include/glaze/containers/flat_map.hpp
 include/glaze/containers/inplace_vector.hpp
 include/glaze/core/array_apply.hpp
+include/glaze/core/as_array_wrapper.hpp
+include/glaze/core/buffer_traits.hpp
 include/glaze/core/cast.hpp
+include/glaze/core/chrono.hpp
 include/glaze/core/common.hpp
 include/glaze/core/constraint.hpp
 include/glaze/core/context.hpp
@@ -45,19 +56,24 @@ include/glaze/core/convert_struct.hpp
 include/glaze/core/custom.hpp
 include/glaze/core/error_category.hpp
 include/glaze/core/feature_test.hpp
+include/glaze/core/istream_buffer.hpp
 include/glaze/core/manage.hpp
 include/glaze/core/meta.hpp
 include/glaze/core/opts.hpp
+include/glaze/core/ostream_buffer.hpp
 include/glaze/core/ptr.hpp
 include/glaze/core/read.hpp
 include/glaze/core/reflect.hpp
 include/glaze/core/seek.hpp
+include/glaze/core/streaming_state.hpp
 include/glaze/core/to.hpp
+include/glaze/core/wrapper_traits.hpp
 include/glaze/core/wrappers.hpp
 include/glaze/core/write.hpp
 include/glaze/core/write_chars.hpp
 include/glaze/csv.hpp
 include/glaze/csv/read.hpp
+include/glaze/csv/skip.hpp
 include/glaze/csv/write.hpp
 include/glaze/eetf.hpp
 include/glaze/eetf/cmp.hpp
@@ -69,10 +85,12 @@ include/glaze/eetf/types.hpp
 include/glaze/eetf/wrappers.hpp
 include/glaze/eetf/write.hpp
 include/glaze/exceptions/binary_exceptions.hpp
+include/glaze/exceptions/cbor_exceptions.hpp
 include/glaze/exceptions/core_exceptions.hpp
 include/glaze/exceptions/csv_exceptions.hpp
 include/glaze/exceptions/json_exceptions.hpp
 include/glaze/exceptions/json_schema_exceptions.hpp
+include/glaze/exceptions/msgpack_exceptions.hpp
 include/glaze/ext/README.md
 include/glaze/ext/cli_menu.hpp
 include/glaze/ext/eigen.hpp
@@ -90,15 +108,18 @@ include/glaze/glaze_exceptions.hpp
 include/glaze/hardware/volatile_array.hpp
 include/glaze/json.hpp
 include/glaze/json/escape_unicode.hpp
+include/glaze/json/float_format.hpp
+include/glaze/json/generic.hpp
 include/glaze/json/invoke.hpp
 include/glaze/json/jmespath.hpp
 include/glaze/json/json_concepts.hpp
 include/glaze/json/json_format.hpp
 include/glaze/json/json_ptr.hpp
-include/glaze/json/json_t.hpp
+include/glaze/json/json_stream.hpp
 include/glaze/json/max_write_precision.hpp
 include/glaze/json/minify.hpp
 include/glaze/json/ndjson.hpp
+include/glaze/json/patch.hpp
 include/glaze/json/prettify.hpp
 include/glaze/json/ptr.hpp
 include/glaze/json/raw_string.hpp
@@ -108,6 +129,11 @@ include/glaze/json/skip.hpp
 include/glaze/json/study.hpp
 include/glaze/json/wrappers.hpp
 include/glaze/json/write.hpp
+include/glaze/msgpack.hpp
+include/glaze/msgpack/common.hpp
+include/glaze/msgpack/read.hpp
+include/glaze/msgpack/skip.hpp
+include/glaze/msgpack/write.hpp
 include/glaze/net/cors.hpp
 include/glaze/net/http.hpp
 include/glaze/net/http_client.hpp
@@ -115,14 +141,21 @@ include/glaze/net/http_router.hpp
 include/glaze/net/http_server.hpp
 include/glaze/net/openapi.hpp
 include/glaze/net/rest_registry_impl.hpp
+include/glaze/net/websocket_client.hpp
 include/glaze/net/websocket_connection.hpp
 include/glaze/record/recorder.hpp
 include/glaze/reflection/get_name.hpp
+include/glaze/reflection/requires_key.hpp
 include/glaze/reflection/to_tuple.hpp
+include/glaze/rpc/jsonrpc_registry_impl.hpp
 include/glaze/rpc/registry.hpp
+include/glaze/rpc/repe/buffer.hpp
 include/glaze/rpc/repe/header.hpp
+include/glaze/rpc/repe/plugin.h
+include/glaze/rpc/repe/plugin_helper.hpp
 include/glaze/rpc/repe/repe.hpp
 include/glaze/rpc/repe/repe_registry_impl.hpp
+include/glaze/rpc/repe/repe_to_jsonrpc.hpp
 include/glaze/stencil/stencil.hpp
 include/glaze/stencil/stencilcount.hpp
 include/glaze/thread/async.hpp
@@ -135,12 +168,16 @@ include/glaze/thread/shared_async_vector.hpp
 include/glaze/thread/threadpool.hpp
 include/glaze/thread/value_proxy.hpp
 include/glaze/toml.hpp
+include/glaze/toml/common.hpp
+include/glaze/toml/opts.hpp
 include/glaze/toml/read.hpp
+include/glaze/toml/skip.hpp
 include/glaze/toml/write.hpp
 include/glaze/trace/trace.hpp
 include/glaze/tuplet/tuple.hpp
 include/glaze/util/atoi.hpp
 include/glaze/util/bit_array.hpp
+include/glaze/util/buffer_pool.hpp
 include/glaze/util/compare.hpp
 include/glaze/util/convert.hpp
 include/glaze/util/dragonbox.hpp
@@ -150,10 +187,10 @@ include/glaze/util/expected.hpp
 include/glaze/util/fast_float.hpp
 include/glaze/util/for_each.hpp
 include/glaze/util/glaze_fast_float.hpp
-include/glaze/util/hash_map.hpp
 include/glaze/util/help.hpp
 include/glaze/util/inline.hpp
 include/glaze/util/itoa.hpp
+include/glaze/util/key_transformers.hpp
 include/glaze/util/memory_pool.hpp
 include/glaze/util/murmur.hpp
 include/glaze/util/parse.hpp