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
tkrzw Set of implementations of DBM, successor of Kyoto Cabinet
1.0.32 databasesnew! 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: pkaipila@gmail.com search for ports maintained by this maintainer
Port Added: 2025-10-08 22:18:08
Last Update: 2025-10-08 22:12:08
Commit Hash: e2324e7
License: APACHE20
WWW:
https://dbmx.net/tkrzw/
Description:
Tkrzw is a C++ library implementing DBM with various algorithms. It features high degrees of performance, concurrency, scalability and durability. Tkrzw is a successor of Kyoto Cabinet.
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 (54 items)
Collapse this list.
  1. /usr/local/share/licenses/tkrzw-1.0.32/catalog.mk
  2. /usr/local/share/licenses/tkrzw-1.0.32/LICENSE
  3. /usr/local/share/licenses/tkrzw-1.0.32/APACHE20
  4. bin/tkrzw_build_util
  5. bin/tkrzw_dbm_perf
  6. bin/tkrzw_dbm_tran
  7. bin/tkrzw_dbm_util
  8. bin/tkrzw_file_perf
  9. bin/tkrzw_langc_check
  10. bin/tkrzw_str_perf
  11. bin/tkrzw_ulog_util
  12. lib/libtkrzw.a
  13. lib/libtkrzw.so
  14. lib/libtkrzw.so.1
  15. lib/libtkrzw.so.1.75.0
  16. libdata/pkgconfig/tkrzw.pc
  17. include/tkrzw_cmd_util.h
  18. include/tkrzw_compress.h
  19. include/tkrzw_containers.h
  20. include/tkrzw_dbm.h
  21. include/tkrzw_dbm_async.h
  22. include/tkrzw_dbm_baby.h
  23. include/tkrzw_dbm_cache.h
  24. include/tkrzw_dbm_common_impl.h
  25. include/tkrzw_dbm_hash.h
  26. include/tkrzw_dbm_hash_impl.h
  27. include/tkrzw_dbm_poly.h
  28. include/tkrzw_dbm_shard.h
  29. include/tkrzw_dbm_skip.h
  30. include/tkrzw_dbm_skip_impl.h
  31. include/tkrzw_dbm_std.h
  32. include/tkrzw_dbm_tiny.h
  33. include/tkrzw_dbm_tree.h
  34. include/tkrzw_dbm_tree_impl.h
  35. include/tkrzw_dbm_ulog.h
  36. include/tkrzw_file.h
  37. include/tkrzw_file_mmap.h
  38. include/tkrzw_file_poly.h
  39. include/tkrzw_file_pos.h
  40. include/tkrzw_file_std.h
  41. include/tkrzw_file_util.h
  42. include/tkrzw_hash_util.h
  43. include/tkrzw_index.h
  44. include/tkrzw_key_comparators.h
  45. include/tkrzw_langc.h
  46. include/tkrzw_lib_common.h
  47. include/tkrzw_logger.h
  48. include/tkrzw_message_queue.h
  49. include/tkrzw_str_util.h
  50. include/tkrzw_thread_util.h
  51. include/tkrzw_time_util.h
  52. @owner
  53. @group
  54. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • tkrzw>0:databases/tkrzw
To install the port:
cd /usr/ports/databases/tkrzw/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/tkrzw
  • pkg install tkrzw
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: tkrzw
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1759307425 SHA256 (tkrzw-1.0.32.tar.gz) = d3404dfac6898632b69780c0f0994c5f6ba962191a61c9b0f4b53ba8bb27731c SIZE (tkrzw-1.0.32.tar.gz) = 720675

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. gmake>=4.4.1 : devel/gmake
Library dependencies:
  1. liblz4.so : archivers/liblz4
  2. libzstd.so : archivers/zstd
This port is required by:
for Libraries
  1. databases/tkrzw-python

Configuration Options:
===> The following configuration options are available for tkrzw-1.0.32: CPU_OPTS=off: Use CPU-specific optimizations LZ4=on: LZ4 compression support ZSTD=on: Zstandard compression support ===> Use 'make config' to modify these settings
Options name:
databases_tkrzw
USES:
gmake localbase
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://dbmx.net/tkrzw/pkg/
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
1.0.32
08 Oct 2025 22:12:08
commit hash: e2324e762f629275e454f01ec3822da22b0fb3efcommit hash: e2324e762f629275e454f01ec3822da22b0fb3efcommit hash: e2324e762f629275e454f01ec3822da22b0fb3efcommit hash: e2324e762f629275e454f01ec3822da22b0fb3ef files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Paavo-Einari Kaipila
databases/tkrzw: new port: Set of implementations of DBM, successor of Kyoto
Cabinet

Tkrzw is a C++ library implementing DBM with various algorithms. It
features high degrees of performance, concurrency, scalability and
durability.

Tkrzw is a successor of Kyoto Cabinet.

WWW: https://dbmx.net/tkrzw/

PR:		289951
Reported by:	Paavo-Einari Kaipila <pkaipila@gmail.com> (new maintainer)

Number of commits found: 1