Commit graph

11 commits

Author SHA1 Message Date
taca
968d8994c1 Update ruby-ferret to 0.11.8.6.
* 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.
2015-03-08 15:24:55 +00:00
jperkin
9e7a1ba4b9 Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
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.
2014-03-13 11:08:49 +00:00
taca
fc0b00fda1 Update ruby-ferret to 0.11.8.5.
Exact changes are unknown, please refer github:
	https://github.com/jkraemer/ferret/commits/master.
2012-12-17 13:55:27 +00:00
taca
1b9ebf936f Update ruby-ferret to 0.11.8.4.
Exact changes are unknown.
2012-03-18 02:44:18 +00:00
taca
0e0a2f7b5e Add patches to use modern Ruby's API. Most of them are based on
patches of http://cvs.pld-linux.org/.

Bump PKGREVISION.
2011-06-19 16:01:52 +00:00
taca
33e824faca Bump PKGREVISION due to ABI change of ruby18-base. 2011-02-21 16:01:10 +00:00
taca
db9cfa491f * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove redundant PKGNAME.
2010-09-10 08:10:44 +00:00
taca
bb99299a80 * Mark these packages Ruby 1.8.x support only.
* Add some comments and a little clean up.

No functional change.
2010-09-07 17:20:24 +00:00
taca
566453cb7a Bump PKGREVISION of rubygem based packages which contain extention libraries. 2008-06-19 15:21:35 +00:00
jlam
b93dfe6ced Update ruby-ferret to version 0.11.6. Changes from version 0.11.4
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
2008-04-04 15:21:28 +00:00
minskim
d9d7aa5079 Import ruby-ferret.
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.
2007-06-11 17:28:17 +00:00