wen heping
8e771b3ece
math/py-matplotlib: update to 3.8.0
...
- Switch to pep517
Changelog: https://github.com/matplotlib/matplotlib/releases/tag/v3.8.0
Approved by: mainland@apeiron.net (maintainer timeout)
PR: 274571
2023-11-11 20:37:49 -05:00
Wen Heping
f27cc9e031
math/py-matplotlib: Update to 3.7.1
...
PR: 270326
Reported by: wen@
Approved by: maintainer
Exp-run by: antoine@
2023-04-07 22:48:00 +08:00
Rainer Hurling
8e2c19381f
math/py-matplotlib: Update to 3.3.3
...
Changelog: https://github.com/matplotlib/matplotlib/releases
PR: 252432
Approved by: arrowd (mentor)
2021-01-05 17:05:57 +00:00
Thierry Thomas
7212bd1061
Upgrade py-matplotlib to 3.3.1, and keep a repocopy of 2.2.4.
...
Changelog at <https://matplotlib.org/3.3.1/users/whats_new.html >.
PR: 236913
Submitted by: chitty_cloud (at) me.com
Approved by: maintainer
2020-09-19 13:10:26 +00:00
Antoine Brodin
bf1573f316
Revert r534292, this was not properly tested
...
With hat: portmgr
2020-05-07 21:09:25 +00:00
Renato Botelho
d4e565a7b5
math/py-matplotlib: Update to 3.2.1
...
PR: 245650
Submitted by: Jose Luis Duran <jlduran@gmail.com>
Approved by: maintainer timeout (> 2 weeks)
2020-05-07 20:55:38 +00:00
Antoine Brodin
fe9980b985
Remove optional dependency on pygtk2 and py-wxPython28
...
With hat: portmgr
2020-04-18 09:17:42 +00:00
Sunpoet Po-Chuan Hsieh
f7db2e9a2c
Remove unnecessary jquery-ui-1.12.1.zip from DISTFILES
...
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)
2019-04-06 14:46:04 +00:00
Thomas Zander
5dcc619ac2
Update to upstream version 2.2.4
...
While on it:
- Pet portlint
PR: 236455
Submitted by: lbartoletti@tuxfamily.org
Approved by: mainland@apeiron.net (maintainer)
2019-03-23 18:48:58 +00:00
Sunpoet Po-Chuan Hsieh
50a9a69da6
Update to 2.2.3
...
- 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)
2019-03-21 19:41:49 +00:00
Tobias C. Berner
4047522fd9
math/py-matplotlib: remove QT4AGGBACKEND option (Qt4 deprecation)
...
Approved by: portmgr (implicit)
2019-03-16 17:45:32 +00:00
Jan Beich
1b096ffd34
math/py-matplotlib: unbreak build with Clang 6 (C++14 by default)
...
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)
2018-01-06 05:24:09 +00:00
Kurt Jaeger
6f33585070
math/py-matplotlib: Add Qt5Agg backend option
...
- 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)
2016-10-30 11:39:42 +00:00
Mathieu Arnold
2c1694b96c
Add Qt4Agg backend option.
...
Simplify post-install stripping.
PR: 203150
Submitted by: Matthieu Volat
Approved by: maintainer
Sponsored by: Absolight
2015-10-29 13:47:20 +00:00
Muhammad Moinur Rahman
a2b4ecec50
math/py-matplotlib: Add uniquefiles:dirs for version specific files [1]
...
- 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]
2015-09-14 10:00:02 +00:00
Antoine Brodin
439d4a07a8
Properly support png15
2014-12-24 09:03:34 +00:00
Pietro Cerutti
b041f76bb1
- Fix build with Tcl/Tk 8.6 by letting the build system locate the Tcl/Tk
...
installation instead of hardcoding the paths.
Reported by: miwi (Tcl/Tk 8.6 exp-run late comers)
Approved by: portmgr
2013-06-03 15:35:22 +00:00
Ruslan Makhmatkhanov
fc4d1d6b71
- update to 1.2.0
...
PR: 173843
Submitted by: David Naylor <naylor.b.david@gmail.com>
Approved by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
2013-01-10 19:05:43 +00:00
Sunpoet Po-Chuan Hsieh
ea1159c9e9
- Update to 1.1.0
...
Changes: http://matplotlib.sourceforge.net/users/whats_new.html
PR: ports/166329
Submitted by: Geoffrey Mainland <mainland@apeiron.net> (maintainer)
2012-06-24 15:14:03 +00:00
Dirk Meyer
2b74a89bc8
- update png to 1.5.10
2012-06-01 05:26:28 +00:00
Ruslan Makhmatkhanov
55a433209f
- fix build on FreeBSD 10
...
- 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
2011-11-11 18:16:37 +00:00
Wen Heping
e5b325de07
- Fix build with python-2.7.2, patch from upstream
...
PR: ports/158337
Submitted by: Wen Heping (myself)
Approved by: maintainer
2011-06-29 01:59:58 +00:00
Josh Paetzel
8edd02e170
Update to 1.0.0
...
PR: ports/149046
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
2010-07-29 04:01:50 +00:00
Wen Heping
fee7bdbf41
- Update to 0.99.1.1
...
PR: ports/145259
Submitted by: Wen Heping (myself)
Approved by: maintainer
2010-04-02 02:42:10 +00:00
Wen Heping
57aa2bf149
- Fix the build on FreeBSD9
...
PR: ports/140164
Submitted by: Wen Heping (myself)
Approved by: Maintainer(timeout, >15 days)
2009-11-18 07:06:54 +00:00
Pav Lucistnik
489e2acb95
- Chase py-tkinter switch to tcl/tk85
2009-04-02 11:49:11 +00:00
Martin Wilke
3c36e3474d
- Update to 0.98.3
...
- Detects and uses wxpython if installed
PR: 127726
Submitted by: Li-Lun Wang <llwang@infor.org>
Approved by: maintainer
2008-10-05 13:31:32 +00:00
Li-Wen Hsu
a07f700bb5
- Update to 0.91.2 [1]
...
- portlint fix
- Respect NOPORTEXAMPLES
PR: ports/121893
Submitted by: Geoffrey Mainland <mainland AT apeiron.net> (maintainer)
2008-05-07 04:43:35 +00:00
Pav Lucistnik
1be792fc8f
- Fix build on FreeBSD 8.x
...
Submitted by: Wesley Shields <wxs@atarininja.org>
2007-12-20 15:18:53 +00:00
Martin Wilke
49b9a5a788
- Update to 0.90.0
...
- 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
2007-03-13 09:57:36 +00:00
Tilman Keskinoz
11ba587b4b
Fix build on FreeBSD7
2005-11-13 15:35:04 +00:00
Pav Lucistnik
ff83a9f892
- Point to tcl/tk includes [1]
...
- Fix packing
PR: ports/79914 [1]
Submitted by: George V. Kouryachy <frbrgeorge@gmail.com>
The port is still quite broken.
2005-04-18 21:03:41 +00:00
Ying-Chieh Liao
c61dedef20
minor fix path problem
2005-04-13 07:26:36 +00:00
Ying-Chieh Liao
e40c3785a1
upgrade to 0.74
2005-04-12 08:23:00 +00:00
Volker Stolz
f1862edd2a
Unbreak: vsprintf() is in stdio.h
2005-03-09 15:44:50 +00:00
Ying-Chieh Liao
85ce80ceb3
upgrade to 0.71
2005-02-03 07:07:51 +00:00
Ying-Chieh Liao
946a062e53
re-add py-matplotlib 0.60.2
...
A plotting library uses a syntax familiar to matlab users
2004-08-04 03:33:57 +00:00