Port details |
- p5-Algorithm-KMeans Clustering multi-dimensional data with a pure-Perl implementation
- 2.05_1 math
=0 2.05_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on expired math/p5-Math-GSL
This port expired on: 2020-06-05
- Maintainer: perl@FreeBSD.org
- Port Added: 2010-07-01 04:17:05
- Last Update: 2020-06-05 10:28:13
- SVN Revision: 538005
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Algorithm-KMeans
- Description:
- Algorithm::KMeans is a perl5 module for the clustering of numerical data
in multidimensional spaces. Since the module is entirely in Perl (in the
sense that it is not a Perl wrapper around a C library that actually does
the clustering), the code in the module can easily be modified to experiment
with several aspects of automatic clustering. For example, one can change
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: https://metacpan.org/release/Algorithm-KMeans
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Algorithm-KMeans>0:math/p5-Algorithm-KMeans
- No installation instructions:
- This port has been deleted.
- PKGNAME: p5-Algorithm-KMeans
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Algorithm-KMeans-2.05.tar.gz) = a1d07298d499b9b4e2cd93f1bbd9289814ab461e69ecc35c796e495fe9b5a9a8
SIZE (Algorithm-KMeans-2.05.tar.gz) = 57703
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-Graphics-GnuplotIF>=1.4 : graphics/p5-Graphics-GnuplotIF
- p5-Math-GSL>=0.26 : math/p5-Math-GSL
- p5-Math-Random>=0.71 : math/p5-Math-Random
- perl5>=5.30.r1<5.31 : lang/perl5.30
- perl5>=5.30.r1<5.31 : lang/perl5.30
- Runtime dependencies:
-
- p5-Graphics-GnuplotIF>=1.4 : graphics/p5-Graphics-GnuplotIF
- p5-Math-GSL>=0.26 : math/p5-Math-GSL
- p5-Math-Random>=0.71 : math/p5-Math-Random
- perl5>=5.30.r1<5.31 : lang/perl5.30
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.05_1 05 Jun 2020 10:28:13 |
rene |
Remove expired ports:
2020-06-05 audio/workman: Depends on expired x11-toolkits/xview
2020-05-05 x11-toolkits/xview: 64-bit unsupported
2020-06-05 math/p5-Algorithm-KMeans: Depends on expired math/p5-Math-GSL
2020-05-05 math/p5-Math-GSL: Broken for more than 6 months
2020-06-05 net/openbsc: Depends on expired devel/libosmo-netif
2020-05-05 devel/libosmo-netif: Broken for more than 6 months
2020-06-05 audio/xvmixer: Depends on expired x11-toolkits/xview
2020-06-05 devel/libosmo-sccp: Depends on expired devel/libosmo-netif
2020-06-05 audio/p5-Audio: Depends on expired math/p5-Math-GSL |
2.05_1 05 May 2020 11:59:31 |
rene |
math/p5-Algorithm-KMeans: expire in one month, depends on expired
math/p5-Math-GSL |
2.05_1 25 Oct 2019 23:41:34 |
tcberner |
math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine |
2.05 06 Oct 2018 13:06:45 |
des |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
2.05 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
2.05 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
2.05 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
2.05 04 Jan 2015 09:26:42 |
sunpoet |
- Update to 2.05
- Add LICENSE
Changes: http://search.cpan.org/dist/Algorithm-KMeans/lib/Algorithm/KMeans.pm#CHANGES |
2.02_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.02 15 Aug 2014 21:06:40 |
pi |
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. |
1.40 05 Jan 2014 12:07:21 |
az |
- support stage |
1.40 20 Sep 2013 20:55:06 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
math) |
1.40 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
1.40 31 May 2013 14:46:49 |
miwi |
- Do not try to remove dirs. not created by the port
- Trim header
Reported by: pkg (DEVELOPER_MODE) |
1.40 08 Mar 2012 08:41:36 |
sunpoet |
- Update to 1.40
Changes:
http://search.cpan.org/dist/Algorithm-KMeans/KMeans-1.40.html#changes |
1.30 28 Nov 2011 09:30:15 |
sunpoet |
- 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 |
1.21 21 Jun 2011 06:58:21 |
az |
- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro |
1.21 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.21 21 Oct 2010 09:25:51 |
wen |
- Update to 1.21 |
1.20 06 Sep 2010 00:30:45 |
wen |
- Update to 1.20
- Reset maintainer to perl@ |
1.1.1 01 Jul 2010 04:16:41 |
wen |
Algorithm::KMeans is a perl5 module for the clustering of numerical data
in multidimensional spaces. Since the module is entirely in Perl (in the
sense that it is not a Perl wrapper around a C library that actually does
the clustering), the code in the module can easily be modified to experiment
with several aspects of automatic clustering. For example, one can change
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
Feature safe: yes |