summaryrefslogtreecommitdiff
path: root/graphics/ruby-gnuplot
diff options
context:
space:
mode:
authortaca <taca>2010-09-10 06:47:43 +0000
committertaca <taca>2010-09-10 06:47:43 +0000
commit3ea55a11c3fe1bd378c7840e6902fe4c733a2def (patch)
treec05d395f5f7bf1536da30282eecae66abe273cbb /graphics/ruby-gnuplot
parent1d2fa914d8d2c2d5bf811bd93aac5b69e6b06e9d (diff)
downloadpkgsrc-3ea55a11c3fe1bd378c7840e6902fe4c733a2def.tar.gz
Update graphics/ruby-gnuplot to 2.3.4.
* Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk. * Add LICENSE. * Remove default value of GEM_BUILD. 2.3.4 * Include more files in the gem by switching to Jeweler (thanks Jeweler guyz)! 2.3.3 * Fix issue #4 (thanks Jakobs) * Fix some unit tests (thanks Nobu!) 2.3.2 Feb 2010 * Add an arbitrary_lines specifier 2.3.1 Feb 2010 * Fix a bug I introduced in 2.3.0 2.3.0 Feb 2010 * incorporate a few patch changes 2.2.3.1 July 18 2009 * output the raw "to gnuplot" data if $VERBOSE Version 2.2.2 July 2009 * raise if no executable found, should be windows compat. now
Diffstat (limited to 'graphics/ruby-gnuplot')
-rw-r--r--graphics/ruby-gnuplot/Makefile11
-rw-r--r--graphics/ruby-gnuplot/PLIST16
-rw-r--r--graphics/ruby-gnuplot/distinfo8
3 files changed, 21 insertions, 14 deletions
diff --git a/graphics/ruby-gnuplot/Makefile b/graphics/ruby-gnuplot/Makefile
index f3403d03739..290f41449d4 100644
--- a/graphics/ruby-gnuplot/Makefile
+++ b/graphics/ruby-gnuplot/Makefile
@@ -1,15 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2008/04/04 15:30:01 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2010/09/10 06:47:43 taca Exp $
-DISTNAME= gnuplot-2.2
-PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
-PKGREVISION= 1
+DISTNAME= gnuplot-2.3.4
CATEGORIES= graphics
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://rgplot.rubyforge.org/
COMMENT= Ruby interface to a gnuplot process
+LICENSE= modified-bsd
-GEM_BUILD= gemspec
-
-.include "../../misc/rubygems/rubygem.mk"
+.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/ruby-gnuplot/PLIST b/graphics/ruby-gnuplot/PLIST
index 1355e4c48e7..a1e0918235d 100644
--- a/graphics/ruby-gnuplot/PLIST
+++ b/graphics/ruby-gnuplot/PLIST
@@ -1,4 +1,14 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 20:05:43 joerg Exp $
-${GEM_HOME}/cache/gnuplot-${PKGVERSION}.gem
+@comment $NetBSD: PLIST,v 1.5 2010/09/10 06:47:43 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/AUTHORS.txt
+${GEM_LIBDIR}/ChangeLog
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.textile
+${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/lib/gnuplot.rb
-${GEM_HOME}/specifications/gnuplot-${PKGVERSION}.gemspec
+${GEM_LIBDIR}/test/arrtest.rb
+${GEM_LIBDIR}/test/histtest.rb
+${GEM_LIBDIR}/test/multtest.rb
+${GEM_LIBDIR}/test/sinwave.rb
+${GEM_LIBDIR}/test/test_gnuplot.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff --git a/graphics/ruby-gnuplot/distinfo b/graphics/ruby-gnuplot/distinfo
index 288ed678953..4e3f6a80e1f 100644
--- a/graphics/ruby-gnuplot/distinfo
+++ b/graphics/ruby-gnuplot/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2008/04/04 15:30:01 jlam Exp $
+$NetBSD: distinfo,v 1.3 2010/09/10 06:47:43 taca Exp $
-SHA1 (gnuplot-2.2.gem) = b82f27a1b83cbf1f1bd979621e9e8cf371cafaad
-RMD160 (gnuplot-2.2.gem) = 04b28defa5dcad9235638ca0a8f62a624a7352cd
-Size (gnuplot-2.2.gem) = 5632 bytes
+SHA1 (gnuplot-2.3.4.gem) = 0a146a88fd36e7d7e60d0e90f72075237c3f3350
+RMD160 (gnuplot-2.3.4.gem) = 60d702ebf30b29ad9ef9afdc0104d65de9687bf5
+Size (gnuplot-2.3.4.gem) = 12288 bytes