summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* math/py-matplotlib: Update to 3.3.3Rainer Hurling2021-01-051-2/+2
| | | | | | | | | | Changelog: https://github.com/matplotlib/matplotlib/releases PR: 252432 Approved by: arrowd (mentor) Notes: svn path=/head/; revision=560413
* Upgrade py-matplotlib to 3.3.1, and keep a repocopy of 2.2.4.Thierry Thomas2020-09-192-14/+6
| | | | | | | | | | | Changelog at <https://matplotlib.org/3.3.1/users/whats_new.html>. PR: 236913 Submitted by: chitty_cloud (at) me.com Approved by: maintainer Notes: svn path=/head/; revision=548983
* Revert r534292, this was not properly testedAntoine Brodin2020-05-071-2/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=534293
* math/py-matplotlib: Update to 3.2.1Renato Botelho2020-05-071-2/+2
| | | | | | | | | PR: 245650 Submitted by: Jose Luis Duran <jlduran@gmail.com> Approved by: maintainer timeout (> 2 weeks) Notes: svn path=/head/; revision=534292
* Remove optional dependency on pygtk2 and py-wxPython28Antoine Brodin2020-04-181-3/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=532006
* Remove unnecessary jquery-ui-1.12.1.zip from DISTFILESSunpoet Po-Chuan Hsieh2019-04-061-20/+8
| | | | | | | | | | | | | | jquery-ui-1.21.1 is already bundled in the matplot 2.2.4 tarball [1]. This patch fixes r496681. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=236455#c4 PR: 236740 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 14 days) Notes: svn path=/head/; revision=498139
* Update to upstream version 2.2.4Thomas Zander2019-03-231-0/+22
| | | | | | | | | | | | While on it: - Pet portlint PR: 236455 Submitted by: lbartoletti@tuxfamily.org Approved by: mainland@apeiron.net (maintainer) Notes: svn path=/head/; revision=496681
* Update to 2.2.3Sunpoet Po-Chuan Hsieh2019-03-211-111/+0
| | | | | | | | | | | | | | | | - Change MASTER_SITES from GitHub to CHEESESHOP - Add USES=gnome - Silence extraction and patch message - Do not silence installation message Changes: https://github.com/matplotlib/matplotlib/releases PR: 236276 Submitted by: sunpoet (myself) Approved by: (maintainer) Notes: svn path=/head/; revision=496504
* math/py-matplotlib: remove QT4AGGBACKEND option (Qt4 deprecation)Tobias C. Berner2019-03-161-1/+1
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=495919
* math/py-matplotlib: unbreak build with Clang 6 (C++14 by default)Jan Beich2018-01-061-0/+111
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | extern/ttconv/pprdrv_tt.cpp:245:41: error: cast from pointer to smaller type 'char' loses information font->Copyright[length]=(char)NULL; ^~~~~~~~~~ extern/ttconv/pprdrv_tt.cpp:261:42: error: cast from pointer to smaller type 'char' loses information font->FamilyName[length]=(char)NULL; ^~~~~~~~~~ extern/ttconv/pprdrv_tt.cpp:277:37: error: cast from pointer to smaller type 'char' loses information font->Style[length]=(char)NULL; ^~~~~~~~~~ extern/ttconv/pprdrv_tt.cpp:293:40: error: cast from pointer to smaller type 'char' loses information font->FullName[length]=(char)NULL; ^~~~~~~~~~ extern/ttconv/pprdrv_tt.cpp:309:39: error: cast from pointer to smaller type 'char' loses information font->Version[length]=(char)NULL; ^~~~~~~~~~ extern/ttconv/pprdrv_tt.cpp:325:40: error: cast from pointer to smaller type 'char' loses information font->PostName[length]=(char)NULL; ^~~~~~~~~~ extern/ttconv/pprdrv_tt.cpp:340:42: error: cast from pointer to smaller type 'char' loses information font->PostName[length/2]=(char)NULL; ^~~~~~~~~~ extern/ttconv/pprdrv_tt.cpp:355:41: error: cast from pointer to smaller type 'char' loses information font->Trademark[length]=(char)NULL; ^~~~~~~~~~ extern/ttconv/pprdrv_tt.cpp:1041:19: error: cast from pointer to smaller type 'char' loses information temp[len]=(char)NULL; /* a buffer and make it ASCIIz. */ ^~~~~~~~~~ Reported by: antoine (via bug 224669) Notes: svn path=/head/; revision=458212
* math/py-matplotlib: Add Qt5Agg backend optionKurt Jaeger2016-10-301-0/+1
| | | | | | | | | | | | - Now that there are Qt5 python bindings in ports, matplotlib can be configured to use them. PR: 212763 Submitted by: Matthieu Volat <mazhe@alkumuna.eu> Approved by: mainland@apeiron.net (maintainer) Notes: svn path=/head/; revision=424942
* Add Qt4Agg backend option.Mathieu Arnold2015-10-291-0/+1
| | | | | | | | | | | | Simplify post-install stripping. PR: 203150 Submitted by: Matthieu Volat Approved by: maintainer Sponsored by: Absolight Notes: svn path=/head/; revision=400457
* math/py-matplotlib: Add uniquefiles:dirs for version specific files [1]Muhammad Moinur Rahman2015-09-141-2/+2
| | | | | | | | | | | | | - Convert to OPTIONSNG - Convert patch files to be 'make makepatch' compatible - Depreciate bsd.port.options.mk - Add STRIP_CMD for shared objects PR: 202205 [1] Submitted by: mazhe@alkumuna.eu [1] Notes: svn path=/head/; revision=396886
* Properly support png15Antoine Brodin2014-12-241-23/+0
| | | | Notes: svn path=/head/; revision=375422
* - Fix build with Tcl/Tk 8.6 by letting the build system locate the Tcl/TkPietro Cerutti2013-06-031-18/+0
| | | | | | | | | | installation instead of hardcoding the paths. Reported by: miwi (Tcl/Tk 8.6 exp-run late comers) Approved by: portmgr Notes: svn path=/head/; revision=319790
* - update to 1.2.0Ruslan Makhmatkhanov2013-01-101-12/+1
| | | | | | | | | PR: 173843 Submitted by: David Naylor <naylor.b.david@gmail.com> Approved by: Geoffrey Mainland <mainland@apeiron.net> (maintainer) Notes: svn path=/head/; revision=310199
* - Update to 1.1.0Sunpoet Po-Chuan Hsieh2012-06-241-31/+11
| | | | | | | | | Changes: http://matplotlib.sourceforge.net/users/whats_new.html PR: ports/166329 Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer) Notes: svn path=/head/; revision=299881
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+23
| | | | Notes: svn path=/head/; revision=297915
* - fix build on FreeBSD 10Ruslan Makhmatkhanov2011-11-111-6/+7
| | | | | | | | | | | | | | | | - strict python versions to 2.6-2.7 - bump USE_WX to 2.8+ according to matplotlib docs - fix pkg-plist after switching this port to wxPython 2.8+ - bump PORTREVISION PR: ports/161716 Submitted by: rm (myself) Approved by: Geoffrey Mainland <mainland@apeiron.net> (maintainer), novel (mentor) Feature safe: yes Notes: svn path=/head/; revision=285590
* - Fix build with python-2.7.2, patch from upstreamWen Heping2011-06-291-11/+25
| | | | | | | | | PR: ports/158337 Submitted by: Wen Heping (myself) Approved by: maintainer Notes: svn path=/head/; revision=276630
* Update to 1.0.0Josh Paetzel2010-07-292-12/+98
| | | | | | | | PR: ports/149046 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Notes: svn path=/head/; revision=258414
* - Update to 0.99.1.1Wen Heping2010-04-021-11/+0
| | | | | | | | | PR: ports/145259 Submitted by: Wen Heping (myself) Approved by: maintainer Notes: svn path=/head/; revision=251988
* - Fix the build on FreeBSD9Wen Heping2009-11-181-5/+6
| | | | | | | | | PR: ports/140164 Submitted by: Wen Heping (myself) Approved by: Maintainer(timeout, >15 days) Notes: svn path=/head/; revision=244414
* - Chase py-tkinter switch to tcl/tk85Pav Lucistnik2009-04-021-2/+2
| | | | Notes: svn path=/head/; revision=231482
* - Update to 0.98.3Martin Wilke2008-10-052-27/+23
| | | | | | | | | | | - Detects and uses wxpython if installed PR: 127726 Submitted by: Li-Lun Wang <llwang@infor.org> Approved by: maintainer Notes: svn path=/head/; revision=221238
* - Update to 0.91.2 [1]Li-Wen Hsu2008-05-073-15/+34
| | | | | | | | | | | - portlint fix - Respect NOPORTEXAMPLES PR: ports/121893 Submitted by: Geoffrey Mainland <mainland AT apeiron.net> (maintainer) Notes: svn path=/head/; revision=212771
* - Fix build on FreeBSD 8.xPav Lucistnik2007-12-201-4/+5
| | | | | | | Submitted by: Wesley Shields <wxs@atarininja.org> Notes: svn path=/head/; revision=204217
* - Update to 0.90.0Martin Wilke2007-03-132-21/+18
| | | | | | | | | | | | | | | | - Fix depends on devel/py-pytz, it has been packed as an egg - USE_PYTHON=yes, there is no python2.2 in ports tree - Remove 4.x stuff - Use USE_TCL, USE_TK, and some variables in bsd.tcl.mk - Adjust EXAMPLESDIR - Use static pkg-plist PR: 110184 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer Notes: svn path=/head/; revision=187276
* Fix build on FreeBSD7Tilman Keskinoz2005-11-131-3/+15
| | | | Notes: svn path=/head/; revision=148111
* - Point to tcl/tk includes [1]Pav Lucistnik2005-04-181-1/+2
| | | | | | | | | | | | - Fix packing PR: ports/79914 [1] Submitted by: George V. Kouryachy <frbrgeorge@gmail.com> The port is still quite broken. Notes: svn path=/head/; revision=133617
* minor fix path problemYing-Chieh Liao2005-04-131-11/+0
| | | | Notes: svn path=/head/; revision=133206
* upgrade to 0.74Ying-Chieh Liao2005-04-121-13/+4
| | | | Notes: svn path=/head/; revision=133126
* Unbreak: vsprintf() is in stdio.hVolker Stolz2005-03-091-0/+7
| | | | Notes: svn path=/head/; revision=130731
* upgrade to 0.71Ying-Chieh Liao2005-02-032-17/+18
| | | | Notes: svn path=/head/; revision=127958
* re-add py-matplotlib 0.60.2Ying-Chieh Liao2004-08-042-0/+30
A plotting library uses a syntax familiar to matlab users Notes: svn path=/head/; revision=115380