Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -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.

View File

@@ -0,0 +1,21 @@
# $NetBSD: Makefile,v 1.15 2012/10/06 14:11:16 asau Exp $
#
DISTNAME= gnuplot-py-1.8
PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8
PKGREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot-py/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gnuplot-py.sourceforge.net/
COMMENT= Python package that interfaces to gnuplot
LICENSE= gnu-lgpl-v2.1
DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy
USE_LANGUAGES= # empty
EGG_NAME= ${DISTNAME:S/-/_/}
.include "../../lang/python/distutils.mk"
.include "../../mk/bsd.pkg.mk"

53
graphics/py-gnuplot/PLIST Normal file
View File

@@ -0,0 +1,53 @@
@comment $NetBSD: PLIST,v 1.6 2012/04/08 20:21:49 wiz Exp $
${PYSITELIB}/Gnuplot/Errors.py
${PYSITELIB}/Gnuplot/Errors.pyc
${PYSITELIB}/Gnuplot/Errors.pyo
${PYSITELIB}/Gnuplot/PlotItems.py
${PYSITELIB}/Gnuplot/PlotItems.pyc
${PYSITELIB}/Gnuplot/PlotItems.pyo
${PYSITELIB}/Gnuplot/_Gnuplot.py
${PYSITELIB}/Gnuplot/_Gnuplot.pyc
${PYSITELIB}/Gnuplot/_Gnuplot.pyo
${PYSITELIB}/Gnuplot/__init__.py
${PYSITELIB}/Gnuplot/__init__.pyc
${PYSITELIB}/Gnuplot/__init__.pyo
${PYSITELIB}/Gnuplot/demo.py
${PYSITELIB}/Gnuplot/demo.pyc
${PYSITELIB}/Gnuplot/demo.pyo
${PYSITELIB}/Gnuplot/funcutils.py
${PYSITELIB}/Gnuplot/funcutils.pyc
${PYSITELIB}/Gnuplot/funcutils.pyo
${PYSITELIB}/Gnuplot/gnuplot_Suites.py
${PYSITELIB}/Gnuplot/gnuplot_Suites.pyc
${PYSITELIB}/Gnuplot/gnuplot_Suites.pyo
${PYSITELIB}/Gnuplot/gp.py
${PYSITELIB}/Gnuplot/gp.pyc
${PYSITELIB}/Gnuplot/gp.pyo
${PYSITELIB}/Gnuplot/gp_cygwin.py
${PYSITELIB}/Gnuplot/gp_cygwin.pyc
${PYSITELIB}/Gnuplot/gp_cygwin.pyo
${PYSITELIB}/Gnuplot/gp_java.py
${PYSITELIB}/Gnuplot/gp_java.pyc
${PYSITELIB}/Gnuplot/gp_java.pyo
${PYSITELIB}/Gnuplot/gp_mac.py
${PYSITELIB}/Gnuplot/gp_mac.pyc
${PYSITELIB}/Gnuplot/gp_mac.pyo
${PYSITELIB}/Gnuplot/gp_macosx.py
${PYSITELIB}/Gnuplot/gp_macosx.pyc
${PYSITELIB}/Gnuplot/gp_macosx.pyo
${PYSITELIB}/Gnuplot/gp_unix.py
${PYSITELIB}/Gnuplot/gp_unix.pyc
${PYSITELIB}/Gnuplot/gp_unix.pyo
${PYSITELIB}/Gnuplot/gp_win32.py
${PYSITELIB}/Gnuplot/gp_win32.pyc
${PYSITELIB}/Gnuplot/gp_win32.pyo
${PYSITELIB}/Gnuplot/termdefs.py
${PYSITELIB}/Gnuplot/termdefs.pyc
${PYSITELIB}/Gnuplot/termdefs.pyo
${PYSITELIB}/Gnuplot/test.py
${PYSITELIB}/Gnuplot/test.pyc
${PYSITELIB}/Gnuplot/test.pyo
${PYSITELIB}/Gnuplot/utils.py
${PYSITELIB}/Gnuplot/utils.pyc
${PYSITELIB}/Gnuplot/utils.pyo
${PYSITELIB}/${EGG_FILE}

View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.5 2011/10/25 09:24:21 obache Exp $
SHA1 (gnuplot-py-1.8.tar.gz) = 1fab2850cd1881f4ede1f7978a8746af2aff9bb2
RMD160 (gnuplot-py-1.8.tar.gz) = 0a06385a38e8b34d60d95e37b5d0a13dc682d520
Size (gnuplot-py-1.8.tar.gz) = 118828 bytes