unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63964] [PATCH] gnu: Add kineto.
@ 2023-06-08 21:18 Christopher Howard
       [not found] ` <handler.63964.B.168625914724345.ack@debbugs.gnu.org>
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Christopher Howard @ 2023-06-08 21:18 UTC (permalink / raw)
  To: 63964

[-- Attachment #1: Type: text/plain, Size: 228 bytes --]

Patch attached to add kineto, an HTTP proxy for the Gemini protocol.

-- 
📛 Christopher Howard
🚀 gemini://gem.librehacker.com
🌐 http://gem.librehacker.com

בראשית ברא אלהים את השמים ואת הארץ

[-- Attachment #2: 0001-gnu-Add-kineto.patch --]
[-- Type: text/plain, Size: 2354 bytes --]

From 6107b5e5c555aa4781f922ee1b9b91428b6240af Mon Sep 17 00:00:00 2001
From: Christopher Howard <christopher@librehacker.com>
Date: Thu, 8 Jun 2023 13:10:15 -0800
Subject: [PATCH] gnu: Add kineto.

* gnu/packages/web.scm (kineto): New variable.
---
 gnu/packages/web.scm | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 3af4aa0b8d..21e9579ac6 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -62,6 +62,7 @@
 ;;; Copyright © 2023 Paul A. Patience <paul@apatience.com>
 ;;; Copyright © 2022 Bruno Victal <mirai@makinata.eu>
 ;;; Copyright © 2023 David Thompson <dthompson2@worcester.edu>
+;;; Copyright © 2023 Christopher Howard <christopher@librehacker.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -8502,6 +8503,36 @@ (define-public vger
 @command{stunnel} on @command{inetd}.")
     (license license:bsd-2)))
 
+(define-public kineto
+  (package
+    (name "kineto")
+    (version "0.0.0-20211105093215-857f8c97ebc5")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://git.sr.ht/~sircmpwn/kineto")
+                    (commit (go-version->git-ref version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1r17c904i76yy5ilvhjczmhnq5g7r4nkjwmsjcfxcqzly0ia7m2k"))))
+    (build-system go-build-system)
+    (arguments
+     '(#:import-path "git.sr.ht/~sircmpwn/kineto/"))
+    (propagated-inputs `(("go-git-sr-ht-sircmpwn-getopt"
+                          ,go-git-sr-ht-sircmpwn-getopt)
+                         ("go-git-sr-ht-adnano-go-gemini"
+                          ,go-git-sr-ht-adnano-go-gemini)))
+    (home-page "https://git.sr.ht/~sircmpwn/kineto/")
+    (synopsis "HTTP proxy for Gemini")
+    (description
+     "This is an @@url{https://en.wikipedia.org/wiki/Hypertext_Transfer_Protocol,HTTP}
+to @@url{https://gemini.circumlunar.space/,Gemini} proxy designed to provide
+service for a single domain, i.e.  to make your Gemini site available over HTTP.
+It can proxy to any domain in order to facilitate linking to the rest of
+Geminispace, but it defaults to a specific domain.")
+    (license license:gpl3)))
+
 (define-public libzim
   (package
     (name "libzim")
-- 
2.40.1


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-08-07 14:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-08 21:18 [bug#63964] [PATCH] gnu: Add kineto Christopher Howard
     [not found] ` <handler.63964.B.168625914724345.ack@debbugs.gnu.org>
2023-06-10 17:04   ` [bug#63964] Acknowledgement ([PATCH] gnu: Add kineto.) Christopher Howard
2023-06-23 18:53     ` Christopher Howard
2023-07-06 20:31 ` [bug#63964] [PATCH] gnu: Add kineto christopher
2023-07-06 20:35   ` Christopher Howard
2023-07-06 21:34   ` Bruno Victal
2023-07-19 21:35 ` Christopher Howard
2023-08-07 14:03   ` bug#63964: " Ludovic Courtès

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).