[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: Add emacs-srv.
From: |
guix-commits |
Subject: |
02/07: gnu: Add emacs-srv. |
Date: |
Fri, 3 Feb 2023 17:49:02 -0500 (EST) |
ngz pushed a commit to branch master
in repository guix.
commit da0f959e6f0ff308ac919238f6f7f7239145f1ac
Author: Antero Mejr <antero@mailbox.org>
AuthorDate: Fri Feb 3 23:26:34 2023 +0100
gnu: Add emacs-srv.
* gnu/packages/emacs-xyz.scm (emacs-srv): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index dec8828ca1..fe9d243587 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -25001,6 +25001,29 @@ later.")
them in your web browser.")
(license license:expat))))
+(define-public emacs-srv
+ (package
+ (name "emacs-srv")
+ (version "0.2")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/legoscia/srv.el")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1a8pqhdi7m3lis5ad2f74s1sy8zpxlwvfsvd80lw746235x2v06z"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/legoscia/srv.el")
+ (synopsis "Emacs Lisp library to perform SRV DNS requests")
+ (description
+ "SRV implements RFC 2782 (SRV records). It is used to look up hostname
+and port for a service at a specific domain. There might be multiple results,
+and the caller is supposed to attempt to connect to each hostname+port in
+turn.")
+ (license license:gpl2+)))
+
(define-public emacs-github-review
(let ((commit "a13a3b4f1b6114a32af843971a145ab880f51232")
(revision "2"))
- branch master updated (cd3df45c37 -> 74521b1794), guix-commits, 2023/02/03
- 01/07: gnu: Add emacs-hexrgb., guix-commits, 2023/02/03
- 03/07: gnu: Add emacs-jabber., guix-commits, 2023/02/03
- 06/07: gnu: emacs-websocket: Update to 1.14., guix-commits, 2023/02/03
- 02/07: gnu: Add emacs-srv.,
guix-commits <=
- 04/07: gnu: emacs-wgrep: Update to 3.0.0., guix-commits, 2023/02/03
- 05/07: gnu: emacs-wgrep: Run tests., guix-commits, 2023/02/03
- 07/07: gnu: mame: Update to 0.251., guix-commits, 2023/02/03