pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Search-Xapian pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7dde5ded4985
branches:  trunk
changeset: 395161:7dde5ded4985
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue Jul 07 16:31:42 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 module Search::Xapian from 1.0.12.0 to
    1.0.13.1
  - Setting license to ${PERL5_LICENSE} according to README file
  - Adding PKG_DESTDIR_SUPPORT

Upstream changes:
1.0.13.1  Tue May 26 13:51:18 GMT 2009
        [Changes contributed by Olly Betts]
        - Deprecate Search::Xapian::MSet::matches() and make it issue a
          warning.  Please use Search::Xapian::MSet::items() instead.
        - Add another translated example: simplematchdecider.pl

1.0.13.0  Sat May 23 15:10:39 GMT 2009
        [Changes contributed by Olly Betts]
        - Add Search::Xapian::MSet::matches() method which returns an array
          tied to the MSet (much like Search::Xapian::Enquire::matches(), but
          you get access to the MSet object itself).
        - Add new translated version of the simple examples from the Python
          bindings.
        - Add more fully featured examples: full-indexer.pl and
          full-searcher.pl.

diffstat:

 textproc/p5-Search-Xapian/Makefile |  7 +++++--
 textproc/p5-Search-Xapian/distinfo |  8 ++++----
 2 files changed, 9 insertions(+), 6 deletions(-)

diffs (36 lines):

diff -r 47a35a7aa665 -r 7dde5ded4985 textproc/p5-Search-Xapian/Makefile
--- a/textproc/p5-Search-Xapian/Makefile        Tue Jul 07 16:27:33 2009 +0000
+++ b/textproc/p5-Search-Xapian/Makefile        Tue Jul 07 16:31:42 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/04/20 22:35:17 schmonz Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/07 16:31:42 sno Exp $
 #
 
-DISTNAME=      Search-Xapian-1.0.12.0
+DISTNAME=      Search-Xapian-1.0.13.1
 PKGNAME=       ${DISTNAME:S/^/p5-/}
 CATEGORIES=    textproc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Search/}
@@ -9,6 +9,9 @@
 MAINTAINER=    schmonz%NetBSD.org@localhost
 HOMEPAGE=      http://xapian.org/docs/bindings/perl/Search/Xapian.html
 COMMENT=       Perl XS frontend to the Xapian C++ search library
+LICENSE=       ${PERL5_LICENSE}
+
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LANGUAGES= c++
 
diff -r 47a35a7aa665 -r 7dde5ded4985 textproc/p5-Search-Xapian/distinfo
--- a/textproc/p5-Search-Xapian/distinfo        Tue Jul 07 16:27:33 2009 +0000
+++ b/textproc/p5-Search-Xapian/distinfo        Tue Jul 07 16:31:42 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/04/20 22:35:17 schmonz Exp $
+$NetBSD: distinfo,v 1.3 2009/07/07 16:31:42 sno Exp $
 
-SHA1 (Search-Xapian-1.0.12.0.tar.gz) = fee5df9ce07c3aa16f2509a7373d48de468d9fc7
-RMD160 (Search-Xapian-1.0.12.0.tar.gz) = dd041858a4e7c28e17f8a655f1d484e157ab9495
-Size (Search-Xapian-1.0.12.0.tar.gz) = 46491 bytes
+SHA1 (Search-Xapian-1.0.13.1.tar.gz) = 702972d57b895044de92e7f827af9d31151c66db
+RMD160 (Search-Xapian-1.0.13.1.tar.gz) = ffdaf5f6c23dc5fbc5382793ec681d94261f284b
+Size (Search-Xapian-1.0.13.1.tar.gz) = 50321 bytes



Home | Main Index | Thread Index | Old Index