Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
29 Nov 2020 13:20:53
1.2.0

|
dch  |
graphics/py-cairocffi: update to 1.2.0
changes: https://github.com/Kozea/cairocffi/blob/master/NEWS.rst#version-120
Reported by: portscout
Sponsored by: SkunkWerks, GmbH |
15 Sep 2019 08:37:21
1.1.0

|
dch  |
graphics/py-cairocffi: update to 1.1.0
Approved by: jrm (mentor, implicit)
Sponsored by: SkunkWerks, GmbH |
27 May 2019 12:58:08
1.0.2

|
koobs  |
graphics/py-cairocffi: Update to 1.0.2
- Update COMMENT, match upstream setup.py:description
- Update USES=python, now only supports Python 3.x
- Switch to autoplist (using --record), update pkg-plist to add missing
files until resolved upstream [1][2][3][4]
Changelog:
https://github.com/Kozea/cairocffi/blob/v1.0.2/NEWS.rst
[1] https://github.com/Kozea/cairocffi/issues/108
[2] https://github.com/spatialaudio/python-sounddevice/issues/116
[3] https://github.com/tych0/xcffib/issues/92
[4] See Also: https://groups.google.com/forum/#!topic/python-cffi/oX2T_Y5m99I
PR: 237884
Reviewed by: mat, dch (maintainer)
Approved by: dch (maintainer)
Differential Revision: D20352 |
21 May 2019 11:49:16
0.8.0_2

|
dch  |
fix auto-assign for BZ PRs by updating MAINTAINER for my ports
Approved by: jrm (mentor)
Differential Revision: https://reviews.freebsd.org/D20331 |
13 Mar 2019 13:03:11
0.8.0_2

|
mat  |
Remove unused USE_PYTHON values.
Reported by: tobik (in D19569) |
30 Nov 2018 21:22:52
0.8.0_2

|
ericbsd  |
graphics/py-cairocffi adding xcffib to RUN_DEPENDS and BUILD_DEPENDS
PR has no reply by maintainer
PR: 233337
Submitted by: ericbsd
Reported by: ericbsd
Approved by: mentors (implicit) |
20 Jun 2018 17:05:44
0.8.0_1

|
mat  |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
01 Dec 2017 13:06:22
0.8.0_1

|
antoine  |
Instead of using a mix of autoplist and static plist, use a static plist
that works with both python2 and python3 (thanks to py3kplist) |
30 Nov 2017 15:50:34
0.8.0_1

|
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
02 Apr 2017 15:49:10
0.8.0_1

|
miwi  |
- Add missing dependency
PR: 218160
Submitted by: maintainer |
09 Mar 2017 00:49:53
0.8.0

|
wen  |
- Update to 0.8.0
PR: 217647
Submitted by: dch@skunkwerks.at(maintainer) |
15 May 2016 17:50:51
0.7.2

|
matthew  |
cairocffi
cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python
bindings and object-oriented API for cairo. Cairo is a 2D vector graphics
library with support for multiple backends including image buffers, PNG,
PostScript, PDF, and SVG file output.
WWW: https://github.com/SimonSapin/cairocffi
PR: 208889
Submitted by: Dave Cottlehuber <dch@skunkwerks.at> |