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
Port details
nanopb Protocol Buffers with small code size
0.4.9 devel 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 0.4.9Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
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.
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 (42 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/nanopb-0.4.9/catalog.mk
  3. /usr/local/share/licenses/nanopb-0.4.9/LICENSE
  4. /usr/local/share/licenses/nanopb-0.4.9/BSD3CLAUSE
  5. bin/__pycache__/nanopb_generator.cpython-311.opt-1.pyc
  6. bin/__pycache__/nanopb_generator.cpython-311.pyc
  7. bin/nanopb_generator
  8. bin/nanopb_generator.py
  9. bin/protoc-gen-nanopb
  10. include/nanopb/pb.h
  11. include/nanopb/pb_common.h
  12. include/nanopb/pb_decode.h
  13. include/nanopb/pb_encode.h
  14. lib/cmake/nanopb/nanopb-config-version.cmake
  15. lib/cmake/nanopb/nanopb-config.cmake
  16. lib/cmake/nanopb/nanopb-targets-release.cmake
  17. lib/cmake/nanopb/nanopb-targets.cmake
  18. lib/libprotobuf-nanopb.a
  19. lib/libprotobuf-nanopb.so
  20. lib/libprotobuf-nanopb.so.0
  21. lib/python3.11/site-packages/nanopb/__init__.py
  22. lib/python3.11/site-packages/nanopb/__pycache__/__init__.cpython-311.opt-1.pyc
  23. lib/python3.11/site-packages/nanopb/__pycache__/__init__.cpython-311.pyc
  24. lib/python3.11/site-packages/nanopb/generator/__init__.py
  25. lib/python3.11/site-packages/nanopb/generator/__pycache__/__init__.cpython-311.opt-1.pyc
  26. lib/python3.11/site-packages/nanopb/generator/__pycache__/__init__.cpython-311.pyc
  27. lib/python3.11/site-packages/nanopb/generator/__pycache__/nanopb_generator.cpython-311.opt-1.pyc
  28. lib/python3.11/site-packages/nanopb/generator/__pycache__/nanopb_generator.cpython-311.pyc
  29. lib/python3.11/site-packages/nanopb/generator/nanopb_generator.py
  30. lib/python3.11/site-packages/nanopb/generator/proto/__init__.py
  31. lib/python3.11/site-packages/nanopb/generator/proto/__pycache__/__init__.cpython-311.opt-1.pyc
  32. lib/python3.11/site-packages/nanopb/generator/proto/__pycache__/__init__.cpython-311.pyc
  33. lib/python3.11/site-packages/nanopb/generator/proto/__pycache__/_utils.cpython-311.opt-1.pyc
  34. lib/python3.11/site-packages/nanopb/generator/proto/__pycache__/_utils.cpython-311.pyc
  35. lib/python3.11/site-packages/nanopb/generator/proto/__pycache__/nanopb_pb2.cpython-311.opt-1.pyc
  36. lib/python3.11/site-packages/nanopb/generator/proto/__pycache__/nanopb_pb2.cpython-311.pyc
  37. lib/python3.11/site-packages/nanopb/generator/proto/_utils.py
  38. lib/python3.11/site-packages/nanopb/generator/proto/nanopb.proto
  39. lib/python3.11/site-packages/nanopb/generator/proto/nanopb_pb2.py
  40. @owner
  41. @group
  42. @mode
Collapse this list.
Dependency lines:
  • nanopb>0:devel/nanopb
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):
nanopb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.4.90.4.9-0.4.90.4.9---
FreeBSD:13:quarterly0.4.90.4.90.4.7.70.4.90.4.90.4.80.4.80.4.8
FreeBSD:14:latest0.4.90.4.90.4.7.30.4.90.4.90.4.7.7-0.4.7.7
FreeBSD:14:quarterly0.4.90.4.9-0.4.90.4.90.4.80.4.80.4.8
FreeBSD:15:latest0.4.90.4.9n/a0.4.9n/a0.4.80.4.80.4.8
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. protoc : devel/protobuf
  2. py311-setuptools>0 : devel/py-setuptools@py311
  3. cmake : devel/cmake-core
  4. ninja : devel/ninja
  5. python3.11 : lang/python311
Test dependencies:
  1. scons : devel/scons
  2. python3.11 : lang/python311
Runtime dependencies:
  1. py311-protobuf>0 : devel/py-protobuf@py311
  2. py311-setuptools>0 : devel/py-setuptools@py311
  3. python3.11 : lang/python311
This port is required by:
for Build
  1. devel/criterion
for Libraries
  1. sysutils/qflipper
for Run
  1. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/nanopb/nanopb/tar.gz/0.4.9?dummy=/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.4.9
20 Sep 2024 09:13:18
commit hash: a291bb9fce17249de826071ae4f5e4bf8fa3583bcommit hash: a291bb9fce17249de826071ae4f5e4bf8fa3583bcommit hash: a291bb9fce17249de826071ae4f5e4bf8fa3583bcommit hash: a291bb9fce17249de826071ae4f5e4bf8fa3583b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/nanopb: update 0.4.8 → 0.4.9

Reported by:	portscout
0.4.8_1
04 Aug 2024 17:14:31
commit hash: 50685fd90c0c1827e93b5fdaf1ee82ceb3d534eacommit hash: 50685fd90c0c1827e93b5fdaf1ee82ceb3d534eacommit hash: 50685fd90c0c1827e93b5fdaf1ee82ceb3d534eacommit hash: 50685fd90c0c1827e93b5fdaf1ee82ceb3d534ea files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 1c85c946bfdf9dce491f6e59e2df9346b01c363fcommit hash: 1c85c946bfdf9dce491f6e59e2df9346b01c363fcommit hash: 1c85c946bfdf9dce491f6e59e2df9346b01c363fcommit hash: 1c85c946bfdf9dce491f6e59e2df9346b01c363f files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/nanopb: Add missing dependency

Reported by:	fallout (devel/criterion failure due to this problem)
0.4.8
11 Nov 2023 11:38:19
commit hash: f7e7a91e5d4c8e582fa5f649f8ccdc2a16f74d07commit hash: f7e7a91e5d4c8e582fa5f649f8ccdc2a16f74d07commit hash: f7e7a91e5d4c8e582fa5f649f8ccdc2a16f74d07commit hash: f7e7a91e5d4c8e582fa5f649f8ccdc2a16f74d07 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/nanopb: update 0.4.7-7 → 0.4.8
0.4.7.7
18 Jul 2023 00:53:09
commit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0acommit hash: 9a80a6ee5e8ebf5c279b3d7a9e7e8b7dbabbaf0a files touched by this commit
Charlie Li (vishwin) search for other commits by this committer
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
commit hash: 0ad835493002df20fcaffd7675e1a280845fd31bcommit hash: 0ad835493002df20fcaffd7675e1a280845fd31bcommit hash: 0ad835493002df20fcaffd7675e1a280845fd31bcommit hash: 0ad835493002df20fcaffd7675e1a280845fd31b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
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
commit hash: 201c02672b9f0cd2f8ebc0cbd8634edb3512d019commit hash: 201c02672b9f0cd2f8ebc0cbd8634edb3512d019commit hash: 201c02672b9f0cd2f8ebc0cbd8634edb3512d019commit hash: 201c02672b9f0cd2f8ebc0cbd8634edb3512d019 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/nanopb: Update 0.4.7 -> 0.4.7-3
0.4.7
13 Dec 2022 06:24:34
commit hash: 8ae2a87a856847dd724e53bf4279c8d606baf4bfcommit hash: 8ae2a87a856847dd724e53bf4279c8d606baf4bfcommit hash: 8ae2a87a856847dd724e53bf4279c8d606baf4bfcommit hash: 8ae2a87a856847dd724e53bf4279c8d606baf4bf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/nanopb: Update 0.4.6.4-3 -> 0.4.7

Reported by:	portscout
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)
0.4.6.4.3_1
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)
0.4.6.4.3_1
03 Jul 2022 18:47:18
commit hash: e1e0b2a0c423b87c469b0c118f6860ad1d5659bfcommit hash: e1e0b2a0c423b87c469b0c118f6860ad1d5659bfcommit hash: e1e0b2a0c423b87c469b0c118f6860ad1d5659bfcommit hash: e1e0b2a0c423b87c469b0c118f6860ad1d5659bf files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
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
commit hash: 4841cc9ee9954023794ed007867663ed0187cec5commit hash: 4841cc9ee9954023794ed007867663ed0187cec5commit hash: 4841cc9ee9954023794ed007867663ed0187cec5commit hash: 4841cc9ee9954023794ed007867663ed0187cec5 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
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
commit hash: 6be6423b6be63cde10be82af1ab5ddf06f99983acommit hash: 6be6423b6be63cde10be82af1ab5ddf06f99983acommit hash: 6be6423b6be63cde10be82af1ab5ddf06f99983acommit hash: 6be6423b6be63cde10be82af1ab5ddf06f99983a files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
devel/nanopb: New port: Protocol Buffers with small code size

Number of commits found: 13