diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile index bab1b3ea419f..1727059ea888 100644 --- a/devel/glaze/Makefile +++ b/devel/glaze/Makefile @@ -1,37 +1,37 @@ PORTNAME= glaze DISTVERSIONPREFIX= v -DISTVERSION= 6.5.0 +DISTVERSION= 7.0.2 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org COMMENT= Fast, in memory, JSON and interface library for modern C++ WWW= https://github.com/stephenberry/glaze LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE #BROKEN_FreeBSD_15= clang crashes, see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276265 BUILD_DEPENDS= ${LOCALBASE}/include/asio.hpp:net/asio #TEST_DEPENDS= ut>0:devel/ut # the old version 0.3.0 is used USES= cmake:testing compiler:c++23-lang eigen:3 localbase USE_GITHUB= yes GH_ACCOUNT= stephenberry CMAKE_OFF= BUILD_TESTING \ glaze_ENABLE_AVX2 \ glaze_DEVELOPER_MODE CMAKE_ARGS= -DFETCHCONTENT_TRY_FIND_PACKAGE_MODE=ALWAYS CMAKE_TESTING_ON= BUILD_TESTING glaze_DEVELOPER_MODE CMAKE_TESTING_ARGS= -DFREEBSD_STAGEDIR_PREFIX=${STAGEDIR}${DATADIR} \ -DFETCHCONTENT_FULLY_DISCONNECTED:BOOL=OFF LDFLAGS+= -pthread NO_ARCH= yes -# tests as of 5.5.4: 97% tests passed, 1 tests failed out of 34 (34 - rest_test (Timeout), see https://github.com/stephenberry/glaze/issues/1860) +# tests as of 7.0.2: 100% tests passed, 0 tests failed out of 80 .include diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo index ee68df1841b4..3f90fd497ae0 100644 --- a/devel/glaze/distinfo +++ b/devel/glaze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1767389161 -SHA256 (stephenberry-glaze-v6.5.0_GH0.tar.gz) = 2cd86f9cdf5512caf3d66aac9e14a15450a0f1cc308ac2632b0442a5a294570d -SIZE (stephenberry-glaze-v6.5.0_GH0.tar.gz) = 1157922 +TIMESTAMP = 1769590079 +SHA256 (stephenberry-glaze-v7.0.2_GH0.tar.gz) = febbec555648b310c2a1975ca750939cd00c4801dede8362fcf84cab7b3ae46f +SIZE (stephenberry-glaze-v7.0.2_GH0.tar.gz) = 1348874 diff --git a/devel/glaze/pkg-plist b/devel/glaze/pkg-plist index af93b78e6354..93b376e638df 100644 --- a/devel/glaze/pkg-plist +++ b/devel/glaze/pkg-plist @@ -1,208 +1,225 @@ include/glaze/api/api.hpp include/glaze/api/hash.hpp include/glaze/api/impl.hpp include/glaze/api/lib.hpp include/glaze/api/std/array.hpp include/glaze/api/std/deque.hpp include/glaze/api/std/functional.hpp include/glaze/api/std/list.hpp include/glaze/api/std/map.hpp include/glaze/api/std/optional.hpp include/glaze/api/std/set.hpp include/glaze/api/std/shared_ptr.hpp include/glaze/api/std/span.hpp include/glaze/api/std/string.hpp include/glaze/api/std/tuple.hpp include/glaze/api/std/unique_ptr.hpp include/glaze/api/std/unordered_map.hpp include/glaze/api/std/unordered_set.hpp include/glaze/api/std/variant.hpp include/glaze/api/std/vector.hpp include/glaze/api/trait.hpp include/glaze/api/tuplet.hpp include/glaze/api/type_support.hpp include/glaze/api/xxh64.hpp 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/lazy.hpp +include/glaze/beve/peek_header.hpp include/glaze/beve/ptr.hpp include/glaze/beve/read.hpp +include/glaze/beve/size.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/wrappers.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 include/glaze/core/convert_struct.hpp include/glaze/core/custom.hpp +include/glaze/core/custom_meta.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/optimization_level.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/std_error_code.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 include/glaze/eetf/defs.hpp include/glaze/eetf/ei.hpp include/glaze/eetf/opts.hpp include/glaze/eetf/read.hpp 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 include/glaze/ext/glaze_asio.hpp include/glaze/ext/jsonrpc.hpp include/glaze/file/file_ops.hpp include/glaze/file/file_watch.hpp include/glaze/file/hostname_include.hpp include/glaze/file/raw_or_file.hpp include/glaze/file/read_directory.hpp include/glaze/file/write_directory.hpp include/glaze/format/format_to.hpp include/glaze/glaze.hpp 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_stream.hpp +include/glaze/json/lazy.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 include/glaze/json/read.hpp include/glaze/json/schema.hpp 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 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/url.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 include/glaze/thread/async_string.hpp include/glaze/thread/async_vector.hpp include/glaze/thread/atomic.hpp include/glaze/thread/guard.hpp include/glaze/thread/shared_async_map.hpp 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 include/glaze/util/dtoa.hpp include/glaze/util/dump.hpp 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/help.hpp include/glaze/util/inline.hpp include/glaze/util/itoa.hpp +include/glaze/util/itoa_40kb.hpp include/glaze/util/key_transformers.hpp include/glaze/util/memory_pool.hpp include/glaze/util/murmur.hpp include/glaze/util/parse.hpp include/glaze/util/primes_64.hpp include/glaze/util/progress_bar.hpp +include/glaze/util/simple_float.hpp include/glaze/util/string_literal.hpp include/glaze/util/tuple.hpp include/glaze/util/type_traits.hpp include/glaze/util/utility.hpp include/glaze/util/validate.hpp include/glaze/util/variant.hpp include/glaze/version.hpp +include/glaze/yaml.hpp +include/glaze/yaml/common.hpp +include/glaze/yaml/opts.hpp +include/glaze/yaml/read.hpp +include/glaze/yaml/skip.hpp +include/glaze/yaml/write.hpp %%DATADIR%%/glazeConfig.cmake %%DATADIR%%/glazeConfigVersion.cmake %%DATADIR%%/glazeTargets.cmake