From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 2AF6F1F884 for ; Fri, 24 Jan 2020 22:09:34 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 3/5] doc: INSTALL describe required deps for released versions Date: Fri, 24 Jan 2020 22:09:31 +0000 Message-Id: <20200124220933.11970-4-e@yhbt.net> In-Reply-To: <20200124220933.11970-1-e@yhbt.net> References: <20200124220933.11970-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1.3.0 isn't out, yet, and sometimes folks will rely on INSTALL on our website while installing older versions, so try to clarify that. --- INSTALL | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/INSTALL b/INSTALL index f834b49f..2f7b9972 100644 --- a/INSTALL +++ b/INSTALL @@ -44,17 +44,25 @@ Beyond that, there is a long list of Perl modules required, starting with: rpm: perl-URI (for HTML/Atom generation) -Where "deb" indicates package names for Debian-derived distributions, -"pkg" is for the FreeBSD package (maybe other common BSDs, too), and -"rpm" is for RPM-based distributions (only known to work on Fedora). - -Numerous optional modules are likely to be useful as well: +Plack and Date::Parse will be optional when v1.3.0 is released, +but required for current and older releases: * Plack deb: libplack-perl pkg: p5-Plack rpm: perl-Plack, perl-Plack-Test, (for HTML/Atom generation) +- Date::Parse deb: libtimedate-perl + pkg: p5-TimeDate + rpm: perl-TimeDate + (for broken, mostly historical emails) + +Where "deb" indicates package names for Debian-derived distributions, +"pkg" is for the FreeBSD package (maybe other common BSDs, too), and +"rpm" is for RPM-based distributions (only known to work on Fedora). + +Numerous optional modules are likely to be useful as well: + - DBD::SQLite deb: libdbd-sqlite3-perl pkg: p5-DBD-SQLite rpm: perl-DBD-SQLite @@ -77,11 +85,6 @@ Numerous optional modules are likely to be useful as well: (speeds up process spawning on Linux, see public-inbox-daemon(8)) -- Date::Parse deb: libtimedate-perl - pkg: p5-TimeDate - rpm: perl-TimeDate - (for broken, mostly historical emails) - - Plack::Middleware::ReverseProxy deb: libplack-middleware-reverseproxy-perl pkg: p5-Plack-Middleware-ReverseProxy rpm: perl-Plack-Middleware-ReverseProxy