Port details |
- nanopb Protocol Buffers with small code size
- 0.4.9 devel =2 0.4.9Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2022-07-03 16:36:06
- Last Update: 2024-09-20 09:13:18
- Commit Hash: a291bb9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- https://jpa.kapsi.fi/nanopb/
- Description:
- Nanopb is a small code-size Protocol Buffers implementation in ansi C.
It is especially suitable for use in microcontrollers, but fits any
memory restricted system.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/nanopb/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/nanopb
- pkg install nanopb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: nanopb
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726812733
SHA256 (nanopb-nanopb-0.4.9_GH0.tar.gz) = 524882ce9b6b8abeab3d458b9f15449c3f11d60c099eb388d8732d1bf2944eb3
SIZE (nanopb-nanopb-0.4.9_GH0.tar.gz) = 1186089
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
- py311-setuptools>0 : devel/py-setuptools@py311
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.11 : lang/python311
- Test dependencies:
-
- scons : devel/scons
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-protobuf>0 : devel/py-protobuf@py311
- py311-setuptools>0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- This port is required by:
- for Build
-
- devel/criterion
- for Libraries
-
- sysutils/qflipper
- for Run
-
- devel/criterion
Configuration Options:
- No options to configure
- Options name:
- devel_nanopb
- USES:
- cmake python shebangfix
- 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 |
0.4.9 20 Sep 2024 09:13:18 |
Yuri Victorovich (yuri) |
devel/nanopb: update 0.4.8 → 0.4.9
Reported by: portscout |
0.4.8_1 04 Aug 2024 17:14:31 |
Po-Chuan Hsieh (sunpoet) |
devel/nanopb: Build and install python bytecode
- Bump PORTREVISION for package change
from devel/criterion build log:
=>> Checking for filesystem violations... done
=>> Error: Filesystem touched during build:
extra: usr/local/bin/__pycache__
extra: usr/local/lib/python3.11/site-packages/nanopb/__pycache__
extra: usr/local/lib/python3.11/site-packages/nanopb/generator/proto/__pycache__
extra: usr/local/lib/python3.11/site-packages/nanopb/generator/__pycache__
=>> Cleaning up wrkdir
===> Cleaning for criterion-2.4.2_2
Approved by: portmgr (blanket)
With hat: python |
0.4.8 16 May 2024 02:12:59 |
Yuri Victorovich (yuri) |
devel/nanopb: Add missing dependency
Reported by: fallout (devel/criterion failure due to this problem) |
0.4.8 11 Nov 2023 11:38:19 |
Yuri Victorovich (yuri) |
devel/nanopb: update 0.4.7-7 → 0.4.8 |
0.4.7.7 18 Jul 2023 00:53:09 |
Charlie Li (vishwin) |
devel/py-setuptools: convert individual consumers to ${PY_SETUPTOOLS}
Currently a no-op, but in the future outputs the correct setuptools
port depending on whether USES_PYTHON=distutils is specified.
With hat: python
PR: 270510, 270358 |
0.4.7.7 12 Mar 2023 09:02:29 |
Yuri Victorovich (yuri) |
devel/nanopb: Update 0.4.7-3 → 0.4.7-7
devel/criterion was bereaking with the previous revision. |
0.4.7.3 23 Dec 2022 10:46:23 |
Yuri Victorovich (yuri) |
devel/nanopb: Update 0.4.7 -> 0.4.7-3 |
0.4.7 13 Dec 2022 06:24:34 |
Yuri Victorovich (yuri) |
devel/nanopb: Update 0.4.6.4-3 -> 0.4.7
Reported by: portscout |
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) |
0.4.6.4.3_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 ) |
0.4.6.4.3_1 03 Jul 2022 18:47:18 |
Yuri Victorovich (yuri) |
devel/nanopb: Enable internal build option PB_ENABLE_MALLOC
... because it is needed for devel/criterion. |
0.4.6.4.3 03 Jul 2022 17:20:02 |
Yuri Victorovich (yuri) |
devel/nanopb: Update 0.4.6.4 -> 0.4.6.4-3
Tests now succeed. |
0.4.6.4 03 Jul 2022 16:33:05 |
Yuri Victorovich (yuri) |
devel/nanopb: New port: Protocol Buffers with small code size |