cvs commit: ports/graphics Makefile ports/graphics/fv Makefile distinfo pkg-descr ports/graphics/fv/files patch-common.h

Jean-Yves Lefort jylefort at FreeBSD.org
Wed Sep 7 14:08:25 PDT 2005


jylefort    2005-09-07 21:08:22 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/fv          Makefile distinfo pkg-descr 
    graphics/fv/files    patch-common.h 
  Log:
  Add fv.
  
  fv is an HDRI viewer. Currently supported formats are the followings:
  * Greg Ward's HDR (also known as Radiance/PIC/RGBE). See
    http://www.graphics.cornell.edu/~bjw/rgbe.html for details.
  * Paul Debevec's PFM (Portable Float Map). See
    http://netpbm.sourceforge.net/doc/pfm.html for details.
  
  fv reads data from the standard input or files specified as
  arguments. In the latter case, each file may be compressed one with
  gzip or bzip2. The file may also change after fv is invoked, except
  its header part. fv checks whether the file changes and updates the
  display if necessary. This feature is useful for checking intermediate
  outputs from renderers.
  
  WWW: http://www.eaflux.com/fv/
  
  PR:             ports/85840
  Submitted by:   Igor Pokrovsky <ip at doom.homeunix.org>
  
  Revision  Changes    Path
  1.843     +1 -0      ports/graphics/Makefile
  1.1       +45 -0     ports/graphics/fv/Makefile (new)
  1.1       +2 -0      ports/graphics/fv/distinfo (new)
  1.1       +15 -0     ports/graphics/fv/files/patch-common.h (new)
  1.1       +17 -0     ports/graphics/fv/pkg-descr (new)


More information about the cvs-ports mailing list