summaryrefslogtreecommitdiff
path: root/math/ruby-bigfloat
AgeCommit message (Collapse)AuthorFilesLines
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.