aboutsummaryrefslogtreecommitdiff
path: root/science/ruby-netcdf
diff options
context:
space:
mode:
Diffstat (limited to 'science/ruby-netcdf')
-rw-r--r--science/ruby-netcdf/Makefile36
-rw-r--r--science/ruby-netcdf/distinfo1
-rw-r--r--science/ruby-netcdf/pkg-comment1
-rw-r--r--science/ruby-netcdf/pkg-descr5
-rw-r--r--science/ruby-netcdf/pkg-plist23
5 files changed, 0 insertions, 66 deletions
diff --git a/science/ruby-netcdf/Makefile b/science/ruby-netcdf/Makefile
deleted file mode 100644
index 22eacf2876bc..000000000000
--- a/science/ruby-netcdf/Makefile
+++ /dev/null
@@ -1,36 +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.3.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= knu@FreeBSD.org
-
-LIB_DEPENDS= netcdf.1:${PORTSDIR}/math/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 d4e3a929c38c..000000000000
--- a/science/ruby-netcdf/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ruby/ruby-netcdf-0.3.5.tar.gz) = b518f1ca753fdee304c2fc289637168c
diff --git a/science/ruby-netcdf/pkg-comment b/science/ruby-netcdf/pkg-comment
deleted file mode 100644
index 464a991d66ce..000000000000
--- a/science/ruby-netcdf/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A Ruby interface to the NetCDF scientific IO library
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 1e3f5f5096f6..000000000000
--- a/science/ruby-netcdf/pkg-plist
+++ /dev/null
@@ -1,23 +0,0 @@
-%%RUBY_SITEARCHLIBDIR%%/numru/netcdfraw.so
-@unexec rmdir %B 2>/dev/null || true
-%%RUBY_SITELIBDIR%%/numru/netcdf.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%%/demo2-graphic_withAdvancedDCL.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo3-ncepclim.rb
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo3-ncepclim_withAdvancedDCL.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%%/Ref_man_jp_obsolete.doc
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/Ref_man_jp_obsolete.pdf
-%%PORTDOCS%%%%RUBY_MODDOCDIR%%/to_html
-%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%