Port details on branch 2025Q3 |
- protozero Minimalist protocol buffer decoder and encoder in C++
- 1.8.1 devel
=2 1.8.1Version of this port present on the latest quarterly branch. - Maintainer: amdmi3@FreeBSD.org
 - Port Added: 2018-04-12 12:40:06
- Last Update: 2025-07-16 21:03:32
- Commit Hash: 20c40270
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/mapbox/protozero
- Description:
- Minimalistic protocol buffer decoder and encoder in C++.
Designed for high performance. Suitable for writing zero copy parsers
and encoders with minimal need for run-time allocation of memory.
Low-level: this is designed to be a building block for writing a
very customized decoder for a stable protobuf schema. If your
protobuf schema is changing frequently or lazy decoding is not
critical for your application then this approach offers no value:
just use the C++ API that can be generated with the Google Protobufs
protoc program.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- protozero>0:devel/protozero
- To install the port:
- cd /usr/ports/devel/protozero/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/protozero
- pkg install protozero
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: protozero
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1752603086
SHA256 (mapbox-protozero-v1.8.1_GH0.tar.gz) = 6c7a896f1dc08435e8cd4f3780ff688cd0bfce6890599b755f6f3cb36398dc25
SIZE (mapbox-protozero-v1.8.1_GH0.tar.gz) = 1125241
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- protoc : devel/protobuf
- cmake : devel/cmake-core
- ninja : devel/ninja
- This port is required by:
- for Build
-
- astro/libosmium
- astro/osmium-tool
- converters/osm2pgsql
- graphics/mapnik
Configuration Options:
- ===> The following configuration options are available for protozero-1.8.1:
DOCS=on: Build and/or install documentation
TEST=on: Enable additional tests, requires protobuf at build time
===> Use 'make config' to modify these settings
- Options name:
- devel_protozero
- USES:
- cmake compiler:c++17-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|