unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH] doc: INSTALL: note OpenBSD xapian-bindings-perl package
@ 2023-08-24 19:35 Eric Wong
  2023-08-24 20:30 ` Štěpán Němec
  0 siblings, 1 reply; 6+ messages in thread
From: Eric Wong @ 2023-08-24 19:35 UTC (permalink / raw)
  To: meta; +Cc: Štěpán Němec

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 <stepnem@smrk.net>
Link: https://public-inbox.org/meta/20230824132323+0200.507058-stepnem@smrk.net/
---
 INSTALL | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index 65032d11..91e590ce 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)
 

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-08-26  6:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-24 19:35 [PATCH] doc: INSTALL: note OpenBSD xapian-bindings-perl package Eric Wong
2023-08-24 20:30 ` Štěpán Němec
2023-08-24 21:51   ` Eric Wong
2023-08-25 15:19     ` Štěpán Němec
2023-08-25 20:43       ` Eric Wong
2023-08-26  6:03         ` Eric Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).