diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-05 09:31:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-05 09:31:38 +0000 |
commit | adcf4fdb75a5d6371ed43d7fd8122b30f568756f (patch) | |
tree | 2adfb4ccb2f96a2e26a9d7ddc04495eb783e1342 /math | |
parent | 11c405f979417b3240cc3804c8a87aab24d9eb53 (diff) | |
download | ports-adcf4fdb75a5d6371ed43d7fd8122b30f568756f.tar.gz ports-adcf4fdb75a5d6371ed43d7fd8122b30f568756f.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/rubygem-numru-misc/Makefile | 20 | ||||
-rw-r--r-- | math/rubygem-numru-misc/distinfo | 2 | ||||
-rw-r--r-- | math/rubygem-numru-misc/pkg-descr | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 72d4a2d0301e..a8187fad085a 100644 --- a/math/Makefile +++ b/math/Makefile @@ -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 diff --git a/math/rubygem-numru-misc/Makefile b/math/rubygem-numru-misc/Makefile new file mode 100644 index 000000000000..ac44e2c8a7f5 --- /dev/null +++ b/math/rubygem-numru-misc/Makefile @@ -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> diff --git a/math/rubygem-numru-misc/distinfo b/math/rubygem-numru-misc/distinfo new file mode 100644 index 000000000000..4f71764f3c32 --- /dev/null +++ b/math/rubygem-numru-misc/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/numru-misc-0.1.1.gem) = 60acf73e45c06a6e2b54e030dbb527ed9f68b7f3eda15d6de574a7605d3cb27e +SIZE (rubygem/numru-misc-0.1.1.gem) = 16896 diff --git a/math/rubygem-numru-misc/pkg-descr b/math/rubygem-numru-misc/pkg-descr new file mode 100644 index 000000000000..8b712d3ac903 --- /dev/null +++ b/math/rubygem-numru-misc/pkg-descr @@ -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/ |