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
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
openzl Novel data compression framework
0.1.0 archiversnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: tagattie@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-10-13 22:03:05
Last Update: 2025-10-13 22:00:18
Commit Hash: ce85d1d
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 (153 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/openzl-0.1.0/catalog.mk
  3. /usr/local/share/licenses/openzl-0.1.0/LICENSE
  4. /usr/local/share/licenses/openzl-0.1.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_bitunpack.h
  10. include/openzl/codecs/zl_brute_force_selector.h
  11. include/openzl/codecs/zl_clustering.h
  12. include/openzl/codecs/zl_concat.h
  13. include/openzl/codecs/zl_concat_manual.md
  14. include/openzl/codecs/zl_constant.h
  15. include/openzl/codecs/zl_constant_manual.md
  16. include/openzl/codecs/zl_conversion.h
  17. include/openzl/codecs/zl_conversion_manual.md
  18. include/openzl/codecs/zl_dedup.h
  19. include/openzl/codecs/zl_delta.h
  20. include/openzl/codecs/zl_delta_manual.md
  21. include/openzl/codecs/zl_dispatch.h
  22. include/openzl/codecs/zl_dispatch_string_manual.md
  23. include/openzl/codecs/zl_divide_by.h
  24. include/openzl/codecs/zl_entropy.h
  25. include/openzl/codecs/zl_entropy_manual.md
  26. include/openzl/codecs/zl_field_lz.h
  27. include/openzl/codecs/zl_flatpack.h
  28. include/openzl/codecs/zl_float_deconstruct.h
  29. include/openzl/codecs/zl_float_deconstruct_manual.md
  30. include/openzl/codecs/zl_generic.h
  31. include/openzl/codecs/zl_illegal.h
  32. include/openzl/codecs/zl_interleave.h
  33. include/openzl/codecs/zl_interleave_manual.md
  34. include/openzl/codecs/zl_merge_sorted.h
  35. include/openzl/codecs/zl_parse_int.h
  36. include/openzl/codecs/zl_parse_int_manual.md
  37. include/openzl/codecs/zl_prefix.h
  38. include/openzl/codecs/zl_prefix.md
  39. include/openzl/codecs/zl_quantize.h
  40. include/openzl/codecs/zl_range_pack.h
  41. include/openzl/codecs/zl_range_pack.md
  42. include/openzl/codecs/zl_sddl.h
  43. include/openzl/codecs/zl_sddl.md
  44. include/openzl/codecs/zl_split.h
  45. include/openzl/codecs/zl_split_by_struct.h
  46. include/openzl/codecs/zl_store.h
  47. include/openzl/codecs/zl_tokenize.h
  48. include/openzl/codecs/zl_transpose.h
  49. include/openzl/codecs/zl_zigzag.h
  50. include/openzl/codecs/zl_zstd.h
  51. include/openzl/cpp/CCtx.hpp
  52. include/openzl/cpp/CParam.hpp
  53. include/openzl/cpp/Codecs.hpp
  54. include/openzl/cpp/CompressIntrospectionHooks.hpp
  55. include/openzl/cpp/Compressor.hpp
  56. include/openzl/cpp/Config.hpp
  57. include/openzl/cpp/CustomCodecDescription.hpp
  58. include/openzl/cpp/CustomDecoder.hpp
  59. include/openzl/cpp/CustomEncoder.hpp
  60. include/openzl/cpp/DCtx.hpp
  61. include/openzl/cpp/Exception.hpp
  62. include/openzl/cpp/FrameInfo.hpp
  63. include/openzl/cpp/FunctionGraph.hpp
  64. include/openzl/cpp/Input.hpp
  65. include/openzl/cpp/LocalParams.hpp
  66. include/openzl/cpp/Output.hpp
  67. include/openzl/cpp/Selector.hpp
  68. include/openzl/cpp/Type.hpp
  69. include/openzl/cpp/codecs/ACE.hpp
  70. include/openzl/cpp/codecs/Bitpack.hpp
  71. include/openzl/cpp/codecs/Bitunpack.hpp
  72. include/openzl/cpp/codecs/BruteForce.hpp
  73. include/openzl/cpp/codecs/Compress.hpp
  74. include/openzl/cpp/codecs/Concat.hpp
  75. include/openzl/cpp/codecs/Constant.hpp
  76. include/openzl/cpp/codecs/Conversion.hpp
  77. include/openzl/cpp/codecs/Dedup.hpp
  78. include/openzl/cpp/codecs/Delta.hpp
  79. include/openzl/cpp/codecs/Dispatch.hpp
  80. include/openzl/cpp/codecs/DivideBy.hpp
  81. include/openzl/cpp/codecs/Entropy.hpp
  82. include/openzl/cpp/codecs/FieldLz.hpp
  83. include/openzl/cpp/codecs/Flatpack.hpp
  84. include/openzl/cpp/codecs/FloatDeconstruct.hpp
  85. include/openzl/cpp/codecs/Graph.hpp
  86. include/openzl/cpp/codecs/Illegal.hpp
  87. include/openzl/cpp/codecs/MergeSorted.hpp
  88. include/openzl/cpp/codecs/Metadata.hpp
  89. include/openzl/cpp/codecs/Node.hpp
  90. include/openzl/cpp/codecs/ParseInt.hpp
  91. include/openzl/cpp/codecs/Prefix.hpp
  92. include/openzl/cpp/codecs/Quantize.hpp
  93. include/openzl/cpp/codecs/RangePack.hpp
  94. include/openzl/cpp/codecs/SDDL.hpp
  95. include/openzl/cpp/codecs/Split.hpp
  96. include/openzl/cpp/codecs/SplitByStruct.hpp
  97. include/openzl/cpp/codecs/Store.hpp
  98. include/openzl/cpp/codecs/Tokenize.hpp
  99. include/openzl/cpp/codecs/Transpose.hpp
  100. include/openzl/cpp/codecs/Zigzag.hpp
  101. include/openzl/cpp/codecs/Zstd.hpp
  102. include/openzl/cpp/detail/NonNullUniqueCPtr.hpp
  103. include/openzl/cpp/detail/Portability.hpp
  104. include/openzl/cpp/poly/Byte.hpp
  105. include/openzl/cpp/poly/Iterator.hpp
  106. include/openzl/cpp/poly/Optional.hpp
  107. include/openzl/cpp/poly/SourceLocation.hpp
  108. include/openzl/cpp/poly/Span.hpp
  109. include/openzl/cpp/poly/StringView.hpp
  110. include/openzl/cpp/poly/TypeTraits.hpp
  111. include/openzl/detail/zl_error_context.h
  112. include/openzl/detail/zl_errors_detail.h
  113. include/openzl/openzl.h
  114. include/openzl/openzl.hpp
  115. include/openzl/zl_buffer.h
  116. include/openzl/zl_cgraph.h
  117. include/openzl/zl_common_types.h
  118. include/openzl/zl_compress.h
  119. include/openzl/zl_compressor.h
  120. include/openzl/zl_compressor_serialization.h
  121. include/openzl/zl_config.h
  122. include/openzl/zl_ctransform.h
  123. include/openzl/zl_ctransform_legacy.h
  124. include/openzl/zl_data.h
  125. include/openzl/zl_decompress.h
  126. include/openzl/zl_dtransform.h
  127. include/openzl/zl_dtransform_legacy.h
  128. include/openzl/zl_dyngraph.h
  129. include/openzl/zl_errors.h
  130. include/openzl/zl_errors_types.h
  131. include/openzl/zl_graph_api.h
  132. include/openzl/zl_graphs.h
  133. include/openzl/zl_input.h
  134. include/openzl/zl_introspection.h
  135. include/openzl/zl_localParams.h
  136. include/openzl/zl_macro_helpers.h
  137. include/openzl/zl_nodes.h
  138. include/openzl/zl_opaque_types.h
  139. include/openzl/zl_output.h
  140. include/openzl/zl_portability.h
  141. include/openzl/zl_public_nodes.h
  142. include/openzl/zl_reflection.h
  143. include/openzl/zl_segmenter.h
  144. include/openzl/zl_selector.h
  145. include/openzl/zl_selector_declare_helper.h
  146. include/openzl/zl_selector_declare_helper_macro_utils.h
  147. include/openzl/zl_stream.h
  148. include/openzl/zl_version.h
  149. lib/libopenzl.a
  150. lib/libopenzl.so
  151. @owner
  152. @group
  153. @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.
distinfo:
TIMESTAMP = 1760386552 SHA256 (googletest-1.17.0.tar.gz) = 65fab701d9829d38cb77c14acdc431d2108bfdbf8979e40eb8ae567edf10b27c SIZE (googletest-1.17.0.tar.gz) = 885595

Expand this list (4 items)

Collapse this list.

SHA256 (facebook-openzl-v0.1.0_GH0.tar.gz) = 3278546dcdbae3aef3887f07b435ebe0aa9f6943a5ac74cf9b7baeefe6526c2e SIZE (facebook-openzl-v0.1.0_GH0.tar.gz) = 14437924 SHA256 (facebook-zstd-v1.5.7_GH0.tar.gz) = 37d7284556b20954e56e1ca85b80226768902e2edabd3b649e9e72c0c9012ee3 SIZE (facebook-zstd-v1.5.7_GH0.tar.gz) = 2451884

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
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. libzstd.so : archivers/zstd
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for openzl-0.1.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.1.0?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
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: 1