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
2024-11-06 Today brought in a new category: filesystems. Sadly, the website did not process it well. I am working on that. It may take a few days.
2024-11-07 Commit processing is halted. I have a fix for the new category. It is making its way through the system.
UPDATE: the backend is processing the original filesystems commit now. It should take about an hour.
UPDATE: as of 20:30 UTC, the filesystems commit has been processed. Commit processing is now up to date.
Port details
gamenetworkingsockets GameNetworkingSockets is a basic transport layer for games
1.3.0_10 net on this many watch lists=2 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 1.3.0_8Version of this port present on the latest quarterly branch.
Maintainer: kpedersen@disroot.org search for ports maintained by this maintainer
Port Added: 2021-06-01 15:09:16
Last Update: 2024-10-29 14:38:30
Commit Hash: 94829e7
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
License: BSD3CLAUSE
WWW:
https://github.com/ValveSoftware/GameNetworkingSockets
Description:
GameNetworkingSockets is a basic transport layer for games. The features are: - Connection-oriented API (like TCP) - ... but message-oriented (like UDP), not stream-oriented. - Supports both reliable and unreliable message types - Messages can be larger than underlying MTU. The protocol performs fragmentation, reassembly, and retransmission for reliable messages. - A reliability layer significantly more sophisticated than a basic TCP-style sliding window. It is based on the "ack vector" model from DCCP (RFC 4340, section 11.4) and Google QUIC and discussed in the context of games by Glenn Fiedler. The basic idea is for the receiver to efficiently communicate to the sender the status of every packet number (whether or not a packet was received with that number). By remembering which segments were sent in each packet, the sender can deduce which segments need to be retransmitted. - Encryption. AES-GCM-256 per packet, Curve25519 for key exchange and cert signatures. The details for shared key derivation and per-packet IV are based on the design used by Google's QUIC protocol. Tools for simulating packet latency/loss, and detailed stats measurement IPv6 support Peer-to-peer networking:
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 (25 items)
Collapse this list.
  1. /usr/local/share/licenses/gamenetworkingsockets-1.3.0_10/catalog.mk
  2. /usr/local/share/licenses/gamenetworkingsockets-1.3.0_10/LICENSE
  3. /usr/local/share/licenses/gamenetworkingsockets-1.3.0_10/BSD3CLAUSE
  4. include/GameNetworkingSockets/steam/isteamnetworkingmessages.h
  5. include/GameNetworkingSockets/steam/isteamnetworkingsockets.h
  6. include/GameNetworkingSockets/steam/isteamnetworkingutils.h
  7. include/GameNetworkingSockets/steam/steam_api_common.h
  8. include/GameNetworkingSockets/steam/steamclientpublic.h
  9. include/GameNetworkingSockets/steam/steamclientpublic.h.orig
  10. include/GameNetworkingSockets/steam/steamnetworkingcustomsignaling.h
  11. include/GameNetworkingSockets/steam/steamnetworkingsockets.h
  12. include/GameNetworkingSockets/steam/steamnetworkingsockets_flat.h
  13. include/GameNetworkingSockets/steam/steamnetworkingtypes.h
  14. include/GameNetworkingSockets/steam/steamtypes.h
  15. include/GameNetworkingSockets/steam/steamuniverse.h
  16. lib/cmake/GameNetworkingSockets/GameNetworkingSockets-release.cmake
  17. lib/cmake/GameNetworkingSockets/GameNetworkingSockets.cmake
  18. lib/cmake/GameNetworkingSockets/GameNetworkingSocketsConfig.cmake
  19. lib/libGameNetworkingSockets.so
  20. lib/libGameNetworkingSockets.so.1
  21. lib/libGameNetworkingSockets.so.1.3.0
  22. lib/libGameNetworkingSockets_s.a
  23. @owner
  24. @group
  25. @mode
Collapse this list.
Dependency lines:
  • gamenetworkingsockets>0:net/gamenetworkingsockets
To install the port:
cd /usr/ports/net/gamenetworkingsockets/ && make install clean
To add the package, run one of these commands:
  • pkg install net/gamenetworkingsockets
  • pkg install gamenetworkingsockets
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gamenetworkingsockets
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1622554893 SHA256 (ValveSoftware-GameNetworkingSockets-v1.3.0_GH0.tar.gz) = f473789ae8a8415dd1f5473793775e68a919d27eba18b9ba7d0a14f254afddf9 SIZE (ValveSoftware-GameNetworkingSockets-v1.3.0_GH0.tar.gz) = 10921035

Packages (timestamps in pop-ups are UTC):
gamenetworkingsockets
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.3.0_91.3.0_10-1.3.0_91.3.0_10---
FreeBSD:13:quarterly1.3.0_91.3.0_91.3.0_41.3.0_91.3.0_91.3.0_51.3.0_51.3.0_5
FreeBSD:14:latest1.3.0_91.3.0_101.3.0_41.3.0_91.3.0_101.3.0_4-1.3.0_4
FreeBSD:14:quarterly1.3.0_91.3.0_9-1.3.0_91.3.0_91.3.0_51.3.0_51.3.0_5
FreeBSD:15:latest1.3.0_91.3.0_10n/a1.3.0_9n/a1.3.0_51.3.0_51.3.0_5
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
Library dependencies:
  1. libprotobuf.so : devel/protobuf
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
net_gamenetworkingsockets
USES:
cmake compiler:c++17-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/ValveSoftware/GameNetworkingSockets/tar.gz/v1.3.0?dummy=/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.3.0_10
29 Oct 2024 14:38:30
commit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132fcommit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132fcommit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132fcommit hash: 94829e74ad868afe36ee6797b9f9e3caa8c7132f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 28.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.3.0_9
07 Oct 2024 14:16:41
commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65commit hash: 232b56f7db4cdd05d3bce95731968f81bec27c65 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 28.2

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.3.0_8
18 Sep 2024 19:10:12
commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17commit hash: edc44d21a5d1014318cae0ac513ec20cc0aacc17 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 28.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.3.0_7
15 Sep 2024 20:09:36
commit hash: f01013c7ca039769891e8b6dc1a3835181da6dbfcommit hash: f01013c7ca039769891e8b6dc1a3835181da6dbfcommit hash: f01013c7ca039769891e8b6dc1a3835181da6dbfcommit hash: f01013c7ca039769891e8b6dc1a3835181da6dbf files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 28.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.3.0_6
15 Aug 2024 10:55:26
commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903commit hash: 216e30a7a540331337aa6a83938d7b2551f2e903 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 27.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.3.0_5
14 Dec 2023 17:03:10
commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71commit hash: 69e2e87fa56b54e267429b326f7f6188a7baaa71 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 24.4

- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.3.0_4
14 Dec 2023 17:03:08
commit hash: a36512fd88e04f2561c984f6bffc96845f28cb8bcommit hash: a36512fd88e04f2561c984f6bffc96845f28cb8bcommit hash: a36512fd88e04f2561c984f6bffc96845f28cb8bcommit hash: a36512fd88e04f2561c984f6bffc96845f28cb8b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
net/gamenetworkingsockets: Fix build with protobuf 22+
1.3.0_4
09 Oct 2022 15:37:51
commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5commit hash: 05e7a8b8e17851b506a55ab8676bd62779c328c5 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.21.7

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
1.3.0_3
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.0_3
20 Jul 2022 14:22:37
commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624commit hash: 6a378e5659b93de6dbe8956246fb3bf971677624 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
net: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Straup Cope <ascope@cpan.org>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Jette <jettea46@yahoo.com>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Bakhtin <Alex.Bakhtin@gmail.com>
  *  Alex Deiter <Alex.Deiter@Gmail.COM>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.3.0_3
16 Apr 2022 04:19:07
commit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49bcommit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49bcommit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49bcommit hash: 10d211b655d85e31bf9b8e27d234f526cfd1e49b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.20.0

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.3.0_2
28 Feb 2022 12:46:46
commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2commit hash: f7e42ce5d5a3f11265d1e253b04212001992eca2 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.19.4

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
1.3.0_1
04 Jan 2022 18:11:46
commit hash: 8f48e9979da4e1ec9e5840d835722241a9b722a7commit hash: 8f48e9979da4e1ec9e5840d835722241a9b722a7commit hash: 8f48e9979da4e1ec9e5840d835722241a9b722a7commit hash: 8f48e9979da4e1ec9e5840d835722241a9b722a7 files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
net/gamenetworkingsockets: fix build on riscv64

Add riscv64 to the list of 64-bit architectures.
1.3.0_1
21 Jul 2021 18:11:52
commit hash: f4acead6367a692af17431cc233565e8f1149366commit hash: f4acead6367a692af17431cc233565e8f1149366commit hash: f4acead6367a692af17431cc233565e8f1149366commit hash: f4acead6367a692af17431cc233565e8f1149366 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 3.17.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
PR:		257026
Exp-run by:	antoine
1.3.0
15 Jun 2021 12:25:17
commit hash: 1ac69710feebb6728288b2819fa914590a1e8efbcommit hash: 1ac69710feebb6728288b2819fa914590a1e8efbcommit hash: 1ac69710feebb6728288b2819fa914590a1e8efbcommit hash: 1ac69710feebb6728288b2819fa914590a1e8efb files touched by this commit
Piotr Kubaj (pkubaj) search for other commits by this committer
net/gamenetworkingsockets: fix build on powerpc64*

powerpc64* architectures are also 64-bit.
1.3.0
01 Jun 2021 15:03:55
commit hash: 8e1e5df81a6deb4424f0e3f4f33bdc196dfd26eacommit hash: 8e1e5df81a6deb4424f0e3f4f33bdc196dfd26eacommit hash: 8e1e5df81a6deb4424f0e3f4f33bdc196dfd26eacommit hash: 8e1e5df81a6deb4424f0e3f4f33bdc196dfd26ea files touched by this commit
Vanilla I. Shu (vanilla) search for other commits by this committer
net/gamenetworkingsockets: add new ports.

GameNetworkingSockets is Valve's semi-recently open-sourced networking
library.

It supports a number of very useful features, including:

- Reliable & unreliable messages over UDP.
- Robust message fragmentation & reassembly.
- P2P networking / NAT traversal. Encryption.

PR:		256295
Reported by:	Karsten Pedersen <kpedersen at disroot.org>

Number of commits found: 17