From patchwork Sun Oct 8 17:27:43 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Hondet X-Patchwork-Id: 54606 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 3189427BBEA; Sun, 8 Oct 2023 20:26:32 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 988C627BBE2 for ; Sun, 8 Oct 2023 20:26:30 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qpZPM-00012E-Da; Sun, 08 Oct 2023 15:25:44 -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 1qpZPK-00011W-Mp for guix-patches@gnu.org; Sun, 08 Oct 2023 15:25:42 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qpZPK-00080B-Ec for guix-patches@gnu.org; Sun, 08 Oct 2023 15:25:42 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qpZPe-0000eq-DI for guix-patches@gnu.org; Sun, 08 Oct 2023 15:26:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66318] [PATCH 2/3] [PATCH] gnu: add sbcl-clad Resent-From: Gabriel Hondet Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 08 Oct 2023 19:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66318 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66318@debbugs.gnu.org Cc: Gabriel Hondet Received: via spool by 66318-submit@debbugs.gnu.org id=B66318.16967931482486 (code B ref 66318); Sun, 08 Oct 2023 19:26:02 +0000 Received: (at 66318) by debbugs.gnu.org; 8 Oct 2023 19:25:48 +0000 Received: from localhost ([127.0.0.1]:58535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qpZPP-0000dv-QB for submit@debbugs.gnu.org; Sun, 08 Oct 2023 15:25:48 -0400 Received: from mx.tedomum.net ([51.255.128.51]:48384) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qpXZt-00059G-1O for 66318@debbugs.gnu.org; Sun, 08 Oct 2023 13:28:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cominety.net; s=dkim; t=1696786083; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FgYryy38MrfFS/3V6JA0tdtGvsNq8pB0kz7X0dQFkXE=; b=scfk52tR11bJwTA4bn0QO9Uh7f9SndlAUz4HuDpRWccj3HnD8rcTW2nfRh07SnrJdytG8h QbepMc7ah43STajK6DuUpZ27hfRMYS9XffruBh+MOJUu5r+8mrfJpEY9sExmMHs4fVdGJL 7hIdk1kEsV+zOnYm1gmXTrbksE11Uy0= Date: Sun, 8 Oct 2023 19:27:43 +0200 Message-ID: In-Reply-To: <40aca978fb1fba5500aaeb82249a6b363a07e25a.1696447957.git.gabriel.hondet@cominety.net> References: <40aca978fb1fba5500aaeb82249a6b363a07e25a.1696447957.git.gabriel.hondet@cominety.net> MIME-Version: 1.0 X-Spamd-Bar: / Authentication-Results: mx.tedomum.net; auth=pass smtp.mailfrom=gabriel.hondet@cominety.net X-Mailman-Approved-At: Sun, 08 Oct 2023 15:25:45 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Gabriel Hondet X-ACL-Warn: , Gabriel Hondet via Guix-patches X-Patchwork-Original-From: Gabriel Hondet via Guix-patches via From: Gabriel Hondet Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: Gabriel Hondet --- gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 003abe6f9c..79a96988f5 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -10596,6 +10596,34 @@ (define-public sbcl-xhtmlambda (define-public cl-xhtmlambda (sbcl-package->cl-source-package sbcl-xhtmlambda)) +(define-public sbcl-clad + (let ((commit "1ff6f417d4ee3836d1edd96923d4b03f3cafa849")) + (package + (name "sbcl-clad") + (version + ;; There's no version, but there's a timestamp + (git-version "2023-01-21" "0" commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.common-lisp.net/mantoniotti/CLAD") + (commit commit))) + (sha256 + (base32 "184mhdq7pxd6hd4rzv8z4lfbwnkyhgm5bdn3xsqaav2j0d1dqm6i")))) + (build-system asdf-build-system/sbcl) + (synopsis "CLAD is a library providing \"standard\" locations on the +file system") + (description + "The Common Lisp Application Directories (CLAD) library is +a simple API collection that provides access to a set of \"standard\" Common +Lisp folders on a \"per-application\" or \"per-library\" basis.") + (license license:expat) ;the mit-modern-variant is used + (home-page "https://gitlab.common-lisp.net/mantoniotti/CLAD")))) + +(define-public cl-clad + (sbcl-package->cl-source-package sbcl-clad)) + (define-public sbcl-plump (let ((commit "0c3e0b57b43b6e0c5794b6a902f1cf5bee2a2927") (revision "3")) From patchwork Sun Oct 8 17:27:44 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gabriel Hondet X-Patchwork-Id: 54605 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id C3F3C27BBE9; Sun, 8 Oct 2023 20:26:06 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,MAILING_LIST_MULTI,SPF_HELO_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 07FFE27BBE2 for ; Sun, 8 Oct 2023 20:26:06 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qpZPQ-00013P-8O; Sun, 08 Oct 2023 15:25:48 -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 1qpZPL-00011d-38 for guix-patches@gnu.org; Sun, 08 Oct 2023 15:25:43 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qpZPK-00080Q-R8 for guix-patches@gnu.org; Sun, 08 Oct 2023 15:25:42 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qpZPe-0000ex-U5 for guix-patches@gnu.org; Sun, 08 Oct 2023 15:26:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66318] [PATCH 3/3] [PATCH] gnu: add sbcl-helambdap Resent-From: Gabriel Hondet Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 08 Oct 2023 19:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66318 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66318@debbugs.gnu.org Cc: Gabriel Hondet Received: via spool by 66318-submit@debbugs.gnu.org id=B66318.16967931492492 (code B ref 66318); Sun, 08 Oct 2023 19:26:02 +0000 Received: (at 66318) by debbugs.gnu.org; 8 Oct 2023 19:25:49 +0000 Received: from localhost ([127.0.0.1]:58537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qpZPQ-0000e2-KH for submit@debbugs.gnu.org; Sun, 08 Oct 2023 15:25:48 -0400 Received: from mx.tedomum.net ([2001:41d0:d:33ec::51]:55142) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qpXZu-00059K-Ry for 66318@debbugs.gnu.org; Sun, 08 Oct 2023 13:28:31 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cominety.net; s=dkim; t=1696786085; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=zINfqAuvYy/qt+JPHy1P1HRtelJFBxaHaEsAldSioKI=; b=buVVTuNcxPYONJJQaWNFDxhDhZCatvodKiUbU/VaUBFy0AP3tgNIavgvaNgjjaTHApI9gD AAdNthhCE6YvYv12XArjnsMaVQC1+eRZ7kZFxrFKOgOQjxJo0TnEqRe7ofweOC8joxn9eh qX3uApLCYywMVTZQ+TG0TXnNUmYDTtg= Date: Sun, 8 Oct 2023 19:27:44 +0200 Message-ID: <31316725d498dffa117a4c066a57d777f216a431.1696447957.git.gabriel.hondet@cominety.net> In-Reply-To: <40aca978fb1fba5500aaeb82249a6b363a07e25a.1696447957.git.gabriel.hondet@cominety.net> References: <40aca978fb1fba5500aaeb82249a6b363a07e25a.1696447957.git.gabriel.hondet@cominety.net> MIME-Version: 1.0 X-Spamd-Bar: / Authentication-Results: mx.tedomum.net; auth=pass smtp.mailfrom=gabriel.hondet@cominety.net X-Mailman-Approved-At: Sun, 08 Oct 2023 15:25:45 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: Gabriel Hondet X-ACL-Warn: , Gabriel Hondet via Guix-patches X-Patchwork-Original-From: Gabriel Hondet via Guix-patches via From: Gabriel Hondet Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches From: Gabriel Hondet --- gnu/packages/lisp-xyz.scm | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 79a96988f5..4959447fff 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -10463,6 +10463,32 @@ (define-public cl-staple (define-public ecl-staple (sbcl-package->ecl-package sbcl-staple)) +(define-public sbcl-helambdap + (let ((commit "5bf65f57a36ee094cadb096caca6e90eb3ba46c4") + (timestamp "20220103")) + (package + (name "sbcl-helambdap") + (version (git-version timestamp "0" commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://git.code.sf.net/p/helambdap/code") + (commit commit))) + (sha256 + (base32 "1kzapbf9l2bw8i9m9sxv0dfnkksrxq81d5hbn34pm25abk0i937j")))) + (build-system asdf-build-system/sbcl) + (native-inputs (list sbcl-cl-fad sbcl-split-sequence sbcl-clad + sbcl-xhtmlambda sbcl-cl-unicode)) + (synopsis "HELambdap is a Common Lisp documentation system") + (description "HELambdap is a Common Lisp documentation system which +strives to be simple to use, yet easily customizable.") + (license license:expat) + (home-page "https://helambdap.sourceforge.net")))) + +(define-public cl-helambdap + (sbcl-package->cl-source-package sbcl-helambdap)) + (define-public sbcl-form-fiddle (let ((commit "e0c23599dbb8cff3e83e012f3d86d0764188ad18") (revision "0"))