From unknown Sun Aug 10 07:38:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56187] [PATCH] gnu: Add omega. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 24 Jun 2022 13:05:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 56187 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 56187@debbugs.gnu.org Cc: Arun Isaac X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.165607587018281 (code B ref -1); Fri, 24 Jun 2022 13:05:02 +0000 Received: (at submit) by debbugs.gnu.org; 24 Jun 2022 13:04:30 +0000 Received: from localhost ([127.0.0.1]:41349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4iz6-0004kk-0X for submit@debbugs.gnu.org; Fri, 24 Jun 2022 09:04:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:38032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4iyv-0004kS-BX for submit@debbugs.gnu.org; Fri, 24 Jun 2022 09:04:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57850) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4iyu-0002qX-0y for guix-patches@gnu.org; Fri, 24 Jun 2022 09:04:17 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:34142) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4iyn-0006qi-Bw for guix-patches@gnu.org; Fri, 24 Jun 2022 09:04:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=q9cr4P9IwwJZfjASOuu8H6f6Vb7BtlYjwEdskwaK24c=; b=pLX4NEWdX17xE4D48FppYkS3ai 6iCucZKF2f+MierqPnAj0+aVcuaiP4H9RrRxL2KHeREtReGzuxaCtmAv7L+YEf9ks5qaSfXFWxsw0 TcWFiYmiUojHUIVlCfKk/G3RaMKvVazuu7RqoyRbl9dVrYjFv3/meV48m0GQE3vitADuFsA2i8cpc THIMdV7jwBT/VM5IOOmZ2Th0SrZ8mEr3f63jpRTNBwmB1qrkPZq/d6R1Vu+h6bvQHb4y5sYn8aJ4K 7f1s2Eo1ib1MOmngQ+Iq1LDhmq/j2S6Yo8M7c8MCx9mv/Hdcva6mMOxN240sb+hJ6hcxMdKCSfF+/ NQX9me1A==; Received: from [192.168.2.1] (port=4238 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1o4iyT-0009ni-75; Fri, 24 Jun 2022 18:33:49 +0530 From: Arun Isaac Date: Fri, 24 Jun 2022 18:33:46 +0530 Message-Id: <20220624130346.27276-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/search.scm (omega): New variable. --- gnu/packages/search.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 27c1aa3318..523cb3b3ae 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -108,6 +108,35 @@ (define-public xapian (home-page "https://xapian.org/") (license (list license:gpl2+ license:bsd-3 license:x11)))) +(define-public omega + (package + (name "omega") + (version (package-version xapian)) + (source + (origin + (method url-fetch) + (uri (string-append "https://oligarchy.co.uk/xapian/" version + "/xapian-omega-" version ".tar.xz")) + (sha256 + (base32 + "136dsna6jvq48j4x4rr5y9nxmgrif9kvf4ybl5a6gpsmgqlfzcp4")))) + (build-system gnu-build-system) + (inputs + (list (list pcre "bin") perl xapian zlib)) + (home-page "https://xapian.org/") + (synopsis "Search engine built on Xapian") + (description + "Omega is a search application built on Xapian. It provides indexers and +a CGI web search frontend.") + (license (list license:gpl2+ ; Main license + ;; csvescape.cc, csvescape.h, csvesctest.cc, datetime.cc, + ;; datetime.h, jsonescape.cc, jsonescape.h, jsonesctest.cc, + ;; mimemap.h, my-html-tok.h, namedents.h, pkglibbindir.cc, + ;; pkglibbindir.h, timegm.cc, timegm.h, urldecode.h, + ;; urlencode.cc, urlencode.h, urlenctest.cc, common/Tokeniseise.pm, + ;; common/keyword.cc, common/keyword.h + license:expat)))) + (define-public python-xapian-bindings (package (inherit xapian) (name "python-xapian-bindings") -- 2.36.1 From unknown Sun Aug 10 07:38:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#56187] [PATCH] gnu: Add omega. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 03 Jul 2022 11:14:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 56187 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 56187@debbugs.gnu.org Received: via spool by 56187-submit@debbugs.gnu.org id=B56187.165684681422142 (code B ref 56187); Sun, 03 Jul 2022 11:14:02 +0000 Received: (at 56187) by debbugs.gnu.org; 3 Jul 2022 11:13:34 +0000 Received: from localhost ([127.0.0.1]:43417 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7xXi-0005l4-DX for submit@debbugs.gnu.org; Sun, 03 Jul 2022 07:13:34 -0400 Received: from eggs.gnu.org ([209.51.188.92]:38066) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o7xXh-0005ko-B6 for 56187@debbugs.gnu.org; Sun, 03 Jul 2022 07:13:33 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36220) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7xXb-0006yD-04; Sun, 03 Jul 2022 07:13:27 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=FZ+Wed1b020Z/2D05QN2keqK0Mnq/y+oXSW4P+yuah8=; b=YKaQ8DnMNy89LRLCSWbA cd5MTi+ct/npXHlghOG2l7rIdn78evfpgCQ17YdSoMYquF5V9KJZm0WMHUd1IDWdMZF/qGWoPwlB/ QZ0GdUkD7TMuG7vNGQ7oLqbVHwZ5nrwsaVSuIUE3XiLRUTLCBDZcjV1fvLN2mTdG+UYv5Z/uDnyv2 s0WkE1QI/M1mHEpjoNYoSj67N21CGPiElXy4lrGC3vhNVOY/gwe7NBOd/OfNQrvtprwd03Wpod1/8 piDo3YHVszcLlQPwz1PytaKdzVJTWV1jt8GN/DSiflE49QRGHWe8v0oF+yfO1Tjb5iInNyi60cXGm 5OclbxaGNqh0NQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=36566 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o7xXa-0000aK-Jo; Sun, 03 Jul 2022 07:13:26 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220624130346.27276-1-arunisaac@systemreboot.net> Date: Sun, 03 Jul 2022 13:13:25 +0200 In-Reply-To: <20220624130346.27276-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Fri, 24 Jun 2022 18:33:46 +0530") Message-ID: <87mtdqzbxm.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi Arun, Arun Isaac skribis: > * gnu/packages/search.scm (omega): New variable. LGTM! Ludo=E2=80=99. From unknown Sun Aug 10 07:38:21 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Arun Isaac Subject: bug#56187: closed (Re: bug#56187: [PATCH] gnu: Add omega.) Message-ID: References: <874jzsaxdx.fsf@systemreboot.net> <20220624130346.27276-1-arunisaac@systemreboot.net> X-Gnu-PR-Message: they-closed 56187 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 56187@debbugs.gnu.org Date: Fri, 08 Jul 2022 07:16:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1657264562-17310-1" This is a multi-part message in MIME format... ------------=_1657264562-17310-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #56187: [PATCH] gnu: Add omega. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 56187@debbugs.gnu.org. --=20 56187: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D56187 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1657264562-17310-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 56187-done) by debbugs.gnu.org; 8 Jul 2022 07:15:14 +0000 Received: from localhost ([127.0.0.1]:58622 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9iCn-0004UA-NO for submit@debbugs.gnu.org; Fri, 08 Jul 2022 03:15:13 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:33276) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o9iCj-0004Tu-Sa for 56187-done@debbugs.gnu.org; Fri, 08 Jul 2022 03:15:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=2KTQT9Ih8mabdfaa7qYfRfoGfIHHFcxm9n15+pLG4vk=; b=co2Z81GHJI9NwvGDI/z/SiMkXU 7FQtdJsSuaQlenDk6O9MMDCOcQ5O/q8u1WDpyONP7ym0IENt+Dhidq+iXWcTCO2UIjxGdmFBhwH1R 0OS2qrR3kUeLuGiqxBUVSRo/6MWnJaNsoWhb64+O5bf6aJ7gJZuc12hQmlyMcTPyR7kHhPo62qj3z bgfFOJmDMWpWIY4YSfzBMzHzobgVzsj34+zeVefnuyMwnV01HGE2e6D0GwX9EmIzspU9EFHdL5ABW tm+0AkhlKZ6f7ZgFi5esWsCyBl/H41iab/rIj/PkSmrYwblTmmRZMQfJc1bsiE635JVC6XbVSnZ28 V8+lNonQ==; Received: from [192.168.2.1] (port=2908 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1o9iCh-0002XQ-0W; Fri, 08 Jul 2022 12:45:07 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: bug#56187: [PATCH] gnu: Add omega. In-Reply-To: <87mtdqzbxm.fsf@gnu.org> References: <20220624130346.27276-1-arunisaac@systemreboot.net> <87mtdqzbxm.fsf@gnu.org> Date: Fri, 08 Jul 2022 12:45:06 +0530 Message-ID: <874jzsaxdx.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 56187-done Cc: 56187-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Pushed, thanks! ------------=_1657264562-17310-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 24 Jun 2022 13:04:30 +0000 Received: from localhost ([127.0.0.1]:41349 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4iz6-0004kk-0X for submit@debbugs.gnu.org; Fri, 24 Jun 2022 09:04:30 -0400 Received: from lists.gnu.org ([209.51.188.17]:38032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4iyv-0004kS-BX for submit@debbugs.gnu.org; Fri, 24 Jun 2022 09:04:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57850) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4iyu-0002qX-0y for guix-patches@gnu.org; Fri, 24 Jun 2022 09:04:17 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:34142) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4iyn-0006qi-Bw for guix-patches@gnu.org; Fri, 24 Jun 2022 09:04:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=q9cr4P9IwwJZfjASOuu8H6f6Vb7BtlYjwEdskwaK24c=; b=pLX4NEWdX17xE4D48FppYkS3ai 6iCucZKF2f+MierqPnAj0+aVcuaiP4H9RrRxL2KHeREtReGzuxaCtmAv7L+YEf9ks5qaSfXFWxsw0 TcWFiYmiUojHUIVlCfKk/G3RaMKvVazuu7RqoyRbl9dVrYjFv3/meV48m0GQE3vitADuFsA2i8cpc THIMdV7jwBT/VM5IOOmZ2Th0SrZ8mEr3f63jpRTNBwmB1qrkPZq/d6R1Vu+h6bvQHb4y5sYn8aJ4K 7f1s2Eo1ib1MOmngQ+Iq1LDhmq/j2S6Yo8M7c8MCx9mv/Hdcva6mMOxN240sb+hJ6hcxMdKCSfF+/ NQX9me1A==; Received: from [192.168.2.1] (port=4238 helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1o4iyT-0009ni-75; Fri, 24 Jun 2022 18:33:49 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH] gnu: Add omega. Date: Fri, 24 Jun 2022 18:33:46 +0530 Message-Id: <20220624130346.27276-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=139.59.75.54; envelope-from=arunisaac@systemreboot.net; helo=mugam.systemreboot.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Arun Isaac X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/search.scm (omega): New variable. --- gnu/packages/search.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm index 27c1aa3318..523cb3b3ae 100644 --- a/gnu/packages/search.scm +++ b/gnu/packages/search.scm @@ -108,6 +108,35 @@ (define-public xapian (home-page "https://xapian.org/") (license (list license:gpl2+ license:bsd-3 license:x11)))) +(define-public omega + (package + (name "omega") + (version (package-version xapian)) + (source + (origin + (method url-fetch) + (uri (string-append "https://oligarchy.co.uk/xapian/" version + "/xapian-omega-" version ".tar.xz")) + (sha256 + (base32 + "136dsna6jvq48j4x4rr5y9nxmgrif9kvf4ybl5a6gpsmgqlfzcp4")))) + (build-system gnu-build-system) + (inputs + (list (list pcre "bin") perl xapian zlib)) + (home-page "https://xapian.org/") + (synopsis "Search engine built on Xapian") + (description + "Omega is a search application built on Xapian. It provides indexers and +a CGI web search frontend.") + (license (list license:gpl2+ ; Main license + ;; csvescape.cc, csvescape.h, csvesctest.cc, datetime.cc, + ;; datetime.h, jsonescape.cc, jsonescape.h, jsonesctest.cc, + ;; mimemap.h, my-html-tok.h, namedents.h, pkglibbindir.cc, + ;; pkglibbindir.h, timegm.cc, timegm.h, urldecode.h, + ;; urlencode.cc, urlencode.h, urlenctest.cc, common/Tokeniseise.pm, + ;; common/keyword.cc, common/keyword.h + license:expat)))) + (define-public python-xapian-bindings (package (inherit xapian) (name "python-xapian-bindings") -- 2.36.1 ------------=_1657264562-17310-1--