ports/122084: update math/fraqtive to 0.4.0
Max Brazhnikov
makc at issp.ac.ru
Tue Mar 25 18:30:02 UTC 2008
>Number: 122084
>Category: ports
>Synopsis: update math/fraqtive to 0.4.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Mar 25 18:30:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Max Brazhnikov
>Release: FreeBSD 7.0-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Mar 10 22:27:40 MSK 2008 root at luna.dio.ru:/usr/obj/usr/src/sys/LUNA i386
>Description:
Changelog:
0.4.0 (2008-03-25)
A new version of Fraqtive is available. It has a completely new generator engine with support for SSE2, multi-core processors, different variants of fractals and many optimizations for almost real-time user experience. Also the user interface has been completely redesigned and rewritten using Qt4.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
diff -ruN --exclude=CVS /usr/ports/graphics/fraqtive/Makefile /home/makc/porting/ports/math/fraqtive/Makefile
--- /usr/ports/graphics/fraqtive/Makefile 2007-05-20 00:09:04.000000000 +0400
+++ /home/makc/porting/ports/math/fraqtive/Makefile 2008-03-25 21:15:54.000000000 +0300
@@ -6,21 +6,32 @@
#
PORTNAME= fraqtive
-PORTVERSION= 0.3.1
-PORTREVISION= 2
-CATEGORIES= graphics kde
-MASTER_SITES= http://fraqtive.mimec.org/files/
+PORTVERSION= 0.4.0
+CATEGORIES= graphics
+MASTER_SITES= SF
MAINTAINER= markus at FreeBSD.org
COMMENT= Draws Mandelbrot and Julia fractals
USE_BZIP2= yes
-USE_KDELIBS_VER=3
-USE_GL= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool:15
+USE_QT_VER= 4
+QT_COMPONENTS= gui opengl qmake_build uic_build
+QT_NONSTANDARD= yes
+HAS_CONFIGURE= yes
+CONFIGURE_ENV= QMAKESPEC="${QMAKESPEC}"
+CONFIGURE_ARGS= -prefix ${PREFIX} -qmake ${QMAKE}
+INSTALLS_ICONS= yes
-post-patch:
- @${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/${CONFIGURE_SCRIPT}
+OPTIONS= SSE2 "Enable SSE2 optimization" off
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if !defined(WITH_SSE2)
+CONFIGURE_ARGS+=-no-sse2
+.endif
+
+post-configure:
+ @${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|^CC .*|CC=${CC}|; s|^CXX .*|CXX=${CXX}|; s|^LINK .*|LINK=${CXX}|'
+
+.include <bsd.port.post.mk>
diff -ruN --exclude=CVS /usr/ports/graphics/fraqtive/distinfo /home/makc/porting/ports/math/fraqtive/distinfo
--- /usr/ports/graphics/fraqtive/distinfo 2005-12-17 21:42:47.000000000 +0300
+++ /home/makc/porting/ports/math/fraqtive/distinfo 2008-03-25 20:37:47.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (fraqtive-0.3.1.tar.bz2) = edc51dfcf61183df9cb3eb1b18a71137
-SHA256 (fraqtive-0.3.1.tar.bz2) = ab491fedeca621df778bad8d98dfd14cbf60833acaedf5f9f6f75fa070cd92c7
-SIZE (fraqtive-0.3.1.tar.bz2) = 507994
+MD5 (fraqtive-0.4.0.tar.bz2) = e2b66186ec7d7707aec59295d8f8c6a8
+SHA256 (fraqtive-0.4.0.tar.bz2) = 3246187d3c6ba00d4d75d6de4f8ad65e2bb04884c900cbf9d16c3962c12f19d6
+SIZE (fraqtive-0.4.0.tar.bz2) = 75011
diff -ruN --exclude=CVS /usr/ports/graphics/fraqtive/pkg-plist /home/makc/porting/ports/math/fraqtive/pkg-plist
--- /usr/ports/graphics/fraqtive/pkg-plist 2007-05-20 00:09:04.000000000 +0400
+++ /home/makc/porting/ports/math/fraqtive/pkg-plist 2008-03-25 21:16:12.000000000 +0300
@@ -1,42 +1,17 @@
bin/fraqtive
-share/applnk/Utilities/fraqtive.desktop
-share/apps/fraqtive/fraqtiveui.rc
-share/apps/fraqtive/icons/hicolor/16x16/actions/frdisplay.png
-share/apps/fraqtive/icons/hicolor/16x16/actions/frgradedit.png
-share/apps/fraqtive/icons/hicolor/16x16/actions/frgradinv.png
-share/apps/fraqtive/icons/hicolor/16x16/actions/frparams.png
-share/apps/fraqtive/icons/hicolor/16x16/actions/frtab2d.png
-share/apps/fraqtive/icons/hicolor/16x16/actions/frtab3d.png
-share/apps/fraqtive/icons/hicolor/22x22/actions/frgradedit.png
-share/apps/fraqtive/icons/hicolor/22x22/actions/frgradinv.png
-share/config/fraqtiverc
-share/doc/HTML/de/fraqtive/common
-share/doc/HTML/de/fraqtive/index.cache.bz2
-share/doc/HTML/de/fraqtive/index.docbook
-share/doc/HTML/en/fraqtive/common
-share/doc/HTML/en/fraqtive/index.cache.bz2
-share/doc/HTML/en/fraqtive/index.docbook
+share/applications/fraqtive.desktop
share/icons/hicolor/16x16/apps/fraqtive.png
+share/icons/hicolor/22x22/apps/fraqtive.png
share/icons/hicolor/32x32/apps/fraqtive.png
share/icons/hicolor/48x48/apps/fraqtive.png
-share/locale/de/LC_MESSAGES/fraqtive.mo
-share/locale/et/LC_MESSAGES/fraqtive.mo
-share/locale/fr/LC_MESSAGES/fraqtive.mo
-share/locale/it/LC_MESSAGES/fraqtive.mo
-share/locale/nl/LC_MESSAGES/fraqtive.mo
-share/locale/pl/LC_MESSAGES/fraqtive.mo
-share/locale/pt/LC_MESSAGES/fraqtive.mo
-share/locale/ru/LC_MESSAGES/fraqtive.mo
-share/locale/sr/LC_MESSAGES/fraqtive.mo
-share/locale/sv/LC_MESSAGES/fraqtive.mo
-share/locale/vi/LC_MESSAGES/fraqtive.mo
- at dirrm share/doc/HTML/en/fraqtive
- at dirrm share/doc/HTML/de/fraqtive
- at dirrmtry share/config
- at dirrm share/apps/fraqtive/icons/hicolor/22x22/actions
- at dirrm share/apps/fraqtive/icons/hicolor/22x22
- at dirrm share/apps/fraqtive/icons/hicolor/16x16/actions
- at dirrm share/apps/fraqtive/icons/hicolor/16x16
- at dirrm share/apps/fraqtive/icons/hicolor
- at dirrm share/apps/fraqtive/icons
- at dirrm share/apps/fraqtive
+ at dirrmtry share/icons/hicolor/48x48/apps
+ at dirrmtry share/icons/hicolor/48x48
+ at dirrmtry share/icons/hicolor/32x32/apps
+ at dirrmtry share/icons/hicolor/32x32
+ at dirrmtry share/icons/hicolor/22x22/apps
+ at dirrmtry share/icons/hicolor/22x22
+ at dirrmtry share/icons/hicolor/16x16/apps
+ at dirrmtry share/icons/hicolor/16x16
+ at dirrmtry share/icons/hicolor
+ at dirrmtry share/icons
+ at dirrmtry share/applications
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list