Commit graph

5 commits

Author SHA1 Message Date
schmonz
64397c3ecf Update to 1.0.14.0. From the changelog:
- Add handling of C++ exceptions from methods of Document (ticket#284).
2009-08-01 08:42:58 +00:00
sno
1d29c0a912 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-07-07 16:31:42 +00:00
schmonz
4a76c9c0eb 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.
2009-04-20 22:35:17 +00:00
he
b021813da0 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-10-19 19:17:40 +00:00
schmonz
8754fb378d Initial import of Search::Xapian, a Perl XS frontend to the Xapian
C++ search library.
2008-07-26 23:39:21 +00:00