diff options
author | rm <rm@FreeBSD.org> | 2015-02-22 06:32:22 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-02-22 06:32:22 +0800 |
commit | 3994d1f93d27e40ece51c437630135ce2816db16 (patch) | |
tree | 2fecc13c7e7dd6433fe6a21ef0614f3259889cf0 | |
parent | 177def1df96c3380a9fe92997c2612299672849b (diff) | |
download | freebsd-ports-gnome-3994d1f93d27e40ece51c437630135ce2816db16.tar.gz freebsd-ports-gnome-3994d1f93d27e40ece51c437630135ce2816db16.tar.zst freebsd-ports-gnome-3994d1f93d27e40ece51c437630135ce2816db16.zip |
math/ruby-numru_units: remove port
Please use math/rubygem-numru-units instead. Since it's broken for a long time
and there is no consumers in the ports tree, remove that w/o deprecation period.
PR: 197020
Submitted by: murashin@gfd-dennou.org (maintainer)
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/ruby-numru_units/Makefile | 40 | ||||
-rw-r--r-- | math/ruby-numru_units/distinfo | 2 | ||||
-rw-r--r-- | math/ruby-numru_units/pkg-descr | 12 | ||||
-rw-r--r-- | math/ruby-numru_units/pkg-plist | 5 |
6 files changed, 1 insertions, 60 deletions
@@ -7425,3 +7425,4 @@ sysutils/brebis|sysutils/backupchecker|2015-02-12|Renamed to backupchecker sysutils/rsyslog7-devel|sysutils/rsyslog7|2015-02-13|Has expired: EoL, use sysutils/rsyslog7 sysutils/rsyslog8-devel|sysutils/rsyslog8|2015-02-13|Has expired: EoL, use sysutils/rsyslog8 japanese/mozc-additions||2015-02-15|Obsoleted by mozc script in japanese/mozc-server +math/ruby-numru_units|math/rubygem-numru-units|2015-02-22|Long time broken. Please use math/rubygem-numru-units instead 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 |