From: James <james.taylor@fastmail.com>
To: 62285@debbugs.gnu.org
Subject: [bug#62285] Proposed patch (nntpit)
Date: Sun, 19 Mar 2023 13:26:26 -0500 [thread overview]
Message-ID: <87lejsppgt.fsf@fastmail.com> (raw)
From 2c21874666c2dd57b816631083911065c5b0b328 Mon Sep 17 00:00:00 2001
From: Jim Taylor <james.taylor@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
next reply other threads:[~2023-03-20 13:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-19 18:26 James [this message]
2023-04-02 20:34 ` [bug#62285] Proposed patch (nntpit) Nicolas Goaziou
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87lejsppgt.fsf@fastmail.com \
--to=james.taylor@fastmail.com \
--cc=62285@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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.