cvs commit: ports/graphics Makefile ports/graphics/fyre Makefile distinfo pkg-descr pkg-plist ports/graphics/fyre/files patch-Makefile

Adam Weinberger adamw at FreeBSD.org
Sun Jul 11 08:29:17 PDT 2004


adamw       2004-07-11 15:29:17 UTC

  FreeBSD ports repository

  Modified files:
    graphics             Makefile 
  Added files:
    graphics/fyre        Makefile distinfo pkg-descr pkg-plist 
    graphics/fyre/files  patch-Makefile 
  Log:
  Add fyre, a chaos map renderer with a spiffy Gtk+ 2 interface.
  
  It makes durn purty pictures.
  
  Fyre provides a rendering of the Peter de Jong map, with an interactive
  GTK+ 2 frontend and a command line interface for easy and efficient
  rendering of high-resolution, high quality images.
  
  This program was previously known as 'de Jong Explorer', but has been
  renamed to make way for supporting other chaotic functions.
  
  All the images you can create with this program are based on the simple
  Peter de Jong map equations:
  
     x' = sin(a * y) - cos(b * x)
     y' = sin(c * x) - cos(d * y)
  
  WWW: http://fyre.navi.cx/
  
  Revision  Changes    Path
  1.704     +1 -0      ports/graphics/Makefile
  1.1       +49 -0     ports/graphics/fyre/Makefile (new)
  1.1       +2 -0      ports/graphics/fyre/distinfo (new)
  1.1       +41 -0     ports/graphics/fyre/files/patch-Makefile (new)
  1.1       +14 -0     ports/graphics/fyre/pkg-descr (new)
  1.1       +6 -0      ports/graphics/fyre/pkg-plist (new)


More information about the cvs-all mailing list