| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Changelog: https://github.com/matplotlib/matplotlib/releases
PR: 252432
Approved by: arrowd (mentor)
Notes:
svn path=/head/; revision=560413
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=534293
|
|
|
|
|
|
|
|
|
| |
PR: 245650
Submitted by: Jose Luis Duran <jlduran@gmail.com>
Approved by: maintainer timeout (> 2 weeks)
Notes:
svn path=/head/; revision=534292
|
|
|
|
|
|
|
| |
With hat: portmgr
Notes:
svn path=/head/; revision=532006
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
While on it:
- Pet portlint
PR: 236455
Submitted by: lbartoletti@tuxfamily.org
Approved by: mainland@apeiron.net (maintainer)
Notes:
svn path=/head/; revision=496681
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=495919
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
Simplify post-install stripping.
PR: 203150
Submitted by: Matthieu Volat
Approved by: maintainer
Sponsored by: Absolight
Notes:
svn path=/head/; revision=400457
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=375422
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Notes:
svn path=/head/; revision=297915
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
PR: ports/158337
Submitted by: Wen Heping (myself)
Approved by: maintainer
Notes:
svn path=/head/; revision=276630
|
|
|
|
|
|
|
|
| |
PR: ports/149046
Submitted by: Geoffrey Mainland <mainland@apeiron.net>
Notes:
svn path=/head/; revision=258414
|
|
|
|
|
|
|
|
|
| |
PR: ports/145259
Submitted by: Wen Heping (myself)
Approved by: maintainer
Notes:
svn path=/head/; revision=251988
|
|
|
|
|
|
|
|
|
| |
PR: ports/140164
Submitted by: Wen Heping (myself)
Approved by: Maintainer(timeout, >15 days)
Notes:
svn path=/head/; revision=244414
|
|
|
|
| |
Notes:
svn path=/head/; revision=231482
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- portlint fix
- Respect NOPORTEXAMPLES
PR: ports/121893
Submitted by: Geoffrey Mainland <mainland AT apeiron.net> (maintainer)
Notes:
svn path=/head/; revision=212771
|
|
|
|
|
|
|
| |
Submitted by: Wesley Shields <wxs@atarininja.org>
Notes:
svn path=/head/; revision=204217
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=148111
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=133206
|
|
|
|
| |
Notes:
svn path=/head/; revision=133126
|
|
|
|
| |
Notes:
svn path=/head/; revision=130731
|
|
|
|
| |
Notes:
svn path=/head/; revision=127958
|
|
A plotting library uses a syntax familiar to matlab users
Notes:
svn path=/head/; revision=115380
|