Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
* Compile fix for Ruby 2.2.
* And a few bug fixes.
pkgsrc change
* support pkg_alternatives.
* Add ${GEM_EXTSDIR}/gem.build_complete for new rubygems and updated ruby.
include:
+ Install as a Ruby gem.
* Fixed major bug in term vectors which was in turn affecting
highlighting
* Fixed memory leak in PerFieldAnalyzer
* Fixed range query highlighter
* Fixed memory alignment issues on Solaris
* Added :use_keywords option to query parser so you can now turn
of keywords so a search for OR will work
* multiple other bug fixes
Ferret is a high-performance, full-featured text search engine library
written for Ruby. It is a Ruby port of the Java Lucene search engine.
In the same way as Lucene, it is not a standalone application, but a
library you can use to index documents and search for things in them
later.