From patchwork Sat May 1 12:05:00 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Xinglu Chen X-Patchwork-Id: 29049 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 2A0A927BC7D; Sat, 1 May 2021 13:06:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 99BD027BC7C for ; Sat, 1 May 2021 13:06:11 +0100 (BST) Received: from localhost ([::1]:60342 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcoNu-0007R1-Nb for patchwork@mira.cbaines.net; Sat, 01 May 2021 08:06:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45126) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcoNn-0007QV-3l for guix-patches@gnu.org; Sat, 01 May 2021 08:06:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52733) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lcoNm-0007PN-S6 for guix-patches@gnu.org; Sat, 01 May 2021 08:06:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lcoNm-0004dW-La for guix-patches@gnu.org; Sat, 01 May 2021 08:06:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48033] [PATCH v3 1/2] gnu: Add perl-linux-inotify2. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 01 May 2021 12:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48033 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48033@debbugs.gnu.org Received: via spool by 48033-submit@debbugs.gnu.org id=B48033.161987070917407 (code B ref 48033); Sat, 01 May 2021 12:06:02 +0000 Received: (at 48033) by debbugs.gnu.org; 1 May 2021 12:05:09 +0000 Received: from localhost ([127.0.0.1]:35882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoMv-0004We-7X for submit@debbugs.gnu.org; Sat, 01 May 2021 08:05:09 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:44302 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoMt-0004VW-2L for 48033@debbugs.gnu.org; Sat, 01 May 2021 08:05:07 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619870700; bh=Xfjm6sv5HS2balP+XyBj9iW+fyDJRHHSrmdu3EUzJkQ=; h=From:To:Subject:In-Reply-To:References:Date; b=SV4YNjQcG0j23lC05olaO2C+iyX/mti7r0Z22wMfnHwVMDt+llAYJ1mRnXAvdn34J srnpb+yZ0aPY9PwZ8Zy/LXOoVUszrtNHf65XLQg237hhZzUcQKx8hQsaMgIhwVieRE Nb8DmO1smbOvYniqBDk9sMpGE0jxqwdraHXofntE= In-Reply-To: References: Message-Id: Date: Sat, 01 May 2021 14:05:00 +0200 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/perl.scm (perl-linux-inotify2): New variable. --- gnu/packages/perl.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 559e6ad9e0..f0750e5620 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -29,6 +29,7 @@ ;;; Copyright © 2020 Nicolas Goaziou ;;; Copyright © 2020 Malte Frank Gerdes ;;; Copyright © 2021 Maxim Cournoyer +;;; Copyright © 2021 Xinglu Chen ;;; ;;; This file is part of GNU Guix. ;;; @@ -5905,6 +5906,28 @@ writing system to another, based on national or international transliteration tables. Where possible a reverse transliteration is supported.") (license (package-license perl)))) +(define-public perl-linux-inotify2 + (package + (name "perl-linux-inotify2") + (version "2.2") + (source + (origin + (method url-fetch) + (uri (string-append + "mirror://cpan/authors/id/M/ML/MLEHMANN/Linux-Inotify2-" + version ".tar.gz")) + (sha256 + (base32 + "0crlxmaa4lsgdjm5p9ib8rdxiy70qj1s68za3q3v57v8ll6s4hfx")))) + (build-system perl-build-system) + (propagated-inputs + `(("perl-common-sense" ,perl-common-sense))) + (home-page "https://metacpan.org/release/Linux-Inotify2") + (synopsis "Scalable file change notification") + (description "This module implements an interface to the Linux 2.6.13 and +later Inotify file change notification system.") + (license (package-license perl)))) + (define-public perl-list-allutils (package (name "perl-list-allutils") From patchwork Sat May 1 12:05:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Xinglu Chen X-Patchwork-Id: 29048 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 13D3D27BC7E; Sat, 1 May 2021 13:06:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 74F0527BC7D for ; Sat, 1 May 2021 13:06:11 +0100 (BST) Received: from localhost ([::1]:60344 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcoNu-0007R4-L6 for patchwork@mira.cbaines.net; Sat, 01 May 2021 08:06:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45138) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcoNo-0007Qn-0r for guix-patches@gnu.org; Sat, 01 May 2021 08:06:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52737) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lcoNn-0007QD-Pa for guix-patches@gnu.org; Sat, 01 May 2021 08:06:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lcoNn-0004dj-Ik for guix-patches@gnu.org; Sat, 01 May 2021 08:06:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48033] [PATCH v3 2/2] gnu: public-inbox: Update to 1.6.1. Resent-From: Xinglu Chen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 01 May 2021 12:06:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48033 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48033@debbugs.gnu.org Received: via spool by 48033-submit@debbugs.gnu.org id=B48033.161987071117426 (code B ref 48033); Sat, 01 May 2021 12:06:03 +0000 Received: (at 48033) by debbugs.gnu.org; 1 May 2021 12:05:11 +0000 Received: from localhost ([127.0.0.1]:35886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoMw-0004X0-HE for submit@debbugs.gnu.org; Sat, 01 May 2021 08:05:10 -0400 Received: from h87-96-130-155.cust.a3fiber.se ([87.96.130.155]:44312 helo=mail.yoctocell.xyz) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcoMv-0004Vt-4P for 48033@debbugs.gnu.org; Sat, 01 May 2021 08:05:09 -0400 From: Xinglu Chen DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yoctocell.xyz; s=mail; t=1619870703; bh=ajg9xSDLaxiXoVsSpXpMktWoK8m8u2B8lFGaxqXU4PA=; h=From:To:Subject:In-Reply-To:References:Date; b=am3b2cFexhBMQ4Jwbj9ZFhFmk70m4ZjJgs7NmLVmp9lSlrSrimFF3PC1Ts7r+SEdm G89nS67C/7icvmOinGm/E4KiE9T8YxJRSu7MUGEuNc8IbPvE9BYGkzl8FicVgyxfNQ sbYHulNP6GBDWrCGOvYT764vjKoCTs6M7gyiL4GM= In-Reply-To: References: Message-Id: <8a522a74c38780d265cc0342e5b37bf80ac53e03.1619870602.git.public@yoctocell.xyz> Date: Sat, 01 May 2021 14:05:03 +0200 MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/mail.scm (public-inbox)[version]: Update to 1.6.1. [inputs]: Add optional dependencies. ‘perl-filesys-notify-simple’ has been superseded by ‘perl-linux-inotify2’ by upstream. [synopsis]: Capitalize “git”. [description]: Likewise. Mention IMAP support. --- gnu/packages/mail.scm | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index 5d307df124..2f2cfef543 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm @@ -4081,7 +4081,7 @@ Git and exports them in maildir format or to an MDA through a pipe.") (define-public public-inbox (package (name "public-inbox") - (version "1.5.0") + (version "1.6.1") (source (origin (method git-fetch) (uri (git-reference @@ -4089,7 +4089,7 @@ Git and exports them in maildir format or to an MDA through a pipe.") (commit (string-append "v" version)))) (sha256 (base32 - "03zj7shdl3vibs7k5lr673bwcf8j1xx8is3mjz34ca4cdh6p5j2k")) + "0mlwnp5knr7rk9kv8grlh342wsq2193m22zs83cjn9p7x9r2x5f9")) (file-name (git-file-name name version)))) (build-system perl-build-system) (arguments @@ -4144,22 +4144,28 @@ Git and exports them in maildir format or to an MDA through a pipe.") ("perl-email-mime" ,perl-email-mime) ("perl-email-simple" ,perl-email-simple) ("perl-net-server" ,perl-net-server) - ("perl-filesys-notify-simple" ,perl-filesys-notify-simple) ("perl-plack-middleware-deflater" ,perl-plack-middleware-deflater) ("perl-plack-middleware-reverseproxy" ,perl-plack-middleware-reverseproxy) ("perl-plack" ,perl-plack) ("perl-search-xapian" ,perl-search-xapian) ("perl-timedate" ,perl-timedate) ("perl-uri-escape" ,perl-uri-escape) + ("perl-inline-c" ,perl-inline-c) + ("perl-parse-recdescent" ,perl-parse-recdescent) + ("perl-linux-inotify2" ,perl-linux-inotify2) + ;; FIXME: Perl modules are unable to find the config file for highlight + ;; https://issues.guix.gnu.org/48033#4 + ;; ("highlight" ,highlight) + ;; For testing. ("perl-ipc-run" ,perl-ipc-run) ("perl-xml-feed" ,perl-xml-feed))) (home-page "https://public-inbox.org/README.html") - (synopsis "Archive mailing lists in git repositories") + (synopsis "Archive mailing lists in Git repositories") (description - "public-inbox implements the sharing of an email inbox via git to + "public-inbox implements the sharing of an email inbox via Git to complement or replace traditional mailing lists. Readers may read via NNTP, -Atom feeds or HTML archives.") +IMAP, Atom feeds or HTML archives.") (license license:agpl3+))) (define-public sylpheed