ports/151368: New port: graphics/py-openexr Python module for ILM's OpenEXR image format and library

James Bowman jamesb-bsd at acelere.net
Sun Oct 10 16:20:01 UTC 2010


>Number:         151368
>Category:       ports
>Synopsis:       New port: graphics/py-openexr Python module for ILM's OpenEXR image format and library
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 10 16:20:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     James Bowman
>Release:        
>Organization:
>Environment:
>Description:
OpenEXR is an image format developed by ILM. Its main innovation
is support for high dynamic range; it supports floating point pixels.

This Python module provides bindings for the OpenEXR C++ libraries.
They allow you to read and write OpenEXR files from Python.

WWW: http://www.excamera.com/sphinx/articles-openexr.html

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	py-openexr
#	py-openexr/Makefile
#	py-openexr/pkg-plist
#	py-openexr/pkg-descr
#	py-openexr/distinfo
#
echo c - py-openexr
mkdir -p py-openexr > /dev/null 2>&1
echo x - py-openexr/Makefile
sed 's/^X//' >py-openexr/Makefile << 'END-of-py-openexr/Makefile'
X# New ports collection makefile for:	py-openexr
X# Date created:				10 October 2010
X# Whom:					James Bowman <jamesb-bsd at excamera.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	openexr
XPORTVERSION=	1.2.0
XPORTREVISION=	1
XCATEGORIES=	graphics python
XMASTER_SITES=	http://excamera.com/files/
XPKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
XDISTNAME=	OpenEXR-${PORTVERSION}
X
XMAINTAINER=	jamesb-bsd at excamera.com
XCOMMENT=	Python module for ILM's OpenEXR image format and library
X
XLIB_DEPENDS=	IlmImf.6:${PORTSDIR}/graphics/OpenEXR
X
XUSE_PYTHON=	yes
XUSE_PYDISTUTILS=	yes
XPYDISTUTILS_PKGNAME=	OpenEXR
XMASTER_SITE_SUBDIR=source/O/OpenEXR
X
X.include <bsd.port.mk>
END-of-py-openexr/Makefile
echo x - py-openexr/pkg-plist
sed 's/^X//' >py-openexr/pkg-plist << 'END-of-py-openexr/pkg-plist'
X%%PYTHON_SITELIBDIR%%/OpenEXR.so
END-of-py-openexr/pkg-plist
echo x - py-openexr/pkg-descr
sed 's/^X//' >py-openexr/pkg-descr << 'END-of-py-openexr/pkg-descr'
XOpenEXR is an image format developed by ILM. Its main innovation
Xis support for high dynamic range; it supports floating point pixels.
X
XThis Python module provides bindings for the OpenEXR C++ libraries.
XThey allow you to read and write OpenEXR files from Python.
X
XWWW: http://www.excamera.com/sphinx/articles-openexr.html
END-of-py-openexr/pkg-descr
echo x - py-openexr/distinfo
sed 's/^X//' >py-openexr/distinfo << 'END-of-py-openexr/distinfo'
XMD5 (OpenEXR-1.2.0.tar.gz) = cbddfef9e499e7da30434a093707c6f2
XSHA256 (OpenEXR-1.2.0.tar.gz) = 1c2288b6099fdebe163e7efe45b4d2c4c4192e0b89f21cef5f1ac554134498eb
XSIZE (OpenEXR-1.2.0.tar.gz) = 9280
END-of-py-openexr/distinfo
exit



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list