diff options
Diffstat (limited to 'science/ruby-netcdf')
-rw-r--r-- | science/ruby-netcdf/Makefile | 38 | ||||
-rw-r--r-- | science/ruby-netcdf/distinfo | 3 | ||||
-rw-r--r-- | science/ruby-netcdf/files/patch-extconf.rb | 12 | ||||
-rw-r--r-- | science/ruby-netcdf/pkg-descr | 5 | ||||
-rw-r--r-- | science/ruby-netcdf/pkg-plist | 21 |
5 files changed, 0 insertions, 79 deletions
diff --git a/science/ruby-netcdf/Makefile b/science/ruby-netcdf/Makefile deleted file mode 100644 index a165ca77c9e7..000000000000 --- a/science/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.4 -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/science/ruby-netcdf/distinfo b/science/ruby-netcdf/distinfo deleted file mode 100644 index 0dde1aaf6307..000000000000 --- a/science/ruby-netcdf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ruby/ruby-netcdf-0.6.4.tar.gz) = bbdeee98da256ab027515d6ac894bbcf -SHA256 (ruby/ruby-netcdf-0.6.4.tar.gz) = 2f9a22f54fe99132a259a735d1052b3b82fb7219af060ad20d76a22d1b68aa88 -SIZE (ruby/ruby-netcdf-0.6.4.tar.gz) = 74369 diff --git a/science/ruby-netcdf/files/patch-extconf.rb b/science/ruby-netcdf/files/patch-extconf.rb deleted file mode 100644 index d0708cf8702a..000000000000 --- a/science/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/science/ruby-netcdf/pkg-descr b/science/ruby-netcdf/pkg-descr deleted file mode 100644 index f89d48a0bdc3..000000000000 --- a/science/ruby-netcdf/pkg-descr +++ /dev/null @@ -1,5 +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/science/ruby-netcdf/pkg-plist b/science/ruby-netcdf/pkg-plist deleted file mode 100644 index 139c9f991a09..000000000000 --- a/science/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%% |