* [bug#72981] [PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp
@ 2024-09-02 16:42 Konrad Hinsen
2024-09-03 13:34 ` bug#72981: " Guillaume Le Vaillant
0 siblings, 1 reply; 2+ messages in thread
From: Konrad Hinsen @ 2024-09-02 16:42 UTC (permalink / raw)
To: 72981
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#72981: [PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp
2024-09-02 16:42 [bug#72981] [PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp Konrad Hinsen
@ 2024-09-03 13:34 ` Guillaume Le Vaillant
0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2024-09-03 13:34 UTC (permalink / raw)
To: Konrad Hinsen; +Cc: 72981-done
[-- Attachment #1: Type: text/plain, Size: 91 bytes --]
Patch applied as 5147787b1fae6b06bd6c1e3ebc66ea4328420746 with some
modifications.
Thanks.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-03 13:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 16:42 [bug#72981] [PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp Konrad Hinsen
2024-09-03 13:34 ` bug#72981: " Guillaume Le Vaillant
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.