Port details |
- rubygem-fast-stemmer Fast Porter stemmer based on a C version of algorithm
- 1.0.2 devel
=0 Version of this port present on the latest quarterly branch. - Maintainer: ruby@FreeBSD.org
 - Port Added: 2010-12-08 20:03:57
- Last Update: 2021-04-07 08:09:01
- Commit Hash: cf118cc
- Also Listed In: rubygems
- License: MIT
- Description:
- 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
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-fast-stemmer>0:devel/rubygem-fast-stemmer
- To install the port:
- cd /usr/ports/devel/rubygem-fast-stemmer/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-fast-stemmer
- pkg install rubygem-fast-stemmer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-fast-stemmer
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (rubygem/fast-stemmer-1.0.2.gem) = d0aa9fd9cfbca836a09d8abb122552ac8234130271a3b0da1cb077323d650819
SIZE (rubygem/fast-stemmer-1.0.2.gem) = 11776
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby27 : lang/ruby27
- gem27 : devel/ruby-gems
- Runtime dependencies:
-
- ruby27 : lang/ruby27
- gem27 : devel/ruby-gems
- Patch dependencies:
-
- ruby27 : lang/ruby27
- gem27 : devel/ruby-gems
-
- This port is required by:
- for Run
-
- devel/rubygem-classifier
- devel/rubygem-classifier-reborn
- Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-fast-stemmer
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 11
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
07 Apr 2021 08:09:01 1.0.2 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.0.2 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 Apr 2016 21:57:32
1.0.2 |
swills  |
Convert USES=gem:autoplist to USES=gem since autoplist is default |
27 Apr 2016 16:36:42
1.0.2 |
swills  |
create USES=gem and update rubygem- ports to use it
Note that for now ports still have to have USE_RUBY=yes to use USES=gem
PR: 209041
Differential Revision: https://reviews.freebsd.org/D6070 |
30 May 2015 23:08:49
1.0.2 |
sunpoet  |
- Add LICENSE
- Reformat pkg-descr |
30 Oct 2013 02:32:53
1.0.2 |
swills  |
- Add stage support |
20 Sep 2013 17:17:45
1.0.2 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
02 Jun 2013 03:06:43
1.0.2 |
swills  |
- Update to 1.0.2 |
15 Jun 2012 03:33:39
1.0.1 |
swills  |
- Update to 1.0.1 |
09 Dec 2010 02:31:11
1.0.0 |
pgollucci  |
- pkg-desc WWW updates |
08 Dec 2010 20:03:49
1.0.0 |
pgollucci  |
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 |
Number of commits found: 11
|