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 Fix: Patch attached with submission follows:
wen 2010-10-11 01:55:13 UTC FreeBSD ports repository Modified files: graphics Makefile Added files: graphics/py-openexr Makefile distinfo pkg-descr pkg-plist Log: 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 PR: ports/151368 Submitted by: James Bowman <jamesb-bsd@acelere.net> Revision Changes Path 1.1354 +1 -0 ports/graphics/Makefile 1.1 +29 -0 ports/graphics/py-openexr/Makefile (new) 1.1 +3 -0 ports/graphics/py-openexr/distinfo (new) 1.1 +7 -0 ports/graphics/py-openexr/pkg-descr (new) 1.1 +4 -0 ports/graphics/py-openexr/pkg-plist (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!