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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details
pybind11_protobuf Pybind11 bindings for Google's Protocol Buffers
0.0.0.20240809_7 devel 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.0.0.20240809_6Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-08-15 16:06:10
Last Update: 2025-06-19 20:28:47
Commit Hash: 4f0eba1
People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
License: BSD3CLAUSE
WWW:
https://github.com/pybind/pybind11_protobuf
Description:
pybind11_protobuf provides pybind11 bindings for Google's Protocol Buffers. These adapters make Protocol Buffer message types work with Pybind11 bindings.
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 (11 items)
Collapse this list.
  1. /usr/local/share/licenses/pybind11_protobuf-0.0.0.20240809_7/catalog.mk
  2. /usr/local/share/licenses/pybind11_protobuf-0.0.0.20240809_7/LICENSE
  3. /usr/local/share/licenses/pybind11_protobuf-0.0.0.20240809_7/BSD3CLAUSE
  4. lib/libpybind11_native_proto_caster.a
  5. lib/libpybind11_native_proto_caster.so
  6. lib/libpybind11_wrapped_proto_caster.a
  7. lib/libpybind11_wrapped_proto_caster.so
  8. lib/python3.11/site-packages/pybind11_proto_utils.cpython-311.so
  9. @owner
  10. @group
  11. @mode
Collapse this list.
Dependency lines:
  • pybind11_protobuf>0:devel/pybind11_protobuf
To install the port:
cd /usr/ports/devel/pybind11_protobuf/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/pybind11_protobuf
  • pkg install pybind11_protobuf
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: pybind11_protobuf
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1723644507 SHA256 (pybind-pybind11_protobuf-0.0.0.20240809-f1b2459_GH0.tar.gz) = ac216afa9a50c37834906f224fbe8d3e47b2b0299cb12ff12588233a479413ee SIZE (pybind-pybind11_protobuf-0.0.0.20240809-f1b2459_GH0.tar.gz) = 56508

Packages (timestamps in pop-ups are UTC):
pybind11_protobuf
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.0.0.20240809_70.0.0.20240809_7-0.0.0.20240809_70.0.0.20240809_7---
FreeBSD:13:quarterly0.0.0.20240809_60.0.0.20240809_6-0.0.0.20240809_60.0.0.20240809_7---
FreeBSD:14:latest0.0.0.20240809_70.0.0.20240809_7-0.0.0.20240809_70.0.0.20240809_7---
FreeBSD:14:quarterly0.0.0.20240809_60.0.0.20240809_7-0.0.0.20240809_60.0.0.20240809_7---
FreeBSD:15:latest0.0.0.20240809_70.0.0.20240809_7n/a0.0.0.20240809_7n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. abseil>=20230125 : devel/abseil
  2. pybind11>=2.11.1 : devel/pybind11
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
  5. python3.11 : lang/python311
Test dependencies:
  1. py311-absl-py>=0 : devel/py-absl-py@py311
  2. python3.11 : lang/python311
Runtime dependencies:
  1. python3.11 : lang/python311
Library dependencies:
  1. libabsl_base.so : devel/abseil
  2. libprotobuf.so : devel/protobuf
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
devel_pybind11_protobuf
USES:
cmake:testing compiler:c++17-lang localbase python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/pybind/pybind11_protobuf/tar.gz/f1b2459?dummy=/
Collapse this list.

Number of commits found: 11

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.0.20240809_7
19 Jun 2025 20:28:47
commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6commit hash: 4f0eba1efd73e85ccb544708c967bca70ad3e7a6 files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
python.mk: rename PYTHON_EXT_SUFFIX to PYTHON_TAG, document, etc

EXT_SUFFIX, according to PEP 3149, refers to the full tag and
extension for compiled extension module objects, eg .cpython-311.so,
.cpython-313t.so, etc. We do not use the correct semantic meaning,
and this usage becomes ambiguous and confusing when tags do not
match between bytecode and compiled extension module objects.

Rename our PYTHON_EXT_SUFFIX to PYTHON_TAG to align with PEP 3147's
specification of a magic tag, which consists of implementation name
and shorthand version only. This is meant for bytecode and other
files containing this tag in their filename that do not depend on
a specific Python ABI for the same version. Chase all existing
consumers.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.0.0.20240809_7
18 Apr 2025 05:37:04
commit hash: 186a8781b0d466348f2c13a1a9785c179c0b0046commit hash: 186a8781b0d466348f2c13a1a9785c179c0b0046commit hash: 186a8781b0d466348f2c13a1a9785c179c0b0046commit hash: 186a8781b0d466348f2c13a1a9785c179c0b0046 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 29.4

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
0.0.0.20240809_6
23 Feb 2025 12:47:41
commit hash: cbef78abfce5346f71e824247d75c88c04c084c0commit hash: cbef78abfce5346f71e824247d75c88c04c084c0commit hash: cbef78abfce5346f71e824247d75c88c04c084c0commit hash: cbef78abfce5346f71e824247d75c88c04c084c0 files touched by this commit
Jason E. Hale (jhale) search for other commits by this committer
*/*: Chase devel/abseil update
0.0.0.20240809_5
28 Jan 2025 17:23:28
commit hash: adfb8194d132295d00880bf84675be78bbff09eccommit hash: adfb8194d132295d00880bf84675be78bbff09eccommit hash: adfb8194d132295d00880bf84675be78bbff09eccommit hash: adfb8194d132295d00880bf84675be78bbff09ec files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/protobuf: Update to 29.3

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
0.0.0.20240809_4
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
0.0.0.20240809_3
07 Oct 2024 14:16:41
commit hash: b735c9fce16a3c1fdcbfae526d8ef8c20cbd3220commit hash: b735c9fce16a3c1fdcbfae526d8ef8c20cbd3220commit hash: b735c9fce16a3c1fdcbfae526d8ef8c20cbd3220commit hash: b735c9fce16a3c1fdcbfae526d8ef8c20cbd3220 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pybind11_protobuf: Remove CMAKE_TESTING_ON

CMAKE_TESTING_ON defaults to BUILD_TESTING.
0.0.0.20240809_3
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
0.0.0.20240809_2
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
0.0.0.20240809_1
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
0.0.0.20240809
05 Sep 2024 06:17:45
commit hash: ba4f0c871a3d0b885b1995ffd2f565fb4e9acc01commit hash: ba4f0c871a3d0b885b1995ffd2f565fb4e9acc01commit hash: ba4f0c871a3d0b885b1995ffd2f565fb4e9acc01commit hash: ba4f0c871a3d0b885b1995ffd2f565fb4e9acc01 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pybind11_protobuf: Add make test
0.0.0.20240809
15 Aug 2024 16:00:07
commit hash: 9c8d5c323a8f0ec3dc3c882483979dd8f9e98c23commit hash: 9c8d5c323a8f0ec3dc3c882483979dd8f9e98c23commit hash: 9c8d5c323a8f0ec3dc3c882483979dd8f9e98c23commit hash: 9c8d5c323a8f0ec3dc3c882483979dd8f9e98c23 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/pybind11_protobuf: Add pybind11_protobuf 0.0.0.20240809

pybind11_protobuf provides pybind11 bindings for Google's Protocol Buffers.
These adapters make Protocol Buffer message types work with Pybind11 bindings.

Number of commits found: 11