SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
16
devel/ruby-narray/Makefile
Normal file
16
devel/ruby-narray/Makefile
Normal 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>
|
2
devel/ruby-narray/distinfo
Normal file
2
devel/ruby-narray/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (narray-0.6.1.2.gem) = c78QGSmhVw6ANAWOEpb+xY1sM4bCa/JoENM/cN1CNrc=
|
||||
SIZE (narray-0.6.1.2.gem) = 65024
|
6
devel/ruby-narray/pkg/DESCR
Normal file
6
devel/ruby-narray/pkg/DESCR
Normal 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.
|
13
devel/ruby-narray/pkg/PLIST
Normal file
13
devel/ruby-narray/pkg/PLIST
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue