pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/p5-Search-Xapian
Module Name: pkgsrc
Committed By: schmonz
Date: Mon Apr 20 22:35:17 UTC 2009
Modified Files:
pkgsrc/textproc/p5-Search-Xapian: Makefile distinfo
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/p5-Search-Xapian/Makefile
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/textproc/p5-Search-Xapian/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index