GNU bug report logs -
#67233
[PATCH] gnu: Add leafnode.
Previous Next
To reply to this bug, email your comments to 67233 AT debbugs.gnu.org.
There is no need to reopen the bug first.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#67233
; Package
guix-patches
.
(Thu, 16 Nov 2023 22:00:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
VÖRÖSKŐI András <voroskoi <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 16 Nov 2023 22:00:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/web.scm (leafnode): New variable.
Change-Id: I7ab6823ecdf91e278176d408e4e99b4be1a70781
---
gnu/packages/web.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 389f7d1375..61496c20c7 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -65,6 +65,7 @@
;;; Copyright © 2023 Christopher Howard <christopher <at> librehacker.com>
;;; Copyright © 2023 Felix Lechner <felix.lechner <at> lease-up.com>
;;; Copyright © 2023 Evgeny Pisemsky <evgeny <at> pisemsky.com>
+;;; Copyright © 2023 VÖRÖSKŐI András <voroskoi <at> gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -2091,6 +2092,34 @@ (define-public liboauth
;; Source code may be distributed under either license.
(license (list license:expat license:gpl2+))))
+(define-public leafnode
+ (package
+ (name "leafnode")
+ (version "1.12.0")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "mirror://sourceforge/leafnode/leafnode/"
+ version "/leafnode-" version ".tar.gz"))
+ (sha256
+ (base32
+ "1pkryzndqaxs1ym7gs77r6x8mmzpnm5x7n2ph8ga45zn45rwwrxl"))))
+ (build-system gnu-build-system)
+ (native-inputs (list autoconf automake))
+ (inputs (list pcre2))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'unpack 'fix-tests
+ (lambda _
+ (substitute* "Makefile.am" (("/bin/sh") (which "sh"))))))))
+ (home-page "https://sourceforge.net/projects/leafnode/")
+ (synopsis "NNTP news proxy")
+ (description
+ "Leafnode is a caching Usenet news proxy that enables online newsreaders
+to read news off-line and aggregates news from various NNTP servers into one.")
+ ;; Most of the code is under Expat license, with some GPL, LGPL exceptions.
+ (license license:gpl2+)))
+
(define-public libquvi-scripts
(package
(name "libquvi-scripts")
base-commit: fc6bdaad57bf91609849623c5f485403c030cb49
--
2.41.0
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Sun, 02 Mar 2025 21:39:03 GMT)
Full text and
rfc822 format available.
Notification sent
to
VÖRÖSKŐI András <voroskoi <at> gmail.com>
:
bug acknowledged by developer.
(Sun, 02 Mar 2025 21:39:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 67233-done <at> debbugs.gnu.org (full text, mbox):
Hello,
> * gnu/packages/web.scm (leafnode): New variable.
Applied. Thank you. (And sorry for the delay!)
Regards,
--
Nicolas Goaziou
This bug report was last modified 11 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.