Bug 151368

Summary: New port: graphics/py-openexr Python module for ILM's OpenEXR image format and library
Product: Ports & Packages Reporter: James Bowman <jamesb-bsd>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description James Bowman 2010-10-10 17:20:00 UTC
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:
Comment 1 dfilter service freebsd_committer freebsd_triage 2010-10-11 02:55:18 UTC
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"
Comment 2 Wen Heping freebsd_committer freebsd_triage 2010-10-11 02:56:20 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!