Date: Wed, 8 Dec 2010 20:03:49 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/rubygem-fast-stemmer Makefile distinfo pkg-descr Message-ID: <201012082003.oB8K3npl033307@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2010-12-08 20:03:49 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/rubygem-fast-stemmer Makefile distinfo pkg-descr Log: Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm. This gem adds a String#stem method, and it conflicts with the stemmer gem. It's in order of magnitude faster (and uses much less memory) than the latter. For the original work please see: tartarus.org/~martin/PorterStemmer/ WWW: https://github.com/romanbsd/fast-stemmer Revision Changes Path 1.4165 +1 -0 ports/devel/Makefile 1.1 +19 -0 ports/devel/rubygem-fast-stemmer/Makefile (new) 1.1 +2 -0 ports/devel/rubygem-fast-stemmer/distinfo (new) 1.1 +8 -0 ports/devel/rubygem-fast-stemmer/pkg-descr (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012082003.oB8K3npl033307>