diff options
Diffstat (limited to 'devel/glaze')
-rw-r--r-- | devel/glaze/Makefile | 4 | ||||
-rw-r--r-- | devel/glaze/distinfo | 6 | ||||
-rw-r--r-- | devel/glaze/pkg-plist | 17 |
3 files changed, 21 insertions, 6 deletions
diff --git a/devel/glaze/Makefile b/devel/glaze/Makefile index 96450c2aff10..2f3448b73e4d 100644 --- a/devel/glaze/Makefile +++ b/devel/glaze/Makefile @@ -1,6 +1,6 @@ PORTNAME= glaze DISTVERSIONPREFIX= v -DISTVERSION= 5.1.1 +DISTVERSION= 5.5.4 CATEGORIES= devel textproc MAINTAINER= yuri@FreeBSD.org @@ -32,6 +32,6 @@ LDFLAGS+= -pthread NO_ARCH= yes -# tests as of 5.1.1: 100% tests passed, 0 tests failed out of 26 +# 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) .include <bsd.port.mk> diff --git a/devel/glaze/distinfo b/devel/glaze/distinfo index d39ee17fbf82..2744ec15f3ac 100644 --- a/devel/glaze/distinfo +++ b/devel/glaze/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1747332693 -SHA256 (stephenberry-glaze-v5.1.1_GH0.tar.gz) = 7fed59aae4c09b27761c6c94e1e450ed30ddc4d7303ddc70591ec268d90512f5 -SIZE (stephenberry-glaze-v5.1.1_GH0.tar.gz) = 577933 +TIMESTAMP = 1752726615 +SHA256 (stephenberry-glaze-v5.5.4_GH0.tar.gz) = 309184e6cf046669f22b336b85a1ab92278a45ad05fce079be4c0f45e19dcbd2 +SIZE (stephenberry-glaze-v5.5.4_GH0.tar.gz) = 738708 diff --git a/devel/glaze/pkg-plist b/devel/glaze/pkg-plist index bf9af46d7850..062b0d34b2e9 100644 --- a/devel/glaze/pkg-plist +++ b/devel/glaze/pkg-plist @@ -35,11 +35,15 @@ 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/cast.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/error_category.hpp include/glaze/core/feature_test.hpp include/glaze/core/manage.hpp include/glaze/core/meta.hpp @@ -104,11 +108,21 @@ include/glaze/json/skip.hpp include/glaze/json/study.hpp include/glaze/json/wrappers.hpp include/glaze/json/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/websocket_connection.hpp include/glaze/record/recorder.hpp include/glaze/reflection/get_name.hpp include/glaze/reflection/to_tuple.hpp +include/glaze/rpc/registry.hpp include/glaze/rpc/repe/header.hpp -include/glaze/rpc/repe/registry.hpp +include/glaze/rpc/repe/repe.hpp +include/glaze/rpc/repe/repe_registry_impl.hpp include/glaze/stencil/stencil.hpp include/glaze/stencil/stencilcount.hpp include/glaze/thread/async.hpp @@ -121,6 +135,7 @@ 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/read.hpp include/glaze/toml/write.hpp include/glaze/trace/trace.hpp include/glaze/tuplet/tuple.hpp |