Bug 151368 - New port: graphics/py-openexr Python module for ILM's OpenEXR image format and library
Summary: New port: graphics/py-openexr Python module for ILM's OpenEXR image format an...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-10 17:20 UTC by James Bowman
Modified: 2010-10-11 03:00 UTC (History)
0 users

See Also:


Attachments
file.shar (2.09 KB, text/plain)
2010-10-10 17:20 UTC, James Bowman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!