Port details |
- protozero Minimalist protocol buffer decoder and encoder in C++
- 1.7.1 devel =2 1.7.1Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2018-04-12 12:40:06
- Last Update: 2024-11-08 15:34:00
- Commit Hash: a4be34b
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-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 - 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 = 1641822433
SHA256 (mapbox-protozero-v1.7.1_GH0.tar.gz) = 27e0017d5b3ba06d646a3ec6391d5ccc8500db821be480aefd2e4ddc3de5ff99
SIZE (mapbox-protozero-v1.7.1_GH0.tar.gz) = 1123468
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.7.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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.7.1 08 Nov 2024 15:34:00 |
Dmitry Marakasov (amdmi3) |
devel/protozero: fix build with clang 19
PR: 282475
Submitted by: dim |
1.7.1 14 Dec 2023 17:03:04 |
Po-Chuan Hsieh (sunpoet) |
devel/protozero: Fix build with protobuf 22+ |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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.7.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.7.1 11 Jan 2022 16:50:06 |
Dmitry Marakasov (amdmi3) |
devel/protozero: update to 1.7.1 |
1.7.0 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
1.7.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.7.0 10 Jun 2020 14:19:57 |
amdmi3 |
- Update to 1.7.0 |
1.6.8 20 Aug 2019 15:49:07 |
amdmi3 |
- Update to 1.6.8 |
1.6.7_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.6.7 22 Feb 2019 16:33:00 |
amdmi3 |
- Update to 1.6.7 |
1.6.5 11 Feb 2019 16:53:40 |
amdmi3 |
- Update to 1.6.5 |
1.6.4_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.6.4 22 Nov 2018 12:48:21 |
amdmi3 |
- Update to 1.6.4 |
1.6.3 02 Nov 2018 01:39:57 |
linimon |
Fix build with GCC-based architectures.
PR: 232837
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
1.6.3 18 Jul 2018 19:44:14 |
amdmi3 |
- Update to 1.6.3 |
1.6.2 12 Apr 2018 12:39:41 |
amdmi3 |
- Add devel/protozero (needed for devel/osmium update)
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.
WWW: https://github.com/mapbox/protozero |