From: Konrad Hinsen <konrad.hinsen@fastmail.net>
To: 72981@debbugs.gnu.org
Subject: [bug#72981] [PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp
Date: Mon, 02 Sep 2024 18:42:44 +0200 [thread overview]
Message-ID: <m1mskqf1mj.fsf@fastmail.net> (raw)
* 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
next reply other threads:[~2024-09-02 16:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-02 16:42 Konrad Hinsen [this message]
2024-09-03 13:34 ` bug#72981: [PATCH] Add sbcl-cl-ftp, cl-ftp, ecl-cl-ftp Guillaume Le Vaillant
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m1mskqf1mj.fsf@fastmail.net \
--to=konrad.hinsen@fastmail.net \
--cc=72981@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).