summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-02-21 01:39:48 +0000
committerminskim <minskim@pkgsrc.org>2004-02-21 01:39:48 +0000
commitd42bf93341f9dfe2c98b4a8a1417994ab4773c66 (patch)
tree793078948adc75a8f9fbb752c58fe5e188e7f2c2 /graphics/py-matplotlib
parent0b44f58a2ef010a5cc17d6c8fff6a3344020979f (diff)
downloadpkgsrc-d42bf93341f9dfe2c98b4a8a1417994ab4773c66.tar.gz
Import py-matplotlib from pkgsrc-wip. Packaged by Michal Pasternak,
and modified by me. matplotlib is a pure python plotting library designed to bring publication quality plotting to python with a syntax familiar to matlab users. A lot progress towards this goal has been made since the first release of matplotlib, the library does produce high quality 2D plots. All of the plotting commands can be accessed either via a functional interface familiar to matlab users or an object oriented interface familiar to python users, and several high resolution output formats are supported.
Diffstat (limited to 'graphics/py-matplotlib')
-rw-r--r--graphics/py-matplotlib/DESCR10
-rw-r--r--graphics/py-matplotlib/Makefile20
-rw-r--r--graphics/py-matplotlib/PLIST121
-rw-r--r--graphics/py-matplotlib/distinfo4
4 files changed, 155 insertions, 0 deletions
diff --git a/graphics/py-matplotlib/DESCR b/graphics/py-matplotlib/DESCR
new file mode 100644
index 00000000000..bf04510a821
--- /dev/null
+++ b/graphics/py-matplotlib/DESCR
@@ -0,0 +1,10 @@
+matplotlib is a pure python plotting library designed to bring
+publication quality plotting to python with a syntax familiar to
+matlab users. A lot progress towards this goal has been made since
+the first release of matplotlib, the library does produce high quality
+2D plots. All of the plotting commands can be accessed either via a
+functional interface familiar to matlab users or an object oriented
+interface familiar to python users, and several high resolution output
+formats are supported.
+
+Tutorial: http://matplotlib.sourceforge.net/tutorial.html
diff --git a/graphics/py-matplotlib/Makefile b/graphics/py-matplotlib/Makefile
new file mode 100644
index 00000000000..128921e671b
--- /dev/null
+++ b/graphics/py-matplotlib/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/02/21 01:39:48 minskim Exp $
+#
+
+DISTNAME= matplotlib-0.32
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
+
+MAINTAINER= dotz@irc.pl
+HOMEPAGE= http://matplotlib.sourceforge.net/
+COMMENT= Matlab-style plotting package for Python
+
+USE_BUILDLINK3= yes
+PY_PATCHPLIST= yes
+PYDISTUTILSPKG= yes
+
+DEPENDS+= ${PYPKGPREFIX}-Numeric>=23.1:../../math/py-Numeric
+
+.include "../../lang/python/extension.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/graphics/py-matplotlib/PLIST b/graphics/py-matplotlib/PLIST
new file mode 100644
index 00000000000..092655feb63
--- /dev/null
+++ b/graphics/py-matplotlib/PLIST
@@ -0,0 +1,121 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/21 01:39:48 minskim Exp $
+${PYSITELIB}/matplotlib/__init__.py
+${PYSITELIB}/matplotlib/__init__.pyc
+${PYSITELIB}/matplotlib/__init__.pyo
+${PYSITELIB}/matplotlib/_matlab_helpers.py
+${PYSITELIB}/matplotlib/_matlab_helpers.pyc
+${PYSITELIB}/matplotlib/_matlab_helpers.pyo
+${PYSITELIB}/matplotlib/afm.py
+${PYSITELIB}/matplotlib/afm.pyc
+${PYSITELIB}/matplotlib/afm.pyo
+${PYSITELIB}/matplotlib/artist.py
+${PYSITELIB}/matplotlib/artist.pyc
+${PYSITELIB}/matplotlib/artist.pyo
+${PYSITELIB}/matplotlib/axes.py
+${PYSITELIB}/matplotlib/axes.pyc
+${PYSITELIB}/matplotlib/axes.pyo
+${PYSITELIB}/matplotlib/backend_bases.py
+${PYSITELIB}/matplotlib/backend_bases.pyc
+${PYSITELIB}/matplotlib/backend_bases.pyo
+${PYSITELIB}/matplotlib/backends/__init__.py
+${PYSITELIB}/matplotlib/backends/__init__.pyc
+${PYSITELIB}/matplotlib/backends/__init__.pyo
+${PYSITELIB}/matplotlib/backends/backend_gd.py
+${PYSITELIB}/matplotlib/backends/backend_gd.pyc
+${PYSITELIB}/matplotlib/backends/backend_gd.pyo
+${PYSITELIB}/matplotlib/backends/backend_gtk.py
+${PYSITELIB}/matplotlib/backends/backend_gtk.pyc
+${PYSITELIB}/matplotlib/backends/backend_gtk.pyo
+${PYSITELIB}/matplotlib/backends/backend_ps.py
+${PYSITELIB}/matplotlib/backends/backend_ps.pyc
+${PYSITELIB}/matplotlib/backends/backend_ps.pyo
+${PYSITELIB}/matplotlib/backends/backend_template.py
+${PYSITELIB}/matplotlib/backends/backend_template.pyc
+${PYSITELIB}/matplotlib/backends/backend_template.pyo
+${PYSITELIB}/matplotlib/backends/backend_wx.py
+${PYSITELIB}/matplotlib/backends/backend_wx.pyc
+${PYSITELIB}/matplotlib/backends/backend_wx.pyo
+${PYSITELIB}/matplotlib/cbook.py
+${PYSITELIB}/matplotlib/cbook.pyc
+${PYSITELIB}/matplotlib/cbook.pyo
+${PYSITELIB}/matplotlib/colormap.py
+${PYSITELIB}/matplotlib/colormap.pyc
+${PYSITELIB}/matplotlib/colormap.pyo
+${PYSITELIB}/matplotlib/lines.py
+${PYSITELIB}/matplotlib/lines.pyc
+${PYSITELIB}/matplotlib/lines.pyo
+${PYSITELIB}/matplotlib/matlab.py
+${PYSITELIB}/matplotlib/matlab.pyc
+${PYSITELIB}/matplotlib/matlab.pyo
+${PYSITELIB}/matplotlib/mlab.py
+${PYSITELIB}/matplotlib/mlab.pyc
+${PYSITELIB}/matplotlib/mlab.pyo
+${PYSITELIB}/matplotlib/patches.py
+${PYSITELIB}/matplotlib/patches.pyc
+${PYSITELIB}/matplotlib/patches.pyo
+${PYSITELIB}/matplotlib/setup.py
+${PYSITELIB}/matplotlib/setup.pyc
+${PYSITELIB}/matplotlib/setup.pyo
+share/matplotlib/Vera.ttf
+share/matplotlib/VeraBI.ttf
+share/matplotlib/VeraBd.ttf
+share/matplotlib/VeraIt.ttf
+share/matplotlib/VeraMoBI.ttf
+share/matplotlib/VeraMoBd.ttf
+share/matplotlib/VeraMoIt.ttf
+share/matplotlib/VeraMono.ttf
+share/matplotlib/VeraSe.ttf
+share/matplotlib/VeraSeBd.ttf
+share/matplotlib/pagd8a.afm
+share/matplotlib/pagdo8a.afm
+share/matplotlib/pagk8a.afm
+share/matplotlib/pagko8a.afm
+share/matplotlib/pbkd8a.afm
+share/matplotlib/pbkdi8a.afm
+share/matplotlib/pbkl8a.afm
+share/matplotlib/pbkli8a.afm
+share/matplotlib/pcrb8a.afm
+share/matplotlib/pcrbo8a.afm
+share/matplotlib/pcrr8a.afm
+share/matplotlib/pcrro8a.afm
+share/matplotlib/phvb8a.afm
+share/matplotlib/phvb8an.afm
+share/matplotlib/phvbo8a.afm
+share/matplotlib/phvbo8an.afm
+share/matplotlib/phvl8a.afm
+share/matplotlib/phvlo8a.afm
+share/matplotlib/phvr8a.afm
+share/matplotlib/phvr8an.afm
+share/matplotlib/phvro8a.afm
+share/matplotlib/phvro8an.afm
+share/matplotlib/pncb8a.afm
+share/matplotlib/pncbi8a.afm
+share/matplotlib/pncr8a.afm
+share/matplotlib/pncri8a.afm
+share/matplotlib/pplb8a.afm
+share/matplotlib/pplbi8a.afm
+share/matplotlib/pplr8a.afm
+share/matplotlib/pplri8a.afm
+share/matplotlib/psyr.afm
+share/matplotlib/ptmb8a.afm
+share/matplotlib/ptmbi8a.afm
+share/matplotlib/ptmr8a.afm
+share/matplotlib/ptmri8a.afm
+share/matplotlib/putb8a.afm
+share/matplotlib/putbi8a.afm
+share/matplotlib/putr8a.afm
+share/matplotlib/putri8a.afm
+share/matplotlib/pzcmi8a.afm
+share/matplotlib/pzdr.afm
+share/matplotlib/stock_close.xpm
+share/matplotlib/stock_down.xpm
+share/matplotlib/stock_left.xpm
+share/matplotlib/stock_refresh.xpm
+share/matplotlib/stock_right.xpm
+share/matplotlib/stock_save_as.xpm
+share/matplotlib/stock_up.xpm
+share/matplotlib/stock_zoom-in.xpm
+share/matplotlib/stock_zoom-out.xpm
+@dirrm share/matplotlib
+@dirrm ${PYSITELIB}/matplotlib/backends
+@dirrm ${PYSITELIB}/matplotlib
diff --git a/graphics/py-matplotlib/distinfo b/graphics/py-matplotlib/distinfo
new file mode 100644
index 00000000000..dcb29f9a065
--- /dev/null
+++ b/graphics/py-matplotlib/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/02/21 01:39:48 minskim Exp $
+
+SHA1 (matplotlib-0.32.tar.gz) = d700acd8b10d046918fd0c1e64e1de651a034a46
+Size (matplotlib-0.32.tar.gz) = 769706 bytes