Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-03-16 | Add ruby to CATEGORIES. | taca | 1 | -2/+2 | |
2004-01-20 | Move WRKSRC definition away from the first paragraph in a Makefile. | agc | 1 | -2/+2 | |
2003-07-17 | s/netbsd.org/NetBSD.org/ | grant | 1 | -2/+2 | |
2003-03-29 | Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. | jmmv | 1 | -2/+2 | |
2002-01-05 | Update ruby-bigfloat package to 1.1.8. | taca | 2 | -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-01 | Move pkg/ files into package's toplevel directory | zuntum | 2 | -1/+1 | |
2001-09-09 | Deprecate NO_WRKSUBDIR, replacing it with an explicit assignment of: | agc | 1 | -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-08 | Various changes: mostly removing 'WWW:' lines, since that's what we have | wiz | 1 | -1/+0 | |
the HOMEPAGE variable for, as well as some grammar and spelling fixes. | |||||
2001-07-01 | Importing ruby-bigfloat. | taca | 4 | -0/+41 | |
BigFloat is an extension library for Ruby. Using BigFloat class, you can obtain any number of significant digits in computation. |