mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
As previously announced, remove math/ruby-math3d. It has been broken
for several months with no sign of a fix.
This commit is contained in:
parent
ccc6d52fc9
commit
7549b0de0a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122586
@ -209,7 +209,6 @@
|
||||
SUBDIR += ruby-gmp
|
||||
SUBDIR += ruby-gnuplot
|
||||
SUBDIR += ruby-gsl
|
||||
SUBDIR += ruby-math3d
|
||||
SUBDIR += ruby-narray
|
||||
SUBDIR += ruby-narray_miss
|
||||
SUBDIR += ruby-netcdf
|
||||
|
@ -1,37 +0,0 @@
|
||||
# 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.04
|
||||
CATEGORIES= math ruby
|
||||
MASTER_SITES= http://www2.giganet.net/~yoshi/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
COMMENT= A Ruby library for mathematics for 3D graphics
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
BROKEN= "Does not compile"
|
||||
EXPIRATION_DATE=2004-08-20
|
||||
DEPRECATED= ${BROKEN}
|
||||
|
||||
pre-patch:
|
||||
cd ${WRKSRC}; ${RUBY} -i -pe 'sub(/\r/, "")' *.[ch]
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODDOCDIR}/ja
|
||||
${INSTALL_DATA} ${WRKSRC}/manual.en ${RUBY_MODDOCDIR}/
|
||||
${INSTALL_DATA} ${WRKSRC}/manual.jis ${RUBY_MODDOCDIR}/ja/
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,2 +0,0 @@
|
||||
MD5 (ruby/math3d-0.04.tar.gz) = 94556be8b934deb961170bb49936ae67
|
||||
SIZE (ruby/math3d-0.04.tar.gz) = 42632
|
@ -1,5 +0,0 @@
|
||||
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/raa/list.rhtml?name=math3d
|
@ -1,5 +0,0 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/math3d.so
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/manual.en
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/manual.jis
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
Loading…
Reference in New Issue
Block a user