summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-06-19 01:37:30 +0000
committertaca <taca@pkgsrc.org>2011-06-19 01:37:30 +0000
commit00b5225fa5a08087c208eba89e762b8e95897d69 (patch)
tree13394bf1a9a5afd023be90f0e286bd696e6eaf84
parent6e77e410170e54322d792a4e60fdb6fb9c3acb8d (diff)
downloadpkgsrc-00b5225fa5a08087c208eba89e762b8e95897d69.tar.gz
Update ruby-gnuplot pakage to 2.3.6.
2.3.6 * Cleanup readme (thanks blambeau again, really, for the snippets) 2.3.5 * Cleanup readme, add examples as real code files (thanks blambeau!)
-rw-r--r--graphics/ruby-gnuplot/Makefile4
-rw-r--r--graphics/ruby-gnuplot/PLIST7
-rw-r--r--graphics/ruby-gnuplot/distinfo8
3 files changed, 12 insertions, 7 deletions
diff --git a/graphics/ruby-gnuplot/Makefile b/graphics/ruby-gnuplot/Makefile
index 290f41449d4..38a359fdb64 100644
--- a/graphics/ruby-gnuplot/Makefile
+++ b/graphics/ruby-gnuplot/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2010/09/10 06:47:43 taca Exp $
+# $NetBSD: Makefile,v 1.4 2011/06/19 01:37:30 taca Exp $
-DISTNAME= gnuplot-2.3.4
+DISTNAME= gnuplot-2.3.6
CATEGORIES= graphics
MAINTAINER= minskim@NetBSD.org
diff --git a/graphics/ruby-gnuplot/PLIST b/graphics/ruby-gnuplot/PLIST
index a1e0918235d..6d9b7ada38d 100644
--- a/graphics/ruby-gnuplot/PLIST
+++ b/graphics/ruby-gnuplot/PLIST
@@ -1,10 +1,15 @@
-@comment $NetBSD: PLIST,v 1.5 2010/09/10 06:47:43 taca Exp $
+@comment $NetBSD: PLIST,v 1.6 2011/06/19 01:37:30 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}/examples/.gitignore
+${GEM_LIBDIR}/examples/discrete_points.rb
+${GEM_LIBDIR}/examples/multiple_data_sets.rb
+${GEM_LIBDIR}/examples/output_image_file.rb
+${GEM_LIBDIR}/examples/sin_wave.rb
${GEM_LIBDIR}/lib/gnuplot.rb
${GEM_LIBDIR}/test/arrtest.rb
${GEM_LIBDIR}/test/histtest.rb
diff --git a/graphics/ruby-gnuplot/distinfo b/graphics/ruby-gnuplot/distinfo
index 4e3f6a80e1f..ce1b5e8dc92 100644
--- a/graphics/ruby-gnuplot/distinfo
+++ b/graphics/ruby-gnuplot/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2010/09/10 06:47:43 taca Exp $
+$NetBSD: distinfo,v 1.4 2011/06/19 01:37:30 taca Exp $
-SHA1 (gnuplot-2.3.4.gem) = 0a146a88fd36e7d7e60d0e90f72075237c3f3350
-RMD160 (gnuplot-2.3.4.gem) = 60d702ebf30b29ad9ef9afdc0104d65de9687bf5
-Size (gnuplot-2.3.4.gem) = 12288 bytes
+SHA1 (gnuplot-2.3.6.gem) = 92265dc2c8c0157eee618acd56f0d21dc7281dfb
+RMD160 (gnuplot-2.3.6.gem) = 7cc6edc6f0fb309cd5f299027f8d4159774080ee
+Size (gnuplot-2.3.6.gem) = 12800 bytes