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:
parent
3dbad2e64f
commit
df8513b8f9
4 changed files with 41 additions and 0 deletions
28
math/ruby-bigfloat/Makefile
Normal file
28
math/ruby-bigfloat/Makefile
Normal 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"
|
4
math/ruby-bigfloat/distinfo
Normal file
4
math/ruby-bigfloat/distinfo
Normal 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
|
5
math/ruby-bigfloat/pkg/DESCR
Normal file
5
math/ruby-bigfloat/pkg/DESCR
Normal 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
|
4
math/ruby-bigfloat/pkg/PLIST
Normal file
4
math/ruby-bigfloat/pkg/PLIST
Normal 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
|
Loading…
Reference in a new issue