summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorsno <sno>2013-07-03 14:26:03 +0000
committersno <sno>2013-07-03 14:26:03 +0000
commit4b781544edb88b7c93a6d231fa444b2f2f003c5b (patch)
tree808b062e108643e8a0db0668f2dfa32050be0fae /math
parent2266282b4b4d35d1dd513ea639770c3290cc81e7 (diff)
downloadpkgsrc-4b781544edb88b7c93a6d231fa444b2f2f003c5b.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')
-rw-r--r--math/p5-Algorithm-Cluster/DESCR8
-rw-r--r--math/p5-Algorithm-Cluster/Makefile19
-rw-r--r--math/p5-Algorithm-Cluster/distinfo5
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