From c80a182aef95050259c4626117c60d9a960f1421 Mon Sep 17 00:00:00 2001 From: William Grzybowski Date: Sat, 27 Sep 2014 17:17:49 +0000 Subject: [PATCH] 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 --- graphics/Makefile | 1 + graphics/py-pivy/Makefile | 23 +++++++++++++++++++++++ graphics/py-pivy/distinfo | 2 ++ graphics/py-pivy/pkg-descr | 8 ++++++++ 4 files changed, 34 insertions(+) create mode 100644 graphics/py-pivy/Makefile create mode 100644 graphics/py-pivy/distinfo create mode 100644 graphics/py-pivy/pkg-descr diff --git a/graphics/Makefile b/graphics/Makefile index 4673f112f18a..64c710d56563 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -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 diff --git a/graphics/py-pivy/Makefile b/graphics/py-pivy/Makefile new file mode 100644 index 000000000000..bd6885b3df11 --- /dev/null +++ b/graphics/py-pivy/Makefile @@ -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 diff --git a/graphics/py-pivy/distinfo b/graphics/py-pivy/distinfo new file mode 100644 index 000000000000..21017f6df0d3 --- /dev/null +++ b/graphics/py-pivy/distinfo @@ -0,0 +1,2 @@ +SHA256 (8eab90908f2a.zip) = 045da82a84463fe1cfecf90c5fb6c04fe47be0647be69c8225e16364d9dc249a +SIZE (8eab90908f2a.zip) = 7029165 diff --git a/graphics/py-pivy/pkg-descr b/graphics/py-pivy/pkg-descr new file mode 100644 index 000000000000..eac4237009df --- /dev/null +++ b/graphics/py-pivy/pkg-descr @@ -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