1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Add ruby-pgplot, a Ruby interface to PGPLOT graphics library.

This commit is contained in:
Akinori MUSHA 2001-06-27 02:06:57 +00:00
parent efc83389b9
commit aab2047b99
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44488
6 changed files with 74 additions and 0 deletions

View File

@ -212,6 +212,7 @@
SUBDIR += ruby-libpng
SUBDIR += ruby-ming
SUBDIR += ruby-opengl
SUBDIR += ruby-pgplot
SUBDIR += ruby-qt2gl
SUBDIR += ruby-tgif
SUBDIR += s10sh

View File

@ -0,0 +1,47 @@
# New ports collection makefile for: Ruby/PGPLOT
# Date created: 26 June 2001
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= pgplot
PORTVERSION= 0.1.1
CATEGORIES= graphics ruby
MASTER_SITES= http://www.ir.isas.ac.jp/~masa/ruby/dist/
MASTER_SITE_SUBDIR= knu
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= rb_${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
CONFIGURE_ARGS= --with-x11-dir="${X11BASE}"
INSTALL_TARGET= site-install
DOCS_EN= FuncUsage README.en
DOCS_JA= README.jp
EXAMPLES_EN= pgdemo*.rb test/*.rb
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
.for f in ${EXAMPLES_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_EXAMPLESDIR}/${PORTNAME}/
.endfor
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
.for f in ${DOCS_EN}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
.endfor
.for f in ${DOCS_JA}
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endfor
.endif
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ruby/rb_pgplot-0.1.1.tar.gz) = 790035eed0455ac6ffc5ab00ce3911c9

View File

@ -0,0 +1 @@
A Ruby interface to PGPLOT graphics library

View File

@ -0,0 +1,5 @@
This is a Ruby interface to PGPLOT graphics library, which generates
X-Y plot, contour/image/vector maps, etc. .
Author: Masahiro TANAKA <masa@ir.isas.ac.jp>
WWW: http://www.ir.isas.ac.jp/~masa/ruby/index-e.html#pgplot

View File

@ -0,0 +1,19 @@
%%RUBY_SITEARCHLIBDIR%%/pgplot.so
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgdemo1.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgdemo3.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgdemo4.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgdemo9.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgdemo15.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgband.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgcurs.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pggray.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pglcur.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgline.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgncur.rb
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/pgplot/pgolin.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/pgplot
%%PORTDOCS%%%%RUBY_DOCDIR%%/pgplot/FuncUsage
%%PORTDOCS%%%%RUBY_DOCDIR%%/pgplot/README.en
%%PORTDOCS%%%%RUBY_DOCDIR%%/pgplot/ja/README.jp
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/pgplot/ja
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/pgplot