mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Miscellaneous functions and classes to facilitate programming.
Misc requires NArray, a multi-dimensional numeric array class for ruby. Author: Takeshi Horinouchi <horinout _at_ ees.hokudai.ac.jp> WWW: http://ruby.gfd-dennou.org/products/numru-misc/ PR: ports/190201 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
This commit is contained in:
parent
11c405f979
commit
adcf4fdb75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356622
@ -612,6 +612,7 @@
|
||||
SUBDIR += ruby-numru_units
|
||||
SUBDIR += rubygem-narray
|
||||
SUBDIR += rubygem-narray_miss
|
||||
SUBDIR += rubygem-numru-misc
|
||||
SUBDIR += rubygem-numru-units
|
||||
SUBDIR += saga
|
||||
SUBDIR += sage
|
||||
|
20
math/rubygem-numru-misc/Makefile
Normal file
20
math/rubygem-numru-misc/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= numru-misc
|
||||
PORTVERSION= 0.1.1
|
||||
CATEGORIES= math rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= murashin@gfd-dennou.org
|
||||
COMMENT= Miscellaneous functions and classes to help Ruby programming
|
||||
|
||||
RUN_DEPENDS= rubygem-narray>0:${PORTSDIR}/math/rubygem-narray \
|
||||
rubygem-narray_miss>0:${PORTSDIR}/math/rubygem-narray_miss
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RAKE= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
math/rubygem-numru-misc/distinfo
Normal file
2
math/rubygem-numru-misc/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/numru-misc-0.1.1.gem) = 60acf73e45c06a6e2b54e030dbb527ed9f68b7f3eda15d6de574a7605d3cb27e
|
||||
SIZE (rubygem/numru-misc-0.1.1.gem) = 16896
|
5
math/rubygem-numru-misc/pkg-descr
Normal file
5
math/rubygem-numru-misc/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
Miscellaneous functions and classes to facilitate programming.
|
||||
Misc requires NArray, a multi-dimensional numeric array class for ruby.
|
||||
|
||||
Author: Takeshi Horinouchi <horinout _at_ ees.hokudai.ac.jp>
|
||||
WWW: http://ruby.gfd-dennou.org/products/numru-misc/
|
Loading…
Reference in New Issue
Block a user