aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-11-27 16:36:59 +0800
committerlinimon <linimon@FreeBSD.org>2004-11-27 16:36:59 +0800
commit1d0d0430008e45ed7079c79bbe73029d1d6c45f4 (patch)
treeb031fc8e09d89c413aa0be243789280b4c3f2dcd
parentb6fc7dc0274d9b1e7a4c69581e7f3aa2859ca17a (diff)
downloadfreebsd-ports-gnome-1d0d0430008e45ed7079c79bbe73029d1d6c45f4.tar.gz
freebsd-ports-gnome-1d0d0430008e45ed7079c79bbe73029d1d6c45f4.tar.zst
freebsd-ports-gnome-1d0d0430008e45ed7079c79bbe73029d1d6c45f4.zip
As previously announced, remove math/ruby-math3d. It has been broken
for several months with no sign of a fix.
-rw-r--r--math/Makefile1
-rw-r--r--math/ruby-math3d/Makefile37
-rw-r--r--math/ruby-math3d/distinfo2
-rw-r--r--math/ruby-math3d/pkg-descr5
-rw-r--r--math/ruby-math3d/pkg-plist5
5 files changed, 0 insertions, 50 deletions
diff --git a/math/Makefile b/math/Makefile
index b5af2c6b55b9..45534df0e78a 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -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
diff --git a/math/ruby-math3d/Makefile b/math/ruby-math3d/Makefile
deleted file mode 100644
index 8fd99ae5134f..000000000000
--- a/math/ruby-math3d/Makefile
+++ /dev/null
@@ -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>
diff --git a/math/ruby-math3d/distinfo b/math/ruby-math3d/distinfo
deleted file mode 100644
index 554a0b4b91e6..000000000000
--- a/math/ruby-math3d/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (ruby/math3d-0.04.tar.gz) = 94556be8b934deb961170bb49936ae67
-SIZE (ruby/math3d-0.04.tar.gz) = 42632
diff --git a/math/ruby-math3d/pkg-descr b/math/ruby-math3d/pkg-descr
deleted file mode 100644
index 7d229f6ccfe2..000000000000
--- a/math/ruby-math3d/pkg-descr
+++ /dev/null
@@ -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
diff --git a/math/ruby-math3d/pkg-plist b/math/ruby-math3d/pkg-plist
deleted file mode 100644
index c6ac2bbd820d..000000000000
--- a/math/ruby-math3d/pkg-plist
+++ /dev/null
@@ -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%%