pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/py-matplotlib Import py-matplotlib from pkgsr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20c58756c0be
branches:  trunk
changeset: 469198:20c58756c0be
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Feb 21 01:39:48 2004 +0000

description:
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:

 graphics/py-matplotlib/DESCR    |   10 +++
 graphics/py-matplotlib/Makefile |   20 ++++++
 graphics/py-matplotlib/PLIST    |  121 ++++++++++++++++++++++++++++++++++++++++
 graphics/py-matplotlib/distinfo |    4 +
 4 files changed, 155 insertions(+), 0 deletions(-)

diffs (171 lines):

diff -r 5026a7dfd1bb -r 20c58756c0be graphics/py-matplotlib/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib/DESCR      Sat Feb 21 01:39:48 2004 +0000
@@ -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 -r 5026a7dfd1bb -r 20c58756c0be graphics/py-matplotlib/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib/Makefile   Sat Feb 21 01:39:48 2004 +0000
@@ -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@localhost
+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 -r 5026a7dfd1bb -r 20c58756c0be graphics/py-matplotlib/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib/PLIST      Sat Feb 21 01:39:48 2004 +0000
@@ -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 -r 5026a7dfd1bb -r 20c58756c0be graphics/py-matplotlib/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-matplotlib/distinfo   Sat Feb 21 01:39:48 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index