Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Jul 2004 15:29:17 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/graphics Makefile ports/graphics/fyre Makefile distinfo pkg-descr pkg-plist ports/graphics/fyre/files patch-Makefile
Message-ID:  <200407111529.i6BFTHL2076202@repoman.freebsd.org>

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



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