From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Subject: [PATCH] Add bwm-ng. Date: Thu, 25 Aug 2016 00:55:28 +0530 Message-ID: Mime-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bce8U-0002pm-11 for guix-devel@gnu.org; Wed, 24 Aug 2016 15:46:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bce8Q-00067O-TF for guix-devel@gnu.org; Wed, 24 Aug 2016 15:46:54 -0400 Received: from [117.218.232.8] (port=45348 helo=hrrol) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bce8Q-00066S-Ar for guix-devel@gnu.org; Wed, 24 Aug 2016 15:46:50 -0400 Received: from [103.193.158.85] (helo=steel) by hrrol with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bcdnl-0004hU-Sr for guix-devel@gnu.org; Thu, 25 Aug 2016 00:55:30 +0530 List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: "guix-devel@gnu.org" --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain Please find attached patch to add new package 'bwm-ng' to (gnu packages admin). Regards, Arun Isaac --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=0001-gnu-Add-bwm-ng.patch Content-Transfer-Encoding: quoted-printable From=202a88508183f9b8005c2a0694992f1b3ae4208049 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Wed, 24 Aug 2016 23:49:46 +0530 Subject: [PATCH] gnu: Add bwm-ng. To: guix-devel@gnu.org * gnu/packages/admin.scm (bwm-ng): New variable. =2D-- gnu/packages/admin.scm | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 3ba5947..d3da2d8 100644 =2D-- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -1767,3 +1767,21 @@ the status of your battery in the system tray.") shortcut syntax and completion options.") (home-page "https://github.com/TrilbyWhite/interrobang") (license license:gpl3+)))) + +(define-public bwm-ng + (package + (name "bwm-ng") + (version "0.6.1") + (source + (origin + (method url-fetch) + (uri (string-append "https://www.gropp.org/bwm-ng/bwm-ng-" version = ".tar.gz")) + (sha256 (base32 "1w0dwpjjm9pqi613i8glxrgca3rdyqyp3xydzagzr5ndc34z6z= 02")))) + (build-system gnu-build-system) + (inputs `(("ncurses" ,ncurses))) + (synopsis "Console based live network and disk I/O bandwidth monitor") + (description "Bandwidth Monitor NG is a small and simple +console based live network and disk I/O bandwidth monitor for Linux, +BSD, Solaris, Mac OS X and others.") + (home-page "https://www.gropp.org/?id=3Dprojects&sub=3Dbwm-ng") + (license license:gpl2))) =2D-=20 2.9.3 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJXvfSoAAoJEC4l7othgCuzKPAIAJe5TOZ/B3ZbvLhjT0gapmro JeOLrV0i6mppe2QPMH6156yI/da10cBIe+X5ivZvwxQqKr3liXjtETju3ioFojLC zXeq+m9nm+uVsg3TY8hT7/Vtui9J0vsD8nocwJ0bH5dwVhIrNbJW7j5zYnBMPabk Vj+5lWaxc1e6CWIJhCIa+6SS5TiYtRxS8htyqG+M3cr89WeFymSsGg9tf5gCDujT ubuw8hOAK8QRPqfJ6yqkY1VuJt4maIWko1Y4w6SMIfdv2i/qPxYfDQWA20SbLw76 lKoTqFgKDX2uOyUhxX3YGrUj+v5fqLauqfNLfpBXp7M/VesS5ejdWna8lgFnTd0= =t+J5 -----END PGP SIGNATURE----- --==-=-=--