Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Sep 2005 21:08:22 +0000 (UTC)
From:      Jean-Yves Lefort <jylefort@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics Makefile ports/graphics/fv Makefile distinfo pkg-descr ports/graphics/fv/files patch-common.h
Message-ID:  <200509072108.j87L8McI071579@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200509072108.j87L8McI071579>