pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/ruby-gnuplot Import ruby-gnuplot.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c235897bd46c
branches: trunk
changeset: 512385:c235897bd46c
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun May 07 21:41:18 2006 +0000
description:
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:
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(+), 0 deletions(-)
diffs (54 lines):
diff -r 3ed8c399714f -r c235897bd46c graphics/ruby-gnuplot/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-gnuplot/DESCR Sun May 07 21:41:18 2006 +0000
@@ -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 -r 3ed8c399714f -r c235897bd46c graphics/ruby-gnuplot/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-gnuplot/Makefile Sun May 07 21:41:18 2006 +0000
@@ -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@localhost
+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 -r 3ed8c399714f -r c235897bd46c graphics/ruby-gnuplot/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-gnuplot/PLIST Sun May 07 21:41:18 2006 +0000
@@ -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 -r 3ed8c399714f -r c235897bd46c graphics/ruby-gnuplot/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/ruby-gnuplot/distinfo Sun May 07 21:41:18 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index