summaryrefslogtreecommitdiff
path: root/textproc/ruby-ferret
AgeCommit message (Collapse)AuthorFilesLines
2015-03-08Update ruby-ferret to 0.11.8.6.taca4-8/+11
* 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
2014-03-13Set USE_GCC_RUNTIME=yes for packages which build shared libraries but dojperkin1-1/+3
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
2012-12-17Update ruby-ferret to 0.11.8.5.taca2-13/+7
Exact changes are unknown, please refer github: https://github.com/jkraemer/ferret/commits/master.
2012-03-20Remove unused patches. I forgot to remove them with previous commit.taca6-749/+0
Thanks to David Holland.
2012-03-18Update ruby-ferret to 0.11.8.4.taca3-43/+75
Exact changes are unknown.
2011-08-12Fix build problem adding paches from http://cvs.pld-linux.org/.taca4-65/+95
2011-06-19Add patches to use modern Ruby's API. Most of them are based ontaca8-5/+728
patches of http://cvs.pld-linux.org/. Bump PKGREVISION.
2011-02-21Bump PKGREVISION due to ABI change of ruby18-base.taca1-2/+2
2010-09-10* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.taca1-3/+3
* Add LICENSE. * Remove redundant PKGNAME.
2010-09-07* Mark these packages Ruby 1.8.x support only.taca1-1/+3
* Add some comments and a little clean up. No functional change.
2009-06-14Remove @dirrm entries from PLISTsjoerg1-26/+1
2008-06-19Bump PKGREVISION of rubygem based packages which contain extention libraries.taca1-1/+2
2008-04-04Update ruby-ferret to version 0.11.6. Changes from version 0.11.4jlam3-49/+232
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.minskim4-0/+63
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.