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.
After the ports freeze to fix some stuff, the freeze is over. I have some work to do before FreshPorts can start processing commits again before it can start processing again. I've created an issue for that.
Port details
yojimbo Client/server network library for multiplayer games
1.6.3 netnew! 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: glenn@mas-bandwidth.com search for ports maintained by this maintainer
Port Added: 2026-07-29 03:39:08
Last Update: 2026-07-29 03:38:16
Commit Hash: 3ddd411
License: BSD3CLAUSE
WWW:
https://github.com/mas-bandwidth/yojimbo
Description:
yojimbo is a C++ client/server network library for real-time multiplayer games. It provides cryptographically secure client authentication and encrypted packets (via netcode), reliable-ordered messages and data blocks (via reliable), a bitpacked message serialization system (via serialize), client slot management, and pluggable allocators that silo each client into its own heap. Encryption and authentication are on by default: clients connect with short-lived connect tokens issued by a trusted backend, so only authenticated clients can talk to the server.
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 (35 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/yojimbo-1.6.3/catalog.mk
  3. /usr/local/share/licenses/yojimbo-1.6.3/LICENSE
  4. /usr/local/share/licenses/yojimbo-1.6.3/BSD3CLAUSE
  5. include/yojimbo.h
  6. include/yojimbo_adapter.h
  7. include/yojimbo_address.h
  8. include/yojimbo_allocator.h
  9. include/yojimbo_base_client.h
  10. include/yojimbo_base_server.h
  11. include/yojimbo_bit_array.h
  12. include/yojimbo_channel.h
  13. include/yojimbo_client.h
  14. include/yojimbo_client_interface.h
  15. include/yojimbo_config.h
  16. include/yojimbo_connection.h
  17. include/yojimbo_constants.h
  18. include/yojimbo_message.h
  19. include/yojimbo_network_info.h
  20. include/yojimbo_network_simulator.h
  21. include/yojimbo_platform.h
  22. include/yojimbo_queue.h
  23. include/yojimbo_reliable_ordered_channel.h
  24. include/yojimbo_sequence_buffer.h
  25. include/yojimbo_serialize.h
  26. include/yojimbo_server.h
  27. include/yojimbo_server_interface.h
  28. include/yojimbo_unreliable_unordered_channel.h
  29. include/yojimbo_utils.h
  30. lib/libyojimbo.so
  31. lib/libyojimbo.so.1
  32. lib/libyojimbo.so.1.6.3
  33. @owner
  34. @group
  35. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • yojimbo>0:net/yojimbo
To install the port:
cd /usr/ports/net/yojimbo/ && make install clean
To add the package, run one of these commands:
  • pkg install net/yojimbo
  • pkg install yojimbo
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: yojimbo
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1783807817 SHA256 (mas-bandwidth-yojimbo-v1.6.3_GH0.tar.gz) = 1348929e786afb117a536370e1ff400ce07fdd01e2887abca3cce1dcc392b077 SIZE (mas-bandwidth-yojimbo-v1.6.3_GH0.tar.gz) = 313584

Packages (timestamps in pop-ups are UTC):
yojimbo
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-----n/an/an/a
FreeBSD:13:quarterly-----n/an/an/a
FreeBSD:14:latest-1.6.3--1.6.3---
FreeBSD:14:quarterly--------
FreeBSD:15:latest1.6.31.6.3n/a-n/an/a--
FreeBSD:15:quarterly--n/a-n/an/a--
FreeBSD:16:latest-1.6.3n/a-n/an/a--
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. serialize.h : devel/serialize
  2. cmake : devel/cmake-core
  3. ninja : devel/ninja
Library dependencies:
  1. libnetcode.so : net/netcode
  2. libreliable.so : net/reliable
  3. libsodium.so : security/libsodium
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_yojimbo
USES:
cmake
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/mas-bandwidth/yojimbo/tar.gz/v1.6.3?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
1.6.3
29 Jul 2026 03:38:16
commit hash: 3ddd411870cd373ce2007199fbf582a50cbe34afcommit hash: 3ddd411870cd373ce2007199fbf582a50cbe34afcommit hash: 3ddd411870cd373ce2007199fbf582a50cbe34afcommit hash: 3ddd411870cd373ce2007199fbf582a50cbe34af files touched by this commit
Vanilla I. Shu (vanilla) search for other commits by this committer
net/yojimbo: add new ports.

PR:		296782

Number of commits found: 1