Date: Fri, 19 Nov 2010 12:12:46 +0100 From: =?iso-8859-1?Q?Anders_F_Bj=F6rklund?= <afb@users.sourceforge.net> To: FreeBSD Ports <freebsd-ports@FreeBSD.org> Subject: portlocate updated Message-ID: <7D3B4BB7-6C43-4A76-8296-851E7CF34E67@users.sourceforge.net>
next in thread | raw e-mail | index | archive | help
Hi freebsd ports, I updated my ruby program called "portlocate" to use Ferret rather than Xapian like before: http://www.algonet.se/~afb/freebsd/portlocate.rb The program works the same as before, but doesn't need Xapian which was reoccuringly broken (and GPL). The main part of Ferret is in C but there is a pure Ruby version too, if needed (it's a port of Lucene): http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/rubygem-ferret/ I was originally hoping for it to get included in pkgtools, but since those aren't maintained anymore it should probably be made into a Ruby module too ? So that it can be included from PackageKit, that is. http://lists.freebsd.org/pipermail/freebsd-ruby/2009-September/000107.html One nice thing about Ferret, besides the MIT license, is that the database is smaller. It's a little slower. --anders
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7D3B4BB7-6C43-4A76-8296-851E7CF34E67>