diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-02-16 13:29:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-02-16 13:29:05 +0000 |
commit | ad8fae4c9986646728475a9b977c2c3fab5d7aea (patch) | |
tree | 56013685e9aab926b68e69fee1edff2a98b0f2e6 /math | |
parent | 2c07458024d2ca20aee6239bbfdaec049147304d (diff) | |
download | ports-ad8fae4c9986646728475a9b977c2c3fab5d7aea.tar.gz ports-ad8fae4c9986646728475a9b977c2c3fab5d7aea.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-fftw3/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-narray_miss/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-numru_misc/Makefile | 2 | ||||
-rw-r--r-- | math/ruby-numru_units/Makefile | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/math/ruby-fftw3/Makefile b/math/ruby-fftw3/Makefile index 8740c9ad28a4..acc4939cf356 100644 --- a/math/ruby-fftw3/Makefile +++ b/math/ruby-fftw3/Makefile @@ -14,7 +14,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +MAINTAINER= murashin@gfd-dennou.org COMMENT= A Ruby interface to the FFTW ver.3 BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray diff --git a/math/ruby-narray_miss/Makefile b/math/ruby-narray_miss/Makefile index deaa7932b434..84dfa7988a3e 100644 --- a/math/ruby-narray_miss/Makefile +++ b/math/ruby-narray_miss/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ${PORTNAME}-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +MAINTAINER= murashin@gfd-dennou.org COMMENT= Additional class with processing of missing value to NArray RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray diff --git a/math/ruby-numru_misc/Makefile b/math/ruby-numru_misc/Makefile index 0ecf6df79aeb..7f12b9672f85 100644 --- a/math/ruby-numru_misc/Makefile +++ b/math/ruby-numru_misc/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= numru-misc-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +MAINTAINER= murashin@gfd-dennou.org COMMENT= Collection of misc functions and classes to facilitate programming RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \ diff --git a/math/ruby-numru_units/Makefile b/math/ruby-numru_units/Makefile index 945d6d0de0af..198e6543b6dd 100644 --- a/math/ruby-numru_units/Makefile +++ b/math/ruby-numru_units/Makefile @@ -13,7 +13,7 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= numru-units-${PORTVERSION} DIST_SUBDIR= ruby -MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp +MAINTAINER= murashin@gfd-dennou.org COMMENT= A class to handle units of physical quantities for Ruby USE_RUBY= yes |