pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/p5-Math-Matrix



Module Name:    pkgsrc
Committed By:   mef
Date:           Wed Jun 20 05:10:50 UTC 2018

Added Files:
        pkgsrc/math/p5-Math-Matrix: DESCR Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/math/p5-Math-Matrix/DESCR \
    pkgsrc/math/p5-Math-Matrix/Makefile pkgsrc/math/p5-Math-Matrix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/math/p5-Math-Matrix/DESCR
diff -u /dev/null pkgsrc/math/p5-Math-Matrix/DESCR:1.1
--- /dev/null   Wed Jun 20 05:10:50 2018
+++ pkgsrc/math/p5-Math-Matrix/DESCR    Wed Jun 20 05:10:50 2018
@@ -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
Index: pkgsrc/math/p5-Math-Matrix/Makefile
diff -u /dev/null pkgsrc/math/p5-Math-Matrix/Makefile:1.1
--- /dev/null   Wed Jun 20 05:10:50 2018
+++ pkgsrc/math/p5-Math-Matrix/Makefile Wed Jun 20 05:10:50 2018
@@ -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"
Index: pkgsrc/math/p5-Math-Matrix/distinfo
diff -u /dev/null pkgsrc/math/p5-Math-Matrix/distinfo:1.1
--- /dev/null   Wed Jun 20 05:10:50 2018
+++ pkgsrc/math/p5-Math-Matrix/distinfo Wed Jun 20 05:10:50 2018
@@ -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