Update to 0.3.

This commit is contained in:
Akinori MUSHA 2002-06-11 13:10:51 +00:00
parent ed16649ab3
commit d741903b79
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61108
3 changed files with 11 additions and 5 deletions

View file

@ -6,10 +6,12 @@
#
PORTNAME= gnuplot
PORTVERSION= 0.2
PORTVERSION= 0.3
CATEGORIES= math ruby
MASTER_SITES= http://physci.gmu.edu/~gmiller/gnuplot/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= r${PORTNAME}
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= r${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
@ -23,7 +25,7 @@ RUBY_SHEBANG_FILES= ${WRKSRC}/*.rb
NO_BUILD= yes
WRKSRC= ${WRKDIR}/gplot
WRKSRC= ${WRKDIR}/r${PORTNAME}
post-patch:
${RUBY} -i.orig -p \
@ -32,8 +34,10 @@ post-patch:
do-install:
${MKDIR} ${RUBY_SITELIBDIR}/gplot
${INSTALL_DATA} ${WRKSRC}/*.rb ${RUBY_SITELIBDIR}/gplot/
${INSTALL_DATA} ${WRKSRC}/[A-Z]*.rb ${RUBY_SITELIBDIR}/gplot/
.if !defined(NOPORTDOCS)
${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
${INSTALL_DATA} ${WRKSRC}/demo.rb ${RUBY_EXAMPLESDIR}/${PORTNAME}/
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
.for f in README TODO
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/

View file

@ -1 +1 @@
MD5 (ruby/gnuplot-0.2.tar.gz) = d433aaa10871dc32f87df4e186307046
MD5 (ruby/rgnuplot-0.3.tar.gz) = 67762a9e0451182a4c5a58aee45e43ed

View file

@ -4,6 +4,8 @@
%%RUBY_SITELIBDIR%%/gplot/PlotItem.rb
%%RUBY_SITELIBDIR%%/gplot/Writer.rb
@dirrm %%RUBY_SITELIBDIR%%/gplot
%%PORTDOCS%%%%RUBY_EXAMPLESDIR%%/gnuplot/demo.rb
%%PORTDOCS%%@dirrm %%RUBY_EXAMPLESDIR%%/gnuplot
%%PORTDOCS%%%%RUBY_DOCDIR%%/gnuplot/README
%%PORTDOCS%%%%RUBY_DOCDIR%%/gnuplot/TODO
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/gnuplot