From 443d4cc341e076eecf6968e87b975a19d799b102 Mon Sep 17 00:00:00 2001 From: markd Date: Sun, 7 Feb 2016 20:59:19 +0000 Subject: Add py-openexr 1.2.0 Python module for ILM's OpenEXR image format and library --- graphics/py-openexr/DESCR | 1 + graphics/py-openexr/Makefile | 25 +++++++++++++++++++++++++ graphics/py-openexr/PLIST | 6 ++++++ graphics/py-openexr/distinfo | 5 +++++ 4 files changed, 37 insertions(+) create mode 100644 graphics/py-openexr/DESCR create mode 100644 graphics/py-openexr/Makefile create mode 100644 graphics/py-openexr/PLIST create mode 100644 graphics/py-openexr/distinfo (limited to 'graphics/py-openexr') diff --git a/graphics/py-openexr/DESCR b/graphics/py-openexr/DESCR new file mode 100644 index 00000000000..66bb42795b6 --- /dev/null +++ b/graphics/py-openexr/DESCR @@ -0,0 +1 @@ +OpenEXR bindings for Python diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile new file mode 100644 index 00000000000..8c520eccf72 --- /dev/null +++ b/graphics/py-openexr/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 2016/02/07 20:59:19 markd Exp $ + +DISTNAME= OpenEXR-1.2.0 +PKGNAME= ${PYPKGPREFIX}-openexr-1.2.0 +CATEGORIES= graphics python +MASTER_SITES= http://excamera.com/files/ + +MAINTAINER= markd@NetBSD.org +HOMEPAGE= http://www.excamera.com/sphinx/articles-openexr.html +COMMENT= Python module for ILM's OpenEXR image format and library +#LICENSE= unknown + +USE_LANGUAGES= c c++ + +SUBST_CLASSES= fix-path +SUBST_MESSAGE.fix-path= Fixing paths. +SUBST_STAGE.fix-path= pre-configure +SUBST_FILES.fix-path= setup.py +SUBST_SED.fix-path= -e 's,/usr/include/OpenEXR,${BUILDLINK_PREFIX.openexr}/include/OpenEXR,' +SUBST_SED.fix-path+= -e 's,/usr/local/lib,${BUILDLINK_PREFIX.openexr}/lib,' + + +.include "../../graphics/openexr/buildlink3.mk" +.include "../../lang/python/distutils.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-openexr/PLIST b/graphics/py-openexr/PLIST new file mode 100644 index 00000000000..78484fb1b64 --- /dev/null +++ b/graphics/py-openexr/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2016/02/07 20:59:19 markd Exp $ +${PYSITELIB}/Imath.py +${PYSITELIB}/Imath.pyc +${PYSITELIB}/Imath.pyo +${PYSITELIB}/${EGG_FILE} +${PYSITELIB}/OpenEXR.so diff --git a/graphics/py-openexr/distinfo b/graphics/py-openexr/distinfo new file mode 100644 index 00000000000..d773450972c --- /dev/null +++ b/graphics/py-openexr/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2016/02/07 20:59:19 markd Exp $ + +SHA1 (OpenEXR-1.2.0.tar.gz) = 96ebd7219456ea674dbc3810323106fe3d3dadcc +RMD160 (OpenEXR-1.2.0.tar.gz) = 9eda8a00c8606bfa7d50a7cb69cd3de00e2a30e8 +Size (OpenEXR-1.2.0.tar.gz) = 9280 bytes -- cgit v1.2.3