unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@member.fsf.org>
To: 35142@debbugs.gnu.org
Cc: 宋文武 <iyzsong@member.fsf.org>
Subject: [bug#35142] [PATCH 6/8] gnu: Add perl-search-xapian.
Date: Sat,  6 Apr 2019 08:50:03 +0800	[thread overview]
Message-ID: <20190406005005.3893-6-iyzsong@member.fsf.org> (raw)
In-Reply-To: <20190406005005.3893-1-iyzsong@member.fsf.org>

* gnu/packages/search.scm (perl-search-xapian): New variable.
---
 gnu/packages/search.scm | 28 +++++++++++++++++++++++++++-
 1 file changed, 27 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/search.scm b/gnu/packages/search.scm
index a127d5ca34..fe51900179 100644
--- a/gnu/packages/search.scm
+++ b/gnu/packages/search.scm
@@ -23,11 +23,12 @@
 
 (define-module (gnu packages search)
   #:use-module ((guix licenses)
-                #:select (gpl2 gpl2+ gpl3+ lgpl2.1+ bsd-3 x11))
+                #:select (gpl2 gpl2+ gpl3+ lgpl2.1+ bsd-3 x11 perl-license))
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix utils)
   #:use-module (guix build-system gnu)
+  #:use-module (guix build-system perl)
   #:use-module (guix build-system python)
   #:use-module (gnu packages)
   #:use-module (gnu packages compression)
@@ -110,6 +111,31 @@ rich set of boolean query operators.")
     (synopsis "Python bindings for the Xapian search engine library")
     (license gpl2+)))
 
+(define-public perl-search-xapian
+  (package
+    (name "perl-search-xapian")
+    (version "1.2.25.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "mirror://cpan/authors/id/O/OL/OLLY/"
+                           "Search-Xapian-" version ".tar.gz"))
+       (sha256
+        (base32
+         "0hpa8gi38j0ibq8af6dy69lm1bl5jnq76nsa69dbrzbr88l5m594"))))
+    (build-system perl-build-system)
+    (native-inputs
+     `(("perl-devel-leak" ,perl-devel-leak)))
+    (inputs
+     `(("xapian" ,xapian)))
+    (home-page "https://metacpan.org/release/Search-Xapian")
+    (synopsis "Perl XS frontend to the Xapian C++ search library")
+    (description
+     "Search::Xapian wraps most methods of most Xapian classes.  The missing
+classes and methods should be added in the future.  It also provides a
+simplified, more 'perlish' interface to some common operations.")
+    (license perl-license)))
+
 (define-public libtocc
   (package
     (name "libtocc")
-- 
2.19.2

  parent reply	other threads:[~2019-04-06  0:51 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-04 14:49 [bug#35142] [PATCH] gnu: Add perl-email-address-xs 宋文武
2019-04-06  0:49 ` [bug#35142] [PATCH 1/8] " 宋文武
2019-04-06  0:49   ` [bug#35142] [PATCH 2/8] gnu: Add perl-devel-leak 宋文武
2019-04-06  0:50   ` [bug#35142] [PATCH 3/8] gnu: Add perl-filesys-notify-simple 宋文武
2019-04-06  0:50   ` [bug#35142] [PATCH 4/8] gnu: Add perl-sys-syscall 宋文武
2019-04-06  0:50   ` [bug#35142] [PATCH 5/8] gnu: Add perl-danga-socket 宋文武
2019-04-06  0:50   ` 宋文武 [this message]
2019-04-06  0:50   ` [bug#35142] [PATCH 7/8] gnu: Add perl-plack-middleware-deflater 宋文武
2019-04-06  0:50   ` [bug#35142] [PATCH 8/8] gnu: Add public-inbox 宋文武
2020-03-01  2:39 ` bug#35142: Status: [PATCH 0/8] " 宋文武

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190406005005.3893-6-iyzsong@member.fsf.org \
    --to=iyzsong@member.fsf.org \
    --cc=35142@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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).