Version: 1.0.1, Package name: fyre-1.0.1 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description Fyre is a tool for producing computational artwork based on histograms of iterated chaotic functions. At the moment, it implements the Peter de Jong map in a fixed-function pipeline with an interactive GTK+ frontend and a command line interface for easy and efficient rendering of high-resolution, high quality images. |
Filesize: 319.719 KB |
Version History (View Complete History) |
|
2021-05-09 02:55:42 by Antoine Jacoutot | Files touched by this commit (22) |
Log message: Fix build with GLib >=2.68 (first batch). |
2020-05-14 06:35:32 by Antoine Jacoutot | Files touched by this commit (22) |
Log message: Fix WANTLIB after openexr update. |
2020-01-26 04:14:34 by Jasper Lievisse Adriaanse | Files touched by this commit (95) |
Log message: update MASTER_SITES where distfiles.nl was used |
2019-11-10 08:32:56 by Antoine Jacoutot | Files touched by this commit (21) |
Log message: Regen DEPENDS and WANTLIB after recent openexr update. |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-07-01 12:33:39 by Marc Espie | Files touched by this commit (166) |
Log message: @tag update-mime-database |
2018-06-29 16:16:37 by Marc Espie | Files touched by this commit (950) |
Log message: @tag gtk-update-icon-cache |
2018-06-27 15:04:25 by Marc Espie | Files touched by this commit (1411) |
Log message: first tag: update-desktop-database |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2016-01-17 10:29:12 by Stuart Henderson | Files touched by this commit (75) |
Log message: sync WANTLIB |
2015-11-24 02:11:07 by Jasper Lievisse Adriaanse | Files touched by this commit (86) |
Log message: switch distfiles.nl to SSL, setup with security/letsencrypt/client |
2015-09-22 12:47:52 by Pascal Stumpf | Files touched by this commit (7) |
Log message: sync WANTLIB after openexr update ok zhuk@ |
2015-03-27 02:11:29 by Antoine Jacoutot | Files touched by this commit (57) |
Log message: x11/gtk+2,-guic -> x11/gtk+3,-guic && bump |
2015-01-17 20:16:09 by Christian Weisgerber | Files touched by this commit (3349) |
Log message: Drop remaining MD5/RMD160/SHA1 checksums. |
2010-11-17 01:05:18 by Marc Espie | Files touched by this commit (317) |
Log message: new depends |
2010-11-09 11:22:27 by Marc Espie | Files touched by this commit (63) |
Log message: WANTLIB conversion |
2010-10-24 15:21:02 by Antoine Jacoutot | Files touched by this commit (91) |
Log message: Remove USE_X11. |
2010-10-11 02:14:43 by Jasper Lievisse Adriaanse | Files touched by this commit (37) |
Log message: - fix WANTLIB after cairo update. |
2010-09-12 10:49:10 by Jasper Lievisse Adriaanse | Files touched by this commit (42) |
Log message: - move distfiles/ to a proper mirroring location. |
2009-12-22 09:06:41 by Antoine Jacoutot | Files touched by this commit (34) |
Log message: Use @unexec-delete instead of @unexec for the *-update-* goos. prodded by espie@ discussed with espie@ sthen@ landry@ |
2009-09-10 16:17:53 by Jasper Lievisse Adriaanse | Files touched by this commit (19) |
Log message: - move distfiles to another site |
2009-08-10 00:31:45 by Matthias Kilian | Files touched by this commit (221) |
Log message: WANTLIB changes after xcb addition and bump. |
2009-07-18 11:41:10 by Matthias Kilian | Files touched by this commit (2) |
Log message: move shared_mime_info from BUILD_DEPENDS to RUN_DEPENDS. found while fiddling with all ports that have @exec/@unexec update-mime-database in their PLISTs. |
2009-06-24 16:44:45 by Stuart Henderson | Files touched by this commit (9) |
Log message: sync WANTLIB, bump PKGNAMEs |
2009-04-16 02:23:14 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: - remove scrollkeeper-update hack and add build_depends on rarian |
2008-06-29 14:44:52 by Stuart Henderson | Files touched by this commit (34) |
Log message: sync WANTLIB following cairo update. ok naddy |
2008-04-17 02:10:11 by Antoine Jacoutot | Files touched by this commit (35) |
Log message: - tweak the way the gtk-update-icon-cache goo is run gtk-update-icon-cache is part of gtk+2: adding gtk+2 to run_depends just to update the icon cache (which only gtk apps can use) is overkill to say the least! As from now, each time icons are installed under %D/share/icons, we try to execute gtk-update-icon-cache and if it is not there, we just ignore the error. What it means is that if you have gtk+2 installed, then it'll run fine and your apps will be able to use the cache. Otherwise, it will silently fails which is fine since it means none of your apps would have been able to take advantage of the cache anyway. discussed with jasper@ |
2008-04-11 05:17:39 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: - fix WANTLIB/LIB_DEPENDS after recent openexr update |
2007-11-13 10:10:26 by Steven Mestdagh | Files touched by this commit (40) |
Log message: fix WANTLIB |
2007-09-15 14:09:43 by Simon Bertrang | Files touched by this commit (142) |
Log message: remove surrounding quotes from COMMENT/BROKEN/PERMIT_* |