summaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2003-04-19 16:01:35 +0000
committerknu <knu@FreeBSD.org>2003-04-19 16:01:35 +0000
commitad1514fe2437e8ecc3df2e2602a539fbc9165832 (patch)
tree41fb8a46ccecfeb4b7ffc251cb4a3eed32b0d054 /math
parent3124d6b7619eab9a13f3ddca1529797f6179127a (diff)
downloadFreeBSD-ports-ad1514fe2437e8ecc3df2e2602a539fbc9165832.zip
FreeBSD-ports-ad1514fe2437e8ecc3df2e2602a539fbc9165832.tar.gz
math/ruby-bigfloat has been integrated into ruby16-shim-ruby18.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile1
-rw-r--r--math/ruby-bigfloat/Makefile48
-rw-r--r--math/ruby-bigfloat/distinfo3
-rw-r--r--math/ruby-bigfloat/pkg-descr5
-rw-r--r--math/ruby-bigfloat/pkg-plist6
5 files changed, 0 insertions, 63 deletions
diff --git a/math/Makefile b/math/Makefile
index c911ea1..4c7c6e6 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -139,7 +139,6 @@
SUBDIR += rcalc
SUBDIR += rpc
SUBDIR += ruby-algebra
- SUBDIR += ruby-bigfloat
SUBDIR += ruby-bitvector
SUBDIR += ruby-gnuplot
SUBDIR += ruby-gsl
diff --git a/math/ruby-bigfloat/Makefile b/math/ruby-bigfloat/Makefile
deleted file mode 100644
index 224daa8..0000000
--- a/math/ruby-bigfloat/Makefile
+++ /dev/null
@@ -1,48 +0,0 @@
-# New ports collection makefile for: Ruby-BigFloat
-# Date created: 7 Aug 2000
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= bigfloat
-PORTVERSION= 1.2.1
-CATEGORIES= math ruby
-MASTER_SITES= http://www.tinyforest.gr.jp/ruby/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${PORTNAME}.html ${PORTNAME}_en.html
-DIST_SUBDIR= ruby
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-MAINTAINER= knu@FreeBSD.org
-COMMENT= Variable precision floating library for Ruby
-
-IGNOREFILES= ${PORTNAME}.html ${PORTNAME}_en.html
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-NO_WRKSUBDIR= yes
-INSTALL_TARGET= site-install
-
-DOCS_EN= README ${PORTNAME}_en.html
-DOCS_JA= ${PORTNAME}.html
-
-post-extract:
- ${RUBY} -pe 'gsub %r|\./(${PORTNAME}_en.html)|, "../\\1"' \
- ${_DISTDIR}/${PORTNAME}.html > ${WRKSRC}/${PORTNAME}.html
- ${RUBY} -pe 'gsub %r|\./(${PORTNAME}.html)|, "./ja/\\1"' \
- ${_DISTDIR}/${PORTNAME}_en.html > ${WRKSRC}/${PORTNAME}_en.html
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODDOCDIR}/ja
-.for f in ${DOCS_EN}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.for f in ${DOCS_JA}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ja/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/ruby-bigfloat/distinfo b/math/ruby-bigfloat/distinfo
deleted file mode 100644
index 90849a0..0000000
--- a/math/ruby-bigfloat/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ruby/bigfloat-1.2.1.tar.gz) = b8b111e12a4a3e3c35b9e00edaa198f6
-MD5 (ruby/bigfloat.html) = IGNORE
-MD5 (ruby/bigfloat_en.html) = IGNORE
diff --git a/math/ruby-bigfloat/pkg-descr b/math/ruby-bigfloat/pkg-descr
deleted file mode 100644
index 1bbe641..0000000
--- a/math/ruby-bigfloat/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-BigFloat is an extension library for Ruby. Using BigFloat class, you
-can obtain any number of significant digits in computation.
-
-Author: Shigeo Kobayashi <shigeo@tinyforest.gr.jp>
-WWW: http://www.tinyforest.gr.jp/ruby/bigfloat_en.html
diff --git a/math/ruby-bigfloat/pkg-plist b/math/ruby-bigfloat/pkg-plist
deleted file mode 100644
index 6d4eaf8..0000000
--- a/math/ruby-bigfloat/pkg-plist
+++ /dev/null
@@ -1,6 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/bigfloat.so
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/bigfloat.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/bigfloat_en.html
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
OpenPOWER on IntegriCloud