Date: Sat, 27 Sep 2014 17:17:50 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369404 - in head/graphics: . py-pivy Message-ID: <201409271717.s8RHHohX067614@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <pfg@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409271717.s8RHHohX067614>