Importing ruby-bigfloat.

BigFloat is an extension library for Ruby.  Using BigFloat class, you
can obtain any number of significant digits in computation.
This commit is contained in:
taca 2001-07-01 13:06:57 +00:00
parent 3dbad2e64f
commit df8513b8f9
4 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 13:06:57 taca Exp $
# FreeBSD: ports/math/ruby-bigfloat/Makefile,v 1.8 2000/10/02 14:57:26 knu Exp
DISTNAME= bigfloat-1.1.6
PKGNAME= ${RUBY_PKGNAMEPREFIX}${DISTNAME}
CATEGORIES= math
MASTER_SITES= http://www.tinyforest.gr.jp/ruby/
MAINTAINER= taca@netbsd.org
HOMEPAGE= http://www.tinyforest.gr.jp/ruby/bigfloat_en.html
COMMENT= Variable precision floating library for Ruby
DIST_SUBDIR= ruby
USE_RUBY_EXTCONF= yes
NO_WRKSUBDIR= yes
INSTALL_TARGET= site-install
DOCS= README
post-install:
${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/bigfloat
.for f in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/bigfloat
.endfor
.include "../../lang/ruby-base/Makefile.common"
.include "../../mk/bsd.pkg.mk"

View file

@ -0,0 +1,4 @@
$NetBSD: distinfo,v 1.1.1.1 2001/07/01 13:06:57 taca Exp $
SHA1 (ruby/bigfloat-1.1.6.tar.gz) = d667021438361479a7fd771b536f6582899f61c4
Size (ruby/bigfloat-1.1.6.tar.gz) = 34111 bytes

View file

@ -0,0 +1,5 @@
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

View file

@ -0,0 +1,4 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/01 13:06:57 taca Exp $
${RUBY_SITEARCHLIBDIR}/BigFloat.so
${RUBY_DOCDIR}/bigfloat/README
@dirrm ${RUBY_DOCDIR}/bigfloat