mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Update to 0.1.3
This commit is contained in:
parent
81bbf64761
commit
b32d6d4c65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=183358
@ -6,10 +6,10 @@
|
||||
#
|
||||
|
||||
PORTNAME= pgplot
|
||||
PORTVERSION= 0.1.2
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= graphics ruby
|
||||
MASTER_SITES= http://www.ir.isas.ac.jp/~masa/ruby/dist/
|
||||
MASTER_SITE_SUBDIR= knu
|
||||
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= rb_${PORTNAME}-${PORTVERSION}
|
||||
DIST_SUBDIR= ruby
|
||||
@ -17,19 +17,25 @@ DIST_SUBDIR= ruby
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A Ruby interface to PGPLOT graphics library
|
||||
|
||||
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
|
||||
LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot \
|
||||
gfortran:${PORTSDIR}/lang/gcc42
|
||||
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
|
||||
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
|
||||
|
||||
USE_GCC= 4.2+
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
|
||||
CONFIGURE_ARGS= --with-x11-dir="${X11BASE}"
|
||||
CONFIGURE_ARGS= --with-x11-dir="${X11BASE}" --with-gfortranlib="gfortran -L`${CAT} ${WRKSRC}/LIBDIR`/../../.."
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS_EN= FuncUsage README.en
|
||||
DOCS_JA= README.jp
|
||||
DOCS_JA= README.ja
|
||||
EXAMPLES_EN= pgdemo*.rb test/*.rb
|
||||
|
||||
pre-configure:
|
||||
${DIRNAME} `${FC} -print-libgcc-file-name` > ${WRKSRC}/LIBDIR
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODEXAMPLESDIR}
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (ruby/rb_pgplot-0.1.2.tar.gz) = b47741ed95d92194519a3d14337a1bf9
|
||||
SHA256 (ruby/rb_pgplot-0.1.2.tar.gz) = 4d0ab38aadb70eee5921ff820a6c717ead3d83d79d8701d33825c17e4ab2c333
|
||||
SIZE (ruby/rb_pgplot-0.1.2.tar.gz) = 23986
|
||||
MD5 (ruby/rb_pgplot-0.1.3.tar.gz) = c88da0694c24b7e0d65bf531e96a3efc
|
||||
SHA256 (ruby/rb_pgplot-0.1.3.tar.gz) = 262cc8cf48ed63060049cb3fc0e8c347dfe2776b165f504c3585512dcd75b619
|
||||
SIZE (ruby/rb_pgplot-0.1.3.tar.gz) = 36055
|
||||
|
@ -2,4 +2,4 @@ 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
|
||||
WWW: http://pgplot.rubyforge.org/
|
||||
|
@ -15,6 +15,6 @@
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/FuncUsage
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README.en
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.jp
|
||||
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ja/README.ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%/ja
|
||||
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user