From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 27 04:08:46 2022 Received: (at submit) by debbugs.gnu.org; 27 Jan 2022 09:08:46 +0000 Received: from localhost ([127.0.0.1]:54317 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD0lq-0008Gm-Aa for submit@debbugs.gnu.org; Thu, 27 Jan 2022 04:08:46 -0500 Received: from lists.gnu.org ([209.51.188.17]:48330) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD0ll-0008GY-2d for submit@debbugs.gnu.org; Thu, 27 Jan 2022 04:08:45 -0500 Received: from eggs.gnu.org ([209.51.188.92]:39306) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nD0lk-0001LU-UV for guix-patches@gnu.org; Thu, 27 Jan 2022 04:08:40 -0500 Received: from [37.120.193.123] (port=50940 helo=mail.cock.li) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nD0lh-0004C2-EB for guix-patches@gnu.org; Thu, 27 Jan 2022 04:08:39 -0500 From: Bird DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1643274511; bh=ywTK2fkWgCzaaQx/gZA5/XDakz8nA25FqOY6cwgHCEY=; h=From:To:Cc:Subject:Date:From; b=MrdSQwDuXS9fCRIkb4/C0LNoBqCVgo09gyaz3cqPfcQB6idXU888MpAjnHDkmTnOB 1tp7v8wFmq+634XdYmWsOlyI+yD/jEdfWwdzx1X6xofcCmm1FLD1Wb2Ktxru+kVaSx dBcVo71zgHEPaY+BqLltLbl8lA/B8kKLJP5/hJ3QGlE8GCQ+28rJrrr4DydKVNDPXe uryC1A63Ip916TE6jkj6jVEMgOIzCuF/2Iv1iIKOyfAR8cPTmJmGRpPA4EZ5GABBQW Gel1Qtn31kZ8NTkc3YASWeWreOoH1qYHWtvMAZG6ohHzNObRH6PClJEHqfWnOpgCe2 LWD9E9pPPCJhg== To: guix-patches@gnu.org Subject: [PATCH] gnu: Add a new package: gnusim8085 Date: Thu, 27 Jan 2022 09:09:55 +0000 Message-ID: <85o83x35p8.fsf@airmail.cc> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Host-Lookup-Failed: Reverse DNS lookup failed for 37.120.193.123 (failed) Received-SPF: pass client-ip=37.120.193.123; envelope-from=birdsite@airmail.cc; helo=mail.cock.li X-Spam_score_int: -12 X-Spam_score: -1.3 X-Spam_bar: - X-Spam_report: (-1.3 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RDNS_NONE=0.793, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: ~whereiseveryone/guixrus@lists.sr.ht 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: -2.4 (--) --=-=-= Content-Type: text/plain Hello, The attached patch adds gnusim8085, a simulator for the 8085 processor. Thanks! --=-=-= Content-Type: text/x-patch; charset=utf-8 Content-Disposition: attachment; filename=0001-gnu-Add-a-new-package-gnusim8085.patch Content-Transfer-Encoding: quoted-printable >From 811a6563328a706dd43072b958c08e63f23341d7 Mon Sep 17 00:00:00 2001 From: Bird Date: Thu, 27 Jan 2022 09:05:21 +0000 Subject: [PATCH] gnu: Add a new package: gnusim8085 * gnu/packages/emulators.scm(gnusim8085): Add the package. --- gnu/packages/emulators.scm | 38 +++++++++++++++++++++++++++++++ gnu/packages/statistics.go.ne50NV | 0 2 files changed, 38 insertions(+) create mode 100644 gnu/packages/statistics.go.ne50NV diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index b260ca38f7..90ebd7c4b0 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -73,6 +73,7 @@ (define-module (gnu packages emulators) #:use-module (gnu packages gettext) #:use-module (gnu packages gl) #:use-module (gnu packages glib) + #:use-module (gnu packages gnome) #:use-module (gnu packages gtk) #:use-module (gnu packages image) #:use-module (gnu packages libedit) @@ -1954,6 +1955,43 @@ (define-public gnome-arcade emulator.") (license license:gpl3+))) =20 +(define-public gnusim8085 + (package + (name "gnusim8085") + (version "1.4.1") + (source + (origin + (method url-fetch) + (uri (string-append + "https://github.com/srid/GNUSim8085/releases/download/" + version "/" name "-" version ".tar.gz")) + (sha256 + (base32 + "05x0is0ckagb3r74p6lw9b8nqrrh7q2v4jvc4cnhljchz9x7kw2a")))) + (native-inputs (list pkg-config)) + (inputs (list gtksourceview-3 adwaita-icon-theme )) + (build-system glib-or-gtk-build-system) + (home-page "https://gnusim8085.srid.ca") + (synopsis "Graphical simulator, assembler and debugger for the +Intel 8085 microprocessor") + (description "GNUSim8085 is a graphical simulator, +assembler and debugger for the Intel 8085 microprocessor +in GNU/Linux and Windows. +@itemize +@item A simple editor component with syntax highlighting. +@item A keypad to input assembly language instructions with appropriate ar= guments. +@item Easy view of register contents. +@item Easy view of flag contents. +@item Hexadecimal <=E2=80=93> Decimal converter. +@item View of stack, memory and I/O contents. +@item Support for breakpoints for program debugging. +@item Stepwise program execution. +@item One click conversion of assembly program to opcode listing. +@item Printing support. +@item UI translated in various languages. +@end itemize") + (license license:gpl2))) + (define-public pcsxr ;; No release since 2017. (let ((commit "6484236cb0281e8040ff6c8078c87899a3407534")) diff --git a/gnu/packages/statistics.go.ne50NV b/gnu/packages/statistics.go= .ne50NV new file mode 100644 index 0000000000..e69de29bb2 base-commit: e60b10fd99c490b42f2a25003f4c7a9c49668bb8 --=20 2.34.0 --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 27 05:46:59 2022 Received: (at 53578) by debbugs.gnu.org; 27 Jan 2022 10:46:59 +0000 Received: from localhost ([127.0.0.1]:54486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD2Is-0004YD-VM for submit@debbugs.gnu.org; Thu, 27 Jan 2022 05:46:59 -0500 Received: from [37.120.193.123] (port=35724 helo=mail.cock.li) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD2Im-0004Xs-AV for 53578@debbugs.gnu.org; Thu, 27 Jan 2022 05:46:57 -0500 From: Bird DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1643280402; bh=KODGERK5PvqJnZOPw/lGuVGQg/4edKb9LFGKMT/9alM=; h=From:To:Subject:References:Date:In-Reply-To:From; b=H+BNVfoG3RW6OQVS7uX8ZcuGxGrxK1LL2wQUk5+P7jusy6qwqPJcF7m7O59GzSGu+ WuRH4A11duM07KijkCeae3V/a3r/AKuBkYZPonSPOXBRfExgpqRgGQ30P8jIYnq0Zy Mlj+jL4D7A12SJw1L/7Eg3yMN48kCrEVJiG+DsFVzmAcJxS/PN+BBj7aYK5w6xn8B8 VUMGMdV9jK2/3DkY86O4pkIOWIFmXUakLWScz3NAtEgNqOC6rBMixzqBUoWXkVCNMa Q4JUDlQbXWeT1DHgihifh0J5cDhAXyigI3eo7ZysLugnFQG9Lb3rQgd8BynnFsnR9s eqtVfP65aknRg== To: 53578@debbugs.gnu.org Subject: Re: [PATCH] gnu: Add a new package: gnusim8085 References: <85o83x35p8.fsf@airmail.cc> Date: Thu, 27 Jan 2022 10:48:06 +0000 In-Reply-To: (GNU bug Tracking System's message of "Thu, 27 Jan 2022 09:09:02 +0000") Message-ID: <85ee4ta1zt.fsf_-_@airmail.cc> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Sorry, but this package looks like it won't work yet. Please wait till i fix that. Thanks Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Debbugs-Envelope-To: 53578 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: 0.3 (/) Sorry, but this package looks like it won't work yet. Please wait till i fix that. Thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Jan 27 12:25:08 2022 Received: (at 53578) by debbugs.gnu.org; 27 Jan 2022 17:25:08 +0000 Received: from localhost ([127.0.0.1]:56446 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD8WB-0003kW-Sa for submit@debbugs.gnu.org; Thu, 27 Jan 2022 12:25:08 -0500 Received: from [37.120.193.123] (port=57390 helo=mail.cock.li) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nD8W1-0003jF-5W for 53578@debbugs.gnu.org; Thu, 27 Jan 2022 12:25:02 -0500 From: Bird DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=airmail.cc; s=mail; t=1643304290; bh=zRnxt1q5tW4ryXw+Z1jsKwZAPUCcBwDhaqLw5o1SPEA=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From; b=OO5iCdWK+J9hMognHfvRR5kIez41e39D0jj5MCQv1/03FOLhbcCPbmW9OJFphRzoy c0laXLeDLluH356kG4FAQuIO2DESYTlG2cSj0W7M96gP4d01wsQv+0G8/49l3xWcxl ok1Bf/fDbsdIA2IXwSlJZhUXtqXY7cHgK9PLtWwzHuc5K224ouDgEIHaGOlGsSSTcf 2LXIRK/xRIENAo6m5DkprT5ZaSq8HAbiDUAlEY8pEylVna9nT07wtWv2c/CeJch6EX Pa5Xau66247A9ruAQSi/3XCNhMIdsIreVaePDz1PquKUWyUfVIkF9JbQkHCywdkvu6 d+PE1YdztyVjg== To: Bird Subject: Re: [PATCH] gnu: Add a new package: gnusim8085 References: <85o83x35p8.fsf@airmail.cc> <85ee4ta1zt.fsf_-_@airmail.cc> Date: Thu, 27 Jan 2022 17:26:14 +0000 In-Reply-To: <85ee4ta1zt.fsf_-_@airmail.cc> (Bird's message of "Thu, 27 Jan 2022 10:48:06 +0000") Message-ID: <8535l9ay4p.fsf@airmail.cc> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.3 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Bird writes: > Sorry, but this package looks like it won't work yet. > Please wait till i fix that. This turned out to be an upstream issue. (Having to save the file before executing and also not repeatedly re-running the same error-generating program) Content analysis details: (1.3 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_HELO_PASS SPF: HELO matches SPF record -0.0 SPF_PASS SPF: sender matches SPF record 1.3 RDNS_NONE Delivered to internal network by a host with no rDNS X-Debbugs-Envelope-To: 53578 Cc: 53578@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: 0.3 (/) Bird writes: > Sorry, but this package looks like it won't work yet. > Please wait till i fix that. This turned out to be an upstream issue. (Having to save the file before executing and also not repeatedly re-running the same error-generating program) I think the package is okay to be included. From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 07 15:46:00 2022 Received: (at 53578-done) by debbugs.gnu.org; 7 Mar 2022 20:46:00 +0000 Received: from localhost ([127.0.0.1]:54683 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRKEy-0003k2-5N for submit@debbugs.gnu.org; Mon, 07 Mar 2022 15:46:00 -0500 Received: from eggs.gnu.org ([209.51.188.92]:51024) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nRKEw-0003jp-BZ for 53578-done@debbugs.gnu.org; Mon, 07 Mar 2022 15:45:58 -0500 Received: from [2001:470:142:3::e] (port=51596 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRKEp-0003iA-7K; Mon, 07 Mar 2022 15:45:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=5zuNj12exmsNv8OKOGoz1FgUgZzDSwJNwWrVbSWYbls=; b=by23L9SCW+AwT4x0VCFm cxhTACV1bKHX9eL0IAidBFgMiFIOBppIZqslI2I9owLZxh9PIvJfSiretR7A+BDhK1lXw9RxuoCOi 4zCiKTAnHCB218V6MI9FKflVoofFh7MS/TYoZE03mPBJ8i6nTLZo8VcGv3cM13U/wGVsTEwhZUTu0 x0uhPSbMf7D8CrzqoPsutFDdioahz9IFK0NvKRGX6HTwWaGygm9hcVmmd6q0/gK6uOrbvY43JT8gw 0MFVrttH6J6X5U9eEbIOzwqRneREkrSrqvqN+m+7Yowhx7Qu10nuy1kP1w7mQCVJPQm+gDToNqvST VEdLqemHS7+00A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:54569 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nRKEo-0008Li-Q8; Mon, 07 Mar 2022 15:45:51 -0500 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Bird Subject: Re: bug#53578: [PATCH] gnu: Add a new package: gnusim8085 References: <85o83x35p8.fsf@airmail.cc> Date: Mon, 07 Mar 2022 21:45:48 +0100 In-Reply-To: <85o83x35p8.fsf@airmail.cc> (Bird's message of "Thu, 27 Jan 2022 09:09:55 +0000") Message-ID: <878rtlbif7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 53578-done Cc: ~whereiseveryone/guixrus@lists.sr.ht, 53578-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: -3.3 (---) Hi, Bird skribis: >>>From 811a6563328a706dd43072b958c08e63f23341d7 Mon Sep 17 00:00:00 2001 > From: Bird > Date: Thu, 27 Jan 2022 09:05:21 +0000 > Subject: [PATCH] gnu: Add a new package: gnusim8085 > > * gnu/packages/emulators.scm(gnusim8085): Add the package. Applied. I tweaked the indentation, changed the license to =E2=80=98gpl2+= =E2=80=99 (because source file headers explicitly say =E2=80=9Cor any later version= =E2=80=9D), and remove =E2=80=9CWindows and GNU/Linux=E2=80=9D from the description (it=E2= =80=99s irrelevant from the POV of Guix users.) Thanks! Ludo=E2=80=99. From unknown Thu Sep 11 16:39:25 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 05 Apr 2022 11:24:07 +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