aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorRuslan Makhmatkhanov <rm@FreeBSD.org>2015-02-21 22:32:22 +0000
committerRuslan Makhmatkhanov <rm@FreeBSD.org>2015-02-21 22:32:22 +0000
commitec1e1a261a7042977254ae679040c1262dafcccb (patch)
tree2fecc13c7e7dd6433fe6a21ef0614f3259889cf0 /math
parentb441aa7806096056c1d531bf952569f796904c86 (diff)
downloadports-ec1e1a261a7042977254ae679040c1262dafcccb.tar.gz
ports-ec1e1a261a7042977254ae679040c1262dafcccb.zip
Notes
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/ruby-numru_units/Makefile40
-rw-r--r--math/ruby-numru_units/distinfo2
-rw-r--r--math/ruby-numru_units/pkg-descr12
-rw-r--r--math/ruby-numru_units/pkg-plist5
5 files changed, 0 insertions, 60 deletions
diff --git a/math/Makefile b/math/Makefile
index 0debfc96650f..90fbad37bc67 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -604,7 +604,6 @@
SUBDIR += rpy
SUBDIR += rpy2
SUBDIR += ruby-algebra
- SUBDIR += ruby-numru_units
SUBDIR += rubygem-fftw3
SUBDIR += rubygem-narray
SUBDIR += rubygem-narray_miss
diff --git a/math/ruby-numru_units/Makefile b/math/ruby-numru_units/Makefile
deleted file mode 100644
index 3935a1ba6beb..000000000000
--- a/math/ruby-numru_units/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# Created by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
-# $FreeBSD$
-
-PORTNAME= numru_units
-PORTVERSION= 1.7
-CATEGORIES= math ruby
-MASTER_SITES= http://ruby.gfd-dennou.org/products/numru-units/release/ \
- http://dennou-h.gfd-dennou.org/library/ruby/products/numru-units/release/ \
- http://dennou-q.gfd-dennou.org/library/ruby/products/numru-units/release/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= numru-units-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= murashin@gfd-dennou.org
-COMMENT= Class to handle units of physical quantities for Ruby
-
-OPTIONS_DEFINE= DOCS
-
-LICENSE= BSD2CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-
-USE_RUBY= yes
-NO_BUILD= yes
-
-DOCS= ChangeLog LICENSE.txt doc/units.html doc/units.rd
-
-do-install:
- @cd ${WRKSRC}/ && ${RUBY} ./install.rb -d ${STAGEDIR}${RUBY_SITELIBDIR}
- @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}
-.endfor
-
-.include <bsd.port.pre.mk>
-
-.if ${RUBY_VER} >= 2.0
-BROKEN= Does not build with Ruby 2.0 or newer
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/math/ruby-numru_units/distinfo b/math/ruby-numru_units/distinfo
deleted file mode 100644
index 5f0c8512e5f6..000000000000
--- a/math/ruby-numru_units/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/numru-units-1.7.tar.gz) = 15f385ac2daf0f5f6e8fe1af471d4cffcb9d0ede2a93edb208ec836a5b7bd9f8
-SIZE (ruby/numru-units-1.7.tar.gz) = 124276
diff --git a/math/ruby-numru_units/pkg-descr b/math/ruby-numru_units/pkg-descr
deleted file mode 100644
index 7fa69868a72f..000000000000
--- a/math/ruby-numru_units/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-A class of units of physical quantities for Ruby.
-
-This class covers most functionality of UNIDATA's UDUNITS Library, however,
-with a more sophisticated handling of string expressions.
-
-UDUNITS always decomposes units into the four base units and discards the
-original string expressions. Therefore, 'hPa' always becomes '100
-kg.m-1.sec-1', and 'day' always becomes '86400 sec'. On the other hand, this
-library tries to keep the original expressions as much as possible by default,
-while allowing partial to complete decompositions if needed.
-
-WWW: http://www.gfd-dennou.org/arch/ruby/products/numru-units/
diff --git a/math/ruby-numru_units/pkg-plist b/math/ruby-numru_units/pkg-plist
deleted file mode 100644
index b3b7bc064e9c..000000000000
--- a/math/ruby-numru_units/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-%%RUBY_SITELIBDIR%%/numru/units.rb
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/LICENSE.txt
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/units.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/units.rd