pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/p5-Algorithm-Cluster Adding package for CPAN dist...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2d9972be5b47
branches:  trunk
changeset: 620956:2d9972be5b47
user:      sno <sno%pkgsrc.org@localhost>
date:      Wed Jul 03 14:26:03 2013 +0000

description:
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:

 math/p5-Algorithm-Cluster/DESCR    |   8 ++++++++
 math/p5-Algorithm-Cluster/Makefile |  19 +++++++++++++++++++
 math/p5-Algorithm-Cluster/distinfo |   5 +++++
 3 files changed, 32 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r 66cbbc702ad2 -r 2d9972be5b47 math/p5-Algorithm-Cluster/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Algorithm-Cluster/DESCR   Wed Jul 03 14:26:03 2013 +0000
@@ -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 -r 66cbbc702ad2 -r 2d9972be5b47 math/p5-Algorithm-Cluster/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Algorithm-Cluster/Makefile        Wed Jul 03 14:26:03 2013 +0000
@@ -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@localhost
+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 -r 66cbbc702ad2 -r 2d9972be5b47 math/p5-Algorithm-Cluster/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Algorithm-Cluster/distinfo        Wed Jul 03 14:26:03 2013 +0000
@@ -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



Home | Main Index | Thread Index | Old Index