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
Remember
I remember
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
kuzu Embeddable, scalable, extremely fast graph database
0.11.3 databases on this many watch lists=1 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.11.2Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Upstream repository archived on Oct 11, 2025
Maintainer: mahlon@martini.nu search for ports maintained by this maintainer
Port Added: 2025-06-10 09:15:04
Last Update: 2025-11-01 17:23:22
Commit Hash: 1403bb7
People watching this port, also watch:: py311-fastest_pkg, psearch, nim, runwhen, porttools
License: MIT
WWW:
https://kuzudb.com/
Description:
Kuzu is an embedded graph database built for query speed and scalability. It is optimized for handling complex analytical workloads on very large databases and provides a set of retrieval features, such as a full text search and vector indices.
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 (14 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/kuzu-0.11.3/catalog.mk
  3. /usr/local/share/licenses/kuzu-0.11.3/LICENSE
  4. /usr/local/share/licenses/kuzu-0.11.3/MIT
  5. bin/kuzu
  6. include/kuzu.h
  7. include/kuzu.hpp
  8. lib/libkuzu.a
  9. lib/libkuzu.so
  10. lib/libkuzu.so.0
  11. lib/libkuzu.so.0.11.3
  12. @owner
  13. @group
  14. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • kuzu>0:databases/kuzu
To install the port:
cd /usr/ports/databases/kuzu/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/kuzu
  • pkg install kuzu
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: kuzu
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1760306415 SHA256 (kuzudb-kuzu-v0.11.3_GH0.tar.gz) = f6456fa290879e4c13db49b8918258c4422d78a57fdc6d8925d4aef23e7a0b3c SIZE (kuzudb-kuzu-v0.11.3_GH0.tar.gz) = 153734456

Packages (timestamps in pop-ups are UTC):
kuzu
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.11.20.11.3-0.11.20.11.3n/an/an/a
FreeBSD:13:quarterly0.11.20.11.2-0.10.00.11.2n/an/an/a
FreeBSD:14:latest0.11.20.11.3-0.11.20.11.3---
FreeBSD:14:quarterly0.11.20.11.2-0.10.00.11.2---
FreeBSD:15:latest0.11.20.11.3n/a0.11.1n/an/a--
FreeBSD:15:quarterly0.11.20.11.2n/a-n/an/a--
FreeBSD:16:latest0.11.20.11.3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_kuzu
USES:
cmake ninja:build python:build
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/kuzudb/kuzu/tar.gz/v0.11.3?dummy=/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.11.3
01 Nov 2025 17:23:22
commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8commit hash: 1403bb7765965eccd644a73cb136a155e46f7ea8 files touched by this commit
Matthias Andree (mandree) search for other commits by this committer
*: Revise USES=python:... version range constraints

and strip all lower bounds of 3.9 or 3.10 because they are implied now.

python:3.9-X  -> python:-X
python:3.9+   -> python
python:3.10-X -> python:-X
python:3.10+  -> python
(options such as ,build preserved)
0.11.3
15 Oct 2025 21:54:06
commit hash: 5f7dcde8c28ef61c8b1a6764feaad3ba8855f5a0commit hash: 5f7dcde8c28ef61c8b1a6764feaad3ba8855f5a0commit hash: 5f7dcde8c28ef61c8b1a6764feaad3ba8855f5a0commit hash: 5f7dcde8c28ef61c8b1a6764feaad3ba8855f5a0 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Mahlon
databases/kuzu: update to 0.11.3

While here, mark this port as deprecated with no specific expiration
date. The upstream repository was archived on Oct 11, 2025.

Changelog: https://github.com/kuzudb/kuzu/releases/tag/v0.11.3

PR:		290180
Reported by:	mahlon@martini.nu (maintainer)
0.11.2
25 Aug 2025 04:00:38
commit hash: afc626601a19e1f70cc6c25cca05d8a2f40aabeccommit hash: afc626601a19e1f70cc6c25cca05d8a2f40aabeccommit hash: afc626601a19e1f70cc6c25cca05d8a2f40aabeccommit hash: afc626601a19e1f70cc6c25cca05d8a2f40aabec files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Mahlon
databases/kuzu: update to 0.11.2

Changelog: https://github.com/kuzudb/kuzu/releases/tag/v0.11.2

PR:		288986
Reported by:	mahlon@martini.nu (maintainer)
0.11.1
27 Jul 2025 07:37:31
commit hash: 3173b08e5305634ebac42a8878776faa32d58339commit hash: 3173b08e5305634ebac42a8878776faa32d58339commit hash: 3173b08e5305634ebac42a8878776faa32d58339commit hash: 3173b08e5305634ebac42a8878776faa32d58339 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Mahlon
databases/kuzu: update to 0.11.1

Changelog: https://github.com/kuzudb/kuzu/releases/tag/v0.11.1

PR:		288450
Reported by:	mahlon@martini.nu (maintainer)
0.11.0
14 Jul 2025 06:08:02
commit hash: 208c81a27085c00aa654c8e97dea80296f32c114commit hash: 208c81a27085c00aa654c8e97dea80296f32c114commit hash: 208c81a27085c00aa654c8e97dea80296f32c114commit hash: 208c81a27085c00aa654c8e97dea80296f32c114 files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Mahlon
databases/kuzu: update to 0.11.0

Changelog: https://github.com/kuzudb/kuzu/releases/tag/v0.11.0

PR:		288195
Reported by:	mahlon@martini.nu (maintainer)
0.10.0
10 Jun 2025 09:12:28
commit hash: 64e0030050704a0f9a8ba4f8280210e77e2cb1adcommit hash: 64e0030050704a0f9a8ba4f8280210e77e2cb1adcommit hash: 64e0030050704a0f9a8ba4f8280210e77e2cb1adcommit hash: 64e0030050704a0f9a8ba4f8280210e77e2cb1ad files touched by this commit
Hiroki Tagato (tagattie) search for other commits by this committer
Author: Mahlon
databases/kuzu: add port: Embeddable, scalable, extremely fast graph database

Kuzu is an embedded graph database built for query speed and scalability.
It is optimized for handling complex analytical workloads on very large
databases and provides a set of retrieval features, such as a full text
search and vector indices.

WWW: https://kuzudb.com/

PR:		285388
Reported by:	mahlon@martini.nu (new maintainer)
Reviewed by:	Pat Maddox <pat@patmaddox.com>, linimon

Number of commits found: 6