aboutsummaryrefslogtreecommitdiffstats
path: root/science/rubygem-ruby-dcl
diff options
context:
space:
mode:
authorxmj <xmj@FreeBSD.org>2015-03-10 00:58:12 +0800
committerxmj <xmj@FreeBSD.org>2015-03-10 00:58:12 +0800
commit70806f5a32ff556f9858fc05c3e6be94cc0dea7f (patch)
tree683cc1de2e17a31469d485e167b54b726cf39411 /science/rubygem-ruby-dcl
parentaf0c08f61ad1c44396894e91e732e678fed21d3b (diff)
downloadfreebsd-ports-gnome-70806f5a32ff556f9858fc05c3e6be94cc0dea7f.tar.gz
freebsd-ports-gnome-70806f5a32ff556f9858fc05c3e6be94cc0dea7f.tar.zst
freebsd-ports-gnome-70806f5a32ff556f9858fc05c3e6be94cc0dea7f.zip
science/rubygem-ruby-dcl: Add port
This is a Ruby interface to the scientific graphic library DCL. WWW: http://ruby.gfd-dennou.org/products/ruby-dcl/ PR: 197018 Differential Revision: https://reviews.freebsd.org/D2036 Submitted by: Shin-ya MURAKAMI <murashin@gfd-dennou.org> Approved by: mentors (implicit)
Diffstat (limited to 'science/rubygem-ruby-dcl')
-rw-r--r--science/rubygem-ruby-dcl/Makefile25
-rw-r--r--science/rubygem-ruby-dcl/distinfo2
-rw-r--r--science/rubygem-ruby-dcl/pkg-descr3
3 files changed, 30 insertions, 0 deletions
diff --git a/science/rubygem-ruby-dcl/Makefile b/science/rubygem-ruby-dcl/Makefile
new file mode 100644
index 000000000000..27c29e98f785
--- /dev/null
+++ b/science/rubygem-ruby-dcl/Makefile
@@ -0,0 +1,25 @@
+# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
+# $FreeBSD$
+
+PORTNAME= ruby-dcl
+PORTVERSION= 1.7.0.2
+CATEGORIES= math rubygems
+MASTER_SITES= RG
+
+MAINTAINER= murashin@gfd-dennou.org
+COMMENT= Ruby interface to the scientific graphic library DCL
+
+LICENSE= BSD2CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+BUILD_DEPENDS= rubygem-narray>=0.5.5:${PORTSDIR}/math/rubygem-narray
+LIB_DEPENDS= libcdcl.so:${PORTSDIR}/science/cdcl
+RUN_DEPENDS= rubygem-narray>=0.5.5:${PORTSDIR}/math/rubygem-narray \
+ rubygem-narray_miss>0:${PORTSDIR}/math/rubygem-narray_miss
+
+USE_RUBY= yes
+USE_RUBY_EXTCONF= yes
+USE_RUBYGEMS= yes
+RUBYGEM_AUTOPLIST= yes
+
+.include <bsd.port.mk>
diff --git a/science/rubygem-ruby-dcl/distinfo b/science/rubygem-ruby-dcl/distinfo
new file mode 100644
index 000000000000..f89728ca01e3
--- /dev/null
+++ b/science/rubygem-ruby-dcl/distinfo
@@ -0,0 +1,2 @@
+SHA256 (rubygem/ruby-dcl-1.7.0.2.gem) = 982e6be233bd891307d98f2cd85f33f7262a0574710cc3e328fd4e680fa6a229
+SIZE (rubygem/ruby-dcl-1.7.0.2.gem) = 246784
diff --git a/science/rubygem-ruby-dcl/pkg-descr b/science/rubygem-ruby-dcl/pkg-descr
new file mode 100644
index 000000000000..236d7a6c9d35
--- /dev/null
+++ b/science/rubygem-ruby-dcl/pkg-descr
@@ -0,0 +1,3 @@
+This is a Ruby interface to the scientific graphic library DCL.
+
+WWW: http://ruby.gfd-dennou.org/products/ruby-dcl/