./textproc/p5-Search-Xapian, Perl XS frontend to the Xapian C++ search library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.0.14.0nb1, Package name: p5-Search-Xapian-1.0.14.0nb1, Maintainer: schmonz

This is Search::Xapian, a Perl XS frontend to the Xapian C++ search library.


Required to run:
[lang/perl5] [textproc/xapian]

Master sites: (Expand)

SHA1: 9813a6d1c6cac7907f35f271873c61c5f8763556
RMD160: e89a5a24aa4a271ca91ea1c4c925d8fcb574b211
Filesize: 49.546 KB

Version history: (Expand)


CVS history: (Expand)


   2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | Package updated
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
   2009-08-01 10:42:58 by Amitai Schlair | Files touched by this commit (2) | Package updated
Log message:
Update to 1.0.14.0. From the changelog:

- Add handling of C++ exceptions from methods of Document (ticket#284).
   2009-07-07 18:31:42 by Jens Rehsack | Files touched by this commit (2)
Log message:
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.
   2009-04-21 00:35:17 by Amitai Schlair | Files touched by this commit (2) | Package updated
Log message:
Update to 1.0.12.0. From the changelog:
- Add handling of exceptions from Database::get_metadata() and methods
  of Enquire which might throw DatabaseModifiedError to address
  situation reported in ticket#284.
- Skip thread.t testcase if Perl is new enough, but wasn't built with
  thread support (reported by Felix Antonius Wilhelm Ostmann).
- Fix "fake VPATH" mode to work better.
- Add test coverage for more WritableDatabase methods.
- Wrap the new FLAG_DEFAULT constant which gives the QueryParser
  default flag settings, allowing you to easily add flags to the
  default ones.
- Makefile.PL now supports a "fake VPATH" mode, to better support for
  building from SVN.  If you run "perl /path/to/Makefile.PL" then
  Makefile.PL will run Makefile.PL as nomal in /path/to, and then
  create a stub Makefile in the current directory which forwards any
  make invocations.
- Wrap Search::Xapian::get_major_version(), get_minor_version(),
  get_revision(), sortable_serialise(), and sortable_unserialise().
- Reject xapian-core < 1.0 with an error rather than just a warning.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
   2008-07-27 01:39:21 by Amitai Schlair | Files touched by this commit (3) | Imported package
Log message:
Initial import of Search::Xapian, a Perl XS frontend to the Xapian
C++ search library.