summaryrefslogtreecommitdiff
path: root/math/ruby-netcdf
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-08 04:34:40 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2012-03-08 04:34:40 +0000
commit3c4d5b6416fcf4f05fe92f697bc5715d25506757 (patch)
treea1967d823c75efa886bc7d1ca4e118adcc5dbf88 /math/ruby-netcdf
parent- forced commit to note repo copy from math/ruby-netcdf -> science/ruby-netcdf (diff)
- update to 0.6.6
- add and update URLs of MASTER_SITES - update author's email address - use @dirrmtry - change port category from math to science. - Completes repo copy from math/ruby-netcdf -> science/ruby-netcdf PR: ports/165314 Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org>
Notes
Notes: svn path=/head/; revision=292929
Diffstat (limited to 'math/ruby-netcdf')
-rw-r--r--math/ruby-netcdf/Makefile38
-rw-r--r--math/ruby-netcdf/distinfo2
-rw-r--r--math/ruby-netcdf/files/patch-extconf.rb12
-rw-r--r--math/ruby-netcdf/pkg-descr6
-rw-r--r--math/ruby-netcdf/pkg-plist21
5 files changed, 0 insertions, 79 deletions
diff --git a/math/ruby-netcdf/Makefile b/math/ruby-netcdf/Makefile
deleted file mode 100644
index f5563f444416..000000000000
--- a/math/ruby-netcdf/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# New ports collection makefile for: RubyNetCDF
-# Date created: 11 June 2002
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= netcdf
-PORTVERSION= 0.6.5
-CATEGORIES= math ruby
-MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-netcdf/
-PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
-DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
-DIST_SUBDIR= ruby
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= A Ruby interface to the NetCDF scientific IO library
-
-BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
-LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf
-RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
-
-USE_RUBY= yes
-USE_RUBY_EXTCONF= yes
-
-DOCS= ChangeLog ToDo doc/*
-
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/demo/* ${RUBY_MODEXAMPLESDIR}/
- ${MKDIR} ${RUBY_MODDOCDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/math/ruby-netcdf/distinfo b/math/ruby-netcdf/distinfo
deleted file mode 100644
index 764fb8947078..000000000000
--- a/math/ruby-netcdf/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (ruby/ruby-netcdf-0.6.5.tar.gz) = d9493f4e961a763a6fc331a18db6167ae1b29b9972ab0fddf40063b344551251
-SIZE (ruby/ruby-netcdf-0.6.5.tar.gz) = 74628
diff --git a/math/ruby-netcdf/files/patch-extconf.rb b/math/ruby-netcdf/files/patch-extconf.rb
deleted file mode 100644
index d0708cf8702a..000000000000
--- a/math/ruby-netcdf/files/patch-extconf.rb
+++ /dev/null
@@ -1,12 +0,0 @@
---- extconf.rb.orig Thu Jun 23 09:20:15 2005
-+++ extconf.rb Tue Jan 17 13:36:39 2006
-@@ -105,9 +105,6 @@
- newmkfl.puts("")
- newmkfl.puts("test: all") # insert the "test" target
- newmkfl.puts("\t\t@cd test && ruby test.rb && echo 'test did not fail :-p (please ignore the warnings)' && cd ..")
-- when /lib\/netcdf/
-- line = line.chomp! + "/"
-- newmkfl.puts(line)
- else
- newmkfl.puts(line)
- end
diff --git a/math/ruby-netcdf/pkg-descr b/math/ruby-netcdf/pkg-descr
deleted file mode 100644
index 8495f5885bf3..000000000000
--- a/math/ruby-netcdf/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-This is a Ruby interface to the NetCDF scientific IO library.
-
-Author: Takeshi Horinouchi <horinout@kurasc.kyoto-u.ac.jp>
- & Dennou Ruby Project
-
-WWW: http://ruby.gfd-dennou.org/products/ruby-netcdf
diff --git a/math/ruby-netcdf/pkg-plist b/math/ruby-netcdf/pkg-plist
deleted file mode 100644
index 139c9f991a09..000000000000
--- a/math/ruby-netcdf/pkg-plist
+++ /dev/null
@@ -1,21 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/numru/netcdfraw.so
-@unexec rmdir %B 2>/dev/null || true
-%%RUBY_SITELIBDIR%%/numru/netcdf.rb
-%%RUBY_SITELIBDIR%%/numru/netcdf_miss.rb
-@unexec rmdir %B 2>/dev/null || true
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/README
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo1-create-alt.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo1-create.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo2-graphic.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo3-ncepclim.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo4-copy.rb
-%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ToDo
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README_JP.txt
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man_jp.html
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man_jp.rd
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/to_html
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%