[PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp

  • Done
  • quality assurance status badge
Details
2 participants
  • Guillaume Le Vaillant
  • Konrad Hinsen
Owner
unassigned
Submitted by
Konrad Hinsen
Severity
normal

Debbugs page

K
K
Konrad Hinsen wrote on 2 Sep 09:42 -0700
(address . guix-patches@gnu.org)
m1mskqf1mj.fsf@fastmail.net
* 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(+)

Toggle diff (48 lines)
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
G
G
Guillaume Le Vaillant wrote on 3 Sep 06:34 -0700
(name . Konrad Hinsen)(address . konrad.hinsen@fastmail.net)(address . 72981-done@debbugs.gnu.org)
87mskorhd1.fsf@kitej
Patch applied as 5147787b1fae6b06bd6c1e3ebc66ea4328420746 with some
modifications.
Thanks.
-----BEGIN PGP SIGNATURE-----

iIUEAREKAC0WIQTLxZxm7Ce5cXlAaz5r6CCK3yH+PwUCZtcQWg8cZ2x2QHBvc3Rl
by5uZXQACgkQa+ggit8h/j/J9wD/btGFHcO047NuLkOTjITrjSpMkcD5ywpJPkCn
aSfjia4BAKNIrs7DhPXoOvhtTSa7fVtbp17tGzDO9pxGl94TsrVJ
=SIi6
-----END PGP SIGNATURE-----

Closed
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 72981@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 72981
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch