From owner-svn-ports-head@FreeBSD.ORG Wed Oct 2 15:11:56 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 417CA58B; Wed, 2 Oct 2013 15:11:56 +0000 (UTC) (envelope-from kwm@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E3752139; Wed, 2 Oct 2013 15:11:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r92FBuMB005198; Wed, 2 Oct 2013 15:11:56 GMT (envelope-from kwm@svn.freebsd.org) Received: (from kwm@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r92FBtIG005185; Wed, 2 Oct 2013 15:11:55 GMT (envelope-from kwm@svn.freebsd.org) Message-Id: <201310021511.r92FBtIG005185@svn.freebsd.org> From: Koop Mast Date: Wed, 2 Oct 2013 15:11:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329051 - in head/graphics: . py3-cairo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2013 15:11:56 -0000 Author: kwm Date: Wed Oct 2 15:11:54 2013 New Revision: 329051 URL: http://svnweb.freebsd.org/changeset/ports/329051 Log: Add python cairo 1.10.0 for python 3. Added: head/graphics/py3-cairo/ - copied from r329049, head/graphics/py-cairo/ Modified: head/graphics/Makefile head/graphics/py3-cairo/Makefile head/graphics/py3-cairo/distinfo head/graphics/py3-cairo/pkg-descr head/graphics/py3-cairo/pkg-plist Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Wed Oct 2 15:10:26 2013 (r329050) +++ head/graphics/Makefile Wed Oct 2 15:11:54 2013 (r329051) @@ -870,6 +870,7 @@ SUBDIR += py-stl SUBDIR += py-wand SUBDIR += py-webcolors + SUBDIR += py3-cairo SUBDIR += pygts SUBDIR += pymorph SUBDIR += pyro Modified: head/graphics/py3-cairo/Makefile ============================================================================== --- head/graphics/py-cairo/Makefile Wed Oct 2 15:03:50 2013 (r329049) +++ head/graphics/py3-cairo/Makefile Wed Oct 2 15:11:54 2013 (r329051) @@ -7,22 +7,22 @@ PORTVERSION= 1.10.0 CATEGORIES= graphics python MASTER_SITES= http://cairographics.org/releases/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= py2${PORTNAME}-${PORTVERSION} +DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org -COMMENT= Python 2 bindings for Cairo +COMMENT= Python 3 bindings for Cairo USE_BZIP2= yes -USE_PYTHON= 2 +USE_PYTHON= 3 USES= pkgconfig shebangfix USE_GNOME= cairo CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV= PYTHON=${LOCALBASE}/bin/python2 \ +CONFIGURE_ENV= PYTHON=${LOCALBASE}/bin/python3 \ PREFIX=${STAGEDIR}${PREFIX} python_OLD_CMD?= /usr/bin/env python -python_CMD?= ${LOCALBASE}/bin/python2 +python_CMD?= ${LOCALBASE}/bin/python3 SHEBANG_FILES= examples/*.py examples/*/*.py waf test/*.py do-configure: Modified: head/graphics/py3-cairo/distinfo ============================================================================== --- head/graphics/py-cairo/distinfo Wed Oct 2 15:03:50 2013 (r329049) +++ head/graphics/py3-cairo/distinfo Wed Oct 2 15:11:54 2013 (r329051) @@ -1,2 +1,2 @@ -SHA256 (py2cairo-1.10.0.tar.bz2) = d30439f06c2ec1a39e27464c6c828b6eface3b22ee17b2de05dc409e429a7431 -SIZE (py2cairo-1.10.0.tar.bz2) = 402070 +SHA256 (pycairo-1.10.0.tar.bz2) = 9aa4078e7eb5be583aeabbe8d87172797717f95e8c4338f0d4a17b683a7253be +SIZE (pycairo-1.10.0.tar.bz2) = 246556 Modified: head/graphics/py3-cairo/pkg-descr ============================================================================== --- head/graphics/py-cairo/pkg-descr Wed Oct 2 15:03:50 2013 (r329049) +++ head/graphics/py3-cairo/pkg-descr Wed Oct 2 15:11:54 2013 (r329051) @@ -1,3 +1,3 @@ -Python 2 bindings for Cairo. +Python 3 bindings for Cairo. WWW: http://cairographics.org/ Modified: head/graphics/py3-cairo/pkg-plist ============================================================================== --- head/graphics/py-cairo/pkg-plist Wed Oct 2 15:03:50 2013 (r329049) +++ head/graphics/py3-cairo/pkg-plist Wed Oct 2 15:11:54 2013 (r329051) @@ -1,8 +1,8 @@ -include/pycairo/pycairo.h +include/pycairo/py3cairo.h %%PYTHON_SITELIBDIR%%/cairo/__init__.py %%PYTHON_SITELIBDIR%%/cairo/__init__.pyc %%PYTHON_SITELIBDIR%%/cairo/__init__.pyo %%PYTHON_SITELIBDIR%%/cairo/_cairo.so -libdata/pkgconfig/pycairo.pc +libdata/pkgconfig/py3cairo.pc @dirrm %%PYTHON_SITELIBDIR%%/cairo @dirrmtry include/pycairo