diff options
author | Steve Wills <swills@FreeBSD.org> | 2014-08-19 15:35:35 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2014-08-19 15:35:35 +0000 |
commit | f64d9973793a9276d2552aa0e13dcb33bbfb61dc (patch) | |
tree | 09c2d656aaba0bcc376e74ce56d845f491a8ffa7 /math | |
parent | c14a472bf60c9ab3d6accf2f58243c81cc3a4d3b (diff) | |
download | ports-f64d9973793a9276d2552aa0e13dcb33bbfb61dc.tar.gz ports-f64d9973793a9276d2552aa0e13dcb33bbfb61dc.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-fftw3/Makefile | 3 | ||||
-rw-r--r-- | math/ruby-gnuplot/Makefile | 3 | ||||
-rw-r--r-- | math/ruby-gsl/Makefile | 3 | ||||
-rw-r--r-- | math/ruby-narray/Makefile | 3 | ||||
-rw-r--r-- | math/ruby-numru_misc/Makefile | 3 | ||||
-rw-r--r-- | math/rubygem-narray/pkg-descr | 2 |
6 files changed, 16 insertions, 1 deletions
diff --git a/math/ruby-fftw3/Makefile b/math/ruby-fftw3/Makefile index 11d12052b96e..555a4d942a6b 100644 --- a/math/ruby-fftw3/Makefile +++ b/math/ruby-fftw3/Makefile @@ -31,6 +31,9 @@ DOCS= LICENSE.txt doc/* OPTIONS_DEFINE= DOCS +DEPRECATED= Depends on deprecated math/ruby-narray +EXPIRATION_DATE= 2014-09-20 + post-install: ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} .for f in ${DOCS} diff --git a/math/ruby-gnuplot/Makefile b/math/ruby-gnuplot/Makefile index 5178e4b9cc74..a47b546721ea 100644 --- a/math/ruby-gnuplot/Makefile +++ b/math/ruby-gnuplot/Makefile @@ -31,6 +31,9 @@ EXAMPLESDIR= ${RUBY_MODEXAMPLESDIR} PORTDOCS= * PORTEXAMPLES= * +DEPRECATED= Depends on deprecated math/ruby-narray +EXPIRATION_DATE= 2014-09-20 + MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \ INSTALL_DATA="${INSTALL_DATA}" diff --git a/math/ruby-gsl/Makefile b/math/ruby-gsl/Makefile index e198f599d316..1e585ea393e2 100644 --- a/math/ruby-gsl/Makefile +++ b/math/ruby-gsl/Makefile @@ -24,6 +24,9 @@ CONFIGURE_ARGS= -- --with-opt-dir="${LOCALBASE}" DOCS= AUTHORS ChangeLog THANKS rdoc +DEPRECATED= RubyForge shutdown May 15 2014 +EXPIRATION_DATE= 2014-09-20 + OPTIONS_DEFINE= DOCS post-extract: diff --git a/math/ruby-narray/Makefile b/math/ruby-narray/Makefile index dc923937debe..5e4737571516 100644 --- a/math/ruby-narray/Makefile +++ b/math/ruby-narray/Makefile @@ -26,6 +26,9 @@ DOC_JA= README.ja SPEC.ja OPTIONS_DEFINE= DOCS +DEPRECATED= RubyForge shutdown May 15 2014 +EXPIRATION_DATE= 2014-09-20 + post-install: ${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ja .for f in ${DOC_EN} diff --git a/math/ruby-numru_misc/Makefile b/math/ruby-numru_misc/Makefile index ceeee38c97dc..fdbd32da992f 100644 --- a/math/ruby-numru_misc/Makefile +++ b/math/ruby-numru_misc/Makefile @@ -28,6 +28,9 @@ NO_BUILD= yes DOCS= ChangeLog LICENSE.txt doc/* +DEPRECATED= Depends on deprecated math/ruby-narray +EXPIRATION_DATE= 2014-09-20 + do-install: @cd ${WRKSRC}/ && ${RUBY} ./install.rb -d ${STAGEDIR}${RUBY_SITELIBDIR} @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}/ diff --git a/math/rubygem-narray/pkg-descr b/math/rubygem-narray/pkg-descr index 43a6192266dc..eb61e88a9d2e 100644 --- a/math/rubygem-narray/pkg-descr +++ b/math/rubygem-narray/pkg-descr @@ -4,4 +4,4 @@ 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. -WWW: http://narray.rubyforge.org/ +WWW: http://rubygems.org/gems/narray/ |