svn commit: r387998 - head/devel/rubygem-fast-stemmer
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat May 30 23:08:50 UTC 2015
Author: sunpoet
Date: Sat May 30 23:08:48 2015
New Revision: 387998
URL: https://svnweb.freebsd.org/changeset/ports/387998
Log:
- Add LICENSE
- Reformat pkg-descr
Modified:
head/devel/rubygem-fast-stemmer/Makefile
head/devel/rubygem-fast-stemmer/pkg-descr
Modified: head/devel/rubygem-fast-stemmer/Makefile
==============================================================================
--- head/devel/rubygem-fast-stemmer/Makefile Sat May 30 23:08:44 2015 (r387997)
+++ head/devel/rubygem-fast-stemmer/Makefile Sat May 30 23:08:48 2015 (r387998)
@@ -8,6 +8,8 @@ MASTER_SITES= RG
MAINTAINER= ruby at FreeBSD.org
COMMENT= Fast Porter stemmer based on a C version of algorithm
+LICENSE= MIT
+
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
Modified: head/devel/rubygem-fast-stemmer/pkg-descr
==============================================================================
--- head/devel/rubygem-fast-stemmer/pkg-descr Sat May 30 23:08:44 2015 (r387997)
+++ head/devel/rubygem-fast-stemmer/pkg-descr Sat May 30 23:08:48 2015 (r387998)
@@ -1,8 +1,9 @@
-Fast-stemmer is simply a wrapping around multithreaded Porter stemming algorithm.
+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.
+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/
+For the original work please see: tartarus.org/~martin/PorterStemmer/
WWW: https://github.com/romanbsd/fast-stemmer
More information about the svn-ports-all
mailing list