GNU bug report logs - #72981
[PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp

Previous Next

Package: guix-patches;

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

Date: Mon, 2 Sep 2024 16:44: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#72981: closed ([PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp)
Date: Tue, 03 Sep 2024 13:36:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 03 Sep 2024 13:34:18 +0000
with message-id <87mskorhd1.fsf <at> kitej>
and subject line Re: [bug#72981] [PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp
has caused the debbugs.gnu.org bug report #72981,
regarding [PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp
to be marked as done.

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


-- 
72981: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72981
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp
Date: Mon, 02 Sep 2024 18:42:44 +0200
* gnu/packages/lisp-xyz.scm (sbcl-cl-ftp): New public variable.
* gnu/packages/lisp-xyz.scm (cl-ftp): New public variable.
* gnu/packages/lisp-xyz.scm (ecl-cl-ftp): New public variable.

Change-Id: Ia006c869bc89c6df23e68e0843e59b3a8cbabcd2
---
 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 c0d7f90aed..64e3fbd2ef 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -5422,6 +5422,39 @@ (define-public cl-freetype2
 (define-public ecl-cl-freetype2
   (sbcl-package->ecl-package sbcl-cl-freetype2))
 
+(define-public sbcl-cl-ftp
+  (let ((commit "530f1ec06427c69966d83c86638be628eacb9502")
+        (version "1.6.1"))
+    (package
+      (name "sbcl-cl-ftp")
+      (version version)
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/pinterface/cl-ftp")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32  "0q5x9g419crvaf106q33k0xkh4xvglzjyjhibz9siymcngyc7zdh"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs
+       (list sbcl-split-sequence
+             sbcl-usocket))
+      (synopsis "FTP client for Common Lisp")
+      (description
+       "CL-FTP is a library which provides FTP client functionality
+to a Common Lisp program.  CL-FTP uses the USOCKET package for network
+sockets and the SPLIT-SEQUENCE package for some parsing needs.")
+      (home-page "https://github.com/pinterface/cl-ftp")
+      (license license:expat))))
+
+(define-public cl-ftp
+  (sbcl-package->cl-source-package sbcl-cl-ftp))
+
+(define-public ecl-cl-ftp
+  (sbcl-package->ecl-package sbcl-cl-ftp))
+
 (define-public sbcl-cl-gamepad
   (let ((commit "d5b99fbaa2e39294d23061699e8f1e761eda7205")
         (revision "3"))

base-commit: 3c21d0da62b3d6832dd1ab450d8ab50ab8d38f27
-- 
2.45.2


[Message part 3 (message/rfc822, inline)]
From: Guillaume Le Vaillant <glv <at> posteo.net>
To: Konrad Hinsen <konrad.hinsen <at> fastmail.net>
Cc: 72981-done <at> debbugs.gnu.org
Subject: Re: [bug#72981] [PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp
Date: Tue, 03 Sep 2024 13:34:18 +0000
[Message part 4 (text/plain, inline)]
Patch applied as 5147787b1fae6b06bd6c1e3ebc66ea4328420746 with some
modifications.
Thanks.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 260 days ago.

Previous Next


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