From: Raimon Grau <raimonster@gmail.com>
To: Raimon Grau <raimonster@gmail.com>
Cc: guix-devel@gnu.org
Subject: Re: Add nload package
Date: Thu, 10 Mar 2016 13:06:25 +0000 [thread overview]
Message-ID: <87mvq6eb3i.fsf@gmail.com> (raw)
In-Reply-To: <87pov2ecmg.fsf@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 213 bytes --]
Raimon Grau writes:
> Hi guixers,
>
> I created a package definition for nload.
>
> Comments are very welcome.
>
> Cheers,
>
> Rai
Ooops,
There was a typo in there. This should be the right one.
Cheers,
Rai
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Add nload --]
[-- Type: text/x-diff, Size: 1654 bytes --]
From 092c01d3300c17edf0e9bbe95f87ae093072143d Mon Sep 17 00:00:00 2001
From: Raimon Grau <raimon@3scale.net>
Date: Thu, 10 Mar 2016 12:47:56 +0000
Subject: [PATCH] gnu: Add nload 0.7.4.
* gnu/packages/networking.scm (nload): New variable.
---
gnu/packages/networking.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index e731183..1df2a8d 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -187,3 +187,25 @@ needed/wanted real-time traffic statistics of multiple network
interfaces, with a simple and efficient view on the command line. It is
intended as a substitute for the PPPStatus and EthStatus projects.")
(license license:gpl2+)))
+
+(define-public nload
+ (package
+ (name "nload")
+ (version "0.7.4")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/nload/nload-"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "1rb9skch2kgqzigf19x8bzk211jdfjfdkrcvaqyj89jy2pkm3h61"))))
+ (build-system gnu-build-system)
+ (inputs `(("ncurses" ,ncurses)))
+ (home-page "http://www.roland-riegel.de/nload/")
+ (synopsis "Realtime console network usage monitor")
+ (description
+ "nload is a console application which monitors network traffic and
+bandwidth usage in real time. It visualizes the in- and outgoing traffic using
+two graphs and provides additional info like total amount of transfered data
+and min/max network usage.")
+ (license license:gpl2)))
--
2.6.3
next prev parent reply other threads:[~2016-03-10 13:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-10 12:33 Add nload package Raimon Grau
2016-03-10 13:06 ` Raimon Grau [this message]
2016-03-10 21:53 ` Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87mvq6eb3i.fsf@gmail.com \
--to=raimonster@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.