[SM-Commit] GIT changes to master grimoire by Ladislav Hagara (0d9377cafb2c3a7edb537a95b11a362dff48b029)

Ladislav Hagara scm at sourcemage.org
Tue Dec 29 08:26:37 EST 2009


GIT changes to master grimoire by Ladislav Hagara <hgr at vabo.cz>:

 ChangeLog                  |    1 +
 science/fraqtive/BUILD     |    3 +++
 science/fraqtive/DEPENDS   |    1 +
 science/fraqtive/DETAILS   |   17 +++++++++++++++++
 science/fraqtive/HISTORY   |    3 +++
 science/fraqtive/PRE_BUILD |    3 +++
 6 files changed, 28 insertions(+)

New commits:
commit 0d9377cafb2c3a7edb537a95b11a362dff48b029
Author: Ladislav Hagara <hgr at vabo.cz>
Commit: Ladislav Hagara <hgr at vabo.cz>

    science/fraqtive: new spell, Mandelbrot family fractal generator

diff --git a/ChangeLog b/ChangeLog
index d9748a9..66e1b30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2009-12-29 Ladislav Hagara <hgr at vabo.cz>
 	* science/gkii: new spell, Mandelbrot and Julia Fractal image generator
+	* science/fraqtive: new spell, Mandelbrot family fractal generator
 
 2009-12-26 Vasil Yonkov <spirtbrat at sourcemage.org>
         * gnome2-libs/seed: new spell, GObject JavaScriptCore bridge
diff --git a/science/fraqtive/BUILD b/science/fraqtive/BUILD
new file mode 100755
index 0000000..6b4b1c6
--- /dev/null
+++ b/science/fraqtive/BUILD
@@ -0,0 +1,3 @@
+PATH="$QTDIR/bin/qt4:$PATH" &&
+./configure &&
+make
diff --git a/science/fraqtive/DEPENDS b/science/fraqtive/DEPENDS
new file mode 100755
index 0000000..428f269
--- /dev/null
+++ b/science/fraqtive/DEPENDS
@@ -0,0 +1 @@
+depends qt4
diff --git a/science/fraqtive/DETAILS b/science/fraqtive/DETAILS
new file mode 100755
index 0000000..7257e8a
--- /dev/null
+++ b/science/fraqtive/DETAILS
@@ -0,0 +1,17 @@
+           SPELL=fraqtive
+         VERSION=0.4.5
+     SOURCE_HASH=sha512:08cc3967d410047e22e79474e055a8957e02c6e269460cf5bf3cd3df4ac07555fb5ea88c9cbc05a67f4c22a2b6ef96056fd76a9e63082bfaf317ecf96dd3a686
+          SOURCE=$SPELL-$VERSION.tar.bz2
+   SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+        WEB_SITE=http://fraqtive.mimec.org/
+      LICENSE[0]=GPL
+         ENTERED=20091229
+           SHORT="Mandelbrot family fractal generator"
+cat << EOF
+Fraqtive is an open source, multi-platform generator of the Mandelbrot
+family fractals. It uses very fast algorithms supporting SSE2
+and multi-core processors. It generates high quality anti-aliased
+images and renders 3D scenes using OpenGL. It allows real-time
+navigation and dynamic generation of the Julia fractal preview.
+EOF
diff --git a/science/fraqtive/HISTORY b/science/fraqtive/HISTORY
new file mode 100644
index 0000000..78c750b
--- /dev/null
+++ b/science/fraqtive/HISTORY
@@ -0,0 +1,3 @@
+2009-12-29 Ladislav Hagara <hgr at vabo.cz>
+	* DETAILS, DEPENDS, PRE_BUILD, BUILD: spell created, version 0.4.5
+
diff --git a/science/fraqtive/PRE_BUILD b/science/fraqtive/PRE_BUILD
new file mode 100755
index 0000000..2eb0abf
--- /dev/null
+++ b/science/fraqtive/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i "s:/usr/local:/usr:" configure



More information about the SM-Commit mailing list