Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2016 17:50:51 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415272 - in head/graphics: . py-cairocffi
Message-ID:  <201605151750.u4FHoprU025813@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Sun May 15 17:50:50 2016
New Revision: 415272
URL: https://svnweb.freebsd.org/changeset/ports/415272

Log:
  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>

Added:
  head/graphics/py-cairocffi/
  head/graphics/py-cairocffi/Makefile   (contents, props changed)
  head/graphics/py-cairocffi/distinfo   (contents, props changed)
  head/graphics/py-cairocffi/pkg-descr   (contents, props changed)
  head/graphics/py-cairocffi/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Sun May 15 17:49:55 2016	(r415271)
+++ head/graphics/Makefile	Sun May 15 17:50:50 2016	(r415272)
@@ -824,6 +824,7 @@
     SUBDIR += py-blockdiag
     SUBDIR += py-blockdiagcontrib-cisco
     SUBDIR += py-cairo
+    SUBDIR += py-cairocffi
     SUBDIR += py-chart
     SUBDIR += py-django-easy-thumbnails
     SUBDIR += py-editobj

Added: head/graphics/py-cairocffi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-cairocffi/Makefile	Sun May 15 17:50:50 2016	(r415272)
@@ -0,0 +1,21 @@
+# Created by: Dave Cottlehuber <dch@skunkwerks.at>
+# $FreeBSD$
+
+PORTNAME=	cairocffi
+PORTVERSION=	0.7.2
+CATEGORIES=	graphics python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	dch@skunkwerks.at
+COMMENT=	Cairo cffi-based cairo bindings for Python
+
+LICENSE=	BSD3CLAUSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cffi>0:devel/py-cffi
+BUILD_DEPENDS=	${RUN_DEPENDS}
+
+USES=		python:2+
+USE_PYTHON=	autoplist distutils cffi
+
+.include <bsd.port.mk>

Added: head/graphics/py-cairocffi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-cairocffi/distinfo	Sun May 15 17:50:50 2016	(r415272)
@@ -0,0 +1,2 @@
+SHA256 (cairocffi-0.7.2.tar.gz) = e42b4256d27bd960cbf3b91a6c55d602defcdbc2a73f7317849c80279feeb975
+SIZE (cairocffi-0.7.2.tar.gz) = 75337

Added: head/graphics/py-cairocffi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-cairocffi/pkg-descr	Sun May 15 17:50:50 2016	(r415272)
@@ -0,0 +1,8 @@
+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

Added: head/graphics/py-cairocffi/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/py-cairocffi/pkg-plist	Sun May 15 17:50:50 2016	(r415272)
@@ -0,0 +1,6 @@
+%%PYTHON_SITELIBDIR%%/cairocffi/_ffi.py
+%%PYTHON_SITELIBDIR%%/cairocffi/_ffi.pyc
+%%PYTHON_SITELIBDIR%%/cairocffi/_ffi.pyo
+%%PYTHON_SITELIBDIR%%/cairocffi/_ffi_pixbuf.py
+%%PYTHON_SITELIBDIR%%/cairocffi/_ffi_pixbuf.pyc
+%%PYTHON_SITELIBDIR%%/cairocffi/_ffi_pixbuf.pyo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605151750.u4FHoprU025813>