diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-27 02:06:57 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-27 02:06:57 +0000 |
commit | aab2047b998be0149abacf23900c6183dad6b90c (patch) | |
tree | cd42bbe3d6093230c3146f927eb32e5fabb6657a /graphics/ruby-pgplot | |
parent | efc83389b982ecd2ba16add82354d1d4c057ca97 (diff) | |
download | ports-aab2047b998be0149abacf23900c6183dad6b90c.tar.gz ports-aab2047b998be0149abacf23900c6183dad6b90c.zip |
Notes
Diffstat (limited to 'graphics/ruby-pgplot')
-rw-r--r-- | graphics/ruby-pgplot/Makefile | 47 | ||||
-rw-r--r-- | graphics/ruby-pgplot/distinfo | 1 | ||||
-rw-r--r-- | graphics/ruby-pgplot/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/ruby-pgplot/pkg-descr | 5 | ||||
-rw-r--r-- | graphics/ruby-pgplot/pkg-plist | 19 |
5 files changed, 73 insertions, 0 deletions
diff --git a/graphics/ruby-pgplot/Makefile b/graphics/ruby-pgplot/Makefile new file mode 100644 index 000000000000..9a0680cf84b7 --- /dev/null +++ b/graphics/ruby-pgplot/Makefile @@ -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> diff --git a/graphics/ruby-pgplot/distinfo b/graphics/ruby-pgplot/distinfo new file mode 100644 index 000000000000..0c1a008f29cd --- /dev/null +++ b/graphics/ruby-pgplot/distinfo @@ -0,0 +1 @@ +MD5 (ruby/rb_pgplot-0.1.1.tar.gz) = 790035eed0455ac6ffc5ab00ce3911c9 diff --git a/graphics/ruby-pgplot/pkg-comment b/graphics/ruby-pgplot/pkg-comment new file mode 100644 index 000000000000..bd907ace9ead --- /dev/null +++ b/graphics/ruby-pgplot/pkg-comment @@ -0,0 +1 @@ +A Ruby interface to PGPLOT graphics library diff --git a/graphics/ruby-pgplot/pkg-descr b/graphics/ruby-pgplot/pkg-descr new file mode 100644 index 000000000000..c73bbb21bb48 --- /dev/null +++ b/graphics/ruby-pgplot/pkg-descr @@ -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 diff --git a/graphics/ruby-pgplot/pkg-plist b/graphics/ruby-pgplot/pkg-plist new file mode 100644 index 000000000000..e9a674403883 --- /dev/null +++ b/graphics/ruby-pgplot/pkg-plist @@ -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 |