pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-VecStat Initial import of math/p5-Math-Ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34b0e0e5c7a4
branches:  trunk
changeset: 391900:34b0e0e5c7a4
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Tue Apr 21 17:47:10 2009 +0000

description:
Initial import of math/p5-Math-VecStat, needed by upcoming graphics/circos.

Some basic statistics on vectors (min,max,average,....).

diffstat:

 math/p5-Math-VecStat/DESCR    |   1 +
 math/p5-Math-VecStat/Makefile |  18 ++++++++++++++++++
 math/p5-Math-VecStat/distinfo |   5 +++++
 3 files changed, 24 insertions(+), 0 deletions(-)

diffs (36 lines):

diff -r a784e6c6932c -r 34b0e0e5c7a4 math/p5-Math-VecStat/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-VecStat/DESCR        Tue Apr 21 17:47:10 2009 +0000
@@ -0,0 +1,1 @@
+Some basic statistics on vectors (min,max,average,....).
diff -r a784e6c6932c -r 34b0e0e5c7a4 math/p5-Math-VecStat/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-VecStat/Makefile     Tue Apr 21 17:47:10 2009 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/04/21 17:47:10 schmonz Exp $
+#
+
+DISTNAME=      Math-VecStat-0.08
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Math/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Math-VecStat/
+COMMENT=       Some basic numeric stats on vectors
+
+PKG_DESTDIR_SUPPORT=   user-destdir
+
+PERL5_PACKLIST=        auto/Math/VecStat/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a784e6c6932c -r 34b0e0e5c7a4 math/p5-Math-VecStat/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-VecStat/distinfo     Tue Apr 21 17:47:10 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/04/21 17:47:10 schmonz Exp $
+
+SHA1 (Math-VecStat-0.08.tar.gz) = ee370f6b03fb59df44fb2adb81e39843d6a89061
+RMD160 (Math-VecStat-0.08.tar.gz) = 28c4d99911ca34ffe128c18f7b9c997388902493
+Size (Math-VecStat-0.08.tar.gz) = 4539 bytes



Home | Main Index | Thread Index | Old Index