diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-07 21:41:18 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-07 21:41:18 +0000 |
commit | e11d6b0fe5de8b3cc54fc7dd8c22289b4997423a (patch) | |
tree | 5c1125ef6d7b00a6e561a5be4c1a42b7ca5cf1fd /graphics | |
parent | b62abadcfe886a7b4aa773f14cd955e06cf92389 (diff) | |
download | pkgsrc-e11d6b0fe5de8b3cc54fc7dd8c22289b4997423a.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')
-rw-r--r-- | graphics/ruby-gnuplot/DESCR | 3 | ||||
-rw-r--r-- | graphics/ruby-gnuplot/Makefile | 24 | ||||
-rw-r--r-- | graphics/ruby-gnuplot/PLIST | 6 | ||||
-rw-r--r-- | graphics/ruby-gnuplot/distinfo | 5 |
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 |