diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-09-13 23:18:54 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-09-13 23:18:54 +0800 |
commit | 03b256f24746f5785eb0ed7706e24b6445d090c0 (patch) | |
tree | a727086a1e025421778672769dfe1072e1d2cc49 /science | |
parent | 6777cc6c88449683e8ee312e0bdb9b73f95fb658 (diff) | |
download | freebsd-ports-gnome-03b256f24746f5785eb0ed7706e24b6445d090c0.tar.gz freebsd-ports-gnome-03b256f24746f5785eb0ed7706e24b6445d090c0.tar.zst freebsd-ports-gnome-03b256f24746f5785eb0ed7706e24b6445d090c0.zip |
- Add rubygem-cdo 1.2.3
Ruby binding to CDO (Climate Data Operators)
GitHub repository at https://github.com/Try2Code/cdo-bindings
WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D
RG: https://rubygems.org/gems/cdo
Diffstat (limited to 'science')
-rw-r--r-- | science/Makefile | 1 | ||||
-rw-r--r-- | science/rubygem-cdo/Makefile | 20 | ||||
-rw-r--r-- | science/rubygem-cdo/distinfo | 2 | ||||
-rw-r--r-- | science/rubygem-cdo/pkg-descr | 6 |
4 files changed, 29 insertions, 0 deletions
diff --git a/science/Makefile b/science/Makefile index 1ad51a8c632c..d255e5b866cd 100644 --- a/science/Makefile +++ b/science/Makefile @@ -164,6 +164,7 @@ SUBDIR += ruby-gphys SUBDIR += ruby-netcdf SUBDIR += rubygem-ai4r + SUBDIR += rubygem-cdo SUBDIR += rubygem-netcdf SUBDIR += sigrok-cli SUBDIR += sigrok-firmware diff --git a/science/rubygem-cdo/Makefile b/science/rubygem-cdo/Makefile new file mode 100644 index 000000000000..9bcfefa911ed --- /dev/null +++ b/science/rubygem-cdo/Makefile @@ -0,0 +1,20 @@ +# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= cdo +PORTVERSION= 1.2.3 +CATEGORIES= science rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Ruby binding to CDO (Climate Data Operators) + +LICENSE= GPLv2 + +RUN_DEPENDS= ${LOCALBASE}/bin/cdo:${PORTSDIR}/science/cdo + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> diff --git a/science/rubygem-cdo/distinfo b/science/rubygem-cdo/distinfo new file mode 100644 index 000000000000..3fe2aea5adf6 --- /dev/null +++ b/science/rubygem-cdo/distinfo @@ -0,0 +1,2 @@ +SHA256 (rubygem/cdo-1.2.3.gem) = 189fe60e9bac711bd80cd96c923e0ce69972b2a24cd20bb6bc1372b47aa8fa20 +SIZE (rubygem/cdo-1.2.3.gem) = 19968 diff --git a/science/rubygem-cdo/pkg-descr b/science/rubygem-cdo/pkg-descr new file mode 100644 index 000000000000..8145952ec1a7 --- /dev/null +++ b/science/rubygem-cdo/pkg-descr @@ -0,0 +1,6 @@ +Ruby binding to CDO (Climate Data Operators) + +GitHub repository at https://github.com/Try2Code/cdo-bindings + +WWW: https://code.zmaw.de/projects/cdo/wiki/Cdo%7Brbpy%7D +RG: https://rubygems.org/gems/cdo |