diff options
author | sno <sno@pkgsrc.org> | 2013-07-03 14:26:03 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-07-03 14:26:03 +0000 |
commit | 8a5485837dff89678077127c87238fab446fdd73 (patch) | |
tree | 808b062e108643e8a0db0668f2dfa32050be0fae /math/p5-Algorithm-Cluster | |
parent | 746e7cfaa6e289bd90935ca20e2ade3f6475a81c (diff) | |
download | pkgsrc-8a5485837dff89678077127c87238fab446fdd73.tar.gz |
Adding package for CPAN distribution Algorithm-Cluster version 1.50 into
devel/p5-Algorithm-Cluster.
This module is an interface to the C Clustering Library, a general purpose
library implementing functions for hierarchical clustering (pairwise simple,
complete, average, and centroid linkage), along with k-means and k-medians
clustering, and 2D self-organizing maps. This library was developed at the
Human Genome Center of the University of Tokyo. The C Clustering Library
is distributed along with Cluster 3.0, an enhanced version of the famous
Cluster program originally written by Michael Eisen while at Stanford
University.
Diffstat (limited to 'math/p5-Algorithm-Cluster')
-rw-r--r-- | math/p5-Algorithm-Cluster/DESCR | 8 | ||||
-rw-r--r-- | math/p5-Algorithm-Cluster/Makefile | 19 | ||||
-rw-r--r-- | math/p5-Algorithm-Cluster/distinfo | 5 |
3 files changed, 32 insertions, 0 deletions
diff --git a/math/p5-Algorithm-Cluster/DESCR b/math/p5-Algorithm-Cluster/DESCR new file mode 100644 index 00000000000..638ed91e8e8 --- /dev/null +++ b/math/p5-Algorithm-Cluster/DESCR @@ -0,0 +1,8 @@ +This module is an interface to the C Clustering Library, a general purpose +library implementing functions for hierarchical clustering (pairwise simple, +complete, average, and centroid linkage), along with k-means and k-medians +clustering, and 2D self-organizing maps. This library was developed at the +Human Genome Center of the University of Tokyo. The C Clustering Library +is distributed along with Cluster 3.0, an enhanced version of the famous +Cluster program originally written by Michael Eisen while at Stanford +University. diff --git a/math/p5-Algorithm-Cluster/Makefile b/math/p5-Algorithm-Cluster/Makefile new file mode 100644 index 00000000000..28cb1b75dc2 --- /dev/null +++ b/math/p5-Algorithm-Cluster/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2013/07/03 14:26:03 sno Exp $ +# + +DISTNAME= Algorithm-Cluster-1.50 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Algorithm/} +#MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Algorithm-Cluster/ +COMMENT= Perl interface to the C Clustering Library +LICENSE= ${PERL5_LICENSE} + +USE_LANGUAGES= c +PERL5_PACKLIST= auto/Algorithm/Cluster/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Algorithm-Cluster/distinfo b/math/p5-Algorithm-Cluster/distinfo new file mode 100644 index 00000000000..8bb40049403 --- /dev/null +++ b/math/p5-Algorithm-Cluster/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2013/07/03 14:26:03 sno Exp $ + +SHA1 (Algorithm-Cluster-1.50.tar.gz) = 036de7abda2af0f2a09f915b55662d88a0656b21 +RMD160 (Algorithm-Cluster-1.50.tar.gz) = 128be5e282c24108cdf8dbfed5e95f032608fa4b +Size (Algorithm-Cluster-1.50.tar.gz) = 275620 bytes |