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 photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
openzl Novel data compression framework
0.2.0 archivers 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 0.1.0Version of this port present on the latest quarterly branch.
Maintainer: tagattie@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-10-13 22:03:05
Last Update: 2026-05-17 05:01:14
Commit Hash: 1e95f01
License: BSD3CLAUSE
WWW:
https://openzl.org/
Description:
OpenZL delivers high compression ratios while preserving high speed, a level of performance that is out of reach for generic compressors. OpenZL takes a description of your data and builds from it a specialized compressor optimized for your specific format. OpenZL consists of a core library and tools to generate specialized compressors - all compatible with a single universal decompressor. It is designed for engineers that deal with large quantities of specialized datasets (like AI workloads for example) and require high speed for their processing pipelines.
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 (171 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/openzl-0.2.0/catalog.mk
  3. /usr/local/share/licenses/openzl-0.2.0/LICENSE
  4. /usr/local/share/licenses/openzl-0.2.0/BSD3CLAUSE
  5. bin/zli
  6. include/openzl/codecs/zl_ace.h
  7. include/openzl/codecs/zl_bitpack.h
  8. include/openzl/codecs/zl_bitpack_manual.md
  9. include/openzl/codecs/zl_bitsplit.h
  10. include/openzl/codecs/zl_bitunpack.h
  11. include/openzl/codecs/zl_brute_force_selector.h
  12. include/openzl/codecs/zl_clustering.h
  13. include/openzl/codecs/zl_concat.h
  14. include/openzl/codecs/zl_concat_manual.md
  15. include/openzl/codecs/zl_constant.h
  16. include/openzl/codecs/zl_constant_manual.md
  17. include/openzl/codecs/zl_conversion.h
  18. include/openzl/codecs/zl_conversion_manual.md
  19. include/openzl/codecs/zl_dedup.h
  20. include/openzl/codecs/zl_delta.h
  21. include/openzl/codecs/zl_delta_manual.md
  22. include/openzl/codecs/zl_dispatch.h
  23. include/openzl/codecs/zl_dispatch_string_manual.md
  24. include/openzl/codecs/zl_divide_by.h
  25. include/openzl/codecs/zl_entropy.h
  26. include/openzl/codecs/zl_entropy_manual.md
  27. include/openzl/codecs/zl_field_lz.h
  28. include/openzl/codecs/zl_flatpack.h
  29. include/openzl/codecs/zl_float_deconstruct.h
  30. include/openzl/codecs/zl_float_deconstruct_manual.md
  31. include/openzl/codecs/zl_generic.h
  32. include/openzl/codecs/zl_illegal.h
  33. include/openzl/codecs/zl_interleave.h
  34. include/openzl/codecs/zl_interleave_manual.md
  35. include/openzl/codecs/zl_lz.h
  36. include/openzl/codecs/zl_lz4.h
  37. include/openzl/codecs/zl_merge_sorted.h
  38. include/openzl/codecs/zl_mlselector.h
  39. include/openzl/codecs/zl_mux_lengths.h
  40. include/openzl/codecs/zl_parse_int.h
  41. include/openzl/codecs/zl_parse_int_manual.md
  42. include/openzl/codecs/zl_partition.h
  43. include/openzl/codecs/zl_prefix.h
  44. include/openzl/codecs/zl_prefix.md
  45. include/openzl/codecs/zl_quantize.h
  46. include/openzl/codecs/zl_range_pack.h
  47. include/openzl/codecs/zl_range_pack.md
  48. include/openzl/codecs/zl_sddl.h
  49. include/openzl/codecs/zl_sddl.md
  50. include/openzl/codecs/zl_sddl2.h
  51. include/openzl/codecs/zl_segmenters.h
  52. include/openzl/codecs/zl_sentinel.h
  53. include/openzl/codecs/zl_split.h
  54. include/openzl/codecs/zl_split_by_struct.h
  55. include/openzl/codecs/zl_store.h
  56. include/openzl/codecs/zl_tokenize.h
  57. include/openzl/codecs/zl_transpose.h
  58. include/openzl/codecs/zl_zigzag.h
  59. include/openzl/codecs/zl_zstd.h
  60. include/openzl/cpp/CCtx.hpp
  61. include/openzl/cpp/CParam.hpp
  62. include/openzl/cpp/Codecs.hpp
  63. include/openzl/cpp/CompressIntrospectionHooks.hpp
  64. include/openzl/cpp/Compressor.hpp
  65. include/openzl/cpp/Config.hpp
  66. include/openzl/cpp/CustomCodecDescription.hpp
  67. include/openzl/cpp/CustomDecoder.hpp
  68. include/openzl/cpp/CustomEncoder.hpp
  69. include/openzl/cpp/DCtx.hpp
  70. include/openzl/cpp/DecompressIntrospectionHooks.hpp
  71. include/openzl/cpp/Exception.hpp
  72. include/openzl/cpp/FrameInfo.hpp
  73. include/openzl/cpp/FunctionGraph.hpp
  74. include/openzl/cpp/Input.hpp
  75. include/openzl/cpp/LocalParams.hpp
  76. include/openzl/cpp/Output.hpp
  77. include/openzl/cpp/Selector.hpp
  78. include/openzl/cpp/Type.hpp
  79. include/openzl/cpp/codecs/ACE.hpp
  80. include/openzl/cpp/codecs/Bitpack.hpp
  81. include/openzl/cpp/codecs/Bitsplit.hpp
  82. include/openzl/cpp/codecs/Bitunpack.hpp
  83. include/openzl/cpp/codecs/BruteForce.hpp
  84. include/openzl/cpp/codecs/Compress.hpp
  85. include/openzl/cpp/codecs/Concat.hpp
  86. include/openzl/cpp/codecs/Constant.hpp
  87. include/openzl/cpp/codecs/Conversion.hpp
  88. include/openzl/cpp/codecs/Dedup.hpp
  89. include/openzl/cpp/codecs/Delta.hpp
  90. include/openzl/cpp/codecs/Dispatch.hpp
  91. include/openzl/cpp/codecs/DivideBy.hpp
  92. include/openzl/cpp/codecs/Entropy.hpp
  93. include/openzl/cpp/codecs/FieldLz.hpp
  94. include/openzl/cpp/codecs/Flatpack.hpp
  95. include/openzl/cpp/codecs/FloatDeconstruct.hpp
  96. include/openzl/cpp/codecs/Graph.hpp
  97. include/openzl/cpp/codecs/Illegal.hpp
  98. include/openzl/cpp/codecs/Lz.hpp
  99. include/openzl/cpp/codecs/Lz4.hpp
  100. include/openzl/cpp/codecs/MergeSorted.hpp
  101. include/openzl/cpp/codecs/Metadata.hpp
  102. include/openzl/cpp/codecs/MuxLengths.hpp
  103. include/openzl/cpp/codecs/Node.hpp
  104. include/openzl/cpp/codecs/ParseInt.hpp
  105. include/openzl/cpp/codecs/Partition.hpp
  106. include/openzl/cpp/codecs/Prefix.hpp
  107. include/openzl/cpp/codecs/Quantize.hpp
  108. include/openzl/cpp/codecs/RangePack.hpp
  109. include/openzl/cpp/codecs/SDDL.hpp
  110. include/openzl/cpp/codecs/SDDL2.hpp
  111. include/openzl/cpp/codecs/SegmentSerial.hpp
  112. include/openzl/cpp/codecs/Sentinel.hpp
  113. include/openzl/cpp/codecs/Split.hpp
  114. include/openzl/cpp/codecs/SplitByStruct.hpp
  115. include/openzl/cpp/codecs/Store.hpp
  116. include/openzl/cpp/codecs/Tokenize.hpp
  117. include/openzl/cpp/codecs/Transpose.hpp
  118. include/openzl/cpp/codecs/Zigzag.hpp
  119. include/openzl/cpp/codecs/Zstd.hpp
  120. include/openzl/cpp/detail/NonNullUniqueCPtr.hpp
  121. include/openzl/cpp/detail/Portability.hpp
  122. include/openzl/cpp/poly/Byte.hpp
  123. include/openzl/cpp/poly/Iterator.hpp
  124. include/openzl/cpp/poly/Optional.hpp
  125. include/openzl/cpp/poly/SourceLocation.hpp
  126. include/openzl/cpp/poly/Span.hpp
  127. include/openzl/cpp/poly/StringView.hpp
  128. include/openzl/cpp/poly/TypeTraits.hpp
  129. include/openzl/detail/zl_error_context.h
  130. include/openzl/detail/zl_errors_detail.h
  131. include/openzl/openzl.h
  132. include/openzl/openzl.hpp
  133. include/openzl/zl_buffer.h
  134. include/openzl/zl_common_types.h
  135. include/openzl/zl_compress.h
  136. include/openzl/zl_compressor.h
  137. include/openzl/zl_compressor_serialization.h
  138. include/openzl/zl_config.h
  139. include/openzl/zl_ctransform.h
  140. include/openzl/zl_ctransform_legacy.h
  141. include/openzl/zl_data.h
  142. include/openzl/zl_decompress.h
  143. include/openzl/zl_dict.h
  144. include/openzl/zl_dtransform.h
  145. include/openzl/zl_dtransform_legacy.h
  146. include/openzl/zl_errors.h
  147. include/openzl/zl_errors_types.h
  148. include/openzl/zl_graph_api.h
  149. include/openzl/zl_graphs.h
  150. include/openzl/zl_input.h
  151. include/openzl/zl_introspection.h
  152. include/openzl/zl_localParams.h
  153. include/openzl/zl_macro_helpers.h
  154. include/openzl/zl_materializer.h
  155. include/openzl/zl_nodes.h
  156. include/openzl/zl_opaque_types.h
  157. include/openzl/zl_output.h
  158. include/openzl/zl_portability.h
  159. include/openzl/zl_public_nodes.h
  160. include/openzl/zl_reflection.h
  161. include/openzl/zl_segmenter.h
  162. include/openzl/zl_selector.h
  163. include/openzl/zl_selector_declare_helper.h
  164. include/openzl/zl_selector_declare_helper_macro_utils.h
  165. include/openzl/zl_unique_id.h
  166. include/openzl/zl_version.h
  167. lib/libopenzl.a
  168. lib/libopenzl.so
  169. @owner
  170. @group
  171. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • openzl>0:archivers/openzl
To install the port:
cd /usr/ports/archivers/openzl/ && make install clean
To add the package, run one of these commands:
  • pkg install archivers/openzl
  • pkg install openzl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: openzl
Flavors: there is no flavor information for this port.
NOT_FOR_ARCHS: armv7 i386 powerpc
distinfo:
TIMESTAMP = 1778987740 SHA256 (facebook-openzl-v0.2.0_GH0.tar.gz) = 2ad14ed9af63d4a70cb05df5d5629871d052371ad017cf5559dc76c41ae3865f SIZE (facebook-openzl-v0.2.0_GH0.tar.gz) = 18231513

Expand this list (12 items)

Collapse this list.

SHA256 (facebook-zstd-f8745da6ff1ad1e7bab384bd1f9d742439278e99_GH0.tar.gz) = 4b0bd1f0cfb25e61b9103c35f27395530ff5b4c0d2513a00fd745849e85ea52c SIZE (facebook-zstd-f8745da6ff1ad1e7bab384bd1f9d742439278e99_GH0.tar.gz) = 2453329 SHA256 (lz4-lz4-ebb370ca83af193212df4dcbadcc5d87bc0de2f0_GH0.tar.gz) = eb1a93e934d4fd29df6e2061ba0bf447568561764d758f4a5662c0e29370ffa9 SIZE (lz4-lz4-ebb370ca83af193212df4dcbadcc5d87bc0de2f0_GH0.tar.gz) = 387536 SHA256 (dmlc-xgboost-ccb511768e13d1670c10be07dea89d0edca138f3_GH0.tar.gz) = 8c1d333cc4a644cebd93e72f6371329a81a713b74cfd235fb4ebaad9ad28d659 SIZE (dmlc-xgboost-ccb511768e13d1670c10be07dea89d0edca138f3_GH0.tar.gz) = 2387204 SHA256 (dmlc-dmlc-core-8986b0598df709117570984571476c3614f55724_GH0.tar.gz) = 165ea73682f4a11fdea686c2ebd213eed42af69d0128896cc58da5661b0dfe3a SIZE (dmlc-dmlc-core-8986b0598df709117570984571476c3614f55724_GH0.tar.gz) = 265195 SHA256 (rapidsai-gputreeshap-40eae8c4c45974705f8053e4d3d05b88e3cfaefd_GH0.tar.gz) = 1698fb9185e7a659626996a42e18ca9a408b2dc94c2fb4769a27998c30bb2e67 SIZE (rapidsai-gputreeshap-40eae8c4c45974705f8053e4d3d05b88e3cfaefd_GH0.tar.gz) = 64400 SHA256 (google-googletest-56efe3983185e3f37e43415d1afa97e3860f187f_GH0.tar.gz) = 20f265f7346b6a542a49ea6fa0866f82e00841f2a7c2bc41d51014e662041cf9 SIZE (google-googletest-56efe3983185e3f37e43415d1afa97e3860f187f_GH0.tar.gz) = 890093

Collapse this list.


Packages (timestamps in pop-ups are UTC):
openzl
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.1.00.1.0---n/an/an/a
FreeBSD:13:quarterly0.1.00.1.0---n/an/an/a
FreeBSD:14:latest0.2.00.2.0------
FreeBSD:14:quarterly0.1.00.1.0------
FreeBSD:15:latest0.2.00.2.0n/a-n/an/a--
FreeBSD:15:quarterly0.1.00.1.0n/a-n/an/a--
FreeBSD:16:latest0.2.00.2.0n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. gmd5sum : sysutils/coreutils
  2. cmake : devel/cmake-core
  3. gmake>=4.4.1 : devel/gmake
Library dependencies:
  1. liblz4.so : archivers/liblz4
  2. libzstd.so : archivers/zstd
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for openzl-0.2.0: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
archivers_openzl
USES:
cmake:indirect gmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/facebook/openzl/tar.gz/v0.2.0?dummy=/
Collapse this list.

Number of commits found: 3

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.2.0
17 May 2026 05:01:14
commit hash: 1e95f01b2a38f91648e9b802b67e1c2dde44f658commit hash: 1e95f01b2a38f91648e9b802b67e1c2dde44f658commit hash: 1e95f01b2a38f91648e9b802b67e1c2dde44f658commit hash: 1e95f01b2a38f91648e9b802b67e1c2dde44f658 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
archivers/openzl: Update to 0.2.0

Changelog: https://github.com/facebook/openzl/releases/tag/v0.2.0

Reported by:	GitHub (watch releases)
0.1.0
18 Apr 2026 18:45:51
commit hash: 4825563a6b539122b507db7cfbcc356cce5ba1fbcommit hash: 4825563a6b539122b507db7cfbcc356cce5ba1fbcommit hash: 4825563a6b539122b507db7cfbcc356cce5ba1fbcommit hash: 4825563a6b539122b507db7cfbcc356cce5ba1fb files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
archivers/openzl: not for 32-bit platforms

32-bit platforms are not yet supported.
Upstream is working on it.

See also:	https://github.com/facebook/openzl/issues/342
Approved by:	portmgr (build fix blanket)
MFH:		2026Q2
0.1.0
13 Oct 2025 22:00:18
commit hash: ce85d1d4aec326cf8bd98d6ccbd18f5111ffb9b2commit hash: ce85d1d4aec326cf8bd98d6ccbd18f5111ffb9b2commit hash: ce85d1d4aec326cf8bd98d6ccbd18f5111ffb9b2commit hash: ce85d1d4aec326cf8bd98d6ccbd18f5111ffb9b2 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
archivers/openzl: Add port: Novel data compression framework

OpenZL delivers high compression ratios while preserving high speed, a
level of performance that is out of reach for generic compressors.

OpenZL takes a description of your data and builds from it a
specialized compressor optimized for your specific format.

OpenZL consists of a core library and tools to generate specialized
compressors - all compatible with a single universal decompressor. It
is designed for engineers that deal with large quantities of
specialized datasets (like AI workloads for example) and require high
speed for their processing pipelines.

WWW: https://openzl.org/

Number of commits found: 3