From unknown Thu Jun 19 14:28:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#62050] [PATCH] gnu: Add tissue. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 08 Mar 2023 14:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62050 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62050@debbugs.gnu.org Cc: Arun Isaac X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.167828479719563 (code B ref -1); Wed, 08 Mar 2023 14:14:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Mar 2023 14:13:17 +0000 Received: from localhost ([127.0.0.1]:48118 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZuXd-00055T-BF for submit@debbugs.gnu.org; Wed, 08 Mar 2023 09:13:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:34662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZuXb-00055I-26 for submit@debbugs.gnu.org; Wed, 08 Mar 2023 09:13:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZuXa-00058F-Rl for guix-patches@gnu.org; Wed, 08 Mar 2023 09:13:14 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZuXX-0000zt-PE for guix-patches@gnu.org; Wed, 08 Mar 2023 09:13:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=XHRffJehLCnOUnQTnHfjUA88R8UI4pFHoaTgvBXS/Og=; b=ClZjhS+8YgiU4Mcp7Ph6hYeGbo B91BBsndVJ51oyfRZg2S0JuZ0b3b1nbeqtyyI2/FqoM3mnhjNIZ/4YH+0T2cLktP5uziwCZIbunzJ u0A/lKXr4jLj6IqxGkTycCnrhPr59ZsnGUqrfHwXY3o28yLbGbUscFQbDPGZ0QLY3uPIdd0umDngU TM6VW7Vdgkc+Y5D6m7ZyezM8WeZSiPZhigJp6sUatfMYRQVHbRzxfUX/88rx8oG9aNEYLwIgC1BjJ z7fvBQ+74XPrJJn0tmwxk7Q0UoYc8xoWkGDwoZIxet+EawIirGkbr2drhrEJN8ss7HlZbVxq0JHdR MK/eTWAA==; Received: from [192.168.2.1] (port=55230 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1pZuWw-00062H-09; Wed, 08 Mar 2023 19:43:03 +0530 From: Arun Isaac Date: Wed, 8 Mar 2023 14:12:21 +0000 Message-Id: <20230308141221.7825-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/web.scm (tissue): New variable. --- gnu/packages/web.scm | 56 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index cc206722a9..580f92f156 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2016 Ben Woodcroft ;;; Copyright © 2016, 2023 Clément Lassieur ;;; Copyright © 2016, 2017 Nikita -;;; Copyright © 2016–2022 Arun Isaac +;;; Copyright © 2016–2023 Arun Isaac ;;; Copyright © 2016–2022 Tobias Geerinckx-Rice ;;; Copyright © 2016 Bake Timmons ;;; Copyright © 2017 Thomas Danckaert @@ -184,6 +184,7 @@ (define-module (gnu packages web) #:use-module (gnu packages readline) #:use-module (gnu packages search) #:use-module (gnu packages serialization) + #:use-module (gnu packages skribilo) #:use-module (gnu packages sphinx) #:use-module (gnu packages texinfo) #:use-module (gnu packages textutils) @@ -7979,6 +7980,59 @@ (define-public buku-run "This package provides a rofi frontend for the buku bookmark manager.") (license license:gpl3+))) +(define-public tissue + (package + (name "tissue") + (version "0.1.0") + (source (origin + (method url-fetch) + (uri (string-append "https://tissue.systemreboot.net/releases/tissue-" + version ".tar.lz")) + (sha256 + (base32 + "0vsybgnzv8nnwf58pnxrs4101xczl8jvxd1wzmk4vmdyrp8a2kkm")))) + (build-system gnu-build-system) + (arguments + (list #:make-flags #~(list (string-append "prefix=" #$output)) + #:modules `(((guix build guile-build-system) + #:select (target-guile-effective-version)) + ,@%gnu-build-system-modules) + #:phases + (with-imported-modules '((guix build guile-build-system)) + #~(modify-phases %standard-phases + (replace 'patch-source-shebangs + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "bin/tissue" + (("^exec guile") + (string-append "exec " + (search-input-file inputs "/bin/guile")))))) + (delete 'configure) + (add-after 'install 'wrap + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (effective-version (target-guile-effective-version))) + (wrap-program (string-append out "/bin/tissue") + `("GUILE_LOAD_PATH" prefix + (,(string-append out "/share/guile/site/" effective-version) + ,(getenv "GUILE_LOAD_PATH"))) + `("GUILE_LOAD_COMPILED_PATH" prefix + (,(string-append out "/lib/guile/" + effective-version "/site-ccache") + ,(getenv "GUILE_LOAD_COMPILED_PATH"))))))))))) + (inputs (list bash-minimal guile-3.0 guile-filesystem guile-git guile-xapian)) + (native-inputs (list lzip)) + (propagated-inputs (list skribilo)) + (home-page "https://tissue.systemreboot.net") + (synopsis "Text based project information management system") + (description "tissue is an issue tracker and project information +management system built on plain text files and git. It is specifically +intended for small free software projects. It features a static site +generator to build a project website and a powerful search interface to search +through project issues and documentation. The search interface is built on +the Xapian search engine library, and is available both as a command-line +program and as a web server.") + (license license:gpl3+))) + (define-public anonip (package (name "anonip") -- 2.39.1 From unknown Thu Jun 19 14:28:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#62050] [PATCH] gnu: Add tissue. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 16 Mar 2023 21:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62050 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 62050@debbugs.gnu.org Received: via spool by 62050-submit@debbugs.gnu.org id=B62050.167900344329667 (code B ref 62050); Thu, 16 Mar 2023 21:51:02 +0000 Received: (at 62050) by debbugs.gnu.org; 16 Mar 2023 21:50:43 +0000 Received: from localhost ([127.0.0.1]:43242 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcvUg-0007iR-Nz for submit@debbugs.gnu.org; Thu, 16 Mar 2023 17:50:42 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49246) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pcvUf-0007iE-Dm for 62050@debbugs.gnu.org; Thu, 16 Mar 2023 17:50:41 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcvUX-0000U2-DA; Thu, 16 Mar 2023 17:50:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=rfi0duKAG9U+Pe7Wl0XwD8KvFL0EfyExhXZyORa5zRk=; b=M8xQ6L8+nbNZWRv8sLzH sa38NF0e+hJUqjQo6T6nCQthGTllPPBdlhGt7AHvK451ebto/vRgd/o67AJiNyJ0K8Tm3cJ9a2POD 25pMyjcKFzIr4133DwsEAE3W/u6lPOqbC04s8KgGaV+ZRIhvDlAeUgXax7YPytlzN8RQjETbMS5BK JOyLfIEGUor0csnsORj+M0KM9h+jTDUZ3lUmOY9gyO3qDlijXNzoofHDejUxD9V+XzgGXQoakmmbk 5SkrJCay3W1CXov1GV2njcX4Zqp0RpzyfRM6NcrjgCH4GLLzu5oHRHLaD83fB6X+LkB5hGCNhxpLn TGYbFwvEEOPsYA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pcvUW-0002L3-Dp; Thu, 16 Mar 2023 17:50:33 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230308141221.7825-1-arunisaac@systemreboot.net> Date: Thu, 16 Mar 2023 22:50:30 +0100 In-Reply-To: <20230308141221.7825-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Wed, 8 Mar 2023 14:12:21 +0000") Message-ID: <87bkks9xi1.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi! Arun Isaac skribis: > * gnu/packages/web.scm (tissue): New variable. [...] > + (source (origin > + (method url-fetch) > + (uri (string-append "https://tissue.systemreboot.net/relea= ses/tissue-" > + version ".tar.lz")) Note that Disarchive does not support lzip (yet). Thus it=E2=80=99s be a bit more archival-friendly if you would instead eith= er refer to a gzip tarball or refer to the Git repo. It=E2=80=99s not a block= er though. > + (list #:make-flags #~(list (string-append "prefix=3D" #$output)) > + #:modules `(((guix build guile-build-system) > + #:select (target-guile-effective-version)) > + ,@%gnu-build-system-modules) You can change the last line to just (guix build gnu-build-system). The rest LGTM! Next step is a system service I guess? :-) Thanks, Ludo=E2=80=99. From unknown Thu Jun 19 14:28:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#62050] [PATCH] gnu: Add tissue. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2023 13:44:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62050 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 62050@debbugs.gnu.org Received: via spool by 62050-submit@debbugs.gnu.org id=B62050.167906061025422 (code B ref 62050); Fri, 17 Mar 2023 13:44:02 +0000 Received: (at 62050) by debbugs.gnu.org; 17 Mar 2023 13:43:30 +0000 Received: from localhost ([127.0.0.1]:44045 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdAMk-0006by-Je for submit@debbugs.gnu.org; Fri, 17 Mar 2023 09:43:30 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:58566) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdAMh-0006bm-G0 for 62050@debbugs.gnu.org; Fri, 17 Mar 2023 09:43:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=6nTQkzJNvunmytq5yrP2rje7EQOdcrw2kF1BBSkHowA=; b=GJMwKPXgDgv/l6OJE+FJjI1wCt lVDQhXyQgpjUID7+RJemzaAo+KpLuiWc48ma2P7NhFzwGFi8Wi/gd87TcCh/ueTTy4QUec2lGnlYl myh8+8Jsu9bvQHpbJCS4MKRNM7IdQPW/CJ+JLOXDiSLXiMLx0QVMAVfxnKgfH16ZOdIb5icVx77ud DtfsB0c7ez/bFI0b+mKeRCsK+Iwu/Sp4OV0DoqykNrLolA0c8h+i7y62QrvHMQJqpnl8iNB4AStE8 3wnXgeruSVg//aXdmSaGs5+MZ7BvCEwAZZhejehMzyxzi7YIzEzm8wdGHxf8O6RCtiZanSypiscJi HdCRu5Fg==; Received: from [192.168.2.1] (port=46006 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1pdAMc-000Tbl-1U; Fri, 17 Mar 2023 19:13:23 +0530 From: Arun Isaac In-Reply-To: <87bkks9xi1.fsf@gnu.org> References: <20230308141221.7825-1-arunisaac@systemreboot.net> <87bkks9xi1.fsf@gnu.org> Date: Fri, 17 Mar 2023 13:43:17 +0000 Message-ID: <87lejvbiiy.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Ludo, > Note that Disarchive does not support lzip (yet). > > Thus it=E2=80=99s be a bit more archival-friendly if you would instead ei= ther > refer to a gzip tarball or refer to the Git repo. It=E2=80=99s not a blo= cker > though. I really like lzip due to its supposedly better design. https://www.nongnu.org/lzip/safety_of_the_lzip_format.html I've been speaking to Timothy Sample about supporting lzip in disarchive. It's a non-trivial amount of work, but I'll try to get it done. >> + (list #:make-flags #~(list (string-append "prefix=3D" #$output)) >> + #:modules `(((guix build guile-build-system) >> + #:select (target-guile-effective-version)) >> + ,@%gnu-build-system-modules) > > You can change the last line to just (guix build gnu-build-system). Replacing %gnu-build-system-modules with (guix build gnu-build-system) does not work since we also need (guix build utils). I could replace %gnu-build-system-modules with (guix build gnu-build-system) and (guix build utils), but is there something wrong with using %gnu-build-system-modules? > Next step is a system service I guess? :-) Yep! I have a service in the guix-forge channel, but it uses a few guix-forge specific constructs. I'll try and adapt it. Regards, Arun From unknown Thu Jun 19 14:28:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#62050] [PATCH] gnu: Add tissue. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 17 Mar 2023 21:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62050 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 62050@debbugs.gnu.org Received: via spool by 62050-submit@debbugs.gnu.org id=B62050.16790894026424 (code B ref 62050); Fri, 17 Mar 2023 21:44:01 +0000 Received: (at 62050) by debbugs.gnu.org; 17 Mar 2023 21:43:22 +0000 Received: from localhost ([127.0.0.1]:45789 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdHr8-0001fY-GC for submit@debbugs.gnu.org; Fri, 17 Mar 2023 17:43:22 -0400 Received: from eggs.gnu.org ([209.51.188.92]:40226) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdHr6-0001fL-Mt for 62050@debbugs.gnu.org; Fri, 17 Mar 2023 17:43:21 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pdHqz-0001jw-UE; Fri, 17 Mar 2023 17:43:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=yF86aI5VodTtgwUQpl6fx6aXp/xaN2ZgjpC+6coNZCY=; b=oH9pOFNW+OP3ZIgffUIc 3+it0U80hmIqAXDfwLsANb4ypjSVv5HKj5ukXptzzuH15vkrXhBQEtoy9YGt+YPUFIPCoriWqgTYU X7GCy6ujT7BiLxuvaBZoUAPC9l0MYc6FSGMrvmrFJ4uNIVNfdwa124op/+7+jR/CC8n3zzYwfE4ov dZzkmrTDJ+rsnJZip3XWtxnajZoYQTTG5w/uSpUNyMio7SC74xu8Ua2BTTRy0R8/8rRj7kGtOFurT cOYLuMyur7FWvHmzPxPEgmCkyTXywXU+h2icNNuuQ5w6fesGTEv4Mm5tFzn2jcSU8gSsMfCEl2P2U g0eEKl1f3qNMXA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pdHqz-0006Uw-I6; Fri, 17 Mar 2023 17:43:13 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230308141221.7825-1-arunisaac@systemreboot.net> <87bkks9xi1.fsf@gnu.org> <87lejvbiiy.fsf@systemreboot.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Septidi 27 =?UTF-8?Q?Vent=C3=B4se?= an 231 de la =?UTF-8?Q?R=C3=A9volution,?= jour de la Sylvie X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Fri, 17 Mar 2023 22:43:10 +0100 In-Reply-To: <87lejvbiiy.fsf@systemreboot.net> (Arun Isaac's message of "Fri, 17 Mar 2023 13:43:17 +0000") Message-ID: <87lejvvytt.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Howdy! Arun Isaac skribis: >> Note that Disarchive does not support lzip (yet). >> >> Thus it=E2=80=99s be a bit more archival-friendly if you would instead e= ither >> refer to a gzip tarball or refer to the Git repo. It=E2=80=99s not a bl= ocker >> though. > > I really like lzip due to its supposedly better > design. https://www.nongnu.org/lzip/safety_of_the_lzip_format.html I've > been speaking to Timothy Sample about supporting lzip in > disarchive. It's a non-trivial amount of work, but I'll try to get it > done. Yeah, I imagine it=E2=80=99s not trivial. >>> + (list #:make-flags #~(list (string-append "prefix=3D" #$output)) >>> + #:modules `(((guix build guile-build-system) >>> + #:select (target-guile-effective-version)) >>> + ,@%gnu-build-system-modules) >> >> You can change the last line to just (guix build gnu-build-system). > > Replacing %gnu-build-system-modules with (guix build gnu-build-system) > does not work since we also need (guix build utils). I could replace > %gnu-build-system-modules with (guix build gnu-build-system) and (guix > build utils), but is there something wrong with using > %gnu-build-system-modules? =E2=80=98%gnu-build-system-modules=E2=80=99 is documented as the set of =E2= =80=9Cmodules imported and used by default=E2=80=9D, whereas here you just want to specify modules in scope. So I would have a slight preference for an explicit list here. It=E2=80=99s really cosmetic though, no big deal. >> Next step is a system service I guess? :-) > > Yep! I have a service in the guix-forge channel, but it uses a few > guix-forge specific constructs. I'll try and adapt it. Neat! Ludo=E2=80=99. From unknown Thu Jun 19 14:28:26 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Arun Isaac Subject: bug#62050: closed (Re: bug#62050: [PATCH] gnu: Add tissue.) Message-ID: References: <878rfuarzv.fsf@systemreboot.net> <20230308141221.7825-1-arunisaac@systemreboot.net> X-Gnu-PR-Message: they-closed 62050 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 62050@debbugs.gnu.org Date: Sat, 18 Mar 2023 17:29:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1679160541-7385-1" This is a multi-part message in MIME format... ------------=_1679160541-7385-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #62050: [PATCH] gnu: Add tissue. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 62050@debbugs.gnu.org. --=20 62050: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D62050 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1679160541-7385-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 62050-done) by debbugs.gnu.org; 18 Mar 2023 17:28:49 +0000 Received: from localhost ([127.0.0.1]:48989 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdaMK-0001uj-Ov for submit@debbugs.gnu.org; Sat, 18 Mar 2023 13:28:48 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:34860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pdaMI-0001uV-6W for 62050-done@debbugs.gnu.org; Sat, 18 Mar 2023 13:28:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=RPgKnE0QTzA8Pe1YKsrDbD3FFvz3UawQA0h0xYdmS+I=; b=Qy1VM0te1/xVMjdDSKA5U9/ceO fT/C5bvIlxj6Ui3rA8LFo1rUajUYRKvVlKQ4kSBjn2JydtWMt7CUoh3kQcVP8PfWCFLathXp4nweF ML6aoYC37zFDtm53Of2H6zlOKIqb0X4+u+IbrbhsCD9e+UNf1ig+lBn30OtbfyhyweDszc0QCXJQU YWS3YAK+xLPbClDQVMDndtOwdTE+R+Slw2CXEr42WWrVujtzZhJoXsr4J3cXeU9xrJ526RsZJ27qp hVJ32a+0MSKjqWvejKU717A7rlPrE+QZpS/zqGBqJ9ei+wtwIvr3Fx6yAn/T3INmrhfU+0eCqL+dH idGug95g==; Received: from [192.168.2.1] (port=46088 helo=localhost) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1pdaMC-000XnY-0K; Sat, 18 Mar 2023 22:58:40 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#62050: [PATCH] gnu: Add tissue. In-Reply-To: <87lejvvytt.fsf@gnu.org> References: <20230308141221.7825-1-arunisaac@systemreboot.net> <87bkks9xi1.fsf@gnu.org> <87lejvbiiy.fsf@systemreboot.net> <87lejvvytt.fsf@gnu.org> Date: Sat, 18 Mar 2023 17:28:36 +0000 Message-ID: <878rfuarzv.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62050-done Cc: 62050-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > =E2=80=98%gnu-build-system-modules=E2=80=99 is documented as the set of = =E2=80=9Cmodules > imported and used by default=E2=80=9D, whereas here you just want to spec= ify > modules in scope. So I would have a slight preference for an explicit > list here. It=E2=80=99s really cosmetic though, no big deal. Done! Pushed, thank you! :-) ------------=_1679160541-7385-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Mar 2023 14:13:17 +0000 Received: from localhost ([127.0.0.1]:48118 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZuXd-00055T-BF for submit@debbugs.gnu.org; Wed, 08 Mar 2023 09:13:17 -0500 Received: from lists.gnu.org ([209.51.188.17]:34662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZuXb-00055I-26 for submit@debbugs.gnu.org; Wed, 08 Mar 2023 09:13:16 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZuXa-00058F-Rl for guix-patches@gnu.org; Wed, 08 Mar 2023 09:13:14 -0500 Received: from mugam.systemreboot.net ([139.59.75.54]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pZuXX-0000zt-PE for guix-patches@gnu.org; Wed, 08 Mar 2023 09:13:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=XHRffJehLCnOUnQTnHfjUA88R8UI4pFHoaTgvBXS/Og=; b=ClZjhS+8YgiU4Mcp7Ph6hYeGbo B91BBsndVJ51oyfRZg2S0JuZ0b3b1nbeqtyyI2/FqoM3mnhjNIZ/4YH+0T2cLktP5uziwCZIbunzJ u0A/lKXr4jLj6IqxGkTycCnrhPr59ZsnGUqrfHwXY3o28yLbGbUscFQbDPGZ0QLY3uPIdd0umDngU TM6VW7Vdgkc+Y5D6m7ZyezM8WeZSiPZhigJp6sUatfMYRQVHbRzxfUX/88rx8oG9aNEYLwIgC1BjJ z7fvBQ+74XPrJJn0tmwxk7Q0UoYc8xoWkGDwoZIxet+EawIirGkbr2drhrEJN8ss7HlZbVxq0JHdR MK/eTWAA==; Received: from [192.168.2.1] (port=55230 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1pZuWw-00062H-09; Wed, 08 Mar 2023 19:43:03 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add tissue. Date: Wed, 8 Mar 2023 14:12:21 +0000 Message-Id: <20230308141221.7825-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/web.scm (tissue): New variable. --- gnu/packages/web.scm | 56 +++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index cc206722a9..580f92f156 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2016 Ben Woodcroft ;;; Copyright © 2016, 2023 Clément Lassieur ;;; Copyright © 2016, 2017 Nikita -;;; Copyright © 2016–2022 Arun Isaac +;;; Copyright © 2016–2023 Arun Isaac ;;; Copyright © 2016–2022 Tobias Geerinckx-Rice ;;; Copyright © 2016 Bake Timmons ;;; Copyright © 2017 Thomas Danckaert @@ -184,6 +184,7 @@ (define-module (gnu packages web) #:use-module (gnu packages readline) #:use-module (gnu packages search) #:use-module (gnu packages serialization) + #:use-module (gnu packages skribilo) #:use-module (gnu packages sphinx) #:use-module (gnu packages texinfo) #:use-module (gnu packages textutils) @@ -7979,6 +7980,59 @@ (define-public buku-run "This package provides a rofi frontend for the buku bookmark manager.") (license license:gpl3+))) +(define-public tissue + (package + (name "tissue") + (version "0.1.0") + (source (origin + (method url-fetch) + (uri (string-append "https://tissue.systemreboot.net/releases/tissue-" + version ".tar.lz")) + (sha256 + (base32 + "0vsybgnzv8nnwf58pnxrs4101xczl8jvxd1wzmk4vmdyrp8a2kkm")))) + (build-system gnu-build-system) + (arguments + (list #:make-flags #~(list (string-append "prefix=" #$output)) + #:modules `(((guix build guile-build-system) + #:select (target-guile-effective-version)) + ,@%gnu-build-system-modules) + #:phases + (with-imported-modules '((guix build guile-build-system)) + #~(modify-phases %standard-phases + (replace 'patch-source-shebangs + (lambda* (#:key inputs #:allow-other-keys) + (substitute* "bin/tissue" + (("^exec guile") + (string-append "exec " + (search-input-file inputs "/bin/guile")))))) + (delete 'configure) + (add-after 'install 'wrap + (lambda* (#:key inputs outputs #:allow-other-keys) + (let ((out (assoc-ref outputs "out")) + (effective-version (target-guile-effective-version))) + (wrap-program (string-append out "/bin/tissue") + `("GUILE_LOAD_PATH" prefix + (,(string-append out "/share/guile/site/" effective-version) + ,(getenv "GUILE_LOAD_PATH"))) + `("GUILE_LOAD_COMPILED_PATH" prefix + (,(string-append out "/lib/guile/" + effective-version "/site-ccache") + ,(getenv "GUILE_LOAD_COMPILED_PATH"))))))))))) + (inputs (list bash-minimal guile-3.0 guile-filesystem guile-git guile-xapian)) + (native-inputs (list lzip)) + (propagated-inputs (list skribilo)) + (home-page "https://tissue.systemreboot.net") + (synopsis "Text based project information management system") + (description "tissue is an issue tracker and project information +management system built on plain text files and git. It is specifically +intended for small free software projects. It features a static site +generator to build a project website and a powerful search interface to search +through project issues and documentation. The search interface is built on +the Xapian search engine library, and is available both as a command-line +program and as a web server.") + (license license:gpl3+))) + (define-public anonip (package (name "anonip") -- 2.39.1 ------------=_1679160541-7385-1-- From unknown Thu Jun 19 14:28:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#62050] [PATCH] gnu: Add tissue. Resent-From: Simon Tournier Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 04 Apr 2023 11:53:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62050 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac , Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 62050@debbugs.gnu.org Received: via spool by 62050-submit@debbugs.gnu.org id=B62050.16806091321699 (code B ref 62050); Tue, 04 Apr 2023 11:53:03 +0000 Received: (at 62050) by debbugs.gnu.org; 4 Apr 2023 11:52:12 +0000 Received: from localhost ([127.0.0.1]:46719 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pjfCt-0000RF-UT for submit@debbugs.gnu.org; Tue, 04 Apr 2023 07:52:12 -0400 Received: from mail-wr1-f41.google.com ([209.85.221.41]:41737) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pjfCn-0000Oc-UP for 62050@debbugs.gnu.org; Tue, 04 Apr 2023 07:52:09 -0400 Received: by mail-wr1-f41.google.com with SMTP id h17so32479208wrt.8 for <62050@debbugs.gnu.org>; Tue, 04 Apr 2023 04:52:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1680609120; x=1683201120; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:from:to:cc:subject:date:message-id:reply-to; bh=DQLKUaHRo2wVf0hqsasZ5dFNmlSRE2m2bvUVeu7q/LA=; b=P/Uwt31zntXnZlz6eBK+Pi+BOqGQ9ImbTLgO6BDzrEgsqmq2kR/Z3Hba83dnWtWKTN elx0C5myeCdIEvPN2zjoCV5U7RSy+fGC81IlvFGoY4POMqCHR/pGLe1mcnfEHQ+984fO Xj9rE39Ds04HPBagKHmJfvsrtplQFngik99PnWZrA1s6rf+rQi5zhwhdsRX4a+bq7te0 VJGGPgDhL/fQ12WeS7D2Q8XlodHsQJ8OtHwxy+XuwcxY63LB50g6hliL49N1e7SMuk1+ 96YSloLR7FnkhsbbL8Xl7qkFcrmohvw4HoWKiKaa1pwNEtweyzOO1V027nIAr5h13wsE zLjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680609120; x=1683201120; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=DQLKUaHRo2wVf0hqsasZ5dFNmlSRE2m2bvUVeu7q/LA=; b=75SDZGIqVV6h8u/JNHE4SuQinfP+2nK7VQ29Qk8IaoyD0Aqqsm2XV+qGv5bUSN73je haK9H486OmyxnwaRfH17kvj6wk6quHOAdYA4b3YztNq2KsEVUxQFon0fAJ5JZJuSZEMw oY2iDVm2cJUIhUQEuvuDTELtAtlMdVok48tPLtxQW5MaRJ9b+4jZZv7yQBKK5u1NjTR2 ULR2HOh6wZ6SOJ9gsqX9PlygPkUFO+GfXj6g2iYnMqKA8pHrCoiLFv/Da7T15Zt/Qh+x PBlILSDnuJZ8F3q3t0I5RnPx/PVeChFk9XBp+jppKArscVxttFip0oQ3wIHwm8Iiz3Hq zbRw== X-Gm-Message-State: AAQBX9fqO/xZ1p28ZPoMYLon+C54TZAh8o/FktCAsoGw7qFeUweJT3Lo e+klc//rhSi6aXykAeyzVXBrjsYx7FI= X-Google-Smtp-Source: AKy350bckDMW+JoiO6YOhcPPUry8bqXGzt6D9X3N2sNEdHSVDTrCYRDJpG2JyQc7Q6vH6AdZTXHaZQ== X-Received: by 2002:adf:db0f:0:b0:2c7:1755:30ad with SMTP id s15-20020adfdb0f000000b002c7175530admr1188826wri.2.1680609120462; Tue, 04 Apr 2023 04:52:00 -0700 (PDT) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id m17-20020adfe0d1000000b002d1e49cff35sm12127723wri.40.2023.04.04.04.52.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 04 Apr 2023 04:52:00 -0700 (PDT) From: Simon Tournier In-Reply-To: <87lejvbiiy.fsf@systemreboot.net> References: <20230308141221.7825-1-arunisaac@systemreboot.net> <87bkks9xi1.fsf@gnu.org> <87lejvbiiy.fsf@systemreboot.net> Date: Tue, 04 Apr 2023 13:20:15 +0200 Message-ID: <86355fvqq8.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Arun, On Fri, 17 Mar 2023 at 13:43, Arun Isaac wrote: > I really like lzip due to its supposedly better > design. https://www.nongnu.org/lzip/safety_of_the_lzip_format.html I've > been speaking to Timothy Sample about supporting lzip in > disarchive. It's a non-trivial amount of work, but I'll try to get it > done. It would be really great! :-) Cheers, simon