1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Add ruby-math3d, a Ruby library for mathematics for 3D graphics, which

includes Vector/Matrix4x4/LineSeg/Plane/Bound and so on.
This commit is contained in:
Akinori MUSHA 2001-05-08 11:23:36 +00:00
parent 676987e47f
commit a2a8c8edfc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42399
6 changed files with 42 additions and 0 deletions

View File

@ -89,6 +89,7 @@
SUBDIR += ruby-bigfloat
SUBDIR += ruby-bitvector
SUBDIR += ruby-gnuplot
SUBDIR += ruby-math3d
SUBDIR += ruby-narray
SUBDIR += sc
SUBDIR += scigraphica

30
math/ruby-math3d/Makefile Normal file
View File

@ -0,0 +1,30 @@
# New ports collection makefile for: Ruby/Math3d
# Date created: 8 May 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= math3d
PORTVERSION= 0.02
CATEGORIES= math ruby
MASTER_SITES= http://www2.giganet.net/~yoshi/
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALL_TARGET= site-install
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
${INSTALL_DATA} ${WRKSRC}/manual.jis ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/math3d-0.02.tgz) = 520aa0c158d3f66ff384b4f7a7a3b37b

View File

@ -0,0 +1 @@
A Ruby library for mathematics for 3D graphics

View File

@ -0,0 +1,5 @@
This is a Ruby library for mathematics for 3D graphics, which includes
Vector/Matrix4x4/LineSeg/Plane/Bound and so on.
Author: Yoshiyuki Kusano <yoshi@giganet.net>
WWW: http://www.ruby-lang.org/en/raa-list.rhtml?name=Math3d

View File

@ -0,0 +1,4 @@
%%RUBY_SITEARCHLIBDIR%%/math3d.so
%%PORTDOCS%%%%RUBY_DOCDIR%%/math3d/ja/manual.jis
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/math3d/ja
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/math3d