pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/p5-Math-Matrix math/p5-Math-Matrix: import p5-Mat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/80516705c216
branches:  trunk
changeset: 309556:80516705c216
user:      mef <mef%pkgsrc.org@localhost>
date:      Wed Jun 20 05:10:50 2018 +0000

description:
math/p5-Math-Matrix: import p5-Math-Matrix-0.8

 The following methods are available:
  new
  clone
  size  of matrix
  concat
  transpose
  multiply
  solve
  multiply_scalar
  add
  substract
  equal
  slice
  determinant
  dot_product
  absolute
  normalizing
  cross_product
  print

diffstat:

 math/p5-Math-Matrix/DESCR    |  19 +++++++++++++++++++
 math/p5-Math-Matrix/Makefile |  17 +++++++++++++++++
 math/p5-Math-Matrix/distinfo |   6 ++++++
 3 files changed, 42 insertions(+), 0 deletions(-)

diffs (54 lines):

diff -r 67155d5a7578 -r 80516705c216 math/p5-Math-Matrix/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Matrix/DESCR Wed Jun 20 05:10:50 2018 +0000
@@ -0,0 +1,19 @@
+ The following methods are available:
+  new
+  clone
+  size  of matrix
+  concat
+  transpose
+  multiply
+  solve
+  multiply_scalar
+  add
+  substract
+  equal
+  slice
+  determinant
+  dot_product
+  absolute
+  normalizing
+  cross_product
+  print
diff -r 67155d5a7578 -r 80516705c216 math/p5-Math-Matrix/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Matrix/Makefile      Wed Jun 20 05:10:50 2018 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2018/06/20 05:10:50 mef Exp $
+
+DISTNAME=      Math-Matrix-0.8
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    math perl5
+MASTER_SITES=  https://cpan.metacpan.org/authors/id/U/UL/ULPFR/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://metacpan.org/release/Math-Matrix
+COMMENT=       Math::Matrix - Multiply and invert Matrices
+#LICENSE=      # TODO: (see mk/license.mk)
+
+PERL5_PACKLIST=        auto/Math/Matrix/.packlist
+USE_LANGUAGES= # none
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 67155d5a7578 -r 80516705c216 math/p5-Math-Matrix/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/p5-Math-Matrix/distinfo      Wed Jun 20 05:10:50 2018 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/06/20 05:10:50 mef Exp $
+
+SHA1 (Math-Matrix-0.8.tar.gz) = 70c0f9660dd40541aa6f73cbcd500b5f3b01b024
+RMD160 (Math-Matrix-0.8.tar.gz) = 7530a8540ed2e3b566758cf7134f1159798dd395
+SHA512 (Math-Matrix-0.8.tar.gz) = 371d0a5b1505f4ce55af41be011a23ba8567dfbe58ee28cae1e931b8bab7c9fdc87fe3f192a8ba71e077001a638ec5478c31f11b64c463c22875fb239d2fdd40
+Size (Math-Matrix-0.8.tar.gz) = 7748 bytes



Home | Main Index | Thread Index | Old Index