Age | Commit message (Collapse) | Author | Files | Lines |
|
* 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.
|
|
|
|
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.
|
|
Exact changes are unknown, please refer github:
https://github.com/jkraemer/ferret/commits/master.
|
|
Thanks to David Holland.
|
|
Exact changes are unknown.
|
|
|
|
patches of http://cvs.pld-linux.org/.
Bump PKGREVISION.
|
|
|
|
* Add LICENSE.
* Remove redundant PKGNAME.
|
|
* Add some comments and a little clean up.
No functional change.
|
|
|
|
|
|
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.
|