diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-11-28 17:30:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-11-28 17:30:15 +0800 |
commit | 1f0ff38fa1f45702312aadde85c28d8aa8743331 (patch) | |
tree | efc47e6b697f788df614fdb38d0190fae7a0da45 /math/p5-Algorithm-KMeans | |
parent | 3d8c053e274757a8732c2e6decd9a250d69e60ab (diff) | |
download | freebsd-ports-gnome-1f0ff38fa1f45702312aadde85c28d8aa8743331.tar.gz freebsd-ports-gnome-1f0ff38fa1f45702312aadde85c28d8aa8743331.tar.zst freebsd-ports-gnome-1f0ff38fa1f45702312aadde85c28d8aa8743331.zip |
- 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
Diffstat (limited to 'math/p5-Algorithm-KMeans')
-rw-r--r-- | math/p5-Algorithm-KMeans/Makefile | 12 | ||||
-rw-r--r-- | math/p5-Algorithm-KMeans/distinfo | 4 | ||||
-rw-r--r-- | math/p5-Algorithm-KMeans/pkg-descr | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/math/p5-Algorithm-KMeans/Makefile b/math/p5-Algorithm-KMeans/Makefile index 55ca1d0a1eae..ca13f048b64e 100644 --- a/math/p5-Algorithm-KMeans/Makefile +++ b/math/p5-Algorithm-KMeans/Makefile @@ -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> diff --git a/math/p5-Algorithm-KMeans/distinfo b/math/p5-Algorithm-KMeans/distinfo index beba83531c5b..c509944e4c1c 100644 --- a/math/p5-Algorithm-KMeans/distinfo +++ b/math/p5-Algorithm-KMeans/distinfo @@ -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 diff --git a/math/p5-Algorithm-KMeans/pkg-descr b/math/p5-Algorithm-KMeans/pkg-descr index 45555f166e73..77247637504b 100644 --- a/math/p5-Algorithm-KMeans/pkg-descr +++ b/math/p5-Algorithm-KMeans/pkg-descr @@ -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/ |