GNU bug report logs - #72973
[PATCH] gnu: Add sbcl-termp, cl-termp, ecl-termp

Previous Next

Package: guix-patches;

Reported by: Konrad Hinsen <konrad.hinsen <at> fastmail.net>

Date: Mon, 2 Sep 2024 16:18:03 UTC

Severity: normal

Tags: patch

Done: Guillaume Le Vaillant <glv <at> posteo.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72973 in the body.
You can then email your comments to 72973 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72973; Package guix-patches. (Mon, 02 Sep 2024 16:18:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 02 Sep 2024 16:18:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: Add sbcl-termp, cl-termp, ecl-termp
Date: Mon, 02 Sep 2024 17:49:23 +0200
* gnu/packages/lisp-xyz.scm (sbcl-termp): New public variable.
* gnu/packages/lisp-xyz.scm (cl-termp): New public variable.
* gnu/packages/lisp-xyz.scm (ecl-termp): New public variable.

Change-Id: I224bff2ef056cfb46153570dde430840fa425581
---
 gnu/packages/lisp-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c0d7f90aed..510bf47118 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -27945,6 +27945,35 @@ (define-public cl-terminfo
 (define-public ecl-terminfo
   (sbcl-package->ecl-package sbcl-terminfo))
 
+(define-public sbcl-termp
+  (let ((commit "29789fe83db624679b6f341e3fae3f2577ce6a45"))
+    (package
+      (name "sbcl-termp")
+      (version "0.1")
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/vindarel/termp")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "03r5cv01q4yg0a2dv2ckn2xys53y9isrq3hkp0dqa96q8wrindlh"))))
+      (build-system asdf-build-system/sbcl)
+      (synopsis "Test for real vs. dumb terminal window")
+      (description
+       "A trivial utility for distinguishing between a process running
+in a real terminal window and a process running in a dumb one, e.g.
+emacs-slime.")
+      (home-page "https://github.com/vindarel/termp")
+      (license license:expat))))
+
+(define-public cl-termp
+  (sbcl-package->cl-source-package sbcl-termp))
+
+(define-public ecl-termp
+  (sbcl-package->ecl-package sbcl-termp))
+
 (define-public sbcl-terrable
   (let ((commit "e4fe23ffa08e8d53a8168105b413861da59cc786")
         (revision "1"))

base-commit: 3c21d0da62b3d6832dd1ab450d8ab50ab8d38f27
-- 
2.45.2




Reply sent to Guillaume Le Vaillant <glv <at> posteo.net>:
You have taken responsibility. (Tue, 03 Sep 2024 13:34:02 GMT) Full text and rfc822 format available.

Notification sent to Konrad Hinsen <konrad.hinsen <at> fastmail.net>:
bug acknowledged by developer. (Tue, 03 Sep 2024 13:34:02 GMT) Full text and rfc822 format available.

Message #10 received at 72973-done <at> debbugs.gnu.org (full text, mbox):

From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 72973-done <at> debbugs.gnu.org
Subject: Re: [bug#72973] [PATCH] gnu: Add sbcl-termp, cl-termp, ecl-termp
Date: Tue, 03 Sep 2024 13:32:29 +0000
[Message part 1 (text/plain, inline)]
Patch applied as 677b70633850a6ba316014f6593324640a9ac8ed with some
modifications.
Thanks.
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 02 Oct 2024 11:24:18 GMT) Full text and rfc822 format available.

This bug report was last modified 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.