Add gave, a gtk+ based grid data analyser and viewer written in Ruby.
PR: ports/64249 Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
This commit is contained in:
parent
4eba14961c
commit
c547a95b52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104002
5 changed files with 44 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
SUBDIR += euler
|
||||
SUBDIR += felt
|
||||
SUBDIR += flounder
|
||||
SUBDIR += gave
|
||||
SUBDIR += gchempaint
|
||||
SUBDIR += gchemutils
|
||||
SUBDIR += gdis
|
||||
|
|
32
science/gave/Makefile
Normal file
32
science/gave/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: gave
|
||||
# Date created: 14 March 2004
|
||||
# Whom: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= gave
|
||||
PORTVERSION= 1.0.0
|
||||
CATEGORIES= science graphics ruby
|
||||
MASTER_SITES= http://www-mete.kugi.kyoto-u.ac.jp/seiya/tarball/
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp
|
||||
COMMENT= A gtk+ based grid data analyser and viewer written in Ruby
|
||||
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \
|
||||
${RUBY_SITEARCHLIBDIR}/numru/dcl_raw.so:${PORTSDIR}/science/ruby-dcl-gtk \
|
||||
${RUBY_SITEARCHLIBDIR}/numru/netcdfraw.so:${PORTSDIR}/math/ruby-netcdf \
|
||||
${RUBY_SITELIBDIR}/numru/gphys.rb:${PORTSDIR}/science/ruby-gphys
|
||||
|
||||
USE_RUBY= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
.if !defined(WITHOUT_GETTEXT)
|
||||
RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gettext/_locale.so:${PORTSDIR}/devel/ruby-gettext
|
||||
.endif
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC}/ && ${RUBY} ./install.rb --localedir=${PREFIX}/share/locale/
|
||||
|
||||
.include <bsd.port.mk>
|
2
science/gave/distinfo
Normal file
2
science/gave/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (ruby/gave-1.0.0.tar.gz) = 86289da939722f81a18da4b5d849e159
|
||||
SIZE (ruby/gave-1.0.0.tar.gz) = 15929
|
4
science/gave/pkg-descr
Normal file
4
science/gave/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Gave is a gtk+ based grid data analyser and viewer writen on Ruby.
|
||||
|
||||
Author: Seiya Nishizawa <seiya@kugi.kyoto-u.ac.jp>
|
||||
WWW: http://www-mete.kugi.kyoto-u.ac.jp/seiya/gave.html
|
5
science/gave/pkg-plist
Normal file
5
science/gave/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/gave
|
||||
%%RUBY_SITELIBDIR%%/numru/gave/draw.rb
|
||||
@dirrm %%RUBY_SITELIBDIR%%/numru/gave
|
||||
@unexec rmdir %B 2>/dev/null || true
|
||||
share/locale/ja/LC_MESSAGES/gave.mo
|
Loading…
Reference in a new issue