- Update to 1.30
- Add BUILD_DEPENDS - Use >= instead of = for *_DEPENDS - Cosmetic change - Add missing trailing slash to WWW Changes: http://search.cpan.org/dist/Algorithm-KMeans/KMeans-1.30.html Feature safe: yes
This commit is contained in:
parent
64a8dcc0f0
commit
d4298635d3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286546
3 changed files with 10 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Algorithm-KMeans
|
||||
PORTVERSION= 1.21
|
||||
PORTVERSION= 1.30
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:AVIKAK
|
||||
|
@ -15,11 +15,13 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Clustering multi-dimensional data with a pure-Perl implementation
|
||||
|
||||
RUN_DEPENDS= p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random \
|
||||
p5-Graphics-GnuplotIF>1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF
|
||||
|
||||
MAN3= Algorithm::KMeans.3
|
||||
BUILD_DEPENDS= p5-Graphics-GnuplotIF>=1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF \
|
||||
p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random
|
||||
RUN_DEPENDS= p5-Graphics-GnuplotIF>=1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF \
|
||||
p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Algorithm::KMeans.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (Algorithm-KMeans-1.21.tar.gz) = edd7580809da6356352c2c9ffb60f0faaff8c65b1a7cc128c7eb04f537d9c0d6
|
||||
SIZE (Algorithm-KMeans-1.21.tar.gz) = 35025
|
||||
SHA256 (Algorithm-KMeans-1.30.tar.gz) = eaa2bd5f623a58eab13e430b8bce0f5f91ec33c911a19db3db80d1b81cf25698
|
||||
SIZE (Algorithm-KMeans-1.30.tar.gz) = 35355
|
||||
|
|
|
@ -7,4 +7,4 @@ the criterion used to measure the "distance" between two data points, the
|
|||
stopping condition for accepting final clusters, the criterion used for
|
||||
measuring the quality of the clustering achieved, etc.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Algorithm-KMeans
|
||||
WWW: http://search.cpan.org/dist/Algorithm-KMeans/
|
||||
|
|
Loading…
Reference in a new issue