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

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

bug#50365: closed ([PATCH] gnu: Add slurm-monitor.)


From: GNU bug Tracking System
Subject: bug#50365: closed ([PATCH] gnu: Add slurm-monitor.)
Date: Tue, 07 Sep 2021 12:43:01 +0000

Your message dated Tue, 07 Sep 2021 14:42:08 +0200
with message-id <87ilzca76n.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#50365] [PATCH] gnu: Add slurm-monitor.
has caused the debbugs.gnu.org bug report #50365,
regarding [PATCH] gnu: Add slurm-monitor.
to be marked as done.

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


-- 
50365: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50365
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add slurm-monitor. Date: Fri, 3 Sep 2021 16:26:52 -0700
* gnu/packages/networking.scm (slurm-monitor): New variable.
---
 gnu/packages/networking.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 204ef167c6..f1b98381dd 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -384,6 +384,30 @@ supported, including rtmp://, rtmpt://, rtmpe://, 
rtmpte://, and rtmps://.")
         ;; Others.
         license:gpl2+)))))
 
+(define-public slurm-monitor
+  (package
+    (name "slurm-monitor")
+    (version "0.4.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://github.com/mattthias/slurm";)
+         (commit (string-append "upstream/" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1n6pgrcs8gwrcq5fch1q3yk3jipjwrf21s9a13fbjrl903g5zzv9"))))
+    (build-system cmake-build-system)
+    (arguments `(#:tests? #f)) ;; no tests
+    (inputs `(("ncurses" ,ncurses)))
+    (synopsis "Network load monitor")
+    (description
+     "Yet another network load monitor.  Slurm shows @samp{realtime} traffic
+statistics from any network device in any of three ASCII graph formats.")
+    (home-page "https://github.com/mattthias/slurm";)
+    (license license:gpl2)))
+
 (define-public srt
   (package
     (name "srt")
-- 
2.33.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#50365] [PATCH] gnu: Add slurm-monitor. Date: Tue, 07 Sep 2021 14:42:08 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

Milkey Mouse <milkeymouse@meme.institute> writes:

> * gnu/packages/networking.scm (slurm-monitor): New variable.

I tweaked the description, add a copyright line for you, and applied
your patch. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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