Bug 260204 - [NEW PORT] devel/py-intelhex Python library and scripts to work with files in Intel HEX format
Summary: [NEW PORT] devel/py-intelhex Python library and scripts to work with files in...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Li-Wen Hsu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-04 09:22 UTC by Dmytro Bilokha
Modified: 2021-12-20 14:22 UTC (History)
1 user (show)

See Also:


Attachments
Patch to add a devel/py-intelhex port (1.40 KB, patch)
2021-12-04 09:22 UTC, Dmytro Bilokha
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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(+)