From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 11 20:02:39 2025 Received: (at submit) by debbugs.gnu.org; 12 Mar 2025 00:02:39 +0000 Received: from localhost ([127.0.0.1]:46337 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ts9YV-0002Xt-30 for submit@debbugs.gnu.org; Tue, 11 Mar 2025 20:02:39 -0400 Received: from lists.gnu.org ([2001:470:142::17]:45026) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1ts9YS-0002Xc-M0 for submit@debbugs.gnu.org; Tue, 11 Mar 2025 20:02:37 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ts9YL-0000bg-5G for guix-patches@gnu.org; Tue, 11 Mar 2025 20:02:29 -0400 Received: from qs51p00im-qukt01071701.me.com ([17.57.155.6]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ts9YJ-0002Ni-CA for guix-patches@gnu.org; Tue, 11 Mar 2025 20:02:28 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; bh=fEybZWGgEqoJjjRBHJ/y0sXg6RObRrORLbHwht3ZVFA=; h=From:To:Subject:Date:Message-ID:MIME-Version:x-icloud-hme; b=UOknewNa8bA7ehE9U6qassPoe1qs3UzO8puy8b/HxLmgfsI/g5eIYhf4iSvGK/eRe /zhEy0CTKVoa2fOtQTdjOl9rVsWYXaKS3z/0thbM57yIdN+l35DdiU1T5wddmWyZWw EJ6jdVeGg7aangTzGwxkRCsxLg3j9+5KKX4WFrAyIh1UdPuc178Q0KgLp109d0dcXX b/ucLXd1IJkrn6RBsLLyruNaDNWrXP8qDhrEOcg+KBI9gbWWn7zEC8se99zVbEQlAO gLRaRyMhBMLWWrll11PjPNC1w+lJXEk54HBpHbcBxdbcsnu/I/dkBTwdwzPh1UOoBT ledwQc6fhq3zg== Received: from wongworks.lan (qs51p00im-dlb-asmtp-mailmevip.me.com [17.57.155.28]) by qs51p00im-qukt01071701.me.com (Postfix) with ESMTPSA id E92074D002AA; Wed, 12 Mar 2025 00:02:21 +0000 (UTC) From: Andrew Wong To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cxxmatrix. Date: Tue, 11 Mar 2025 20:02:02 -0400 Message-ID: X-Mailer: git-send-email 2.48.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Proofpoint-GUID: eV3Y5qLDV8pqMWKd2rUdMFmCa3fJxlT0 X-Proofpoint-ORIG-GUID: eV3Y5qLDV8pqMWKd2rUdMFmCa3fJxlT0 X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1093,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-03-11_07,2025-03-11_02,2024-11-22_01 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 bulkscore=0 phishscore=0 clxscore=1015 adultscore=0 mlxlogscore=881 spamscore=0 malwarescore=0 mlxscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2308100000 definitions=main-2503110159 X-Apple-Remote-Links: v=1;h=KCk=;charset=UTF-8 Received-SPF: pass client-ip=17.57.155.6; envelope-from=wongandj@icloud.com; helo=qs51p00im-qukt01071701.me.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: submit Cc: Andrew Wong 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.0 (/) * gnu/packages/toys.scm (cxxmatrix): New variable. Change-Id: I3298b90b65f363b56ee32c9e24ce4639e6501e80 --- gnu/packages/toys.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm index f0284ad9d6..11699b19ca 100644 --- a/gnu/packages/toys.scm +++ b/gnu/packages/toys.scm @@ -103,6 +103,34 @@ (define-public cbonsai creates, colors, and positions a bonsai tree, and is configurable.") (license license:gpl3+)))) +(define-public cxxmatrix + (package + (name "cxxmatrix") + (version "2024.6.17") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/akinomyoga/cxxmatrix") + (commit "c8d4ecfb8b6c22bb93f3e10a9d203209ba193591"))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0shlh0kbx5169pk1i72ymyyfadywyzmw4f95hn0lm8irjynizzg5")))) + (build-system gnu-build-system) + (arguments + (list #:tests? #f ;no tests + #:make-flags #~(list (string-append "PREFIX=" #$output)) + #:phases #~(modify-phases %standard-phases (delete 'configure)))) + (home-page "https://github.com/akinomyoga/cxxmatrix") + (synopsis "Configurable \"The Matrix\" digital rain effect and more") + (description + "This package displays a \"digital rain\" effect from the 1999 film +\"The Matrix\" in the terminal with authentic hankaku kana characters +and bloom effects, as well as rotating/zooming mandelbrot set and +Conway's game of life effects. Title text and color are +configurable.") + (license license:expat))) + (define-public daikichi (package (name "daikichi") base-commit: c10ca0d37a640000d09e42766123088041431e6c -- 2.48.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Apr 02 10:47:21 2025 Received: (at 76965) by debbugs.gnu.org; 2 Apr 2025 14:47:21 +0000 Received: from localhost ([127.0.0.1]:58807 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tzzNA-0003C9-7T for submit@debbugs.gnu.org; Wed, 02 Apr 2025 10:47:21 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46154) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1tzzN6-00035V-QE for 76965@debbugs.gnu.org; Wed, 02 Apr 2025 10:47:17 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tzzN1-00068e-94; Wed, 02 Apr 2025 10:47:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=6BL1FiKKVEKIxxGi4s/QqosUapLfUuFBQY+SCHJHbG8=; b=CFVz8McVhvkQ3NxUgIdY ITZiaCv51xZ0pvu+vOM/7B2Slz1s5WnkTjWwA0LTlPm1rUK1oAeXxZyVIBfRwTmb+B88rW+zwInSS llPIgZc0hA16Zrw6cDc3Bfxe06CNtEN8ENR9O5vDC9k6v6PyYR1iv8jYLPmSJvrGwNpWpjzdoE6Vd SqaGb+9Q0PiwTEw/8NqQwlxz83lcJW5VVOs6ElzPIq6q7BS90n47Yad8Mr20Lk1fgxXa/23e2Jj19 QAjF+7yoHbh6yvFZ8Li//+fWAy4bSICux9/BHMjO96EOaFvB3aIisZuG4pORUNnWgfupCesEF/kIc 0cPWWsHIEhYFvw==; From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Andrew Wong Subject: Re: [bug#76965] [PATCH] gnu: Add cxxmatrix. In-Reply-To: (Andrew Wong's message of "Tue, 11 Mar 2025 20:02:02 -0400") References: User-Agent: Gnus/5.13 (Gnus v5.13) Date: Wed, 02 Apr 2025 16:47:00 +0200 Message-ID: <87jz82boyj.fsf@gnu.org> 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: 76965 Cc: 76965@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, Andrew Wong skribis: > + (version "2024.6.17") > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/akinomyoga/cxxmatrix") > + (commit "c8d4ecfb8b6c22bb93f3e10a9d203209ba193591"))) > + (file-name (git-file-name name version)) Could you change this patch to follow the versioning scheme for Git snapshots outlined in the manual? https://guix.gnu.org/manual/devel/en/html_node/Version-Numbers.html Apart from that, it LGTM. Thanks in advance, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 05 01:54:29 2025 Received: (at 76965) by debbugs.gnu.org; 5 Apr 2025 05:54:29 +0000 Received: from localhost ([127.0.0.1]:41214 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u0wU9-0002sd-0n for submit@debbugs.gnu.org; Sat, 05 Apr 2025 01:54:29 -0400 Received: from qs51p00im-qukt01071501.me.com ([17.57.155.4]:60343) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u0wU6-0002sM-1I for 76965@debbugs.gnu.org; Sat, 05 Apr 2025 01:54:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=icloud.com; s=1a1hai; bh=Wi3ow2EKgBqTUGqFOwejrk3KYhw2gwKf3AzL/dhB9dk=; h=From:To:Subject:Date:Message-ID:MIME-Version:x-icloud-hme; b=TuP19QIgo8FGhRAYknKThaVzzwzImfHgGdsHORAl8hkWSqZXMsRXEh1S3U86gDBqu aaDOPgwGv763YdsbaGZmMAHreF7oZnCaB/wzPf0ohwsH8s0f0Nj2hJM1LZeCuSP4Ls 17EIucArhwQB96IV6DAJmCP58bOyiq4qS/lqj4G8r+6Pc84zSF+A1zuJZDq+/kRTpP knVnZI4UG6Ghuy7j1RIGoDB2P1ftcVQLoV4CKDKdXdTLuOsGDU4PC152sqfJpQKcBA T6SQWTHo/6ry0BVoY5B4vGyKvkizggPj1tfi7mu6kPLjiqVH2uLZ13lfuz+XoSM4II 900bLoRPBvF5w== Received: from wongworks.lan (qs51p00im-dlb-asmtp-mailmevip.me.com [17.57.155.28]) by qs51p00im-qukt01071501.me.com (Postfix) with ESMTPSA id 96E3B1C4020B; Sat, 5 Apr 2025 05:54:19 +0000 (UTC) From: Andrew Wong To: 76965@debbugs.gnu.org Subject: [PATCH v2] gnu: Add cxxmatrix. Date: Sat, 5 Apr 2025 01:53:10 -0400 Message-ID: <09c23c8b72245f6b989e8bdb928c850abb31d10b.1743832389.git.wongandj@icloud.com> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Proofpoint-GUID: veLKOdLJAQbW2ytncr5NraXzj4lWD6jE X-Proofpoint-ORIG-GUID: veLKOdLJAQbW2ytncr5NraXzj4lWD6jE X-Proofpoint-Virus-Version: vendor=baseguard engine=ICAP:2.0.272,Aquarius:18.0.1095,Hydra:6.0.680,FMLib:17.12.68.34 definitions=2025-04-05_02,2025-04-03_03,2024-11-22_01 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 mlxlogscore=947 spamscore=0 phishscore=0 adultscore=0 bulkscore=0 malwarescore=0 mlxscore=0 suspectscore=0 clxscore=1011 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.19.0-2308100000 definitions=main-2504050028 X-Apple-Remote-Links: v=1;h=KCk=;charset=UTF-8 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 76965 Cc: Andrew Wong 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.7 (-) * gnu/packages/toys.scm (cxxmatrix): New variable. Change-Id: I3298b90b65f363b56ee32c9e24ce4639e6501e80 --- Fixed the version number and polished up the synopsis/description gnu/packages/toys.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm index f0284ad9d6..6354a8640a 100644 --- a/gnu/packages/toys.scm +++ b/gnu/packages/toys.scm @@ -103,6 +103,34 @@ (define-public cbonsai creates, colors, and positions a bonsai tree, and is configurable.") (license license:gpl3+)))) +(define-public cxxmatrix + (let ((commit "c8d4ecfb8b6c22bb93f3e10a9d203209ba193591") + (revision "0")) + (package + (name "cxxmatrix") + (version (git-version "0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/akinomyoga/cxxmatrix") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0shlh0kbx5169pk1i72ymyyfadywyzmw4f95hn0lm8irjynizzg5")))) + (build-system gnu-build-system) + (arguments + (list #:tests? #f ;no tests + #:make-flags #~(list (string-append "PREFIX=" #$output)) + #:phases #~(modify-phases %standard-phases (delete 'configure)))) + (home-page "https://github.com/akinomyoga/cxxmatrix") + (synopsis "Configurable @emph{The Matrix} digital rain effect and more") + (description "This package displays the ``digital rain'' effect from the 1999 +film @emph{The Matrix} in the terminal with authentic hankaku kana characters and +bloom as well as rotating and zooming Mandelbrot set and Conway's game of life +effects. The presented title text and color are configurable.") + (license license:expat)))) + (define-public daikichi (package (name "daikichi") base-commit: c10ca0d37a640000d09e42766123088041431e6c -- 2.49.0 From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 18 08:30:38 2025 Received: (at 76965-done) by debbugs.gnu.org; 18 Apr 2025 12:30:38 +0000 Received: from localhost ([127.0.0.1]:50556 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1u5krb-00077n-4J for submit@debbugs.gnu.org; Fri, 18 Apr 2025 08:30:38 -0400 Received: from mail.z572.online ([88.99.160.180]:56302) by debbugs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1u5krU-00076P-5v for 76965-done@debbugs.gnu.org; Fri, 18 Apr 2025 08:30:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=z572.online; s=me; t=1744979817; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=/ngNTn3EUiGD4Yc/Yt3+s25MtgzgjScAKB45bNOEBVU=; b=UlqZc2a6YgdimeJ55LiXJf3d2QShq4rT23KFpdUCoLAM+P9UpQEDQCc7Q4umUt7W8y/+q9 dI5SfYfTUypAo6wJ4Bbw3ejL6JLO1Fp9ppgW/+RcgLKkof2d7i3c21y8gUcBU+fQdjca9R 8mTlSjMXhkzQIQMK8fPtEy1u27OzKng= Received: from m (mail1.85362086.com [107.174.64.25]) by mail.z572.online (OpenSMTPD) with ESMTPSA id ae63774e (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Fri, 18 Apr 2025 12:36:55 +0000 (UTC) From: Z572 To: Andrew Wong via Guix-patches via Subject: Re: [bug#76965] [PATCH v2] gnu: Add cxxmatrix. In-Reply-To: <09c23c8b72245f6b989e8bdb928c850abb31d10b.1743832389.git.wongandj@icloud.com> (Andrew Wong via Guix-patches via's message of "Sat, 5 Apr 2025 01:53:10 -0400") References: <09c23c8b72245f6b989e8bdb928c850abb31d10b.1743832389.git.wongandj@icloud.com> User-Agent: mu4e 1.12.9; emacs 30.0.92 Date: Fri, 18 Apr 2025 20:30:16 +0800 Message-ID: <8734e5r6sn.fsf@z572.online> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 2.5 (++) 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: Andrew Wong via Guix-patches via writes: > * gnu/packages/toys.scm (cxxmatrix): New variable. > > Change-Id: I3298b90b65f363b56ee32c9e24ce4639e6501e80 > --- > Fixed the version number and polished up the synopsis/description > gnu/packages/t [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-trusted.bondedsender.org] 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD X-Debbugs-Envelope-To: 76965-done Cc: 76965-done@debbugs.gnu.org, Andrew Wong 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.5 (++) 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: Andrew Wong via Guix-patches via writes: > * gnu/packages/toys.scm (cxxmatrix): New variable. > > Change-Id: I3298b90b65f363b56ee32c9e24ce4639e6501e80 > --- > Fixed the version number and polished up the synopsis/description > gnu/packages/t [...] Content analysis details: (2.5 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in sa-accredit.habeas.com] 0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. [88.99.160.180 listed in bl.score.senderscore.com] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 2.0 PDS_OTHER_BAD_TLD Untrustworthy TLDs [URI: z572.online (online)] -0.0 SPF_PASS SPF: sender matches SPF record 0.5 FROM_SUSPICIOUS_NTLD From abused NTLD 1.0 BULK_RE_SUSP_NTLD Precedence bulk and RE: from a suspicious TLD -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Andrew Wong via Guix-patches via writes: > * gnu/packages/toys.scm (cxxmatrix): New variable. > > Change-Id: I3298b90b65f363b56ee32c9e24ce4639e6501e80 > --- > Fixed the version number and polished up the synopsis/description > gnu/packages/toys.scm | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > > diff --git a/gnu/packages/toys.scm b/gnu/packages/toys.scm > index f0284ad9d6..6354a8640a 100644 > --- a/gnu/packages/toys.scm > +++ b/gnu/packages/toys.scm > @@ -103,6 +103,34 @@ (define-public cbonsai > creates, colors, and positions a bonsai tree, and is configurable.") > (license license:gpl3+)))) >=20=20 > +(define-public cxxmatrix > + (let ((commit "c8d4ecfb8b6c22bb93f3e10a9d203209ba193591") > + (revision "0")) > + (package > + (name "cxxmatrix") > + (version (git-version "0" revision commit)) > + (source > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/akinomyoga/cxxmatrix") > + (commit commit))) > + (file-name (git-file-name name version)) > + (sha256 > + (base32 "0shlh0kbx5169pk1i72ymyyfadywyzmw4f95hn0lm8irjynizzg5"= )))) > + (build-system gnu-build-system) > + (arguments > + (list #:tests? #f ;no tests > + #:make-flags #~(list (string-append "PREFIX=3D" #$output)) > + #:phases #~(modify-phases %standard-phases (delete 'configu= re)))) > + (home-page "https://github.com/akinomyoga/cxxmatrix") > + (synopsis "Configurable @emph{The Matrix} digital rain effect and = more") > + (description "This package displays the ``digital rain'' effect fr= om the 1999 > +film @emph{The Matrix} in the terminal with authentic hankaku kana chara= cters and > +bloom as well as rotating and zooming Mandelbrot set and Conway's game o= f life > +effects. The presented title text and color are configurable.") > + (license license:expat)))) > + > (define-public daikichi > (package > (name "daikichi") > > base-commit: c10ca0d37a640000d09e42766123088041431e6c pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmgCRdgACgkQO1qpk+Gi 3/Ajtg//TJH0PCHWYxtWhLwPiHE3ypYnrYD2mcuPfXNp2QBUO6rPpdSJBcbGMNwt YNC8C2OX98b2sDZARkYuySa6UcPDNp2WlZNsF/8AsY9AvtqqKRBHJ52foIVdTgku a2qy5Ehnl5BaXMQHM8/gMLKOvYAemkmKz1wEHLY2wxbleeRAukkZ95mYSkS3jivy 6H7sqbJ0eQOOBfTXUo7w3McwH0YnSKhsUOKj/0kv8wsiaQpcQdi2eVhm9UMQVi6F kd/9nnyz3QYGH1bWaOez6W1YMTXYosirYlgwPxubc9cbaV0X2A4MHD6gzGiwGhRG pxx6yUpMVA3FPrqJLo0bmdhR8TcNECDr/3GA51rCeLRuWvEkNnVrt50THLN6jcHn EP5BlU6PdsxU4nGZynwnZYJUBj2leQFM2dAZG3CEFQVqjFx+/cn44MNFh6XmRAra 1/eniZ7ns7oJkfBwPiUI/taRVvSPrnKr/Rv95Wd/SG05r0GpWz0vfBDHw7Q4XaFA WNyBRUBi3lKleCZTetdVT+orygkkZZU3Cc2+7uK4HQQSmwQR6GV6xoEwcq8a5tgs wsw54Frt4YP4eJDmvepbr4NUYKtIVeYGqxeOPu/Ej+iu6k93P/5R3qAtj81pI5Uy 3b4zVBGgBcvlaOLDSy1/oaj+sLVi+XmQ6FCjNVU+6DpFB6Jz+M8= =Nz9S -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 11:38:36 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 17 May 2025 11:24:18 +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