Created attachment 229876 [details] Patch to add a devel/py-intelhex port This library and scripts are useful to convert binary files to/from Intel HEX format. The Intel HEX file format is widely used in microprocessors and microcontrollers area (embedded systems etc) as the de facto standard for representation of code to be programmed into microelectronic devices. https://github.com/python-intelhex/intelhex I'm submitting this port, because I want to update another port (security/onlykey) and this library is a new version's dependency of security/onlykey. So, without it I cannot update the port.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=e6b4ca669b708aeb8a607bb784fbdb73833dffbf commit e6b4ca669b708aeb8a607bb784fbdb73833dffbf Author: Dmytro Bilokha <dmytro@posteo.net> AuthorDate: 2021-12-20 14:19:35 +0000 Commit: Li-Wen Hsu <lwhsu@FreeBSD.org> CommitDate: 2021-12-20 14:20:34 +0000 Add devel/py-intelhex, Python library and scripts for Intel HEX format PR: 260204 devel/Makefile | 1 + devel/py-intelhex/Makefile (new) | 17 +++++++++++++++++ devel/py-intelhex/distinfo (new) | 3 +++ devel/py-intelhex/pkg-descr (new) | 7 +++++++ 4 files changed, 28 insertions(+)