diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-19 16:01:35 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-04-19 16:01:35 +0000 |
commit | 3c238e2165e45ce7b3a9d5247ef0d9d7d6c770f0 (patch) | |
tree | 65ed9cf1154c1fef803c20e0e930808cc1e8c28a /math | |
parent | badfc22166911fec416a1c7a9b43597deb841274 (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 1 | ||||
-rw-r--r-- | math/ruby-bigfloat/Makefile | 48 | ||||
-rw-r--r-- | math/ruby-bigfloat/distinfo | 3 | ||||
-rw-r--r-- | math/ruby-bigfloat/pkg-descr | 5 | ||||
-rw-r--r-- | math/ruby-bigfloat/pkg-plist | 6 |
5 files changed, 0 insertions, 63 deletions
diff --git a/math/Makefile b/math/Makefile index c911ea13f9a6..4c7c6e63c47b 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 224daa8c98b7..000000000000 --- 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 90849a02b6ff..000000000000 --- 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 1bbe641a0f1a..000000000000 --- 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 6d4eaf81453e..000000000000 --- 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%% |