notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py3-cairo Python 3 bindings for Cairo
1.14.1 graphics Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.14.1Version of this port present on the latest quarterly branch.
Maintainer: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2013-10-02 15:12:04
Last Update: 2017-11-30 15:50:34
SVN Revision: 455210
People watching this port, also watch:: xclock, font-bh-lucidatypewriter-100dpi, python, font-misc-meltho, desktop-file-utils
Also Listed In: python
License: LGPL21 MPL11
WWW:
https://github.com/pygobject/pycairo
Description:
Python 3 bindings for Cairo. WWW: https://github.com/pygobject/pycairo
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/py36-cairo-1.14.1/catalog.mk
  2. /usr/local/share/licenses/py36-cairo-1.14.1/LICENSE
  3. /usr/local/share/licenses/py36-cairo-1.14.1/LGPL21
  4. /usr/local/share/licenses/py36-cairo-1.14.1/MPL11
  5. include/pycairo/py3cairo.h
  6. lib/python3.6/site-packages/cairo/__init__.py
  7. lib/python3.6/site-packages/cairo/__pycache__/__init__.cpython-36.opt-1.pyc
  8. lib/python3.6/site-packages/cairo/__pycache__/__init__.cpython-36.pyc
  9. lib/python3.6/site-packages/cairo/_cairo.so
  10. lib/python3.6/site-packages/pycairo-1.14.1-py3.6.egg-info/PKG-INFO
  11. lib/python3.6/site-packages/pycairo-1.14.1-py3.6.egg-info/SOURCES.txt
  12. lib/python3.6/site-packages/pycairo-1.14.1-py3.6.egg-info/dependency_links.txt
  13. lib/python3.6/site-packages/pycairo-1.14.1-py3.6.egg-info/top_level.txt
  14. libdata/pkgconfig/py3cairo.pc
Collapse this list.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}cairo>0:graphics/py3-cairo@${PY_FLAVOR}
No installation instructions:
This port has been deleted.
PKGNAME: py36-cairo
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1506344417 SHA256 (pycairo-1.14.1.tar.gz) = 0d13a0a6eeaf0c357db04392943eb9b25767445608d31dde1307f003f68c5754 SIZE (pycairo-1.14.1.tar.gz) = 154394

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. pkgconf>=1.3.0_1 : devel/pkgconf
  2. py36-setuptools>0 : devel/py36-setuptools
  3. python3.6 : lang/python36
  4. python3 : lang/python3
Runtime dependencies:
  1. py36-setuptools>0 : devel/py36-setuptools
  2. python3.6 : lang/python36
  3. python3 : lang/python3
Library dependencies:
  1. libcairo.so : graphics/cairo
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/py3-gobject3*
  2. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. devel/py3-gobject3*
  2. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
No options to configure
Options name:
N/A
USES:
gnome pkgconfig python:3 gnome
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://github.com/pygobject/pycairo/releases/download/v1.14.1/
Collapse this list.

Number of commits found: 17

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.14.1
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
1.14.1
05 Oct 2017 18:19:09
Revision:451329Original commit files touched by this commit
kwm search for other commits by this committer
Update cairo python bindings to 1.14.1.

* Update MASTER_SITE and WWW to point the new home
* Build from the same distfile
* Use python distutils to build the port instead of waf
* Drop stale MCom $Id
* Add license

Obtained from:	gnome devel repo
1.10.0_3
07 Jan 2017 21:42:28
Revision:430839Original commit files touched by this commit
sunpoet search for other commits by this committer
Add more PLIST_SUB to Mk/Uses/python.mk

- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX
- Add PYTHON2 and PYTHON3
- Respect PYTHON_VERSION
- Rename PYOEXTENSION to PYTHON_PYOEXTENSION

This change would help:
- Build databases/postgresql*-plpython with Python 3
  (It has PLIST issue since bsd.python.mk to Uses/python.mk transition)
- Simplify Makefile

PR:		205807
Differential Revision:	https://reviews.FreeBSD.org/D4758
Exp-run by:	antoine
1.10.0_3
18 Nov 2015 22:13:53
Revision:401900Original commit files touched by this commit
rm search for other commits by this committer
Let gnome3 stack be built with python 3.5

This mostly fixing packaging for python3.5, but there is
also py35 waf fix for py3-cairo, that was obtained from Ubuntu
repository.

PR:		204075
Approved by:	maintainer timeout (22 days)
1.10.0_3
19 Oct 2015 14:50:52
Revision:399684Original commit files touched by this commit
amdmi3 search for other commits by this committer
Improve shebangfix framework

- Support multiple values in *_OLD_CMD, i.e. we can now fix both
"/usr/bin/python" and "/usr/bin/env python" at the same time
- Default *_OLD_CMD values are now always appended, so you don't need to specify
them in individual ports
- Add lua support (depends on USES=lua)
- Add more default values, such as "/usr/bin/env foo" for python, perl, bash,
ruby and lua
- Shebangfix now matches whole words, e.g. we will no longer (erroneously)
replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is
still (correctly) replaced with "${perl_CMD} -tt")

Note that *_OLD_CMD items containing spaces must now be quoted (e.g.
perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl")

Update shebangfix usage according to new rules in many ports:

- Remove *_OLD_CMD for patterns now replaced by default
- Quote custom *_OLD_CMD which contain spaces

Fix shebangfix usage in many ports (irrelevant to infrastructure change):

- Remove redundant SHEBANG_LANG (no need to duplicate default langs)
- Remove redundant *_CMD (such as
python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present)
- Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for
exact string

Approved by:	portmgr (bapt)
Differential Revision:	D3756
1.10.0_3
08 Apr 2015 15:05:49
Revision:383571Original commit files touched by this commit
bapt search for other commits by this committer
Add a new USES=waf to handle the waf building system, allowing to factorise code
Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be
reused

Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting
_MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed
to really disable parallelisation with waf

WAF_CMD has been created to allow one to override the location of the waf script
relatively to WRKSRC

CONFIGURE_TARGET is by default defined to "configure"
ALL_TARGET is by default defined to "build"
INSTALL_TARGET is by default defined to "install"

USES=waf is by default stagedir safe
1.10.0_3
10 Jan 2015 23:15:28
Revision:376731Original commit files touched by this commit
demon search for other commits by this committer
Switch default python3 version from 3.3 to 3.4.
Bump PORTREVISIONs for the affected ports.

Exp-run by:	antoine
1.10.0_2
09 Jan 2015 11:12:00
Revision:376593Original commit files touched by this commit
kwm search for other commits by this committer
Make py3-cairo build with python 3.4.

Submitted by:	antoine@
1.10.0_2
21 Oct 2014 16:36:12
Revision:371326Original commit files touched by this commit
mva search for other commits by this committer
- Convert ports of graphics/ to new USES=python

Approved by:	portmgr (implicit)
1.10.0_2
20 Oct 2014 17:04:21
Revision:371283Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.10.0_2
15 Apr 2014 22:08:01
Revision:351368Original commit files touched by this commit
kwm search for other commits by this committer
Don't hardcode python version.

Submitted by:	makc@
1.10.0_2
15 Apr 2014 20:53:04
Revision:351366Original commit files touched by this commit
kwm search for other commits by this committer
Rework python module compile so it doesn't code the stagedir in it [1]

While here switch to USES=tar:bzip2
Remove waf from SHEBANG_FILES. it contains binary so running sed on it
 not guaranteed to work as intended. [2]
Prefix waf commands with PYTHON_CMD so it run with the correct python version.
Use the waf --destdir command for destdir
Remove configure_ENV because they are already set.
Use post-patch to dynamicly fix the python version in test/examples_test.py
 instead of a patch.

Reported by:	swills@ [1], mva [2]
1.10.0_1
07 Oct 2013 20:56:22
Revision:329738Original commit files touched by this commit
cperciva search for other commits by this committer
Do what was clearly intended: s/${ENV}/${SETENV}/

Prior to this change these ports fail when built under su(8) since that
results in ${ENV} being ~/.shrc.

Approved by:	kwm (maintainer, gnome@)
1.10.0_1
03 Oct 2013 07:43:37
Revision:329155Original commit files touched by this commit
kwm search for other commits by this committer
Add forgotten NO_STAGE keyword.
1.10.0_1
03 Oct 2013 07:29:53
Revision:329154Original commit files touched by this commit
kwm search for other commits by this committer
Disable stage for now until I can figure out how to make it work with waf.

Submitted by:	Kenta Suzumoto <kentas@hush.com>
1.10.0
02 Oct 2013 16:19:12
Revision:329069Original commit files touched by this commit
kwm search for other commits by this committer
Add forgotten patch to fix packaging.
1.10.0
02 Oct 2013 15:11:55
Revision:329051Original commit files touched by this commit
kwm search for other commits by this committer
Add python cairo 1.10.0 for python 3.

Number of commits found: 17