Port details |
- mandelbulber 3D Mandelbrot fractal renderer
- 2.32_1 graphics =2 2.32Version of this port present on the latest quarterly branch.
- Maintainer: amdmi3@FreeBSD.org
- Port Added: 2012-12-14 14:30:42
- Last Update: 2024-10-13 13:55:03
- Commit Hash: f3127fa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3+
- WWW:
- https://mandelbulber.com/
- https://github.com/buddhi1980/mandelbulber2
- Description:
- Mandelbulber is an experimental application that helps to make
rendering 3D Mandelbrot fractals much more accessible. A few of the
supported 3D fractals: Mandelbulb, Mandelbox, BulbBox, JuliaBulb,
Menger Sponge, Quaternion, Trigonometric, Hypercomplex, and Iterated
Function Systems (IFS). All of these can be combined into infinite
variations with the ability to hybridize different formulas together.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mandelbulber>0:graphics/mandelbulber
- To install the port:
- cd /usr/ports/graphics/mandelbulber/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/mandelbulber
- pkg install mandelbulber
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mandelbulber
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1726061980
SHA256 (buddhi1980-mandelbulber2-2.32_GH0.tar.gz) = 404d0cfa7861d4dd440000d2a65911640b6937a48e789c9f28b6db87d15a2a10
SIZE (buddhi1980-mandelbulber2-2.32_GH0.tar.gz) = 133076592
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- stb_image.h : devel/stb
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- qt5-qmake>=5.15 : devel/qt5-qmake
- libQt5UiTools.a : devel/qt5-uitools
- Library dependencies:
-
- libgsl.so : math/gsl
- libpng.so : graphics/png
- libtiff.so : graphics/tiff
- liblzo2.so : archivers/lzo2
- libOpenEXR.so : graphics/openexr
- libjpeg.so : graphics/jpeg-turbo
- libQt5Concurrent.so : devel/qt5-concurrent
- libQt5Core.so : devel/qt5-core
- libQt5Qml.so : x11-toolkits/qt5-declarative
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Multimedia.so : multimedia/qt5-multimedia
- libQt5Network.so : net/qt5-network
- libQt5Test.so : devel/qt5-testlib
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mandelbulber-2.32_1:
DOCS=on: Build and/or install documentation
OPENCL=off: Heterogeneous computing via OpenCL
===> Use 'make config' to modify these settings
- Options name:
- graphics_mandelbulber
- USES:
- cmake compiler:c++11-lang gnome jpeg localbase:ldflags pkgconfig qt:5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.32_1 13 Oct 2024 13:55:03 |
Matthias Andree (mandree) |
graphics/openexr: PORTREVISION bump of openexr users due to ABI change |
2.32 09 Oct 2024 19:43:26 |
Daniel Engberg (diizzy) |
graphics/mandelbulber: Fix build with tiff 4.7.0
Use TIFF:tiff to define the library instead of ${TIFF_LIBRARY}
PR: 281747
Approved by: portmgr (blanket, build fix) |
2.32 23 Sep 2024 02:23:43 |
Dmitry Marakasov (amdmi3) |
graphics/mandelbulber: update 2.31-1 → 2.32 |
2.31.1_1 27 Apr 2024 12:44:59 |
Tijl Coosemans (tijl) |
graphics/tiff: Update to 4.6.0
PR: 278577
Exp-run by: antoine |
2.31.1 09 Apr 2024 01:37:47 |
Dmitry Marakasov (amdmi3) |
graphics/mandelbulber: update 2.30 → 2.31-1 |
2.30_2 10 Sep 2023 11:44:32 |
Matthias Andree (mandree) |
*: Bump PORTREVISION for OpenEXR users
Because OpenEXR's SONAME has changed with the 3.2.0 update.
New SONAME: libOpenEXR-3_2.so.31 |
2.30_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
2.30 24 Jul 2023 17:35:11 |
Dmitry Marakasov (amdmi3) |
graphics/mandelbulber: update 2.29 → 2.30 |
2.29 13 Apr 2023 19:14:12 |
Dmitry Marakasov (amdmi3) |
graphics/mandelbulber: update 2.28 → 2.29 |
2.28 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.28 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.28 18 Jul 2022 20:13:37 |
Dmitry Marakasov (amdmi3) |
graphics/mandelbulber: update 2.27 → 2.28 |
2.27 22 Feb 2022 13:46:41 |
Dmitry Marakasov (amdmi3) |
graphics/mandelbulber: update 2.26 → 2.27 |
2.26_1 12 Jan 2022 19:41:22 |
Tobias C. Berner (tcberner) |
math/gsl: bump portrevision of consumers after update to 2.7.1
PR: 260201 |
2.26 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
2.26 27 Aug 2021 23:49:14 |
Dmitry Marakasov (amdmi3) |
graphics/mandelbulber: update to 2.26 |
2.25_1 16 Jun 2021 19:31:27 |
Tobias C. Berner (tcberner) |
math/gsl: update to 2.7
From [1]
* What is new in gsl-2.7:
* fixed doc bug for gsl_histogram_min_bin (lhcsky at 163.com)
* fixed bug #60335 (spmatrix test failure, J. Lamb)
* fixed bug #36577
* clarified documentation on interpolation accelerators (V. Krishnan)
* fixed bug #45521 (erroneous GSL_ERROR_NULL in ode-initval2, thanks to M.
Sitte)
* fixed doc bug #59758
* fixed bug #58202 (rstat median for n=5)
* added support for native C complex number types in gsl_complex
when using a C11 compiler
* upgraded to autoconf 2.71, automake 1.16.3, libtool 2.4.6 (Only the first 15 lines of the commit message are shown above ) |
2.25 22 Apr 2021 16:56:22 |
Dmitry Marakasov (amdmi3) |
graphics/mandelbulber: update to 2.25 |
2.24 07 Apr 2021 23:19:01 |
Dmitry Marakasov (amdmi3) |
Remove useless Created by: headers mentioning me |
2.24 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.24 28 Jan 2021 11:20:57 |
amdmi3 |
- Update to 2.24 |
2.23 16 Nov 2020 16:46:03 |
amdmi3 |
- Update to 2.23 |
2.22 13 Jul 2020 19:56:17 |
amdmi3 |
- Update to 2.22 |
2.21 26 May 2020 21:21:18 |
amdmi3 |
- Update to 2.21 |
2.20_1 08 Mar 2020 21:56:37 |
jbeich |
Drop dependency on devel/openmp
- Drop if devel/llvm* was used as a substitute
Approved by: yuri, rene (earlier version)
Differential Revision: https://reviews.freebsd.org/D23020 |
2.20 05 Dec 2019 14:46:51 |
amdmi3 |
- Update to 2.20 |
2.19_2 25 Oct 2019 23:41:34 |
tcberner |
math/gsl: update to 2.6
- math/p5-Math-GSL does not seem to have any upstream activity to make it work
with this version -> mark it broken
- this also breaks the two consumers of this port
- biology/gemma: has a conflict with cblas, and is makred broken.
PR: 241363
Exp-run by: antoine |
2.19_1 21 Sep 2019 18:59:57 |
jbeich |
devel/openmp: update to 9.0.0
- Connect tests to the framework to help QA remaining patches
- Force rebuild all consumers after https://reviews.llvm.org/D59783
Changes: http://llvm.org/viewvc/llvm-project/openmp/tags/RELEASE_900/final/?view=log
ABI: https://abi-laboratory.pro/tracker/timeline/llvm_openmp/ |
2.19 15 Aug 2019 18:56:20 |
amdmi3 |
- Update to 2.19 |
2.18.1_1 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
2.18.1 28 Jun 2019 18:21:17 |
amdmi3 |
- Update to 2.18-1 |
2.18 26 Jun 2019 13:37:58 |
amdmi3 |
- Update to 2.18 |
2.17_1 08 May 2019 16:05:53 |
jbeich |
devel/openmp: phase out
- Expire after the last version without /usr/lib/libomp.so
- Drop SOVERSION for seamless transition (i.e., avoid conditionals)
PR: 236907
Approved by: bapt (maintainer)
Differential Revision: https://reviews.freebsd.org/D19767 |
2.17 13 Mar 2019 15:48:12 |
amdmi3 |
- Update to 2.17 |
2.16_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
2.16 16 Jan 2019 05:30:23 |
linimon |
This port requires C++11-aware compiler to build on GCC-based
architectures.
PR: 234947
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
2.16 05 Jan 2019 19:35:20 |
amdmi3 |
- Update to 2.16 |
1.13.1_1 04 Nov 2018 14:08:01 |
antoine |
Mark BROKEN: fails to build
../src/Render3D.cpp:870:30: error: type 'double' cannot be narrowed to 'unsigned
short' in initializer list [-Wc++11-narrowing]
sRGB16 globalLight = { AO.R *
4096.0, AO.G * 4096.0, AO.B * 4096.0 };
^~~~~~~~~~~~~
Reported by: pkg-fallout |
1.13.1_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
1.13.1_1 26 May 2015 13:32:37 |
amdmi3 |
- Add USES=desktop-file-utils as suggested by stage-qa
- Add LICENSE_FILE |
1.13.1 03 Jan 2015 03:51:14 |
marino |
graphics/mandelbulber: #include <cstring> for memcpy and memset |
1.13.1 16 Dec 2013 18:18:08 |
amdmi3 |
- Use '.' instead of '*' in COPYTREE_* all over my ports
Suggested by: danfe |
1.13.1 22 Oct 2013 13:58:56 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
1.13.1 19 Oct 2013 02:38:15 |
amdmi3 |
- Support staging |
1.13.1 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.13.1 12 Sep 2013 08:41:52 |
marino |
Add explicit dependency on pkgconf (20 ports)
Approved by: portmgr (bapt, implicit) |
1.13.1 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.13.1 14 Dec 2012 14:30:29 |
amdmi3 |
Mandelbulber is an experimental application that helps to make
rendering 3D Mandelbrot fractals much more accessible. A few of the
supported 3D fractals: Mandelbulb, Mandelbox, BulbBox, JuliaBulb,
Menger Sponge, Quaternion, Trigonometric, Hypercomplex, and Iterated
Function Systems (IFS). All of these can be combined into infinite
variations with the ability to hybridize different formulas together.
WWW: http://www.mandelbulber.com/ |