summaryrefslogtreecommitdiff
path: root/graphics/py-gnuplot
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-12-04 18:38:27 +0000
committerdrochner <drochner@pkgsrc.org>2002-12-04 18:38:27 +0000
commitbe2b99275eaaf5f9702adb1c8dbe1d2ffac3bcc6 (patch)
tree96c54843afd96adac01dddd968c0a734aa22d87f /graphics/py-gnuplot
parent35b39ef003266666def44e913f84405e27f90162 (diff)
downloadpkgsrc-be2b99275eaaf5f9702adb1c8dbe1d2ffac3bcc6.tar.gz
Python interface to the gnuplot program
Diffstat (limited to 'graphics/py-gnuplot')
-rw-r--r--graphics/py-gnuplot/DESCR7
-rw-r--r--graphics/py-gnuplot/Makefile18
-rw-r--r--graphics/py-gnuplot/PLIST34
-rw-r--r--graphics/py-gnuplot/distinfo4
4 files changed, 63 insertions, 0 deletions
diff --git a/graphics/py-gnuplot/DESCR b/graphics/py-gnuplot/DESCR
new file mode 100644
index 00000000000..4a841f0aa8a
--- /dev/null
+++ b/graphics/py-gnuplot/DESCR
@@ -0,0 +1,7 @@
+Gnuplot.py is a Python package that interfaces to gnuplot, the popular
+open-source plotting program. It allows you to use gnuplot from within Python
+to plot arrays of data from memory, data files, or mathematical functions. If
+you use Python to perform computations or as `glue' for numerical programs, you
+can use this package to plot data on the fly as they are computed. And the
+combination with Python makes it is easy to automate things, including to
+create crude `animations' by plotting different datasets one after another.
diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile
new file mode 100644
index 00000000000..9daf96bcc97
--- /dev/null
+++ b/graphics/py-gnuplot/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/04 18:38:27 drochner Exp $
+#
+
+DISTNAME= gnuplot-py-1.6
+PKGNAME= ${PYPKGPREFIX}-gnuplot-1.6
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot-py/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://gnuplot-py.sourceforge.net/
+COMMENT= Python package that interfaces to gnuplot
+
+PYDISTUTILSPKG= yes
+USE_BUILDLINK2= yes
+
+.include "../../lang/python/extension.mk"
+.include "../../math/py-Numeric/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-gnuplot/PLIST b/graphics/py-gnuplot/PLIST
new file mode 100644
index 00000000000..7fdea07b456
--- /dev/null
+++ b/graphics/py-gnuplot/PLIST
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/04 18:38:27 drochner Exp $
+${PYSITELIB}/Gnuplot/Errors.py
+${PYSITELIB}/Gnuplot/Errors.pyc
+${PYSITELIB}/Gnuplot/PlotItems.py
+${PYSITELIB}/Gnuplot/PlotItems.pyc
+${PYSITELIB}/Gnuplot/_Gnuplot.py
+${PYSITELIB}/Gnuplot/_Gnuplot.pyc
+${PYSITELIB}/Gnuplot/__init__.py
+${PYSITELIB}/Gnuplot/__init__.pyc
+${PYSITELIB}/Gnuplot/demo.py
+${PYSITELIB}/Gnuplot/demo.pyc
+${PYSITELIB}/Gnuplot/funcutils.py
+${PYSITELIB}/Gnuplot/funcutils.pyc
+${PYSITELIB}/Gnuplot/gnuplot_Suites.py
+${PYSITELIB}/Gnuplot/gnuplot_Suites.pyc
+${PYSITELIB}/Gnuplot/gp.py
+${PYSITELIB}/Gnuplot/gp.pyc
+${PYSITELIB}/Gnuplot/gp_mac.py
+${PYSITELIB}/Gnuplot/gp_mac.pyc
+${PYSITELIB}/Gnuplot/gp_macosx.py
+${PYSITELIB}/Gnuplot/gp_macosx.pyc
+${PYSITELIB}/Gnuplot/gp_unix.py
+${PYSITELIB}/Gnuplot/gp_unix.pyc
+${PYSITELIB}/Gnuplot/gp_win32.py
+${PYSITELIB}/Gnuplot/gp_win32.pyc
+${PYSITELIB}/Gnuplot/oldplot.py
+${PYSITELIB}/Gnuplot/oldplot.pyc
+${PYSITELIB}/Gnuplot/termdefs.py
+${PYSITELIB}/Gnuplot/termdefs.pyc
+${PYSITELIB}/Gnuplot/test.py
+${PYSITELIB}/Gnuplot/test.pyc
+${PYSITELIB}/Gnuplot/utils.py
+${PYSITELIB}/Gnuplot/utils.pyc
+@dirrm ${PYSITELIB}/Gnuplot
diff --git a/graphics/py-gnuplot/distinfo b/graphics/py-gnuplot/distinfo
new file mode 100644
index 00000000000..ccbde263ce2
--- /dev/null
+++ b/graphics/py-gnuplot/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/12/04 18:38:27 drochner Exp $
+
+SHA1 (gnuplot-py-1.6.tar.gz) = 74771193ad3ac57547da85fd19846e95d9cd4220
+Size (gnuplot-py-1.6.tar.gz) = 83811 bytes