From a17795457c12e2b846904651728d6ab0c125a053 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 7 May 2006 21:41:18 +0000 Subject: 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. --- graphics/ruby-gnuplot/DESCR | 3 +++ graphics/ruby-gnuplot/Makefile | 24 ++++++++++++++++++++++++ graphics/ruby-gnuplot/PLIST | 6 ++++++ graphics/ruby-gnuplot/distinfo | 5 +++++ 4 files changed, 38 insertions(+) create mode 100644 graphics/ruby-gnuplot/DESCR create mode 100644 graphics/ruby-gnuplot/Makefile create mode 100644 graphics/ruby-gnuplot/PLIST create mode 100644 graphics/ruby-gnuplot/distinfo (limited to 'graphics/ruby-gnuplot') 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 -- cgit v1.2.3