pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/math/ruby-matrix math/ruby-matrix: add package 0.4.2
details: https://anonhg.NetBSD.org/pkgsrc/rev/b9f62dc63236
branches: trunk
changeset: 384543:b9f62dc63236
user: taca <taca%pkgsrc.org@localhost>
date: Thu Sep 01 14:42:37 2022 +0000
description:
math/ruby-matrix: add package 0.4.2
Add ruby-matrix package version 0.4.2 required by newer
textproc/ruby-classifier-reborn package.
An implementation of Matrix and Vector classes.
diffstat:
math/ruby-matrix/DESCR | 1 +
math/ruby-matrix/Makefile | 17 +++++++++++++++++
math/ruby-matrix/PLIST | 9 +++++++++
math/ruby-matrix/distinfo | 5 +++++
4 files changed, 32 insertions(+), 0 deletions(-)
diffs (48 lines):
diff -r 38c8d7e683c7 -r b9f62dc63236 math/ruby-matrix/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/ruby-matrix/DESCR Thu Sep 01 14:42:37 2022 +0000
@@ -0,0 +1,1 @@
+An implementation of Matrix and Vector classes.
diff -r 38c8d7e683c7 -r b9f62dc63236 math/ruby-matrix/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/ruby-matrix/Makefile Thu Sep 01 14:42:37 2022 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1 2022/09/01 14:42:37 taca Exp $
+
+DISTNAME= matrix-0.4.2
+CATEGORIES= math
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ruby/matrix
+COMMENT= Implementation of Matrix and Vector classes
+LICENSE= 2-clause-bsd OR ruby-license
+
+USE_LANGUAGES= # none
+
+# Ruby 3.1 has the same version in it.
+RUBY_VERSIONS_ACCEPTED= 27 30
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 38c8d7e683c7 -r b9f62dc63236 math/ruby-matrix/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/ruby-matrix/PLIST Thu Sep 01 14:42:37 2022 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2022/09/01 14:42:37 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/lib/matrix.rb
+${GEM_LIBDIR}/lib/matrix/eigenvalue_decomposition.rb
+${GEM_LIBDIR}/lib/matrix/lup_decomposition.rb
+${GEM_LIBDIR}/lib/matrix/version.rb
+${GEM_LIBDIR}/matrix.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 38c8d7e683c7 -r b9f62dc63236 math/ruby-matrix/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/math/ruby-matrix/distinfo Thu Sep 01 14:42:37 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/09/01 14:42:37 taca Exp $
+
+BLAKE2s (matrix-0.4.2.gem) = f00d7a659ef0d62ff6aeddef186334718a99cbabd6b60fc4ff8480ac7bc6b112
+SHA512 (matrix-0.4.2.gem) = 3e91257b315b8bb38f89bb537a0f04cbf9c892206ebab55c44350eeb87e84969f83a256e690198490aa663a502d119c1629cf292e1508241f21f89bd6a5edfaa
+Size (matrix-0.4.2.gem) = 27136 bytes
Home |
Main Index |
Thread Index |
Old Index