Summary: | [new port] comms/py-pymodbus: Modbus protocol implementation | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Christian Ullrich <chris> | ||||||||||||||||||||||||||
Component: | Individual Port(s) | Assignee: | Mikael Urankar <mikael> | ||||||||||||||||||||||||||
Status: | Closed FIXED | ||||||||||||||||||||||||||||
Severity: | Affects Only Me | CC: | lwhsu, mikael | ||||||||||||||||||||||||||
Priority: | --- | ||||||||||||||||||||||||||||
Version: | Latest | ||||||||||||||||||||||||||||
Hardware: | Any | ||||||||||||||||||||||||||||
OS: | Any | ||||||||||||||||||||||||||||
Attachments: |
|
Description
Christian Ullrich
2020-12-05 19:25:19 UTC
Created attachment 220477 [details]
Updated patch
Track renaming of dependency devel/py-prompt-toolkit.
Created attachment 221040 [details]
Updated patch
Forgot to add the new port to the category Makefile.
Created attachment 222970 [details]
Updated patch.
Updated to version 2.5.0.
Created attachment 222974 [details]
Updated patch.
Forgot to add to the category Makefile again.
Created attachment 223741 [details]
Updated patch.
Updated to version 2.5.1.
Created attachment 223887 [details]
Updated patch.
Remove # $FreeBSD$ from Makefile, as this seems to be a thing now.
Created attachment 226124 [details]
Updated patch.
Update to version 2.5.2.
Created attachment 228939 [details]
Updated patch.
Update to version 2.5.3.
Created attachment 237875 [details]
Updated patch.
Update to version 3.0.1.
Created attachment 237877 [details]
Updated patch.
Update to 3.0.2.
Sorry for the two updates in one day. 3.0.2 was released three hours after 3.0.1.
Created attachment 239484 [details]
Updated patch.
Update to 3.1.0.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=f665aa3933ec2173abb4da8aca442e97fb29b18a commit f665aa3933ec2173abb4da8aca442e97fb29b18a Author: Christian Ullrich <chris@chrullrich.net> AuthorDate: 2023-01-17 17:29:54 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2023-01-20 11:50:24 +0000 comms/py-pymodbus: Add new port Pymodbus is a full Modbus protocol implementation offering asynchronous communications. It can also be used without any third party dependencies (aside from pyserial) if a more lightweight project is needed. PR: 251614 comms/Makefile | 1 + comms/py-pymodbus/Makefile (new) | 38 +++++++++++++++++++++++ comms/py-pymodbus/distinfo (new) | 3 ++ comms/py-pymodbus/files/extra-patch-NO_REPL (new) | 11 +++++++ comms/py-pymodbus/pkg-descr (new) | 4 +++ 5 files changed, 57 insertions(+) Thanks! |