summaryrefslogtreecommitdiff
path: root/math/py-matplotlib (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-12-24Properly support png15Antoine Brodin2-24/+1
Notes: svn path=/head/; revision=375422
2014-10-04Fix a typoAntoine Brodin1-1/+1
Notes: svn path=/head/; revision=370013
2014-10-03Correct a typo.Dmitry Sivachenko1-2/+1
Notes: svn path=/head/; revision=369919
2014-10-03Bump PORTREVISION because of additon of py-parsing dep;Dmitry Sivachenko1-5/+7
Move some python modules deps out of BUILD_DEPENDS (they seem to be runtime only). Thanks to Mikhail Tsatsenko <m.tsatsenko@gmail.com>, Geoffrey Mainland <mainland@apeiron.net> (maintainer) Notes: svn path=/head/; revision=369918
2014-10-02Add missing dep.Dmitry Sivachenko1-1/+2
Submitted by: olgeni Approved by: maintainer Notes: svn path=/head/; revision=369825
2014-09-28Update to version 1.4.0.Dmitry Sivachenko3-12/+9
PR: 193505 Submitted by: m.tsatsenko@gmail.com Approved by: mainland@apeiron.net (maintainer) Notes: svn path=/head/; revision=369440
2014-09-10Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer1-1/+1
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
2014-04-16The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising1-1/+1
a zeising, kwm production, with help from dumbbell, bdrewery: NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE This update switches over to use the new xorg stack by default on FreeBSD 9 and 10 stable, on osversions where vt(9) is available. It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in /etc/make.conf . FreeBSD 8-STABLE and released versions of FreeBSD still use the old version. A package repository with binary packages for new xorg will be available soon. This patch also contains updates of libxcb and related ports, pixman, as well as some drivers and utilities. Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due to xserver version change. Apart from these updates, the way shared libraries are handled has been changed for all xorg ports, as well as libxml2 and freetype, which means ltverhack is gone and as a consequence shared libraries have been bumped. The plan is that this change will make library bumps less likely in the future. All affected ports have had their portrevisions bumped as a consequence of this. Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT. Update instructions, hardware support, and more notes can be found on https://wiki.freebsd.org/Graphics Thanks to: all testers, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/187602 [1] Approved by: portmgr (bdrewery), core (jhb) Notes: svn path=/head/; revision=351411
2014-04-04- Fix after conversion to PYDISTUTILS_AUTOPLISTAntoine Brodin1-2/+3
- Add EXAMPLES to OPTIONS_DEFINE Reported by: poudriere -qat With hat: portmgr Notes: svn path=/head/; revision=350137
2014-04-01Better way to generate correct plist for both versions of python.Dmitry Sivachenko2-2491/+1
Suggested by: koobs No objection from: maintainer Notes: svn path=/head/; revision=349837
2014-03-24Generate correct plist with python3.Dmitry Sivachenko1-0/+1
Notes: svn path=/head/; revision=348937
2014-03-10Update the default version of GCC used in the Ports Collection fromGerald Pfeifer1-1/+1
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
2014-02-20- Convert to USES=tkPietro Cerutti1-11/+10
- Convert to new LIB_DEPENDS format - STAGE-clean Notes: svn path=/head/; revision=345254
2013-10-26Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer1-1/+1
- Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
2013-09-20Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin1-0/+1
math) Notes: svn path=/head/; revision=327746
2013-07-07Remove usage of X_VFBSERVER_PORTBaptiste Daroussin1-1/+1
Notes: svn path=/head/; revision=322434
2013-06-06fmake is sometime to bad :(Baptiste Daroussin1-1/+1
Notes: svn path=/head/; revision=320074
2013-06-05Convert to new options frameworkBaptiste Daroussin1-12/+14
Notes: svn path=/head/; revision=319996
2013-06-03- Fix build with Tcl/Tk 8.6 by letting the build system locate the Tcl/TkPietro Cerutti1-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
2013-04-23Finish converting the whole ports tree to USES=pkgconfigBaptiste Daroussin1-1/+1
Notes: svn path=/head/; revision=316355
2013-03-14This port must USE_PKGCONFIG, else pkg-config will not be availableJimmy Olgeni1-0/+1
when building without X11 frontends, causing the build to fail. Approved by: maintainer Notes: svn path=/head/; revision=314162
2013-03-02- Update *_DEPENDS on x11-toolkits/py-tkinter after _tkinter.so relocationLi-Wen Hsu1-2/+3
Notes: svn path=/head/; revision=313305
2013-01-11Change USE_PYTHON to yes. Since version 1.2.0 matplotlib adding python3 support.Ruslan Makhmatkhanov1-1/+1
But please note that it still can't be built from ports with python3 without user intervention, because a) it depends on pygtk2 by default and b) we have no suitable py-dateutil version that works with python3. Requested by: demon (at developers@) Notes: svn path=/head/; revision=310246
2013-01-10- update to 1.2.0Ruslan Makhmatkhanov4-33/+234
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
2012-07-29Fix typos in COMMENTCarlo Strub1-1/+1
Approved by: portmgr@ (implicit) Notes: svn path=/head/; revision=301684
2012-07-11Update to version 1.1.1Dmitry Sivachenko3-3/+20
Approved by: maintainer Notes: svn path=/head/; revision=300770
2012-06-24- Update to 1.1.0Sunpoet Po-Chuan Hsieh4-223/+1123
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
2012-06-01- update png to 1.5.10Dirk Meyer2-4/+25
Notes: svn path=/head/; revision=297915
2012-03-20Fix configure with WXAGGBACKENDChris Rees1-1/+1
PR: ports/166148 Submitted by: Mel Flynn <rflynn@acsalaska.net> Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=293611
2011-11-11 - fix build on FreeBSD 10Ruslan Makhmatkhanov3-14/+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 Notes: svn path=/head/; revision=285590
2011-11-10Copy dateutil and pytz from BUILD_DEPENDS to RUN_DEPENDS, sinceJimmy Olgeni1-21/+23
they are required. Fix a few portlint nits while I'm here. PR: ports/162418 Submitted by: olgeni Approved by: maintainer Feature safe: yes Notes: svn path=/head/; revision=285444
2011-06-29- Fix build with python-2.7.2, patch from upstreamWen Heping2-11/+26
PR: ports/158337 Submitted by: Wen Heping (myself) Approved by: maintainer Notes: svn path=/head/; revision=276630
2011-02-17- Update to 1.0.1Wen Heping3-11/+22
PR: ports/153758 Submitted by: wenheping@gmail.com (myself) Approved by: maintainer Notes: svn path=/head/; revision=269275
2010-10-22Remove explicit dependency on graphics/agg, to reduce dependencies.Rene Ladan1-2/+1
The built-in agg was already used. PR: ports/151450 Submitted by: Emil Smolenski [am raisa eu org] Approved by: maintainer Notes: svn path=/head/; revision=263435
2010-07-30Fix typo in previous commitJosh Paetzel1-1/+1
Notes: svn path=/head/; revision=258512
2010-07-30Fix permissions issue in tarballJosh Paetzel1-0/+3
PR: ports/149085 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Notes: svn path=/head/; revision=258510
2010-07-29Update to 1.0.0Josh Paetzel5-79/+589
PR: ports/149046 Submitted by: Geoffrey Mainland <mainland@apeiron.net> Notes: svn path=/head/; revision=258414
2010-04-02- Update to 0.99.1.1Wen Heping4-18/+13
PR: ports/145259 Submitted by: Wen Heping (myself) Approved by: maintainer Notes: svn path=/head/; revision=251988
2010-03-30- fix build for png-1.4.1Dirk Meyer1-0/+4
(build partly tested, as a dependency does not build on 7) Notes: svn path=/head/; revision=251813
2010-03-28- update to 1.4.1Dirk Meyer1-2/+2
Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
2010-02-05- update to jpeg-8Dirk Meyer1-0/+1
Notes: svn path=/head/; revision=249285
2009-11-18- Fix the build on FreeBSD9Wen Heping1-5/+6
PR: ports/140164 Submitted by: Wen Heping (myself) Approved by: Maintainer(timeout, >15 days) Notes: svn path=/head/; revision=244414
2009-09-04- Update to 0.99.0Martin Wilke3-21/+158
PR: 138394 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=240887
2009-08-22- Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov1-1/+1
starting with M Notes: svn path=/head/; revision=240072
2009-07-31- bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer1-0/+1
bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
2009-04-02- Chase py-tkinter switch to tcl/tk85Pav Lucistnik1-2/+2
Notes: svn path=/head/; revision=231482
2009-03-28- Update to 0.98.5.2Li-Wen Hsu3-85/+99
PR: ports/129922 Submitted by: Wen Heping <wenheping AT gmail.com> Approved by: Geoffrey Mainland <mainland AT apeiron.net> (maintainer) Notes: svn path=/head/; revision=231211
2009-02-23- Change default Tcl/Tk version to 8.5Martin Matuska1-0/+1
- Bump PORTVERSION of ports affected Tested by: pointyhat (pav) Notes: svn path=/head/; revision=228909
2008-10-05- Update to 0.98.3Martin Wilke5-828/+625
- 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
2008-06-06Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis1-0/+1
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430