GNU bug report logs - #62285
Proposed patch (nntpit)

Previous Next

Package: guix-patches;

Reported by: James <james.taylor <at> fastmail.com>

Date: Mon, 20 Mar 2023 04:37:02 UTC

Severity: normal

Merged with 62286

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62285 in the body.
You can then email your comments to 62285 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62285; Package guix-patches. (Mon, 20 Mar 2023 04:37:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to James <james.taylor <at> fastmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Mar 2023 04:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: James <james.taylor <at> fastmail.com>
To: guix-patches <at> gnu.org
Subject: Proposed patch (nntpit)
Date: Sun, 19 Mar 2023 13:26:26 -0500
From 2c21874666c2dd57b816631083911065c5b0b328 Mon Sep 17 00:00:00 2001
From: Jim Taylor <james.taylor <at> fastmail.com>
Date: Sun, 19 Mar 2023 13:19:30 -0500
Subject: [PATCH] Add nntpit to 'web' packages

---
 gnu/packages/web.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7b05a99752..90337b8dd8 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6510,6 +6510,32 @@ (define-public python-clf
 snippets on @url{https://commandlinefu.com}.")
       (license license:expat))))
 
+(define-public nntpit
+  (let ((commit "c0d654736460d174a680b2e06c3a81ce883fc09a")
+        (revision "0"))
+    (package
+      (name "nntpit")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/taviso/nntpit")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "1kkdh2qpkfw97hzw9jsxy5jzmhhv8261bj63mvr5c9qwlp6qs46g"))))
+      (build-system gnu-build-system)
+      (native-inputs (list autoconf automake glib pkg-config))
+      (inputs (list curl json-c libev))
+      (synopsis "Minimal reddit2nntp gateway server")
+      (description
+       "This is a simple reddit2nntp gateway server that lets you use a newsreader
+ to follow discussions on reddit.  The intention is for you to run it locally,
+ tell your newsreader to connect to localhost, and subreddits will appear as newsgroups!")
+      (home-page "https://github.com/taviso/nntpit")
+      (license license:expat))))
+
 (define-public rss-bridge
   (package
     (name "rss-bridge")
-- 
2.39.2





Forcibly Merged 62285 62286. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Wed, 29 Mar 2023 03:14:02 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#62285; Package guix-patches. (Sun, 02 Apr 2023 20:36:01 GMT) Full text and rfc822 format available.

Message #10 received at 62285-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 62285-done <at> debbugs.gnu.org
Subject: Re: [bug#62285] Proposed patch (nntpit)
Date: Sun, 02 Apr 2023 22:34:59 +0200
> From 2c21874666c2dd57b816631083911065c5b0b328 Mon Sep 17 00:00:00 2001
> From: Jim Taylor <james.taylor <at> fastmail.com>
> Date: Sun, 19 Mar 2023 13:19:30 -0500
> Subject: [PATCH] Add nntpit to 'web' packages

Closing this bug since this is a duplicate of the already closed bug#62286.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 01 May 2023 11:24:12 GMT) Full text and rfc822 format available.

This bug report was last modified 360 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.