Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
schmonz 64a2321c6a Update to 1.2.15. From the changelog:
Xapian-core 1.2.15 (2013-04-16):

API:

* QueryParser/TermGenerator: Don't include CJK codepoints which are
  punctuation in N-grams.

* TermGenerator: Fix bug where we failed to generate the first bigram
  from the second sequence of N-grammable CJK characters in a piece of text.

brass backend:

* Call fdatasync()/fsync() when creating the "iambrass" file.

chert backend:

* Call fdatasync()/fsync() when creating the "iamchert" file.

flint backend:

* Call fdatasync()/fsync() when creating the "iamflint" file.

tools:

* delve: If -v is specified more than once, show even more info in some cases.

Xapian-core 1.2.14 (2013-03-14):

API:

* MSet::get_document(): Don't cache retrieved Document objects unless they
  were requested with fetch().  This avoids using a lot of memory when many
  MSet entries are retrieved.  (Fixes #604)

matcher:

* Check if a candidate document has at least the minimum weight needed
  before checking positional information, which speeds up slow phrase
  searches (partly addresses #394).

brass backend:

* Fix multipass compaction not to damage document values, and to merge the
  database stats correctly.  (fixes #615)

chert backend:

* Fix multipass compaction not to damage document values, and to merge the
  database stats correctly.  (fixes #615)

flint backend:

* Fix multipass compaction bug.  (fixes #615)

tools:

* xapian-replicate:

  + Fix handling of delays between replication events - the subtraction of the
    target time and the current time was reversed, so we wouldn't sleep when
    before the deadline, but would sleep after it for the amount we'd missed it
    by.

  + On Microsoft Windows, we no longer sleep for more than 43 years if the
    target time for a replication event had already passed.  (Fixes #472)

Xapian-core 1.2.13 (2013-01-09):

API:

* TermGenerator: Add new method TermGenerator::set_max_word_length() to allow
  this limit to be adjusted by the user.

* QueryParser: Implicitly close any unclosed brackets at the end of the query
  string.  Patch from Sehaj Singh Kalra.

* DateValueRangeProcessor: Add extra constructor overloaded form so that in
  DateValueRangeProcessor(1, "date:"), the const char * gets interpreted as
  std::string rather than bool.

matcher:

* Improved fix for #590 - count all matching LeafPostList objects with a Weight
  object rather than trying to prune at the MultiAndPostList level based on
  max_wt (if wdf is always zero for a term, BM25 gives max_wt of 0, which lead
  to us never counting that subquery.

* Fix calculation of 0.0/0.0 in some cases.  This then got used as a minimum
  weight, but it seems this gives -nan (at least on x86-64 Linux) so it may
  have been harmless in practice.

* We no longer use the highest weighted MSet entry to calculate percentages, so
  remove code which finds it.

brass backend:

* Close excess file handles before we get the fcntl lock, which avoids the
  lock being released again if one is open on the lock file.  Notably this
  avoids a situation where multiple threads in the same process could succeed
  in locking a database concurrently.

chert backend:

* Close excess file handles before we get the fcntl lock, which avoids the
  lock being released again if one is open on the lock file.  Notably this
  avoids a situation where multiple threads in the same process could succeed
  in locking a database concurrently.

flint backend:

* Close excess file handles before we get the fcntl lock, which avoids the
  lock being released again if one is open on the lock file.  Notably this
  avoids a situation where multiple threads in the same process could succeed
  in locking a database concurrently.

remote backend:

* Improve the UnimplementedError message for a MatchSpy subclass which doesn't
  implement name() so it's clearer that it is this particular subclass which
  can't be used remotely, rather than all MatchSpy objects.

documentation:

* valueranges.html: Update documentation to reflect change in Xapian 1.1.2 -
  DateValueRangeProcessor and StringValueRangeProcessor now support a prefix or
  suffix.

* Clarify that the "reverse" parameter of set_sort_by_relevance_then_value()
  and set_sort_by_relevance_then_key() only affects the ordering of the
  value/key part of the sort.

* docs/quickstart.html: Fix seriously outdated statement that Xapian doesn't
  create the database directory - that changed in 0.7.2 (released 2003-07-11).

* HACKING: Try to make it clearer we're looking for a dual-licence on submitted
  patches.

tools:

* xapian-replicate:

  + Add a --full-copy option to force a full copy to be sent.  (ticket#436)

  + Add --quiet option, and be a little more verbose by default.

  + Allow files > 32G to be be copied by replication.

  + Fix "if (fd > 0)" tests in some replication code to be "if (fd >= 0)".
    In practice this is unlikely to actually have caused problems since
    stdin is typically still open and using fd 0.

  + Simplify how we open the .DB file on the replication slave to just call
    open() once with O_CREAT, rather than once without, than stat() if that
    fails, and then again with O_CREAT|O_TRUNC if stat() doesn't show an
    ordinary file exists.

examples:

* quest:

  + New --flags command line option to allow setting arbitrary QueryParser
    flags.

  + Align option descriptions in --help output, and make the initial letter of
    such descriptions consistently lowercase.
2013-06-04 21:27:02 +00:00
archivers Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
audio Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
benchmarks Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
biology Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
bootstrap Under Mac OS X (Mountain) Lion "packagemaker" is part of the 2013-06-01 12:15:54 +00:00
cad Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
chat Replace py-readline/buildlink3.mk with DEPENDS. 2013-06-04 07:35:14 +00:00
comms Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
converters Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
cross Bump all packages for perl-5.18, that 2013-05-31 12:39:35 +00:00
databases Changes 5.6.12: 2013-06-04 18:17:25 +00:00
devel Use stdint.h instead of cstdint in patches to prevent c++0x/c++11 being 2013-06-04 21:17:17 +00:00
distfiles
doc Updated textproc/p5-Search-Xapian to 1.2.15.0 2013-06-04 21:24:20 +00:00
editors Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
emulators apply change to be acceptable with pod2man in perl-5.18. 2013-06-03 11:54:41 +00:00
filesystems Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
finance Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
fonts The API dependency shouldn't contain a package revision. 2013-06-04 08:04:21 +00:00
games Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
geography Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:04:30 +00:00
graphics Try to fix the fallout caused by the fix for PR pkg/47882. Part 1: 2013-06-04 18:02:58 +00:00
ham Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:05:17 +00:00
inputmethod Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:05:17 +00:00
lang Update PHP53_VERSION and PHP54_VERSION. It should be updated with 2013-06-03 15:23:14 +00:00
licenses Adding x11 license (mit + advertising clause - as discussed recently on 2013-05-05 21:07:24 +00:00
mail Replace py-Tk/buildlink3.mk with DEPENDS. 2013-06-04 07:45:01 +00:00
math Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:05:17 +00:00
mbone Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:05:17 +00:00
meta-pkgs +xf86-video-suncg3 +xf86-video-suncg14 +xf86-video-sunffb; Bump PKGVERSION; 2013-06-04 04:43:38 +00:00
misc Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:05:17 +00:00
mk Make PKGSRC_SETENV sanitize the environment. 2013-06-03 23:27:14 +00:00
multimedia Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:05:17 +00:00
net Update to openresolv-3.5.5 2013-06-04 09:32:03 +00:00
news Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:05:17 +00:00
packages
parallel Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:05:17 +00:00
pkgtools Try to fix the fallout caused by the fix for PR pkg/47882. Part 2: 2013-06-04 18:03:56 +00:00
print Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:05:17 +00:00
regress
security Control the dependency on p5-GSSAPI via the 'gssapi' option. Still 2013-06-04 14:58:46 +00:00
shells Replace py-readline/buildlink3.mk with DEPENDS. 2013-06-04 07:35:14 +00:00
sysutils Fixed build with perl-5.18's pod2man, and sent patch upstream. 2013-06-04 18:48:48 +00:00
templates
textproc Update to 1.2.15. From the changelog: 2013-06-04 21:27:02 +00:00
time Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:05:17 +00:00
wm Bump freetype2 and fontconfig dependencies to current pkgsrc versions, 2013-06-03 10:05:17 +00:00
www Override broken "configure" test that doesn't work with Perl 5.18.0 2013-06-04 15:16:42 +00:00
x11 enable introspection support for upcoming introspection support for webkit-gtk. 2013-06-04 13:04:39 +00:00
Makefile
pkglocate
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.