diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-04 17:26:41 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-04 17:26:41 +0800 |
commit | 8b1679b0d9b582cb08c88743ca231e5f7725f0e6 (patch) | |
tree | 713e5585b44daff49af76dfb4757fd3dedf171cf /math | |
parent | bd7225efd5d14710fbf37fd2480b15d5d4bc5bd5 (diff) | |
download | freebsd-ports-gnome-8b1679b0d9b582cb08c88743ca231e5f7725f0e6.tar.gz freebsd-ports-gnome-8b1679b0d9b582cb08c88743ca231e5f7725f0e6.tar.zst freebsd-ports-gnome-8b1679b0d9b582cb08c88743ca231e5f7725f0e6.zip |
- Update to 2.05
- Add LICENSE
Changes: http://search.cpan.org/dist/Algorithm-KMeans/lib/Algorithm/KMeans.pm#CHANGES
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Algorithm-KMeans/Makefile | 10 | ||||
-rw-r--r-- | math/p5-Algorithm-KMeans/distinfo | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/p5-Algorithm-KMeans/Makefile b/math/p5-Algorithm-KMeans/Makefile index 6576aa0c8a76..a21599d258b9 100644 --- a/math/p5-Algorithm-KMeans/Makefile +++ b/math/p5-Algorithm-KMeans/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= Algorithm-KMeans -PORTVERSION= 2.02 -PORTREVISION= 1 +PORTVERSION= 2.05 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AVIKAK @@ -11,12 +10,13 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Clustering multi-dimensional data with a pure-Perl implementation +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Graphics-GnuplotIF>=1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF \ p5-Math-GSL>=0.26:${PORTSDIR}/math/p5-Math-GSL \ p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random -RUN_DEPENDS= p5-Graphics-GnuplotIF>=1.4:${PORTSDIR}/graphics/p5-Graphics-GnuplotIF \ - p5-Math-GSL>=0.26:${PORTSDIR}/math/p5-Math-GSL \ - p5-Math-Random>=0.71:${PORTSDIR}/math/p5-Math-Random +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure diff --git a/math/p5-Algorithm-KMeans/distinfo b/math/p5-Algorithm-KMeans/distinfo index 365120ce3a2e..f190e02b934e 100644 --- a/math/p5-Algorithm-KMeans/distinfo +++ b/math/p5-Algorithm-KMeans/distinfo @@ -1,2 +1,2 @@ -SHA256 (Algorithm-KMeans-2.02.tar.gz) = 6de93b88fa446b0c27f93710c45a3f97b0dadae115c34b8db90ef2fb52f0b435 -SIZE (Algorithm-KMeans-2.02.tar.gz) = 40184 +SHA256 (Algorithm-KMeans-2.05.tar.gz) = a1d07298d499b9b4e2cd93f1bbd9289814ab461e69ecc35c796e495fe9b5a9a8 +SIZE (Algorithm-KMeans-2.05.tar.gz) = 57703 |