pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Statistics-Basic Initial import of p5-Statisti...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d100e7f7c6b6
branches:  trunk
changeset: 446171:d100e7f7c6b6
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Fri Feb 05 14:43:32 2021 +0000

description:
Initial import of p5-Statistics-Basic, a collection of basic statistics
modules for Perl.

diffstat:

 math/p5-Statistics-Basic/DESCR    |   1 +
 math/p5-Statistics-Basic/Makefile |  19 +++++++++++++++++++
 math/p5-Statistics-Basic/distinfo |   6 ++++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r b537061259ed -r d100e7f7c6b6 math/p5-Statistics-Basic/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Statistics-Basic/DESCR    Fri Feb 05 14:43:32 2021 +0000
@@ -0,0 +1,1 @@
+Statistics::Basic is a collection of basic statistics modules for Perl.
diff -r b537061259ed -r d100e7f7c6b6 math/p5-Statistics-Basic/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Statistics-Basic/Makefile Fri Feb 05 14:43:32 2021 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1 2021/02/05 14:43:32 schmonz Exp $
+
+DISTNAME=      Statistics-Basic-1.6611
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JE/JETTERO/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Statistics-Basic
+COMMENT=       Collection of very basic statistics modules
+LICENSE=       gnu-lgpl-v2
+
+DEPENDS+=      p5-Number-Format>=1.42:../../textproc/p5-Number-Format
+
+PERL5_PACKLIST=        auto/Statistics/Basic/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b537061259ed -r d100e7f7c6b6 math/p5-Statistics-Basic/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Statistics-Basic/distinfo Fri Feb 05 14:43:32 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/02/05 14:43:32 schmonz Exp $
+
+SHA1 (Statistics-Basic-1.6611.tar.gz) = 0d060fb36f00f3f4a57685c27c8e4c5eef09f8ac
+RMD160 (Statistics-Basic-1.6611.tar.gz) = 07d1bff50b9a50385f4c556f43e24d49900d663f
+SHA512 (Statistics-Basic-1.6611.tar.gz) = 10d726f9ace2a78753ec6cd91bd2c7cc7958eac11de762c3f4deff1a90e0837269484b7adc2ba22f3de128c3bf3a626cb70a9fd752a3eff5fd60db52cb7a7d68
+Size (Statistics-Basic-1.6611.tar.gz) = 30630 bytes



Home | Main Index | Thread Index | Old Index