notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2025Q3
glaze Fast, in memory, JSON and interface library for modern C++
7.1.0 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.5.4Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-12-12 23:15:05
Last Update: 2026-03-01 08:48:16
Commit Hash: 16fd614
Also Listed In: textproc
License: MIT
WWW:
https://github.com/stephenberry/glaze
Description:
Glaze is one of the fastest JSON libraries in the world. Glaze reads and writes from object memory, simplifying interfaces and offering incredible performance. Glaze isn't just a JSON library. Glaze also supports: * BEVE (binary efficient versatile encoding) * CSV (comma separated value)
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (240 items)
Collapse this list.
  1. /usr/local/share/licenses/glaze-7.1.0/catalog.mk
  2. /usr/local/share/licenses/glaze-7.1.0/LICENSE
  3. /usr/local/share/licenses/glaze-7.1.0/MIT
  4. include/glaze/api/api.hpp
  5. include/glaze/api/hash.hpp
  6. include/glaze/api/impl.hpp
  7. include/glaze/api/lib.hpp
  8. include/glaze/api/std/array.hpp
  9. include/glaze/api/std/deque.hpp
  10. include/glaze/api/std/functional.hpp
  11. include/glaze/api/std/list.hpp
  12. include/glaze/api/std/map.hpp
  13. include/glaze/api/std/optional.hpp
  14. include/glaze/api/std/set.hpp
  15. include/glaze/api/std/shared_ptr.hpp
  16. include/glaze/api/std/span.hpp
  17. include/glaze/api/std/string.hpp
  18. include/glaze/api/std/tuple.hpp
  19. include/glaze/api/std/unique_ptr.hpp
  20. include/glaze/api/std/unordered_map.hpp
  21. include/glaze/api/std/unordered_set.hpp
  22. include/glaze/api/std/variant.hpp
  23. include/glaze/api/std/vector.hpp
  24. include/glaze/api/trait.hpp
  25. include/glaze/api/tuplet.hpp
  26. include/glaze/api/type_support.hpp
  27. include/glaze/api/xxh64.hpp
  28. include/glaze/base64/base64.hpp
  29. include/glaze/beve.hpp
  30. include/glaze/beve/beve_to_json.hpp
  31. include/glaze/beve/header.hpp
  32. include/glaze/beve/key_traits.hpp
  33. include/glaze/beve/lazy.hpp
  34. include/glaze/beve/peek_header.hpp
  35. include/glaze/beve/ptr.hpp
  36. include/glaze/beve/read.hpp
  37. include/glaze/beve/size.hpp
  38. include/glaze/beve/skip.hpp
  39. include/glaze/beve/wrappers.hpp
  40. include/glaze/beve/write.hpp
  41. include/glaze/cbor.hpp
  42. include/glaze/cbor/cbor_to_json.hpp
  43. include/glaze/cbor/header.hpp
  44. include/glaze/cbor/read.hpp
  45. include/glaze/cbor/skip.hpp
  46. include/glaze/cbor/wrappers.hpp
  47. include/glaze/cbor/write.hpp
  48. include/glaze/chrono.hpp
  49. include/glaze/compare/approx.hpp
  50. include/glaze/compare/compare.hpp
  51. include/glaze/concepts/container_concepts.hpp
  52. include/glaze/containers/flat_map.hpp
  53. include/glaze/containers/inplace_vector.hpp
  54. include/glaze/containers/ordered_map.hpp
  55. include/glaze/containers/ordered_small_map.hpp
  56. include/glaze/core/array_apply.hpp
  57. include/glaze/core/as_array_wrapper.hpp
  58. include/glaze/core/buffer_traits.hpp
  59. include/glaze/core/cast.hpp
  60. include/glaze/core/chrono.hpp
  61. include/glaze/core/common.hpp
  62. include/glaze/core/constraint.hpp
  63. include/glaze/core/context.hpp
  64. include/glaze/core/convert_struct.hpp
  65. include/glaze/core/custom.hpp
  66. include/glaze/core/custom_meta.hpp
  67. include/glaze/core/error_category.hpp
  68. include/glaze/core/feature_test.hpp
  69. include/glaze/core/istream_buffer.hpp
  70. include/glaze/core/manage.hpp
  71. include/glaze/core/meta.hpp
  72. include/glaze/core/optimization_level.hpp
  73. include/glaze/core/opts.hpp
  74. include/glaze/core/ostream_buffer.hpp
  75. include/glaze/core/ptr.hpp
  76. include/glaze/core/read.hpp
  77. include/glaze/core/reflect.hpp
  78. include/glaze/core/seek.hpp
  79. include/glaze/core/std_error_code.hpp
  80. include/glaze/core/streaming_state.hpp
  81. include/glaze/core/to.hpp
  82. include/glaze/core/wrapper_traits.hpp
  83. include/glaze/core/wrappers.hpp
  84. include/glaze/core/write.hpp
  85. include/glaze/core/write_chars.hpp
  86. include/glaze/csv.hpp
  87. include/glaze/csv/read.hpp
  88. include/glaze/csv/skip.hpp
  89. include/glaze/csv/write.hpp
  90. include/glaze/eetf.hpp
  91. include/glaze/eetf/cmp.hpp
  92. include/glaze/eetf/defs.hpp
  93. include/glaze/eetf/ei.hpp
  94. include/glaze/eetf/opts.hpp
  95. include/glaze/eetf/read.hpp
  96. include/glaze/eetf/types.hpp
  97. include/glaze/eetf/wrappers.hpp
  98. include/glaze/eetf/write.hpp
  99. include/glaze/exceptions/binary_exceptions.hpp
  100. include/glaze/exceptions/cbor_exceptions.hpp
  101. include/glaze/exceptions/core_exceptions.hpp
  102. include/glaze/exceptions/csv_exceptions.hpp
  103. include/glaze/exceptions/json_exceptions.hpp
  104. include/glaze/exceptions/json_schema_exceptions.hpp
  105. include/glaze/exceptions/msgpack_exceptions.hpp
  106. include/glaze/ext/README.md
  107. include/glaze/ext/cli_menu.hpp
  108. include/glaze/ext/eigen.hpp
  109. include/glaze/ext/glaze_asio.hpp
  110. include/glaze/ext/jsonrpc.hpp
  111. include/glaze/file/file_ops.hpp
  112. include/glaze/file/file_watch.hpp
  113. include/glaze/file/hostname_include.hpp
  114. include/glaze/file/raw_or_file.hpp
  115. include/glaze/file/read_directory.hpp
  116. include/glaze/file/write_directory.hpp
  117. include/glaze/format/format_to.hpp
  118. include/glaze/glaze.hpp
  119. include/glaze/glaze_exceptions.hpp
  120. include/glaze/hardware/volatile_array.hpp
  121. include/glaze/hash/sweethash.hpp
  122. include/glaze/json.hpp
  123. include/glaze/json/escape_unicode.hpp
  124. include/glaze/json/float_format.hpp
  125. include/glaze/json/generic.hpp
  126. include/glaze/json/invoke.hpp
  127. include/glaze/json/jmespath.hpp
  128. include/glaze/json/json_concepts.hpp
  129. include/glaze/json/json_format.hpp
  130. include/glaze/json/json_ptr.hpp
  131. include/glaze/json/json_stream.hpp
  132. include/glaze/json/lazy.hpp
  133. include/glaze/json/max_write_precision.hpp
  134. include/glaze/json/minify.hpp
  135. include/glaze/json/ndjson.hpp
  136. include/glaze/json/patch.hpp
  137. include/glaze/json/prettify.hpp
  138. include/glaze/json/ptr.hpp
  139. include/glaze/json/raw_string.hpp
  140. include/glaze/json/read.hpp
  141. include/glaze/json/schema.hpp
  142. include/glaze/json/skip.hpp
  143. include/glaze/json/study.hpp
  144. include/glaze/json/wrappers.hpp
  145. include/glaze/json/write.hpp
  146. include/glaze/msgpack.hpp
  147. include/glaze/msgpack/common.hpp
  148. include/glaze/msgpack/read.hpp
  149. include/glaze/msgpack/skip.hpp
  150. include/glaze/msgpack/write.hpp
  151. include/glaze/net/cors.hpp
  152. include/glaze/net/http.hpp
  153. include/glaze/net/http_client.hpp
  154. include/glaze/net/http_router.hpp
  155. include/glaze/net/http_server.hpp
  156. include/glaze/net/openapi.hpp
  157. include/glaze/net/rest_registry_impl.hpp
  158. include/glaze/net/url.hpp
  159. include/glaze/net/websocket_client.hpp
  160. include/glaze/net/websocket_connection.hpp
  161. include/glaze/record/recorder.hpp
  162. include/glaze/reflection/get_name.hpp
  163. include/glaze/reflection/requires_key.hpp
  164. include/glaze/reflection/to_tuple.hpp
  165. include/glaze/rpc/jsonrpc_registry_impl.hpp
  166. include/glaze/rpc/registry.hpp
  167. include/glaze/rpc/repe/buffer.hpp
  168. include/glaze/rpc/repe/header.hpp
  169. include/glaze/rpc/repe/plugin.h
  170. include/glaze/rpc/repe/plugin_helper.hpp
  171. include/glaze/rpc/repe/repe.hpp
  172. include/glaze/rpc/repe/repe_registry_impl.hpp
  173. include/glaze/rpc/repe/repe_to_jsonrpc.hpp
  174. include/glaze/simd/avx.hpp
  175. include/glaze/simd/neon.hpp
  176. include/glaze/simd/simd.hpp
  177. include/glaze/simd/sse.hpp
  178. include/glaze/stencil/stencil.hpp
  179. include/glaze/stencil/stencilcount.hpp
  180. include/glaze/thread/async.hpp
  181. include/glaze/thread/async_string.hpp
  182. include/glaze/thread/async_vector.hpp
  183. include/glaze/thread/atomic.hpp
  184. include/glaze/thread/guard.hpp
  185. include/glaze/thread/shared_async_map.hpp
  186. include/glaze/thread/shared_async_vector.hpp
  187. include/glaze/thread/threadpool.hpp
  188. include/glaze/thread/value_proxy.hpp
  189. include/glaze/toml.hpp
  190. include/glaze/toml/common.hpp
  191. include/glaze/toml/opts.hpp
  192. include/glaze/toml/read.hpp
  193. include/glaze/toml/skip.hpp
  194. include/glaze/toml/write.hpp
  195. include/glaze/trace/trace.hpp
  196. include/glaze/tuplet/tuple.hpp
  197. include/glaze/util/atoi.hpp
  198. include/glaze/util/bit.hpp
  199. include/glaze/util/bit_array.hpp
  200. include/glaze/util/buffer_pool.hpp
  201. include/glaze/util/compare.hpp
  202. include/glaze/util/convert.hpp
  203. include/glaze/util/dragonbox.hpp
  204. include/glaze/util/dtoa.hpp
  205. include/glaze/util/dump.hpp
  206. include/glaze/util/env.hpp
  207. include/glaze/util/expected.hpp
  208. include/glaze/util/fast_float.hpp
  209. include/glaze/util/for_each.hpp
  210. include/glaze/util/glaze_fast_float.hpp
  211. include/glaze/util/help.hpp
  212. include/glaze/util/inline.hpp
  213. include/glaze/util/itoa.hpp
  214. include/glaze/util/itoa_40kb.hpp
  215. include/glaze/util/key_transformers.hpp
  216. include/glaze/util/memory_pool.hpp
  217. include/glaze/util/murmur.hpp
  218. include/glaze/util/parse.hpp
  219. include/glaze/util/primes_64.hpp
  220. include/glaze/util/progress_bar.hpp
  221. include/glaze/util/simple_float.hpp
  222. include/glaze/util/string_literal.hpp
  223. include/glaze/util/tuple.hpp
  224. include/glaze/util/type_traits.hpp
  225. include/glaze/util/utility.hpp
  226. include/glaze/util/validate.hpp
  227. include/glaze/util/variant.hpp
  228. include/glaze/version.hpp
  229. include/glaze/yaml.hpp
  230. include/glaze/yaml/common.hpp
  231. include/glaze/yaml/opts.hpp
  232. include/glaze/yaml/read.hpp
  233. include/glaze/yaml/skip.hpp
  234. include/glaze/yaml/write.hpp
  235. share/glaze/glazeConfig.cmake
  236. share/glaze/glazeConfigVersion.cmake
  237. share/glaze/glazeTargets.cmake
  238. @owner
  239. @group
  240. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • glaze>0:devel/glaze
To install the port:
cd /usr/ports/devel/glaze/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/glaze
  • pkg install glaze
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: glaze
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1772344625 SHA256 (stephenberry-glaze-v7.1.0_GH0.tar.gz) = 39bbd40f6a81e7b56489cf96f768195563f36cf80bdfe74c3a95a228402af298 SIZE (stephenberry-glaze-v7.1.0_GH0.tar.gz) = 1507597

Packages (timestamps in pop-ups are UTC):
glaze
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest7.0.27.0.2-5.5.47.0.2n/an/an/a
FreeBSD:13:quarterly6.5.06.5.0-5.1.16.5.0n/an/an/a
FreeBSD:14:latest7.0.27.0.2-5.5.47.1.0---
FreeBSD:14:quarterly6.5.06.5.0-5.1.16.5.0--2.0.1
FreeBSD:15:latest7.0.27.1.0n/a5.5.4n/an/a--
FreeBSD:15:quarterly6.5.06.5.0n/a-n/an/a--
FreeBSD:16:latest7.0.27.1.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. asio.hpp : net/asio
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
  4. eigen3.pc : math/eigen3
This port is required by:
for Build
  1. x11/hyprshutdown
  2. x11-wm/hyprland

Configuration Options:
No options to configure
Options name:
devel_glaze
USES:
cmake:testing compiler:c++23-lang eigen:3 localbase
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/stephenberry/glaze/tar.gz/v7.1.0?dummy=/
Collapse this list.

There are no commits on branch 2025Q3 for this port