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
This commit is contained in:
William Grzybowski 2014-09-27 17:17:49 +00:00
parent a45e073e73
commit c80a182aef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369404
4 changed files with 34 additions and 0 deletions

View File

@ -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

23
graphics/py-pivy/Makefile Normal file
View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (8eab90908f2a.zip) = 045da82a84463fe1cfecf90c5fb6c04fe47be0647be69c8225e16364d9dc249a
SIZE (8eab90908f2a.zip) = 7029165

View File

@ -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