summaryrefslogtreecommitdiff
path: root/math/ruby-bigfloat
AgeCommit message (Collapse)AuthorFilesLines
2005-11-03Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge onlytaca4-40/+0
and now bundled in ruby18-base pacakges.
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-03-06Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge.taca1-2/+2
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2005-01-28Oops, make sure to bump PKG_REVISION.taca1-1/+2
2005-01-28Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.taca1-1/+2
Bump PKG_REVISION.
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca1-2/+2
2004-11-28Oops, I forgot to commit these files.taca3-7/+5
2004-11-27Update ruby-bigfloat package to 1.2.1 migrating to use new Ruby frameworktaca1-10/+10
and mark this only for ruby16. ruby18 provide BigDecimal class as a successor. Changes are unknown.
2004-03-16Add ruby to CATEGORIES.taca1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-01-05Update ruby-bigfloat package to 1.1.8.taca2-5/+5
Changes from source's comments are below. Version 1.1.8(2001/10/23) bug(reported by Stephen Legrand) on VpAlloc() fixed. Version 1.1.7(2001/08/27) limit() method added for global upper limit of precision. VpNewRbClass() added for new() to create new object from klass.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-09-09Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of:agc1-2/+2
WRKSRC= ${WRKDIR} This is much cleaner, much more indicative of what happens, and removes another of the negative definitions (NO_.* = value).
2001-09-08Various changes: mostly removing 'WWW:' lines, since that's what we havewiz1-1/+0
the HOMEPAGE variable for, as well as some grammar and spelling fixes.
2001-07-01Importing ruby-bigfloat.taca4-0/+41
BigFloat is an extension library for Ruby. Using BigFloat class, you can obtain any number of significant digits in computation.