From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 23 14:47:02 2018 Received: (at submit) by debbugs.gnu.org; 23 Oct 2018 18:47:02 +0000 Received: from localhost ([127.0.0.1]:38499 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gF1hm-0003xE-EY for submit@debbugs.gnu.org; Tue, 23 Oct 2018 14:47:02 -0400 Received: from eggs.gnu.org ([208.118.235.92]:59063) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gF1hk-0003wl-9L for submit@debbugs.gnu.org; Tue, 23 Oct 2018 14:47:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gF1he-000655-48 for submit@debbugs.gnu.org; Tue, 23 Oct 2018 14:46:54 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:46059) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gF1hd-00064y-VZ for submit@debbugs.gnu.org; Tue, 23 Oct 2018 14:46:54 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40433) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gF1hc-0002tK-Kn for guix-patches@gnu.org; Tue, 23 Oct 2018 14:46:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gF1hb-00062f-P7 for guix-patches@gnu.org; Tue, 23 Oct 2018 14:46:52 -0400 Received: from tobias.gr ([2001:470:7405::1]:36320) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gF1hb-00060U-Au for guix-patches@gnu.org; Tue, 23 Oct 2018 14:46:51 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id c2ee4cc0 for ; Tue, 23 Oct 2018 18:46:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=from:to :subject:date:message-id:mime-version:content-transfer-encoding; s=2018; i=me@tobias.gr; bh=TLkw/NeQDY3iftgmcBLgVolA++/zqRRiNO+R rUe1RmE=; b=X3BcLzsAAxkbut8VhBV88ylpfQPTe5oIvA+8spSqlEi1zK+HORUD yu76kjtfe7+qQ6wKSCGbrGq+erHmWmuFnSlfqU5t37P153Bv8FRKnmiLKo9ITwpy PjQ8rPJUGeYR9qB15A+B0eJza8pjxeXcmjvJaNCBzVYqLx+NFtpytK6vUWpnOn+9 2kFvOSCapCS5DbZ7X+NZ2EnzOXMrAo3I63fg/wkLIUt0e6obP6wcH1hcKlh5Y9oB Fu0GlnhIeHPgRi5U8chddqcraSTxTwh/Mts2Fd+tDnJq+ZXUpfNBeMLjf+cTwEWA SdjNY9l0yMWZgwdJZ1S6W+y6mR5oizyhLg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 79407144 (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Tue, 23 Oct 2018 18:46:47 +0000 (UTC) From: Tobias Geerinckx-Rice To: guix-patches@gnu.org Subject: [PATCH] gnu: Add wavemon. Date: Tue, 23 Oct 2018 20:46:42 +0200 Message-Id: <20181023184642.10363-1-me@tobias.gr> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.1 (-----) * gnu/packages/hardware.scm (wavemon): New public variable. --- Guix, A thing. networking.scm's pretty pudgy (& this is more about radioing than networking anyway) so into hardware.scm it goes. Kind regards, T G-R gnu/packages/hardware.scm | 42 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm index 52bc3d052..bfcb2cec8 100644 --- a/gnu/packages/hardware.scm +++ b/gnu/packages/hardware.scm @@ -22,11 +22,13 @@ #:use-module (gnu packages glib) #:use-module (gnu packages libusb) #:use-module (gnu packages linux) + #:use-module (gnu packages ncurses) #:use-module (gnu packages pkg-config) #:use-module (gnu packages xdisorg) #:use-module (gnu packages xorg) #:use-module (guix build-system gnu) #:use-module (guix download) + #:use-module (guix git-download) #:use-module ((guix licenses) #:prefix license:) #:use-module (guix packages)) @@ -232,3 +234,43 @@ such as the Turbo Boost ratio and Thermal Design Power (@dfn{TDP}) limits. MSR addresses differ (greatly) between processors, and any such modification can be dangerous and may void your CPU or system board's warranty.") (license license:gpl2))) ; cpuid.c is gpl2, {rd,wr}msr.c are gpl2+ + +(define-public wavemon + (package + (name "wavemon") + (version "0.8.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/uoaerg/wavemon.git") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0rqpp7rhl9rlwnihsapaiy62v33h45fm3d0ia2nhdjw7fwkwcqvs")))) + (build-system gnu-build-system) + (arguments + `(#:make-flags + (list "CC=gcc" + ;; Makefile.in (ab)uses $(datadir) as $(docdir). Set it to Guix's + ;; standard --docdir since it's only used as such. + (string-append "datadir=" (assoc-ref %outputs "out") + "/share/doc/" ,name "-" ,version)) + #:tests? #f)) ; no tests + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("libcap" ,libcap) + ("libnl" ,libnl) + ("ncurses" ,ncurses))) + (home-page "https://github.com/uoaerg/wavemon") + (synopsis "Wireless network device monitor") + (description + "Wavemon is a wireless device monitor with an interactive ncurses terminal +interface. It can display and plot signal and noise levels in real time. It +also reports packet statistics, device configuration, network parameters, and +access points and other wireless clients of your wireless network hardware. + +Wavemon should work (with varying levels of detail and features) with any device +supported by the Linux kernel.") + (license license:gpl2+))) -- 2.18.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 23 17:17:50 2018 Received: (at 33130) by debbugs.gnu.org; 23 Oct 2018 21:17:50 +0000 Received: from localhost ([127.0.0.1]:38604 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gF43i-0003GR-0Q for submit@debbugs.gnu.org; Tue, 23 Oct 2018 17:17:50 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48508) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gF43f-0003GA-RP for 33130@debbugs.gnu.org; Tue, 23 Oct 2018 17:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gF43Z-0006aK-1i for 33130@debbugs.gnu.org; Tue, 23 Oct 2018 17:17:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60454) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gF43S-0006Va-Id; Tue, 23 Oct 2018 17:17:38 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=49712 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gF43R-0001Ol-5H; Tue, 23 Oct 2018 17:17:33 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Tobias Geerinckx-Rice Subject: Re: [bug#33130] [PATCH] gnu: Add wavemon. References: <20181023184642.10363-1-me@tobias.gr> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 2 Brumaire an 227 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Tue, 23 Oct 2018 23:17:32 +0200 In-Reply-To: <20181023184642.10363-1-me@tobias.gr> (Tobias Geerinckx-Rice's message of "Tue, 23 Oct 2018 20:46:42 +0200") Message-ID: <87bm7kbbwz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 33130 Cc: 33130@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Tobias Geerinckx-Rice skribis: > * gnu/packages/hardware.scm (wavemon): New public variable. LGTM, thanks! Ludo'. From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 23 22:59:28 2018 Received: (at 33130-done) by debbugs.gnu.org; 24 Oct 2018 02:59:28 +0000 Received: from localhost ([127.0.0.1]:39001 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gF9OJ-0000j4-OY for submit@debbugs.gnu.org; Tue, 23 Oct 2018 22:59:27 -0400 Received: from tobias.gr ([80.241.217.52]:33146) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gF9OH-0000iv-PU for 33130-done@debbugs.gnu.org; Tue, 23 Oct 2018 22:59:26 -0400 Received: by tobias.gr (OpenSMTPD) with ESMTP id dabd8b4a; Wed, 24 Oct 2018 02:59:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=tobias.gr; h=references :from:to:cc:subject:in-reply-to:date:message-id:mime-version :content-type:content-transfer-encoding; s=2018; i=me@tobias.gr; bh=VE+hOQ87S4d0/TQjih4HAe3EIiXctsRzlPSQRacQREk=; b=liL8S8MKuPh6 hqJwdijfTeLOLevluEqFbXSllZ5ythCfacP0evcsRLZxlTkzRfm0RhqJtY/1RO32 WuKhFJfm2meRiTLxG3u75tFe7ei9YZuvlac4dM2HaxHa4GEUiSVLHpE940koHBuz DrXMdqwG/zRQhRwamG2dAfSrfU0lHN29CEt11/u3/N2isCRg91yBcH0N3ekvDXG3 dwSC5gib99+1+3bU1/uDHozhhzviZtlftAm77cFsoBgcfZLmtOmop4GnNbp48V2J IQJW7ops+oliPCQif0nlj1Ihu1DCU4U7tEcVrAqApW8uG7aX+O4O3HyENnQnwIya k+iLDnusCw== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id ee6d87ef (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO); Wed, 24 Oct 2018 02:59:21 +0000 (UTC) References: <20181023184642.10363-1-me@tobias.gr> <87bm7kbbwz.fsf@gnu.org> From: Tobias Geerinckx-Rice To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#33130] [PATCH] gnu: Add wavemon. In-reply-to: <87bm7kbbwz.fsf@gnu.org> Date: Wed, 24 Oct 2018 04:59:30 +0200 Message-ID: <87bm7k9hil.fsf@tobias.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 33130-done Cc: 33130-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Ludovic Court=C3=A8s wrote: > Tobias Geerinckx-Rice skribis: > >> * gnu/packages/hardware.scm (wavemon): New public variable. > > LGTM, thanks! Thank you. I've pushed as 0ba0ab814ad12af964d0b7f6e8ef3c50e5815264 with the=20 following change: - (license license:gpl2+))) + ;; Source file headers still say GPL2+, but the authorial=20 intent + ;; (from COPYING and the F9 'about' screen) is clearly GPL3+. + (license license:gpl3+))) Kind regards, T G-R From unknown Wed Aug 20 01:21:23 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 21 Nov 2018 12:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator