From: Eric Wong Date: Thu, 24 Aug 2023 19:35:09 +0000 (+0000) Subject: doc: INSTALL: note OpenBSD xapian-bindings-perl package X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cf7dabee1606848b2cea89f3d1968e642fff9f4;p=thirdparty%2Fpublic-inbox.git doc: INSTALL: note OpenBSD xapian-bindings-perl package The `xapian-bindings-perl' package contains the Xapian.pm SWIG bindings, but doesn't adhere to the existing convention of naming system packages after the Perl package name itself using: "p5-${\($Perl_package_name =~ s/::/-/gr)}". Reported-by: Štěpán Němec Link: https://public-inbox.org/meta/20230824132323+0200.507058-stepnem@smrk.net/ --- diff --git a/INSTALL b/INSTALL index 65032d11d..91e590ce3 100644 --- a/INSTALL +++ b/INSTALL @@ -68,7 +68,8 @@ Numerous optional modules are likely to be useful as well: (for v2, IMAP, NNTP, or gzipped mboxes) - Search::Xapian or Xapian(.pm) deb: libsearch-xapian-perl - pkg: p5-Search-Xapian OR p5-Xapian + pkg: p5-Search-Xapian OR p5-Xapian (FreeBSD) + xapian-bindings-perl (OpenBSD) rpm: perl-Search-Xapian (HTTP and IMAP search)