diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-27 21:44:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-27 21:44:31 +0000 |
commit | fb77f0170845c17f62d583802fbc8113434871c3 (patch) | |
tree | 07d5e0b42e5501dce7629916c0dd46a72f27ee82 /math/ruby-narray_miss | |
parent | d7e662de4c7e03751b8b15f813f79b249698ef19 (diff) | |
download | ports-fb77f0170845c17f62d583802fbc8113434871c3.tar.gz ports-fb77f0170845c17f62d583802fbc8113434871c3.zip |
Add ruby-narray_miss, an additional class of ruby with conduct processing
of missing value to NArray which is a numeric multi-dimensional array class.
PR: ports/62870
Submitted by: Shin'ya Murakami <murashin@edamame.summing.com>
Notes
Notes:
svn path=/head/; revision=102312
Diffstat (limited to 'math/ruby-narray_miss')
-rw-r--r-- | math/ruby-narray_miss/Makefile | 34 | ||||
-rw-r--r-- | math/ruby-narray_miss/distinfo | 2 | ||||
-rw-r--r-- | math/ruby-narray_miss/pkg-descr | 5 | ||||
-rw-r--r-- | math/ruby-narray_miss/pkg-plist | 5 |
4 files changed, 46 insertions, 0 deletions
diff --git a/math/ruby-narray_miss/Makefile b/math/ruby-narray_miss/Makefile new file mode 100644 index 000000000000..11edf76b5306 --- /dev/null +++ b/math/ruby-narray_miss/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: Ruby/NArrayMiss +# Date created: 15 Febrary 2004 +# Whom: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> +# +# $FreeBSD$ +# + +PORTNAME= narray_miss +PORTVERSION= 1.0.1 +CATEGORIES= math ruby +MASTER_SITES= http://ruby.gfd-dennou.org/products/narray_miss/ +PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} +DISTNAME= ${PORTNAME}-${PORTVERSION} +DIST_SUBDIR= ruby + +MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +COMMENT= Additional class with processing of missing value to NArray + +RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray + +NO_BUILD= yes +USE_RUBY= yes +DOCS= ChangeLog README narray_miss.html + +do-install: + ${INSTALL_DATA} ${WRKSRC}/narray_miss.rb ${RUBY_SITELIBDIR} +.if !defined(NOPORTDOCS) + ${MKDIR} ${RUBY_MODDOCDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/math/ruby-narray_miss/distinfo b/math/ruby-narray_miss/distinfo new file mode 100644 index 000000000000..e29047c4c996 --- /dev/null +++ b/math/ruby-narray_miss/distinfo @@ -0,0 +1,2 @@ +MD5 (ruby/narray_miss-1.0.1.tar.gz) = 62615e0e09ca1786fd5c49724872a176 +SIZE (ruby/narray_miss-1.0.1.tar.gz) = 12464 diff --git a/math/ruby-narray_miss/pkg-descr b/math/ruby-narray_miss/pkg-descr new file mode 100644 index 000000000000..888ce47214de --- /dev/null +++ b/math/ruby-narray_miss/pkg-descr @@ -0,0 +1,5 @@ +This is an additional class of ruby with conduct processing of missing value +to NArray which is a numeric multi-dimensional array class. + +Author: Seiya Nishizawa <seiya@kugi.kyoto-u.ac.jp> +WWW: http://ruby.gfd-dennou.org/products/narray_miss/ diff --git a/math/ruby-narray_miss/pkg-plist b/math/ruby-narray_miss/pkg-plist new file mode 100644 index 000000000000..a64ab24f8ae1 --- /dev/null +++ b/math/ruby-narray_miss/pkg-plist @@ -0,0 +1,5 @@ +%%RUBY_SITELIBDIR%%/narray_miss.rb +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README +%%PORTDOCS%%%%RUBY_MODDOCDIR%%/narray_miss.html +%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%% |