pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/ruby-classifier-reborn



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 20 15:24:43 UTC 2017

Modified Files:
        pkgsrc/textproc/ruby-classifier-reborn: Makefile distinfo

Log Message:
Update ruby-classifier-reborn to 2.1.0.

2.1.0 / 2017-01-01

Major Enhancements

* Fix breaking changes in LSI api. Displays errors instead of raising where
  possible. #87

2.0.5 / 2016-12-30 - removed due to breaking change, and no longer available

Major Enhancements

* Stopwords get encoded to utf8 (#83)
* Fix searching issues where no document is added to lsi (#77)
* Added method to add custom path to user-created stopword directory (#73)

Minor Enhancements

* Test newer rubies (#85)
* Fixed errors in README (#68, #79, #80)
* Added an option to the bayesian classifier to disable word stemming (#61)
* Added missing parens and renamed some variables (#59)


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/ruby-classifier-reborn/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/ruby-classifier-reborn/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/textproc/ruby-classifier-reborn/Makefile
diff -u pkgsrc/textproc/ruby-classifier-reborn/Makefile:1.2 pkgsrc/textproc/ruby-classifier-reborn/Makefile:1.3
--- pkgsrc/textproc/ruby-classifier-reborn/Makefile:1.2 Sun Dec 13 16:55:48 2015
+++ pkgsrc/textproc/ruby-classifier-reborn/Makefile     Mon Mar 20 15:24:43 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2015/12/13 16:55:48 taca Exp $
+# $NetBSD: Makefile,v 1.3 2017/03/20 15:24:43 taca Exp $
 
-DISTNAME=      classifier-reborn-2.0.4
+DISTNAME=      classifier-reborn-2.1.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc
 

Index: pkgsrc/textproc/ruby-classifier-reborn/distinfo
diff -u pkgsrc/textproc/ruby-classifier-reborn/distinfo:1.3 pkgsrc/textproc/ruby-classifier-reborn/distinfo:1.4
--- pkgsrc/textproc/ruby-classifier-reborn/distinfo:1.3 Sun Dec 13 16:55:48 2015
+++ pkgsrc/textproc/ruby-classifier-reborn/distinfo     Mon Mar 20 15:24:43 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/12/13 16:55:48 taca Exp $
+$NetBSD: distinfo,v 1.4 2017/03/20 15:24:43 taca Exp $
 
-SHA1 (classifier-reborn-2.0.4.gem) = cf9ccc89cb546ec55c5ad64350b1179717a17488
-RMD160 (classifier-reborn-2.0.4.gem) = d620d916e658c85819cc450346d661c2f96ff9a0
-SHA512 (classifier-reborn-2.0.4.gem) = e6e792646f709b7e0711809a6a358ec61a31cad2b20f70a863396abffd3d5c25e20a7e1568cf49fb22d18eff9f6ad0c79aebb0249923d419b04a70d27761c8b0
-Size (classifier-reborn-2.0.4.gem) = 38400 bytes
+SHA1 (classifier-reborn-2.1.0.gem) = c1de44c24152e2e509c0476bc6407685df37008b
+RMD160 (classifier-reborn-2.1.0.gem) = 1349b3a47dbcd0f2c3e5bb19ca83e007034162d7
+SHA512 (classifier-reborn-2.1.0.gem) = f9a65477c276b5611682e94b8263951a5375cbe3ac56736a58fa0d8395d62650cf9d0c9acdde36cb53cfb6770acf7bf8422a33a19783b8facc96f8693c7dc5d1
+Size (classifier-reborn-2.1.0.gem) = 38912 bytes



Home | Main Index | Thread Index | Old Index