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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
glaze Fast, in memory, JSON and interface library for modern C++
2.6.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 2.4.0Version 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: 2024-04-30 05:25:34
Commit Hash: 7e14177
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 (120 items)
Collapse this list.
  1. /usr/local/share/licenses/glaze-2.6.0/catalog.mk
  2. /usr/local/share/licenses/glaze-2.6.0/LICENSE
  3. /usr/local/share/licenses/glaze-2.6.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/binary.hpp
  29. include/glaze/binary/beve_to_json.hpp
  30. include/glaze/binary/header.hpp
  31. include/glaze/binary/ptr.hpp
  32. include/glaze/binary/read.hpp
  33. include/glaze/binary/skip.hpp
  34. include/glaze/binary/write.hpp
  35. include/glaze/compare/approx.hpp
  36. include/glaze/compare/compare.hpp
  37. include/glaze/concepts/container_concepts.hpp
  38. include/glaze/core/common.hpp
  39. include/glaze/core/context.hpp
  40. include/glaze/core/meta.hpp
  41. include/glaze/core/opts.hpp
  42. include/glaze/core/ptr.hpp
  43. include/glaze/core/read.hpp
  44. include/glaze/core/write.hpp
  45. include/glaze/core/write_chars.hpp
  46. include/glaze/csv.hpp
  47. include/glaze/csv/read.hpp
  48. include/glaze/csv/write.hpp
  49. include/glaze/exceptions/binary_exceptions.hpp
  50. include/glaze/exceptions/csv_exceptions.hpp
  51. include/glaze/exceptions/json_exceptions.hpp
  52. include/glaze/ext/README.md
  53. include/glaze/ext/cli_menu.hpp
  54. include/glaze/ext/eigen.hpp
  55. include/glaze/ext/glaze_asio.hpp
  56. include/glaze/ext/jsonrpc.hpp
  57. include/glaze/file/file_ops.hpp
  58. include/glaze/file/file_watch.hpp
  59. include/glaze/file/hostname_include.hpp
  60. include/glaze/file/raw_or_file.hpp
  61. include/glaze/glaze.hpp
  62. include/glaze/glaze_exceptions.hpp
  63. include/glaze/hardware/volatile_array.hpp
  64. include/glaze/json.hpp
  65. include/glaze/json/custom.hpp
  66. include/glaze/json/invoke.hpp
  67. include/glaze/json/json_format.hpp
  68. include/glaze/json/json_ptr.hpp
  69. include/glaze/json/json_t.hpp
  70. include/glaze/json/manage.hpp
  71. include/glaze/json/max_write_precision.hpp
  72. include/glaze/json/minify.hpp
  73. include/glaze/json/ndjson.hpp
  74. include/glaze/json/prettify.hpp
  75. include/glaze/json/ptr.hpp
  76. include/glaze/json/quoted.hpp
  77. include/glaze/json/raw_string.hpp
  78. include/glaze/json/read.hpp
  79. include/glaze/json/schema.hpp
  80. include/glaze/json/skip.hpp
  81. include/glaze/json/study.hpp
  82. include/glaze/json/write.hpp
  83. include/glaze/record/recorder.hpp
  84. include/glaze/reflection/get_name.hpp
  85. include/glaze/reflection/reflect.hpp
  86. include/glaze/reflection/to_tuple.hpp
  87. include/glaze/rpc/repe.hpp
  88. include/glaze/thread/threadpool.hpp
  89. include/glaze/trace/trace.hpp
  90. include/glaze/tuplet/tuple.hpp
  91. include/glaze/util/any.hpp
  92. include/glaze/util/bit_array.hpp
  93. include/glaze/util/comment.hpp
  94. include/glaze/util/compare.hpp
  95. include/glaze/util/dtoa.hpp
  96. include/glaze/util/dump.hpp
  97. include/glaze/util/expected.hpp
  98. include/glaze/util/for_each.hpp
  99. include/glaze/util/hash_map.hpp
  100. include/glaze/util/help.hpp
  101. include/glaze/util/inline.hpp
  102. include/glaze/util/itoa.hpp
  103. include/glaze/util/murmur.hpp
  104. include/glaze/util/parse.hpp
  105. include/glaze/util/poly.hpp
  106. include/glaze/util/progress_bar.hpp
  107. include/glaze/util/stoui64.hpp
  108. include/glaze/util/string_literal.hpp
  109. include/glaze/util/strod.hpp
  110. include/glaze/util/tuple.hpp
  111. include/glaze/util/type_traits.hpp
  112. include/glaze/util/utility.hpp
  113. include/glaze/util/validate.hpp
  114. include/glaze/util/variant.hpp
  115. share/glaze/glazeConfig.cmake
  116. share/glaze/glazeConfigVersion.cmake
  117. share/glaze/glazeTargets.cmake
  118. @owner
  119. @group
  120. @mode
Collapse this list.
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 = 1714450115 SHA256 (stephenberry-glaze-v2.6.0_GH0.tar.gz) = cdc2b7ada3b10abae8f8ed2700cc76574e73f0c78c4b0b83ad8a35eb5fb1a4cb SIZE (stephenberry-glaze-v2.6.0_GH0.tar.gz) = 298646

Packages (timestamps in pop-ups are UTC):
glaze
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.4.22.5.5-2.4.22.5.5---
FreeBSD:13:quarterly2.4.22.4.2-2.4.22.4.2--2.0.1
FreeBSD:14:latest2.4.22.5.5-2.4.22.5.5---
FreeBSD:14:quarterly2.4.22.4.2-2.4.22.4.2--2.0.1
FreeBSD:15:latest--n/a-n/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
Test dependencies:
  1. ut>0 : devel/ut
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_glaze
USES:
cmake:testing compiler:c++11-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/v2.6.0?dummy=/
Collapse this list.

Number of commits found: 29

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.6.0
30 Apr 2024 05:25:34
commit hash: 7e141777199c8bb8937c34705bb7a85fcc6e5533commit hash: 7e141777199c8bb8937c34705bb7a85fcc6e5533commit hash: 7e141777199c8bb8937c34705bb7a85fcc6e5533commit hash: 7e141777199c8bb8937c34705bb7a85fcc6e5533 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.5 → 2.6.0

Reported by:	portscout
2.5.5
26 Apr 2024 07:18:26
commit hash: 432043f00ca0a1502ba1f797394d41736494f8d2commit hash: 432043f00ca0a1502ba1f797394d41736494f8d2commit hash: 432043f00ca0a1502ba1f797394d41736494f8d2commit hash: 432043f00ca0a1502ba1f797394d41736494f8d2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: Fix build on 13 by not building the debug executable

... that is not installed.

Reported by:	fallout
2.5.5
24 Apr 2024 09:13:08
commit hash: dad9ba8a6e285de2f0db088ba2feb1ef5785cd9ecommit hash: dad9ba8a6e285de2f0db088ba2feb1ef5785cd9ecommit hash: dad9ba8a6e285de2f0db088ba2feb1ef5785cd9ecommit hash: dad9ba8a6e285de2f0db088ba2feb1ef5785cd9e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.4 → 2.5.5

Reported by:	portscout
2.5.4
23 Apr 2024 08:40:29
commit hash: d1310742a60091a6d4a3e3b48d4d6a71a7efec9acommit hash: d1310742a60091a6d4a3e3b48d4d6a71a7efec9acommit hash: d1310742a60091a6d4a3e3b48d4d6a71a7efec9acommit hash: d1310742a60091a6d4a3e3b48d4d6a71a7efec9a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.3 → 2.5.4

Reported by:	portscout
2.5.3
19 Apr 2024 08:48:53
commit hash: 78a77731e9830668b8806dfb34be008a0262d9a1commit hash: 78a77731e9830668b8806dfb34be008a0262d9a1commit hash: 78a77731e9830668b8806dfb34be008a0262d9a1commit hash: 78a77731e9830668b8806dfb34be008a0262d9a1 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.2 → 2.5.3

Reported by:	portscout
2.5.2
17 Apr 2024 07:38:21
commit hash: f286c3baa27345f99dd4fd3d85198c06c89fcb18commit hash: f286c3baa27345f99dd4fd3d85198c06c89fcb18commit hash: f286c3baa27345f99dd4fd3d85198c06c89fcb18commit hash: f286c3baa27345f99dd4fd3d85198c06c89fcb18 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.1 → 2.5.2

Reported by:	portscout
2.5.1
16 Apr 2024 07:43:54
commit hash: 072aeb0540846b21deff2fddd6103e296f36d0e0commit hash: 072aeb0540846b21deff2fddd6103e296f36d0e0commit hash: 072aeb0540846b21deff2fddd6103e296f36d0e0commit hash: 072aeb0540846b21deff2fddd6103e296f36d0e0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.5.0 → 2.5.1

Reported by:	portscout
2.5.0
12 Apr 2024 04:32:42
commit hash: 292fa006c0330e4a44ad23b3fd95154fe4f344e7commit hash: 292fa006c0330e4a44ad23b3fd95154fe4f344e7commit hash: 292fa006c0330e4a44ad23b3fd95154fe4f344e7commit hash: 292fa006c0330e4a44ad23b3fd95154fe4f344e7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.4.5 → 2.5.0

Reported by:	portscout
2.4.5
11 Apr 2024 08:17:17
commit hash: 4619dd8fed57654b42e27606377530718439ae5acommit hash: 4619dd8fed57654b42e27606377530718439ae5acommit hash: 4619dd8fed57654b42e27606377530718439ae5acommit hash: 4619dd8fed57654b42e27606377530718439ae5a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.4.2 → 2.4.5

Reported by:	portscout
2.4.2
03 Apr 2024 07:41:46
commit hash: 7cd61efda8bde970636d4257720e8f817040071ecommit hash: 7cd61efda8bde970636d4257720e8f817040071ecommit hash: 7cd61efda8bde970636d4257720e8f817040071ecommit hash: 7cd61efda8bde970636d4257720e8f817040071e files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.4.0 → 2.4.2

Reported by:	portscout
2.4.0
28 Mar 2024 17:28:23
commit hash: 001584e0da3d10779ba835ca11facb64f547ea85commit hash: 001584e0da3d10779ba835ca11facb64f547ea85commit hash: 001584e0da3d10779ba835ca11facb64f547ea85commit hash: 001584e0da3d10779ba835ca11facb64f547ea85 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.3.3 → 2.4.0

Reported by:	portscout
2.3.3
27 Mar 2024 07:32:11
commit hash: cf52c401af31ec56beb36586713faff03710fc2fcommit hash: cf52c401af31ec56beb36586713faff03710fc2fcommit hash: cf52c401af31ec56beb36586713faff03710fc2fcommit hash: cf52c401af31ec56beb36586713faff03710fc2f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.3.1 → 2.3.3

Reported by:	portscout
2.3.1
22 Mar 2024 12:22:54
commit hash: c65546b42f27001231ffb5d27bb88a2d1dc76685commit hash: c65546b42f27001231ffb5d27bb88a2d1dc76685commit hash: c65546b42f27001231ffb5d27bb88a2d1dc76685commit hash: c65546b42f27001231ffb5d27bb88a2d1dc76685 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.2.1 → 2.3.1

Reported by:	portscout
2.2.1
08 Mar 2024 10:25:50
commit hash: 701b1c28cfb7e38d60aab5dba27fe130323462bccommit hash: 701b1c28cfb7e38d60aab5dba27fe130323462bccommit hash: 701b1c28cfb7e38d60aab5dba27fe130323462bccommit hash: 701b1c28cfb7e38d60aab5dba27fe130323462bc files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.1.7 → 2.2.1

Reported by:	portscout
2.1.7
23 Feb 2024 10:25:40
commit hash: 8733d781f26633fcb44610affa3e719be2371841commit hash: 8733d781f26633fcb44610affa3e719be2371841commit hash: 8733d781f26633fcb44610affa3e719be2371841commit hash: 8733d781f26633fcb44610affa3e719be2371841 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.1.3 → 2.1.7

Reported by:	portscout
2.1.3
16 Feb 2024 05:16:11
commit hash: 612b7abaf98590d1a1caaeefff3db5ea4592f477commit hash: 612b7abaf98590d1a1caaeefff3db5ea4592f477commit hash: 612b7abaf98590d1a1caaeefff3db5ea4592f477commit hash: 612b7abaf98590d1a1caaeefff3db5ea4592f477 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.1.1 → 2.1.3

Reported by:	portscout
2.1.1
14 Feb 2024 09:28:05
commit hash: 6485928952e2672f9f384f2c265039df9f5f755bcommit hash: 6485928952e2672f9f384f2c265039df9f5f755bcommit hash: 6485928952e2672f9f384f2c265039df9f5f755bcommit hash: 6485928952e2672f9f384f2c265039df9f5f755b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.1.0 → 2.1.1

Reported by:	portscout
2.1.0
13 Feb 2024 07:50:48
commit hash: 98b25a9236f6104b08e9d50cb7d36c2425c276c8commit hash: 98b25a9236f6104b08e9d50cb7d36c2425c276c8commit hash: 98b25a9236f6104b08e9d50cb7d36c2425c276c8commit hash: 98b25a9236f6104b08e9d50cb7d36c2425c276c8 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.6 → 2.1.0

Reported by:	portscout
2.0.6
14 Jan 2024 18:52:02
commit hash: b454c96338bc5795d57284b0f77eab60c63eb8c7commit hash: b454c96338bc5795d57284b0f77eab60c63eb8c7commit hash: b454c96338bc5795d57284b0f77eab60c63eb8c7commit hash: b454c96338bc5795d57284b0f77eab60c63eb8c7 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.5 → 2.0.6

Reported by:	portscout
2.0.5
12 Jan 2024 00:09:03
commit hash: 5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbdcommit hash: 5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbdcommit hash: 5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbdcommit hash: 5099cab651ebe37fccf2fa8b6c6dfcf9b3302fbd files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: Broken in 15: clang crashes
2.0.5
11 Jan 2024 08:31:24
commit hash: e294c7276bfa8efb6126fae61727788c58f20500commit hash: e294c7276bfa8efb6126fae61727788c58f20500commit hash: e294c7276bfa8efb6126fae61727788c58f20500commit hash: e294c7276bfa8efb6126fae61727788c58f20500 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.3 → 2.0.5

Reported by:	portscout
2.0.3
10 Jan 2024 10:48:23
commit hash: 8a15941ae2a22102c16ff2e6425c3f46cc58bbb4commit hash: 8a15941ae2a22102c16ff2e6425c3f46cc58bbb4commit hash: 8a15941ae2a22102c16ff2e6425c3f46cc58bbb4commit hash: 8a15941ae2a22102c16ff2e6425c3f46cc58bbb4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.2 → 2.0.3

Reported by:	portscout
2.0.2
05 Jan 2024 09:38:11
commit hash: eb38326bf128f1aafddfa5e82f814cf7924a8fa4commit hash: eb38326bf128f1aafddfa5e82f814cf7924a8fa4commit hash: eb38326bf128f1aafddfa5e82f814cf7924a8fa4commit hash: eb38326bf128f1aafddfa5e82f814cf7924a8fa4 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.1 → 2.0.2

Reported by:	portscout
2.0.1
04 Jan 2024 05:48:37
commit hash: 2b6f802608078c80ff9d55be68eac68c0ce4e8c3commit hash: 2b6f802608078c80ff9d55be68eac68c0ce4e8c3commit hash: 2b6f802608078c80ff9d55be68eac68c0ce4e8c3commit hash: 2b6f802608078c80ff9d55be68eac68c0ce4e8c3 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 2.0.0 → 2.0.1

Reported by:	portscout
2.0.0
03 Jan 2024 09:10:28
commit hash: 3df4a9c98ca2064bf3c77c88a12e8b7c16bd6c3bcommit hash: 3df4a9c98ca2064bf3c77c88a12e8b7c16bd6c3bcommit hash: 3df4a9c98ca2064bf3c77c88a12e8b7c16bd6c3bcommit hash: 3df4a9c98ca2064bf3c77c88a12e8b7c16bd6c3b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 1.9.9 → 2.0.0

Reported by:	portscout
1.9.9
28 Dec 2023 09:51:57
commit hash: 0178138737bff2fbff30eab16db71eea70d1f134commit hash: 0178138737bff2fbff30eab16db71eea70d1f134commit hash: 0178138737bff2fbff30eab16db71eea70d1f134commit hash: 0178138737bff2fbff30eab16db71eea70d1f134 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 1.9.8.1 → 1.9.9

Reported by:	portscout
1.9.8.1
23 Dec 2023 07:57:22
commit hash: 305b8bbbe7afc53f8988a43fb5f1620b918b1288commit hash: 305b8bbbe7afc53f8988a43fb5f1620b918b1288commit hash: 305b8bbbe7afc53f8988a43fb5f1620b918b1288commit hash: 305b8bbbe7afc53f8988a43fb5f1620b918b1288 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 1.9.7 → 1.9.8.1

Reported by:	portscout
1.9.7
15 Dec 2023 18:29:59
commit hash: a69dfa2b3f305ccc98667fdb5f6d3de86d71390bcommit hash: a69dfa2b3f305ccc98667fdb5f6d3de86d71390bcommit hash: a69dfa2b3f305ccc98667fdb5f6d3de86d71390bcommit hash: a69dfa2b3f305ccc98667fdb5f6d3de86d71390b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: update 1.9.5 → 1.9.7

Reported by:	portscout
1.9.5
12 Dec 2023 23:14:33
commit hash: fc0716260e6398774a33c355089efd1cc7c7be1dcommit hash: fc0716260e6398774a33c355089efd1cc7c7be1dcommit hash: fc0716260e6398774a33c355089efd1cc7c7be1dcommit hash: fc0716260e6398774a33c355089efd1cc7c7be1d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/glaze: New port: Fast, in memory, JSON and interface library for modern
C++

Number of commits found: 29