GNU bug report logs -
#72981
[PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72981 in the body.
You can then email your comments to 72981 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#72981
; Package
guix-patches
.
(Mon, 02 Sep 2024 16:44:02 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:44:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Reply sent
to
Guillaume Le Vaillant <glv <at> posteo.net>
:
You have taken responsibility.
(Tue, 03 Sep 2024 13:36: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:36:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 72981-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Patch applied as 5147787b1fae6b06bd6c1e3ebc66ea4328420746 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:20 GMT)
Full text and
rfc822 format available.
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.