diff options
author | drochner <drochner@pkgsrc.org> | 2005-10-06 18:04:42 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2005-10-06 18:04:42 +0000 |
commit | 6ba51a764c8684a9808f50d0d66334a8425e9f8f (patch) | |
tree | 300e5a4bedeabe399982f157accce9ceaba91de4 /graphics | |
parent | 2d2f654913a70c6874f13e24bf93690d13ef1946 (diff) | |
download | pkgsrc-6ba51a764c8684a9808f50d0d66334a8425e9f8f.tar.gz |
update to 1.7
changes:
-Relaxed license from GPL to LGPL
-Added support for sending data to gnuplot via FIFOs (named pipes).
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/py-gnuplot/Makefile | 6 | ||||
-rw-r--r-- | graphics/py-gnuplot/PLIST | 11 | ||||
-rw-r--r-- | graphics/py-gnuplot/distinfo | 8 |
3 files changed, 14 insertions, 11 deletions
diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile index 663b6d16128..20d5afe378a 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:08 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/10/06 18:04:42 drochner Exp $ # -DISTNAME= gnuplot-py-1.6 -PKGNAME= ${PYPKGPREFIX}-gnuplot-1.6 +DISTNAME= gnuplot-py-1.7 +PKGNAME= ${PYPKGPREFIX}-gnuplot-1.7 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot-py/} diff --git a/graphics/py-gnuplot/PLIST b/graphics/py-gnuplot/PLIST index 0904320f3dc..219a3c97784 100644 --- a/graphics/py-gnuplot/PLIST +++ b/graphics/py-gnuplot/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/09/14 16:43:50 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2005/10/06 18:04:42 drochner Exp $ ${PYSITELIB}/Gnuplot/Errors.py ${PYSITELIB}/Gnuplot/Errors.pyc ${PYSITELIB}/Gnuplot/Errors.pyo @@ -23,6 +23,12 @@ ${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 @@ -35,9 +41,6 @@ ${PYSITELIB}/Gnuplot/gp_unix.pyo ${PYSITELIB}/Gnuplot/gp_win32.py ${PYSITELIB}/Gnuplot/gp_win32.pyc ${PYSITELIB}/Gnuplot/gp_win32.pyo -${PYSITELIB}/Gnuplot/oldplot.py -${PYSITELIB}/Gnuplot/oldplot.pyc -${PYSITELIB}/Gnuplot/oldplot.pyo ${PYSITELIB}/Gnuplot/termdefs.py ${PYSITELIB}/Gnuplot/termdefs.pyc ${PYSITELIB}/Gnuplot/termdefs.pyo diff --git a/graphics/py-gnuplot/distinfo b/graphics/py-gnuplot/distinfo index 92dddb4c3ae..227a93246fa 100644 --- a/graphics/py-gnuplot/distinfo +++ b/graphics/py-gnuplot/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 08:45:12 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/10/06 18:04:42 drochner Exp $ -SHA1 (gnuplot-py-1.6.tar.gz) = 74771193ad3ac57547da85fd19846e95d9cd4220 -RMD160 (gnuplot-py-1.6.tar.gz) = 5941d8046117b73a27b0116084e22b37ec5a5841 -Size (gnuplot-py-1.6.tar.gz) = 83811 bytes +SHA1 (gnuplot-py-1.7.tar.gz) = 363bf3db4b4c523f62725932f1ec6c1e9fa8c58e +RMD160 (gnuplot-py-1.7.tar.gz) = 0d0f465f0dad0e3ff35f6bdea5fc6ea9ab1b245f +Size (gnuplot-py-1.7.tar.gz) = 107278 bytes |