From unknown Fri Jun 20 18:21:54 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46755 <46755@debbugs.gnu.org> To: bug#46755 <46755@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add cl-irc Reply-To: bug#46755 <46755@debbugs.gnu.org> Date: Sat, 21 Jun 2025 01:21:54 +0000 retitle 46755 [PATCH] gnu: Add cl-irc reassign 46755 guix-patches submitter 46755 Aurora severity 46755 normal tag 46755 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 24 11:45:52 2021 Received: (at submit) by debbugs.gnu.org; 24 Feb 2021 16:45:52 +0000 Received: from localhost ([127.0.0.1]:35719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lExIO-0003jT-GD for submit@debbugs.gnu.org; Wed, 24 Feb 2021 11:45:52 -0500 Received: from lists.gnu.org ([209.51.188.17]:42298) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lExIM-0003hu-SI for submit@debbugs.gnu.org; Wed, 24 Feb 2021 11:45:51 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:40618) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lExIM-0003jr-Jk for guix-patches@gnu.org; Wed, 24 Feb 2021 11:45:50 -0500 Received: from knopi.disroot.org ([178.21.23.139]:59066) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lExIF-0002tR-Kf for guix-patches@gnu.org; Wed, 24 Feb 2021 11:45:47 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id EF38850E3F; Wed, 24 Feb 2021 17:45:37 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id blMVhIIVQ0YI; Wed, 24 Feb 2021 17:45:36 +0100 (CET) X-Mailbox-Line: From c522eab976b316c4102c028c44db60062ee012f4 Mon Sep 17 00:00:00 2001 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1614185135; bh=tnAKZ1m/rVXBU1zYyJtTN7sPt3cTsn+ooFj/kQHBCsc=; h=From:Date:Subject:To:Cc; b=IWDtemo2eYrdiMQ4rkXCleSAKQ1DGcBFCslrQvSKAffooyjeMG+DgHuVGlb8fjaf3 SKrZ4DOfu86XFI8aFH9IA6+8RthcWMReYvv6nK3oXcHexWUzJUmzjOkbRscJsY6GJp YyAOcfIrHRRX8PgqeV43laAdVkJoNVdXrqE6eplEj3xYbWwpzxYCYeewvjUBoA/0d0 +DyVRNt4CSf7/28pY6PWaoF29VNihXcfbzMlRj/8OTT1RuAA+b4H8V4G9rLQW5zmCA VNniNrsxnv4tXza5bPk6CzxV2usSru9/8K+LGuAdZyGcSwIznGPYHDclaT0ELDmJH8 X8GaTTtOh1nfA== From: Aurora Date: Mon, 22 Feb 2021 18:28:13 -0500 Subject: [PATCH] gnu: Add cl-irc To: guix-patches@gnu.org Message-Id: <20210224164537.EF38850E3F@disroot.org> Received-SPF: pass client-ip=178.21.23.139; envelope-from=rind38@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -7 X-Spam_score: -0.8 X-Spam_bar: / X-Spam_report: (-0.8 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_24_48=1.34, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.9 (/) X-Debbugs-Envelope-To: submit Cc: Aurora 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.9 (-) Debian fork is used as the primary host is no-longer functional. --- gnu/packages/lisp-xyz.scm | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 40d756649d..97adbe9120 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -279,6 +279,51 @@ interactive development model in mind.") (define-public ecl-fiveam (sbcl-package->ecl-package sbcl-fiveam)) +(define-public sbcl-cl-irc + (package + (name "sbcl-cl-irc") + (version "0.9.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://salsa.debian.org/common-lisp-team/cl-irc.git") + (commit "963823537c7bfcda2edd4c44d172192da6722175"))) + (sha256 + (base32 + "1b3nqbb4pj377lxl47rfgrs82pidadnrc65l48bk553c2f59b52w")))) + (build-system asdf-build-system/sbcl) + (native-inputs + ;; Tests only. + `(("rt" ,sbcl-rt))) + (inputs + `(("usocket" ,sbcl-usocket) + ("flexi-streams" ,sbcl-flexi-streams) + ("split-sequence" ,sbcl-split-sequence) + ("cl+ssl" ,sbcl-cl+ssl))) + (arguments + `(#:asd-systems '("cl-irc") ;; Some inexisting "c" system is + ;; found by guix otherwise. + #:asd-files '("cl-irc.asd") + ;; #:test-asd-file "test/cl-irc-test.asd" ;; Tests are broken? + #:tests? #f)) + (synopsis "irc client library for Common Lisp") + (description "cl-irc is a Common Lisp IRC client library that features (partial) DCC, CTCP and all relevant commands from the IRC RFCs (RFC2810, RFC2811 and RFC2812). It uses ASDF and has been tested mostly on SBCL but should work for other implementations with little or no extra code. + +Features: +@itemize +@item implements all commands in the RFCs +@item extra convenience commands such as op/deop, ban, ignore, etc. +@item partial DCC SEND/CHAT support +@item event driven model with hooks makes interfacing easy +@item the user can keep multiple connections +@item all CTCP commands +@end itemize\n") + (home-page "https://common-lisp.net/project/cl-irc/") + (license license:bsd-2))) + +(define-public cl-irc + (sbcl-package->cl-source-package sbcl-cl-irc)) + (define-public sbcl-trivial-timeout (let ((commit "feb869357f40f5e109570fb40abad215fb370c6c") (revision "1")) -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Feb 24 11:58:10 2021 Received: (at 46755) by debbugs.gnu.org; 24 Feb 2021 16:58:11 +0000 Received: from localhost ([127.0.0.1]:35754 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lExUI-0005PV-Kp for submit@debbugs.gnu.org; Wed, 24 Feb 2021 11:58:10 -0500 Received: from knopi.disroot.org ([178.21.23.139]:36718) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lExUG-0005PL-9H for 46755@debbugs.gnu.org; Wed, 24 Feb 2021 11:58:09 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 66D9850E3E; Wed, 24 Feb 2021 17:58:06 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with UTF8SMTP id ysI8y9q9m7y0; Wed, 24 Feb 2021 17:58:04 +0100 (CET) X-Mailbox-Line: From 3972d8ffe2cebe3201fe8e8ea5c665c32f4488ec Mon Sep 17 00:00:00 2001 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1614185884; bh=CqLUpqj4DT9VyaJpi/JBqpcH5n54XzEvS0tW57SIcm0=; h=From:Date:Subject:To:Cc; b=RwWN9TNPUQWe+JdJ64wZYl3/0rrOfH8jGw3p/OIxshXxFQEfemRoFLt65iU8G8SE1 5YzwIAAUQ1lM8MULazNV4tr+Fkj/f093pShAPYdJXKp1D0VO8tpUkL0M8RjxmwJ/oL uMO0K8uosq1I13RZEGZYrcM6I6zFScwEe0gbWlAIghtzVCLUHDuDns4n97BHB+pKmJ q427wARUwy1KmyvX5A+RCK+CC3MyS6Bdefd1269Ng8Evmh+j0cHTF229CHrKYSTO0f H3SJoTV0/t8VzFPX9+Ewpw1ehQmcrqs3/r9krBmeM3Dr2WFZfAD5isOnG3TqSFERiD 4NVuwmVmfotNQ== From: Aurora Date: Mon, 22 Feb 2021 18:28:13 -0500 Subject: [PATCH] gnu: Add cl-irc To: 46755@debbugs.gnu.org Message-Id: <20210224165806.66D9850E3E@disroot.org> X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 46755 Cc: Aurora 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.5 (/) Debian fork is used as the primary host is no-longer functional. --- gnu/packages/lisp-xyz.scm | 49 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 40d756649d..747059abe9 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -279,6 +279,55 @@ interactive development model in mind.") (define-public ecl-fiveam (sbcl-package->ecl-package sbcl-fiveam)) +(define-public sbcl-cl-irc + (package + (name "sbcl-cl-irc") + (version "0.9.2") + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://salsa.debian.org/common-lisp-team/cl-irc.git") + (commit "963823537c7bfcda2edd4c44d172192da6722175"))) + (sha256 + (base32 + "1b3nqbb4pj377lxl47rfgrs82pidadnrc65l48bk553c2f59b52w")))) + (build-system asdf-build-system/sbcl) + (native-inputs + ;; Tests only. + `(("rt" ,sbcl-rt))) + (inputs + `(("usocket" ,sbcl-usocket) + ("flexi-streams" ,sbcl-flexi-streams) + ("split-sequence" ,sbcl-split-sequence) + ("cl+ssl" ,sbcl-cl+ssl))) + (arguments + `(#:asd-systems '("cl-irc") ;; Some inexisting "c" system is + ;; found by guix otherwise. + #:asd-files '("cl-irc.asd") + ;; #:test-asd-file "test/cl-irc-test.asd" ;; Tests are broken? + #:tests? #f)) + (synopsis "irc client library for Common Lisp") + (description "cl-irc is a Common Lisp IRC client library that +features (partial) DCC, CTCP and all relevant commands from the IRC +RFCs (RFC2810, RFC2811 and RFC2812). It uses ASDF and has been tested mostly +on SBCL but should work for other implementations with little or no extra +code. + +Features: +@itemize +@item implements all commands in the RFCs +@item extra convenience commands such as op/deop, ban, ignore, etc. +@item partial DCC SEND/CHAT support +@item event driven model with hooks makes interfacing easy +@item the user can keep multiple connections +@item all CTCP commands +@end itemize\n") + (home-page "https://common-lisp.net/project/cl-irc/") + (license license:bsd-2))) + +(define-public cl-irc + (sbcl-package->cl-source-package sbcl-cl-irc)) + (define-public sbcl-trivial-timeout (let ((commit "feb869357f40f5e109570fb40abad215fb370c6c") (revision "1")) -- 2.20.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 25 03:34:22 2021 Received: (at 46755-done) by debbugs.gnu.org; 25 Feb 2021 08:34:22 +0000 Received: from localhost ([127.0.0.1]:36600 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFC6I-0000Jc-GL for submit@debbugs.gnu.org; Thu, 25 Feb 2021 03:34:22 -0500 Received: from mout01.posteo.de ([185.67.36.65]:44473) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lFC6D-0000JL-Pp for 46755-done@debbugs.gnu.org; Thu, 25 Feb 2021 03:34:20 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D81D416005C for <46755-done@debbugs.gnu.org>; Thu, 25 Feb 2021 09:34:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1614242050; bh=iiy5Yb2HCbodQO/CcheknxwH2+yfDCXvkss7iwTuN1M=; h=From:To:Cc:Subject:Date:From; b=M1NwZUh64K/dHL7GUkNL3xFROloe9HuMXyMxh7vZXoWb84ygp0KoFmXCkJtoYZS31 CyAIOTiJeb1YcyBrsKbaQiXR1zFyPI+eUHEXKrD4tY9cqg0sIZP2C2GipeaT2e5o4A XaBj2DuITZ25ueoD5uQ9lgyBdJtLApJ0jyJzqRDbJywDODoy+S407F3YJsuomO05u2 h7OGMVvAHaOznTXAnZVdWK90+F3do4U2WOqhujgkJEKpSHJ6pNrJpg/Q6qss2dot7I NJD3X07RkiZeJosPc6OpU3zFe96v5fJ8ozLsb9HXiDgLBAjl4flmMkkrdgTBEBihvy AH5gF9WJPovcA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4DmR0L0Msqz9rxh; Thu, 25 Feb 2021 09:34:09 +0100 (CET) References: <20210224164537.EF38850E3F@disroot.org> <20210224165806.66D9850E3E@disroot.org> User-agent: mu4e 1.4.15; emacs 27.1 From: Guillaume Le Vaillant To: Aurora Subject: Re: [bug#46755] [PATCH] gnu: Add cl-irc In-reply-to: <20210224165806.66D9850E3E@disroot.org> Date: Thu, 25 Feb 2021 09:34:06 +0100 Message-ID: <87pn0ozgu9.fsf@yamatai> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 46755-done Cc: 46755-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 (---) --=-=-= Content-Type: text/plain Patch pushed as 3fef3cb8d2d9600764f5447f66dd2b4576dd0a61 with some modifications. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCYDdg/g8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j/4AAD6A3Wsqz9Lz7K4+GVWwRIMIHYGT/l1Giov3IS9 AqwHUDQA/jVNHuK+i7Jcgx2MkvVepmuG5+1j40YQmRXbHCMmkcTJ =Upjx -----END PGP SIGNATURE----- --=-=-=-- From unknown Fri Jun 20 18:21:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 25 Mar 2021 11:24:10 +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