diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-15 21:06:39 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2014-08-15 21:06:39 +0000 |
commit | 43f175e06c5c742d61cfba1b19ff60514b23abee (patch) | |
tree | 2fe6b95fa1a508730e2c5dc423976fdbcfcc4a4c /math/p5-Algorithm-KMeans | |
parent | Kill long-defunct cups-samba port, disappeared upstream, fruitless hunt. (diff) |
math/p5-Algorithm-KMeans: 1.40 -> 2.02
Upstream added two which_cluster methods in Version 2.0 as a result of an
email from Jerome White who expressed a need for such methods in
order to determine the best cluster for a new data record after you
have successfully clustered your existing data.
Notes
Notes:
svn path=/head/; revision=365048
Diffstat (limited to 'math/p5-Algorithm-KMeans')
-rw-r--r-- | math/p5-Algorithm-KMeans/Makefile | 3 | ||||
-rw-r--r-- | math/p5-Algorithm-KMeans/distinfo | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/math/p5-Algorithm-KMeans/Makefile b/math/p5-Algorithm-KMeans/Makefile index 06f923a88fff..3ad08f9dad8b 100644 --- a/math/p5-Algorithm-KMeans/Makefile +++ b/math/p5-Algorithm-KMeans/Makefile @@ -1,8 +1,7 @@ -# Created by: Wen Heping <wen@FreeBSD.org> # $FreeBSD$ PORTNAME= Algorithm-KMeans -PORTVERSION= 1.40 +PORTVERSION= 2.02 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AVIKAK diff --git a/math/p5-Algorithm-KMeans/distinfo b/math/p5-Algorithm-KMeans/distinfo index 1fddfde6fd03..365120ce3a2e 100644 --- a/math/p5-Algorithm-KMeans/distinfo +++ b/math/p5-Algorithm-KMeans/distinfo @@ -1,2 +1,2 @@ -SHA256 (Algorithm-KMeans-1.40.tar.gz) = 30f581d48c217b8822fa8b389969a3c14bdf9d3bbd0e905d43565200169e7eb3 -SIZE (Algorithm-KMeans-1.40.tar.gz) = 44620 +SHA256 (Algorithm-KMeans-2.02.tar.gz) = 6de93b88fa446b0c27f93710c45a3f97b0dadae115c34b8db90ef2fb52f0b435 +SIZE (Algorithm-KMeans-2.02.tar.gz) = 40184 |