aboutsummaryrefslogtreecommitdiff
path: root/graphics/fyre
Commit message (Collapse)AuthorAgeFilesLines
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-192-2/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* o Update to 1.4.0Norikatsu Shigemura2007-03-111-1/+1
| | | | | | | | | | | | | | | | | | | o Chase libraries version bump to depending on this port. [NOTE] I disabled FLTK support, so you can't use OpenEXR's applications. Because I'm validating FLTK support. Spotted by: Nikolaj Thygesen <nikolaj.thygesen <@> diamondbox.dk> Obtained from: Florian Kainz <kainz <@> ilm.com> Committed at: AsiaBSDCon 2007 in Tokyo, Japan Memorial Committing with: bushman, kuriyama, hrs, gnn, nobutaka, nyan, motoyuki, metal, simokawa, akiyama, ume, rwatson, pjd, mckusick, takawata, murray, cjh, brooks, daichi, delphij, ups, rrs Notes: svn path=/head/; revision=187096
* Update maintainer's email address.Mark Linimon2007-03-071-1/+1
| | | | | | | Requested by: maintainer Notes: svn path=/head/; revision=186767
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with theJoe Marcus Clarke2006-10-142-19/+23
| | | | | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris) Notes: svn path=/head/; revision=175261
* Add an additional master siteEmanuel Haupt2006-05-081-1/+2
| | | | | | | | PR: 96952 Submitted by: Samy Al Bahra <sbahra@kerneled.org> (maintainer) Notes: svn path=/head/; revision=161667
* Update MASTER_SITESEmanuel Haupt2006-05-071-1/+1
| | | | | | | | PR: 96952 Submitted by: Samy Al Bahra <sbahra@kerneled.org> (maintainer) Notes: svn path=/head/; revision=161662
* Change maintainer email address.Colin Percival2006-04-151-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=159665
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154157
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-1/+1
| | | | Notes: svn path=/head/; revision=147269
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* - Update to 1.0.0Pav Lucistnik2005-02-264-18/+17
| | | | | | | | | PR: ports/77956 Submitted by: Gordon Bergling <gbergling@0xfce3.net> Approved by: maintainer Notes: svn path=/head/; revision=129866
* - Update to 0.7Pav Lucistnik2005-01-155-62/+29
| | | | | | | | PR: ports/76262 Submitted by: Samy Al Bahra <samy@kerneled.org> (maintainer) Notes: svn path=/head/; revision=126513
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* The author's server wasn't particularly pleased aboutAdam Weinberger2004-07-181-2/+3
| | | | | | | | | | | the increased traffic, so Samy Al Bahra has volunteered to host the distfile on his server. Additionally, I'm punishing his generosity with maintainership of this port. Notes: svn path=/head/; revision=113920
* Fix build on 4.x.Adam Weinberger2004-07-122-4/+9
| | | | Notes: svn path=/head/; revision=113466
* Add fyre, a chaos map renderer with a spiffy Gtk+ 2 interface.Adam Weinberger2004-07-115-0/+112
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/ Notes: svn path=/head/; revision=113405