From unknown Mon Jun 23 04:12:46 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#58742 <58742@debbugs.gnu.org> To: bug#58742 <58742@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Add cl-langutils. Reply-To: bug#58742 <58742@debbugs.gnu.org> Date: Mon, 23 Jun 2025 11:12:46 +0000 retitle 58742 [PATCH] gnu: Add cl-langutils. reassign 58742 guix-patches submitter 58742 jgart severity 58742 normal tag 58742 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 23 10:01:45 2022 Received: (at submit) by debbugs.gnu.org; 23 Oct 2022 14:01:45 +0000 Received: from localhost ([127.0.0.1]:46308 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ombXt-0002Zz-Es for submit@debbugs.gnu.org; Sun, 23 Oct 2022 10:01:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:56436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ombXp-0002Zp-Pe for submit@debbugs.gnu.org; Sun, 23 Oct 2022 10:01:43 -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 1ombXp-0007Py-Jw for guix-patches@gnu.org; Sun, 23 Oct 2022 10:01:41 -0400 Received: from mx1.dismail.de ([78.46.223.134]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ombXn-000887-Le for guix-patches@gnu.org; Sun, 23 Oct 2022 10:01:41 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5cdc9910 for ; Sun, 23 Oct 2022 16:01:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=rydg0Cus8UvndCwBjpiLqteeoO+PiExmHtFhtaPueS0=; b= hpHftRpzbLpP19gjOMbF4h3hhhg1ETKm+z9L2vZUPaXw86oxXsGSt8EMVmH3dUxn sZxcbdaqi/x+Bw9HZ/LJ28ynVF4N57RAQbSOqXPaO9hQMkgDGIXzGU+Tb5HhZf6X z4nRvguV8ocSE60KFxuW7kKJRBh312nBUXQNLHN7b9bxfuH8PySChof8ZjcaI+co Rvhzmvbq6GLcx6EyBL6YTNK23u9pqaeFohKVrEhujZj9kR6XfHbFUZHlygmDtieW UN4rbeWEkscmJ1tA/24NYjLD08kHXonCLJMOAOMGtxAiaIgMM1tdqlbdSUWVYg+3 Bo0kQINC+5xZh5qPsLC58A== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id eb417db3 for ; Sun, 23 Oct 2022 16:01:36 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 63d298a1 for ; Sun, 23 Oct 2022 16:01:36 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id b565a846 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 23 Oct 2022 16:01:36 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: Add cl-langutils. Date: Sun, 23 Oct 2022 09:01:31 -0500 Message-Id: <20221023140131.4418-1-jgart@dismail.de> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart 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 (--) * gnu/packages/lisp-xyz.scm (cl-langutils, ecl-cl-langutils, sbcl-cl-langutils): New variables. --- gnu/packages/lisp-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 9c908c0bce..ba8bd26edb 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -219,6 +219,40 @@ (define-public cl-stdutils (define-public ecl-stdutils (sbcl-package->ecl-package sbcl-stdutils)) +(define-public sbcl-langutils + (let ((commit "38beec7a82eeb35b0bfb0824a41d13ed94fc648b") + (revision "0")) + (package + (name "sbcl-langutils") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/eslick/cl-langutils") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 "15y9x5wkg3fqndc04w2sc650fnwimxp4gjgpv9xvvdm9x4v433x6")))) + (build-system asdf-build-system/sbcl) + (arguments '(#:tests? #f) ; There are no tests. + (inputs + (list sbcl-stdutils + sbcl-s-xml-rpc)) + (home-page "https://langutils.common-lisp.dev/") + (synopsis "Common Lisp natural language processing toolkit") + (description +"This package provides a heirarchy of major functions and auxiliary +functions related to the structured analysis and processing of open +text.") + (license license:bsd-3)))) + +(define-public cl-langutils + (sbcl-package->cl-source-package sbcl-langutils)) + +(define-public ecl-langutils + (sbcl-package->ecl-package sbcl-langutils)) + (define-public sbcl-alea (package (name "sbcl-alea") -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 23 10:15:43 2022 Received: (at 58742) by debbugs.gnu.org; 23 Oct 2022 14:15:43 +0000 Received: from localhost ([127.0.0.1]:46319 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omblP-0002vM-BL for submit@debbugs.gnu.org; Sun, 23 Oct 2022 10:15:43 -0400 Received: from mx1.dismail.de ([78.46.223.134]:45433) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omblN-0002v3-7h for 58742@debbugs.gnu.org; Sun, 23 Oct 2022 10:15:42 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 3458f9c8; Sun, 23 Oct 2022 16:15:33 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-transfer-encoding; s= 20190914; bh=5Qacc0C1hgnzhGOk45qt+90T3bvDifsSM3MzLvjBq9U=; b=Mj/ aPvcLzFkwoQQtSuRTJY1dxhAHKvrI7lpAIUXTaqvwr+bISPUaMS/RaMfBXQIej4l q6E4hKxvhtrwOBtNfJaRCCjtknHJNDBWEVL7WkEjMR90zJPFCDXVo6fHDO9V4tsY p2L83FtMfaX/X5H1haBMRS/YdxQziaIjoLq8XB3/NrPLm6s1/SWeMPXAVfMGDj9Z 0hsQqI+wKUZgsarxT6Q9xQvPFiqxaxkwPRjmjysJMXUbdWuOkcqnBmvyP7RKY6pQ sMXys+ZXX+Ym6sweQFKQ/V6YZfrFoopoiOj8O9nSyeehtpf9HmB5rq61shaENav/ fjneaWsI0M/0aWkPCWQ== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 548695fb; Sun, 23 Oct 2022 16:15:17 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 4a6cf728; Sun, 23 Oct 2022 16:15:14 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 640da4d3 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Sun, 23 Oct 2022 16:15:12 +0200 (CEST) Date: Sun, 23 Oct 2022 09:15:09 -0500 Message-ID: <20221023091509.GB5818@dismail.de> From: jgart To: 58742@debbugs.gnu.org Subject: Re: bug#58742: Acknowledgement ([PATCH] gnu: Add cl-langutils.) In-Reply-To: References: <20221023140131.4418-1-jgart@dismail.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58742 Cc: Guillaume Le Vaillant 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 (-) On Sun, 23 Oct 2022 14:02:02 +0000 help-debbugs@gnu.org (GNU bug Tracking System) wrote: Oops, This package depends on https://issues.guix.gnu.org/58741 Do you need me to resend with both in a single issue? all best, jgart From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 24 08:26:52 2022 Received: (at 58742-done) by debbugs.gnu.org; 24 Oct 2022 12:26:52 +0000 Received: from localhost ([127.0.0.1]:47331 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omwXb-00053g-L7 for submit@debbugs.gnu.org; Mon, 24 Oct 2022 08:26:51 -0400 Received: from mout01.posteo.de ([185.67.36.65]:41475) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1omwXZ-00053S-Hk for 58742-done@debbugs.gnu.org; Mon, 24 Oct 2022 08:26:50 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 0D234240027 for <58742-done@debbugs.gnu.org>; Mon, 24 Oct 2022 14:26:44 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1666614404; bh=gaeGLbml7DdjLVkgVzPO6fJPOpMkTGaTCx7LTWuWlEw=; h=From:To:Cc:Subject:Date:From; b=D1ZwHYsgV7SYnpV8SaCJaReZhTa1/6FI9HO8HaGAbDdxfH5U08G1I5QWVGHg8AWUS hxtxZld9YmeI6i5RrOQUMt5WuIcsPkWvbKjaNMiGySC9Eq6/2a3hNMBXuxytOUYV0A VqnMVs+x3wLoWo4pkrInC6AADmFHv5CCrc7pzbPi8jN4ftFqNvekY3v25idcRZ62wg kaZ/WXwGgwNlKWnkgYYW6VxhbKtuzer6srR4kVU9VnAvRYlx2ABRp6VMO3DOK5kren LLBE4jR2iBdisz3BZWgTeucxCtu3Zdf9kAsrXfggQVN5bJDFsH169lvoo/FusOwXL0 581djObJg6d1A== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4MwvSz2vh7z6tnf; Mon, 24 Oct 2022 14:26:43 +0200 (CEST) References: <20221023140131.4418-1-jgart@dismail.de> <20221023091509.GB5818@dismail.de> From: Guillaume Le Vaillant To: jgart Subject: Re: [bug#58742] [PATCH] gnu: Add cl-langutils. Date: Mon, 24 Oct 2022 12:23:12 +0000 In-reply-to: <20221023091509.GB5818@dismail.de> Message-ID: <87ilk976gt.fsf@kitej> 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: 58742-done Cc: 58742-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 jgart skribis: > Oops, This package depends on https://issues.guix.gnu.org/58741 > > Do you need me to resend with both in a single issue? No need to resend the patches, I added the packages in the right order. Patch pushed as c1154c2aac9612dbe4aa18530b29649b3f67faaf. Thanks. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCY1aEgg8cZ2x2QHBvc3Rl by5uZXQACgkQa+ggit8h/j+iTwD/XDvbsfuMVpOgUuDavSHF4vafVtnxEOO1QGV3 qJNTa68A/2L33xYn1EybTiHUrmziU8WxfHwXuZjPTR3aQKSGj+V5 =mX40 -----END PGP SIGNATURE----- --=-=-=-- From unknown Mon Jun 23 04:12:46 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, 22 Nov 2022 12:24:04 +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