aboutsummaryrefslogtreecommitdiff
path: root/math/ruby-math3d
Commit message (Collapse)AuthorAgeFilesLines
* Update to 0.0.4 and fix new compiler error. (wrong cpp syntax)Akinori MUSHA2003-10-142-2/+2
| | | | Notes: svn path=/head/; revision=91249
* Unbreak by converting CR+LF to LF, as gcc does not seem to be tolerantAkinori MUSHA2003-08-141-2/+3
| | | | | | | of CR before LF when it comes to line continuation. Notes: svn path=/head/; revision=86934
* Does not compileKris Kennaway2003-08-071-0/+2
| | | | Notes: svn path=/head/; revision=86460
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75779
* Catch up with the Ruby Application Archive's URL scheme change.Akinori MUSHA2002-12-071-1/+1
| | | | Notes: svn path=/head/; revision=71410
* Update to 0.03.Akinori MUSHA2002-10-273-5/+4
| | | | Notes: svn path=/head/; revision=68966
* Use RUBY_MOD*.Akinori MUSHA2002-10-062-5/+5
| | | | Notes: svn path=/head/; revision=67509
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-0/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Add ruby-math3d, a Ruby library for mathematics for 3D graphics, whichAkinori MUSHA2001-05-085-0/+41
includes Vector/Matrix4x4/LineSeg/Plane/Bound and so on. Notes: svn path=/head/; revision=42399