Bug 260204

Summary: [NEW PORT] devel/py-intelhex Python library and scripts to work with files in Intel HEX format
Product: Ports & Packages Reporter: Dmytro Bilokha <dmytro>
Component: Individual Port(s)Assignee: Li-Wen Hsu <lwhsu>
Status: Closed FIXED    
Severity: Affects Only Me CC: lwhsu
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch to add a devel/py-intelhex port none

Description Dmytro Bilokha 2021-12-04 09:22:16 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2021-12-20 14:22:02 UTC
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(+)