summaryrefslogtreecommitdiff
path: root/graphics/py-matplotlib-tk
AgeCommit message (Collapse)AuthorFilesLines
2014-12-07Use ${EGG_INFODIR} since that variable is now available.rodent1-2/+2
2014-01-27Do not set FETCH_USING, should not be set in a package Makefile.wiz1-3/+1
2014-01-21re-add py-matplotlib-tk -- it works for medrochner5-0/+75
2014-01-21Remove py-matplotlib-tk -- the tk backend is not supported in thewiz6-166/+0
latest release.
2014-01-11Revbump after updating tcl/tk.adam1-1/+2
2013-07-24sync w/ base pkgdrochner3-13/+12
2013-06-06Bump PKGREVISION for libXft changes for NetBSD native X support onwiz1-2/+2
NetBSD 6, requested by tron.
2013-06-04Try to fix the fallout caused by the fix for PR pkg/47882. Part 3:tron1-2/+2
Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
2013-06-04Replace py-Tk/buildlink3.mk with DEPENDS.wiz1-3/+3
There are no buildlink3-relevant files here, just a loadable module.
2013-06-03Bump freetype2 and fontconfig dependencies to current pkgsrc versions,wiz1-2/+2
to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
2013-04-06'Please use ${ECHO} instead of "echo".'rodent1-12/+12
'Please use ${ECHO_N} instead of "echo -n".'
2013-02-16Recursive bump for png-1.6.wiz1-1/+2
2012-12-17sync w/ base pkgdrochner4-26/+25
2012-10-06Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-08-21Recursive PKGREVISION bump for tcl and tk upgrade to 8.5.12marino1-1/+2
2012-07-04sync w/ base pkgdrochner3-22/+7
2012-04-17sync w/ base pkgdrochner4-26/+23
2012-04-07Workaround hangs with Python 2.5 by not using pipes for both stdin andjoerg2-4/+19
stdout.
2011-11-01Recursive bump for graphics/freetype2 buildlink addition.sbd1-1/+2
2011-09-08Remote const-discarding accessor as done for py-matplotlib itself.joerg2-1/+16
2011-02-17Update to py-matplotlib 1.0.1markd4-44/+47
Various bugfixes.
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-1/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-05-17update to 0.99.2.1drochner4-43/+23
changes: -new frameworks: mplot3d, axes grid, axis spine placement -bugfixes
2009-09-23Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessarytron1-2/+1
after Python 2.3 has been removed from "pkgsrc". Approved by Thomas Klausner.
2009-08-05Update py-matplotlib* to 0.98.4markd4-25/+28
various bug fixes and new features.
2009-05-24This requires x11/py-Tk as well, so include its buildlink3.mk file.he1-1/+2
This and the previous patch prompted by hasso@
2009-05-24Fix the checksum for patches/patch-ab; I must have added the comment athe1-2/+2
the top and forgotten to do "make mps" -- sorry.
2009-05-14Import py-matplotlib-tk version 0.98.0.he6-0/+167
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. This package contains the Tk driver for matplotlib. Tutorial: http://matplotlib.sourceforge.net/tutorial.html