* [bug#75665] [PATCH] gnu: Add mbpoll.
@ 2025-01-19 6:47 Artyom V. Poptsov
2025-02-04 19:17 ` bug#75665: " Artyom V. Poptsov
0 siblings, 1 reply; 2+ messages in thread
From: Artyom V. Poptsov @ 2025-01-19 6:47 UTC (permalink / raw)
To: 75665; +Cc: Artyom V. Poptsov
* gnu/packages/engineering.scm (mbpoll): New variable.
Change-Id: I356425b47ae4a5201465c9f1e0244602a1cf9dc2
---
gnu/packages/engineering.scm | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index f9c4ac9bbd..d0d23934e0 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -33,7 +33,7 @@
;;; Copyright © 2022 Malte Frank Gerdes <malte.f.gerdes@gmail.com>
;;; Copyright © 2022 Konstantinos Agiannis <agiannis.kon@gmail.com>
;;; Copyright © 2022 Greg Hogan <code@greghogan.com>
-;;; Copyright © 2022, 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
+;;; Copyright © 2022, 2024, 2025 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2022, 2023 Felix Gruber <felgru@posteo.net>
;;; Copyright © 2023 Theofilos Pechlivanis <theofilos.pechlivanis@gmail.com>
@@ -217,6 +217,33 @@ (define-public librecad
plans and designs.")
(license license:gpl2)))
+(define-public mbpoll
+ (package
+ (name "mbpoll")
+ (version "1.5.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/epsilonrt/mbpoll")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0h5qsgy5hkrq92nxfkl564w21g5vp9nnch04fdqij06ckvzf7vdc"))))
+ (build-system cmake-build-system)
+ (arguments
+ (list
+ #:tests? #f)) ;no tests
+ (native-inputs (list pkg-config))
+ (inputs (list libmodbus))
+ (home-page "https://github.com/epsilonrt/mbpoll")
+ (synopsis
+ "Command line utility to communicate with ModBus slave (RTU or TCP)")
+ (description
+ "@code{mbpoll} is a command line utility to communicate with
+@url{https://en.wikipedia.org/wiki/Modbus, ModBus} slave (RTU or TCP).")
+ (license license:gpl3)))
+
(define-public geda-gaf
(package
(name "geda-gaf")
base-commit: dc50af1ca527af0ef03dae4eef3757272428b1a7
--
2.47.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#75665: [PATCH] gnu: Add mbpoll.
2025-01-19 6:47 [bug#75665] [PATCH] gnu: Add mbpoll Artyom V. Poptsov
@ 2025-02-04 19:17 ` Artyom V. Poptsov
0 siblings, 0 replies; 2+ messages in thread
From: Artyom V. Poptsov @ 2025-02-04 19:17 UTC (permalink / raw)
To: 75665-done
[-- Attachment #1: Type: text/plain, Size: 292 bytes --]
Merged to the "master" branch as
9366217997d759a4150cf5e44d83b947ac2028ab
- avp
--
Artyom "avp" Poptsov <poptsov.artyom@gmail.com>
Home page: https://memory-heap.org/~avp/
CADR Hackerspace co-founder: https://cadrspace.ru/
GPG: D0C2 EAC1 3310 822D 98DE B57C E9C5 A2D9 0898 A02F
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 869 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-02-04 19:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-19 6:47 [bug#75665] [PATCH] gnu: Add mbpoll Artyom V. Poptsov
2025-02-04 19:17 ` bug#75665: " Artyom V. Poptsov
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).