SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,16 @@
COMMENT = numerical N-dimensional Array class
DISTNAME = narray-0.6.1.2
REVISION = 0
CATEGORIES = devel
HOMEPAGE= https://masa16.github.io/narray/
# GPLv2
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE =ruby gem ext
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (narray-0.6.1.2.gem) = c78QGSmhVw6ANAWOEpb+xY1sM4bCa/JoENM/cN1CNrc=
SIZE (narray-0.6.1.2.gem) = 65024

View file

@ -0,0 +1,6 @@
NArray is an Numerical N-dimensional Array class. Supported element
types are 1/2/4-byte Integer, single/double-precision Real/Complex, and
Ruby Object. This extension library incorporates fast calculation and
easy manipulation of large numerical arrays into the Ruby language.
NArray has features similar to NumPy, but NArray has vector and matrix
subclasses.

View file

@ -0,0 +1,13 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/ChangeLog
${GEM_LIB}/gems/${DISTNAME}/MANIFEST
${GEM_LIB}/gems/${DISTNAME}/README.ja.md
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/SPEC.en.txt
${GEM_LIB}/gems/${DISTNAME}/SPEC.ja.txt
${GEM_LIB}/gems/${DISTNAME}/narray.so
${GEM_LIB}/gems/${DISTNAME}/narray/
${GEM_LIB}/gems/${DISTNAME}/narray/narray_ext.rb
${GEM_LIB}/gems/${DISTNAME}/narray/nmatrix.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec