emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#65100: closed ([PATCH] gnu: Add libmodbus.)


From: GNU bug Tracking System
Subject: bug#65100: closed ([PATCH] gnu: Add libmodbus.)
Date: Wed, 06 Sep 2023 00:52:02 +0000

Your message dated Tue, 05 Sep 2023 20:51:23 -0400
with message-id <87fs3sf7jo.fsf@gmail.com>
and subject line Re: bug#65100: [PATCH] gnu: Add libmodbus.
has caused the debbugs.gnu.org bug report #65100,
regarding [PATCH] gnu: Add libmodbus.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65100: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65100
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add libmodbus. Date: Sat, 5 Aug 2023 16:19:21 +0000
* gnu/packages/engineering.scm (libmodbus): New variable.
---
 gnu/packages/engineering.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index b5b4ad1b10..87e0b0e396 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1518,6 +1518,27 @@ (define-public sterm
     (home-page "https://github.com/wentasah/sterm";)
     (license license:gpl3+)))
 
+(define-public libmodbus
+  (package
+    (name "libmodbus")
+    (version "3.1.10")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/stephane/libmodbus";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0nbpk1n56kclab8fl32dxi46v2bwax3gfk1zkc796srm7vj42sbv"))))
+    (build-system gnu-build-system)
+    (native-inputs (list autoconf automake libtool))
+    (synopsis "Library for the Modbus protocol")
+    (description "@code{libmodbus} is a library to send/receive data with a
+device which respects the Modbus protocol.  This library can use a serial port
+or an Ethernet connection.")
+    (home-page "https://libmodbus.org/";)
+    (license license:lgpl2.1+)))
 (define-public harminv
   (package
     (name "harminv")
-- 
2.34.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#65100: [PATCH] gnu: Add libmodbus. Date: Tue, 05 Sep 2023 20:51:23 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/engineering.scm (libmodbus): New variable.

Installed, thanks for contributing!

-- 
Thanks,
Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]