GNU bug report logs - #59563
[PATCH] gnu: Add cl-file-notify.

Previous Next

Package: guix-patches;

Reported by: "Paul A. Patience" <paul <at> apatience.com>

Date: Fri, 25 Nov 2022 07:31:02 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Guillaume Le Vaillant <glv <at> posteo.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#59563: closed ([PATCH] gnu: Add cl-file-notify.)
Date: Fri, 25 Nov 2022 09:37:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 25 Nov 2022 09:36:07 +0000
with message-id <875yf3gyu2.fsf <at> kitej>
and subject line Re: [bug#59563] [PATCH] gnu: Add cl-file-notify.
has caused the debbugs.gnu.org bug report #59563,
regarding [PATCH] gnu: Add cl-file-notify.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
59563: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59563
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "Paul A. Patience" <paul <at> apatience.com>
To: guix-patches <at> gnu.org
Cc: "Paul A. Patience" <paul <at> apatience.com>
Subject: [PATCH] gnu: Add cl-file-notify.
Date: Fri, 25 Nov 2022 07:29:56 +0000
* gnu/packages/lisp-xyz.scm (sbcl-file-notify, cl-file-notify,
ecl-file-notify): New variables.
---
 gnu/packages/lisp-xyz.scm | 33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 2a0822380c..0416fc61ea 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -489,6 +489,39 @@ (define-public cl-inotify
 (define-public ecl-cl-inotify
   (sbcl-package->ecl-package sbcl-cl-inotify))

+(define-public sbcl-file-notify
+  (let ((commit "f12dc2f2aae5fee13355cd93a8cae0c4c412b76d")
+        (revision "0"))
+    (package
+      (name "sbcl-file-notify")
+      (version (git-version "1.0.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/Shinmera/file-notify")
+               (commit commit)))
+         (file-name (git-file-name "cl-file-notify" version))
+         (sha256
+          (base32 "0788d98rqm1krl8nbfh8qshvyf6g336i9bqrdhkx06cfvbh0wcny"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs
+       (list sbcl-cffi
+             sbcl-documentation-utils
+             sbcl-trivial-features))
+      (home-page "https://github.com/Shinmera/file-notify")
+      (synopsis "Get notifications for file accesses and changes")
+      (description
+       "File-Notify is a Common Lisp library for getting notifications for file
+accesses and changes.")
+      (license license:zlib))))
+
+(define-public cl-file-notify
+  (sbcl-package->cl-source-package sbcl-file-notify))
+
+(define-public ecl-file-notify
+  (sbcl-package->ecl-package sbcl-file-notify))
+
 (define-public sbcl-bodge-queue
   (let ((commit "948c9a501dcd412689952d09eb7453ec2722336a")
         (revision "0"))
--
2.38.0




[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: "Paul A. Patience" <paul <at> apatience.com>
Cc: 59563-done <at> debbugs.gnu.org
Subject: Re: [bug#59563] [PATCH] gnu: Add cl-file-notify.
Date: Fri, 25 Nov 2022 09:36:07 +0000
[Message part 4 (text/plain, inline)]
Patch pushed as 13eafd67301b37b6490d666c4f78d6c26337c052.
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 2 years and 235 days ago.

Previous Next


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