summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2003-02-08 08:55:56 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2003-02-08 08:55:56 +0000
commit0ef909f7636d4c7845262c7d3aa5b50687c5499b (patch)
tree8d8b1dc7ccc0c80dffba71951c5ac2d7d569982a /math
parentUpdate to 1.0.19. (diff)
Update to 0.5.
Notes
Notes: svn path=/head/; revision=75108
Diffstat (limited to 'math')
-rw-r--r--math/ruby-gnuplot/Makefile6
-rw-r--r--math/ruby-gnuplot/distinfo2
-rw-r--r--math/ruby-gnuplot/pkg-plist5
3 files changed, 8 insertions, 5 deletions
diff --git a/math/ruby-gnuplot/Makefile b/math/ruby-gnuplot/Makefile
index 48bd6ed657fe..22b91290a5bd 100644
--- a/math/ruby-gnuplot/Makefile
+++ b/math/ruby-gnuplot/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gnuplot
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= math ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= r${PORTNAME}
@@ -37,9 +37,9 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/Gnuplot.rb ${RUBY_SITELIBDIR}/gplot/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_MODEXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/demo.rb ${RUBY_MODEXAMPLESDIR}/
+ ${INSTALL_DATA} ${WRKSRC}/*_demo.rb ${RUBY_MODEXAMPLESDIR}/
${MKDIR} ${RUBY_MODDOCDIR}
-.for f in README
+.for f in ChangeLog.txt README
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
diff --git a/math/ruby-gnuplot/distinfo b/math/ruby-gnuplot/distinfo
index 664454c557f2..6eed60fe729c 100644
--- a/math/ruby-gnuplot/distinfo
+++ b/math/ruby-gnuplot/distinfo
@@ -1 +1 @@
-MD5 (ruby/rgnuplot-0.4.tar.gz) = dfb8d485ce4975cd66d8ea82e3ca476c
+MD5 (ruby/rgnuplot-0.5.tar.gz) = 471b689ff1e225f962c0cf6d71bdbafe
diff --git a/math/ruby-gnuplot/pkg-plist b/math/ruby-gnuplot/pkg-plist
index 1ec420fe9e8a..987e22b5c587 100644
--- a/math/ruby-gnuplot/pkg-plist
+++ b/math/ruby-gnuplot/pkg-plist
@@ -1,6 +1,9 @@
%%RUBY_SITELIBDIR%%/gplot/Gnuplot.rb
@dirrm %%RUBY_SITELIBDIR%%/gplot
-%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/demo.rb
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/array_demo.rb
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/func_demo.rb
+%%PORTDOCS%%%%RUBY_MODEXAMPLESDIR%%/matrix_demo.rb
%%PORTDOCS%%@dirrm %%RUBY_MODEXAMPLESDIR%%
+%%PORTDOCS%%%%RUBY_MODDOCDIR%%/ChangeLog.txt
%%PORTDOCS%%%%RUBY_MODDOCDIR%%/README
%%PORTDOCS%%@dirrm %%RUBY_MODDOCDIR%%