aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2014-09-20 10:21:51 +0000
committerRene Ladan <rene@FreeBSD.org>2014-09-20 10:21:51 +0000
commite87c0594dbc0faee372581aca92dcbc5652573b5 (patch)
treecc194d5f1e2e93b64cd8be3d82bace6f251c2995
parent64fc039b060b2dd7fd171229c584366314219b6b (diff)
downloadports-e87c0594dbc0faee372581aca92dcbc5652573b5.tar.gz
ports-e87c0594dbc0faee372581aca92dcbc5652573b5.zip
Notes
-rw-r--r--MOVED1
-rw-r--r--math/Makefile1
-rw-r--r--math/ruby-narray_miss/Makefile39
-rw-r--r--math/ruby-narray_miss/distinfo2
-rw-r--r--math/ruby-narray_miss/pkg-descr4
-rw-r--r--math/ruby-narray_miss/pkg-plist7
6 files changed, 1 insertions, 53 deletions
diff --git a/MOVED b/MOVED
index e945ed81b344..c48845b86512 100644
--- a/MOVED
+++ b/MOVED
@@ -7116,3 +7116,4 @@ databases/ruby-dbd_odbc||2014-09-20|Has expired: RubyForge shutdown May 15 2014
devel/ruby-fastri||2014-09-20|Has expired: RubyForge shutdown May 15 2014
devel/ri-emacs||2014-09-20|Has expired: RubyForge shutdown May 15 2014
security/p5-openxpki-client-html-mason||2014-09-20|Has expired: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
+math/ruby-narray_miss||2014-09-20|Removed, depended on deleted math/ruby-narray
diff --git a/math/Makefile b/math/Makefile
index 544ab77aed66..95a369c59032 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -595,7 +595,6 @@
SUBDIR += rpy
SUBDIR += rpy2
SUBDIR += ruby-algebra
- SUBDIR += ruby-narray_miss
SUBDIR += ruby-numru_units
SUBDIR += rubygem-fftw3
SUBDIR += rubygem-narray
diff --git a/math/ruby-narray_miss/Makefile b/math/ruby-narray_miss/Makefile
deleted file mode 100644
index b9d121ab7db5..000000000000
--- a/math/ruby-narray_miss/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# Created by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
-# $FreeBSD$
-
-PORTNAME= narray_miss
-PORTVERSION= 1.2.8
-PORTREVISION= 3
-CATEGORIES= math ruby
-MASTER_SITES= http://ruby.gfd-dennou.org/products/narray_miss/ \
- http://dennou-h.gfd-dennou.org/library/ruby/products/narray_miss/ \
- http://dennou-q.gfd-dennou.org/library/ruby/products/narray_miss/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DIST_SUBDIR= ruby
-
-MAINTAINER= murashin@gfd-dennou.org
-COMMENT= Additional class with processing of missing value to NArray
-
-OPTIONS_DEFINE= DOCS
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/${PORTNAME}/LICENSE.txt
-
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
-
-USE_RUBY= yes
-USE_RAKE= yes
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-DOCS= LICENSE.txt README.rdoc
-
-do-install:
- cd ${WRKSRC}/${PORTNAME} && ${SETENV} DESTDIR=${STAGEDIR} ${RAKE_BIN} nongeminstall
- @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/math/ruby-narray_miss/distinfo b/math/ruby-narray_miss/distinfo
deleted file mode 100644
index 55b9b054b430..000000000000
--- a/math/ruby-narray_miss/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/narray_miss-1.2.8.tar.gz) = fcd602da986171ada9af406331448cc9b86abb00e6627cdf6ee3d4308e3c4e88
-SIZE (ruby/narray_miss-1.2.8.tar.gz) = 12956
diff --git a/math/ruby-narray_miss/pkg-descr b/math/ruby-narray_miss/pkg-descr
deleted file mode 100644
index 11472ac00ff9..000000000000
--- a/math/ruby-narray_miss/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-This is an additional class of ruby with conduct processing of missing value
-to NArray which is a numeric multi-dimensional array class.
-
-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
deleted file mode 100644
index 5f4fbeb21033..000000000000
--- a/math/ruby-narray_miss/pkg-plist
+++ /dev/null
@@ -1,7 +0,0 @@
-%%RUBY_SITELIBDIR%%/narray_miss.rb
-%%RUBY_SITELIBDIR%%/narray_miss/narray_miss.rb
-%%RUBY_SITELIBDIR%%/narray_miss/version.rb
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE.txt
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.rdoc
-@dirrm %%RUBY_SITELIBDIR%%/narray_miss
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%