X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=INSTALL;h=f834b49f01fe5107415a813fdcf83e62ea7c77af;hb=d62d98b9a7f502da65673f0b83a6d06312c060d9;hp=a661c77672ba1aa96315f8f7dd245dbf5bfca298;hpb=3b508de80a200e9a32adbdc437434339187dde88;p=public-inbox.git diff --git a/INSTALL b/INSTALL index a661c776..f834b49f 100644 --- a/INSTALL +++ b/INSTALL @@ -32,10 +32,6 @@ To accept incoming mail into a public inbox, you'll likely want: Beyond that, there is a long list of Perl modules required, starting with: -* Date::Parse deb: libtimedate-perl - pkg: p5-TimeDate - rpm: perl-TimeDate - * Digest::SHA typically installed with Perl rpm: perl-Digest-SHA @@ -43,11 +39,6 @@ Beyond that, there is a long list of Perl modules required, starting with: pkg: p5-Email-MIME rpm: perl-Email-MIME -* Plack deb: libplack-perl - pkg: p5-Plack - rpm: perl-Plack, perl-Plack-Test, - (for HTML/Atom generation) - * URI::Escape deb: liburi-perl pkg: p5-URI rpm: perl-URI @@ -59,6 +50,11 @@ Where "deb" indicates package names for Debian-derived distributions, Numerous optional modules are likely to be useful as well: +* Plack deb: libplack-perl + pkg: p5-Plack + rpm: perl-Plack, perl-Plack-Test, + (for HTML/Atom generation) + - DBD::SQLite deb: libdbd-sqlite3-perl pkg: p5-DBD-SQLite rpm: perl-DBD-SQLite @@ -81,6 +77,11 @@ 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 @@ -130,10 +131,17 @@ above, so there is no need to explicitly install them: typically installed alongside Perl5) - Filesys::Notify::Simple deb: libfilesys-notify-simple-perl - pkg: pkg-Filesys-Notify-Simple + pkg: p5-Filesys-Notify-Simple rpm: perl-Filesys-Notify-Simple (for public-inbox-watch, pulled in by Plack) +- Linux::Inotify deb: liblinux-inotify2-perl + rpm: perl-Linux-Inotify2 + (for public-inbox-watch on Linux) + +- Filesys::Notify::KQueue pkg: p5-Filesys-Notify-KQueue + (for public-inbox-watch on FreeBSD) + - IO::Compress::Gzip deb: perl-modules (or libio-compress-perl) pkg: perl5 rpm: perl-IO-Compress @@ -155,10 +163,6 @@ Uncommonly needed modules: Optional packages testing and development: -- IPC::Run deb: libipc-run-perl - pkg: p5-IPC-Run - rpm: perl-IPC-Run - - Plack::Test deb: libplack-test-perl pkg: p5-Plack rpm: perl-Plack-Test