From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 17:17:51 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 927D7D25; Sat, 27 Sep 2014 17:17:51 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 728F37C4; Sat, 27 Sep 2014 17:17:51 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RHHph1067618; Sat, 27 Sep 2014 17:17:51 GMT (envelope-from wg@FreeBSD.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RHHohX067614; Sat, 27 Sep 2014 17:17:50 GMT (envelope-from wg@FreeBSD.org) Message-Id: <201409271717.s8RHHohX067614@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: wg set sender to wg@FreeBSD.org using -f From: William Grzybowski Date: Sat, 27 Sep 2014 17:17:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369404 - in head/graphics: . py-pivy 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.18-1 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: Sat, 27 Sep 2014 17:17:51 -0000 Author: wg Date: Sat Sep 27 17:17:49 2014 New Revision: 369404 URL: http://svnweb.freebsd.org/changeset/ports/369404 QAT: https://qat.redports.org/buildarchive/r369404/ Log: graphics/py-pivy: Python binding for Coin Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library with a C++ Application Programming Interface. Coin uses scene-graph data structures to render real-time graphics suitable for mostly all kinds of scientific and engineering visualization applications. WWW: https://pypi.python.org/pypi/Pivy PR: 193684 Submitted by: pfg Added: head/graphics/py-pivy/ head/graphics/py-pivy/Makefile (contents, props changed) head/graphics/py-pivy/distinfo (contents, props changed) head/graphics/py-pivy/pkg-descr (contents, props changed) Modified: head/graphics/Makefile Modified: head/graphics/Makefile ============================================================================== --- head/graphics/Makefile Sat Sep 27 16:38:37 2014 (r369403) +++ head/graphics/Makefile Sat Sep 27 17:17:49 2014 (r369404) @@ -847,6 +847,7 @@ SUBDIR += py-openimageio SUBDIR += py-paint SUBDIR += py-pillow + SUBDIR += py-pivy SUBDIR += py-png SUBDIR += py-poppler SUBDIR += py-poppler-qt4 Added: head/graphics/py-pivy/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pivy/Makefile Sat Sep 27 17:17:49 2014 (r369404) @@ -0,0 +1,23 @@ +# Created by: Pedro Giffuni +# $FreeBSD$ + +PORTNAME= pivy +PORTVERSION= 0.5.0 +CATEGORIES= graphics python +MASTER_SITES= https://bitbucket.org/Coin3D/pivy/get/ +DISTNAME= 8eab90908f2a + +MAINTAINER= pfg@FreeBSD.org +COMMENT= Python binding for Coin + +LICENSE= MIT + +BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 +LIB_DEPENDS= libSoQt.so:${PORTSDIR}/x11-toolkits/soqt + +USES= zip python:2 +USE_PYTHON= autoplist distutils + +WRKSRC= ${WRKDIR}/Coin3D-pivy-${DISTNAME} + +.include Added: head/graphics/py-pivy/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pivy/distinfo Sat Sep 27 17:17:49 2014 (r369404) @@ -0,0 +1,2 @@ +SHA256 (8eab90908f2a.zip) = 045da82a84463fe1cfecf90c5fb6c04fe47be0647be69c8225e16364d9dc249a +SIZE (8eab90908f2a.zip) = 7029165 Added: head/graphics/py-pivy/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/py-pivy/pkg-descr Sat Sep 27 17:17:49 2014 (r369404) @@ -0,0 +1,8 @@ +A Python binding for Coin + +Pivy is a Coin binding for Python. Coin is a high-level 3D graphics library +with a C++ Application Programming Interface. Coin uses scene-graph data +structures to render real-time graphics suitable for mostly all kinds of +scientific and engineering visualization applications. + +WWW: https://pypi.python.org/pypi/Pivy