summaryrefslogtreecommitdiff
path: root/textproc/ruby-ferret/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Update ruby-ferret to 0.11.8.7.taca1-4/+3
No changes are available but commit log. Plrease refer <https://github.com/dbalmain/ferret/commits/master> in detail.
2015-03-08Update ruby-ferret to 0.11.8.6.taca1-2/+3
* 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.
2014-03-17Add GEM_EXTSDIR support.taca1-1/+2
2012-03-18Update ruby-ferret to 0.11.8.4.taca1-36/+69
Exact changes are unknown.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-26/+1
2008-04-04Update ruby-ferret to version 0.11.6. Changes from version 0.11.4jlam1-31/+224
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
2007-06-11Import ruby-ferret.minskim1-0/+31
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.