summaryrefslogtreecommitdiff
path: root/graphics/ruby-gnuplot
diff options
context:
space:
mode:
authorminskim <minskim>2006-05-07 21:41:18 +0000
committerminskim <minskim>2006-05-07 21:41:18 +0000
commita17795457c12e2b846904651728d6ab0c125a053 (patch)
tree5c1125ef6d7b00a6e561a5be4c1a42b7ca5cf1fd /graphics/ruby-gnuplot
parentb47a24404910e8874834de04294c8ea95bdec26b (diff)
downloadpkgsrc-a17795457c12e2b846904651728d6ab0c125a053.tar.gz
Import ruby-gnuplot.
Ruby Gnuplot is a pipe-based interface to the gnuplot package. It provides the full capabilities of the gnuplot package to Ruby programs.
Diffstat (limited to 'graphics/ruby-gnuplot')
-rw-r--r--graphics/ruby-gnuplot/DESCR3
-rw-r--r--graphics/ruby-gnuplot/Makefile24
-rw-r--r--graphics/ruby-gnuplot/PLIST6
-rw-r--r--graphics/ruby-gnuplot/distinfo5
4 files changed, 38 insertions, 0 deletions
diff --git a/graphics/ruby-gnuplot/DESCR b/graphics/ruby-gnuplot/DESCR
new file mode 100644
index 00000000000..1e03c8f12e8
--- /dev/null
+++ b/graphics/ruby-gnuplot/DESCR
@@ -0,0 +1,3 @@
+Ruby Gnuplot is a pipe-based interface to the gnuplot package. It
+provides the full capabilities of the gnuplot package to Ruby
+programs.
diff --git a/graphics/ruby-gnuplot/Makefile b/graphics/ruby-gnuplot/Makefile
new file mode 100644
index 00000000000..c46f5e05617
--- /dev/null
+++ b/graphics/ruby-gnuplot/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/07 21:41:18 minskim Exp $
+
+DISTNAME= rgplot-2.2
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rg/gnu/}
+CATEGORIES= graphics
+MASTER_SITES= http://rubyforge.org/frs/download.php/7093/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= minskim@NetBSD.org
+HOMEPAGE= http://rgplot.rubyforge.org/
+COMMENT= Ruby interface to a gnuplot process
+
+USE_RUBY_EXTCONF= yes
+WRKSRC= ${WRKDIR}/rgplot
+
+.include "../../lang/ruby/modules.mk"
+
+post-install:
+ ${INSTALL_DATA_DIR} ${RUBY_DOCDIR}/gnuplot
+.for f in AUTHORS.txt LICENSE.txt howto.html
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/gnuplot
+.endfor
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/ruby-gnuplot/PLIST b/graphics/ruby-gnuplot/PLIST
new file mode 100644
index 00000000000..3423a97c260
--- /dev/null
+++ b/graphics/ruby-gnuplot/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/05/07 21:41:18 minskim Exp $
+${RUBY_SITELIBDIR}/gnuplot.rb
+${RUBY_DOCDIR}/gnuplot/AUTHORS.txt
+${RUBY_DOCDIR}/gnuplot/LICENSE.txt
+${RUBY_DOCDIR}/gnuplot/howto.html
+@dirrm ${RUBY_DOCDIR}/gnuplot
diff --git a/graphics/ruby-gnuplot/distinfo b/graphics/ruby-gnuplot/distinfo
new file mode 100644
index 00000000000..e0684e4036d
--- /dev/null
+++ b/graphics/ruby-gnuplot/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/05/07 21:41:18 minskim Exp $
+
+SHA1 (rgplot-2.2.tar.bz2) = f219d2ead29745b5ed36b27e057862d76333b63e
+RMD160 (rgplot-2.2.tar.bz2) = 16074f161fcd314f80fbd1ce0f797449cccbdd76
+Size (rgplot-2.2.tar.bz2) = 8359 bytes