mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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:
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
|
@ -89,6 +89,7 @@
|
||||||
SUBDIR += ruby-bigfloat
|
SUBDIR += ruby-bigfloat
|
||||||
SUBDIR += ruby-bitvector
|
SUBDIR += ruby-bitvector
|
||||||
SUBDIR += ruby-gnuplot
|
SUBDIR += ruby-gnuplot
|
||||||
|
SUBDIR += ruby-math3d
|
||||||
SUBDIR += ruby-narray
|
SUBDIR += ruby-narray
|
||||||
SUBDIR += sc
|
SUBDIR += sc
|
||||||
SUBDIR += scigraphica
|
SUBDIR += scigraphica
|
||||||
|
|
30
math/ruby-math3d/Makefile
Normal file
30
math/ruby-math3d/Makefile
Normal 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>
|
1
math/ruby-math3d/distinfo
Normal file
1
math/ruby-math3d/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (ruby/math3d-0.02.tgz) = 520aa0c158d3f66ff384b4f7a7a3b37b
|
1
math/ruby-math3d/pkg-comment
Normal file
1
math/ruby-math3d/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
A Ruby library for mathematics for 3D graphics
|
5
math/ruby-math3d/pkg-descr
Normal file
5
math/ruby-math3d/pkg-descr
Normal 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
|
4
math/ruby-math3d/pkg-plist
Normal file
4
math/ruby-math3d/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue