Date: Wed, 10 Jul 2013 11:21:50 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322650 - head/graphics/xmfract Message-ID: <201307101121.r6ABLoFG007269@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Wed Jul 10 11:21:49 2013 New Revision: 322650 URL: http://svnweb.freebsd.org/changeset/ports/322650 Log: - Put back IGNORE: it seems to build fine (tested on i386, amd64) - Expand header, improve on COMMENT and generally cleanup Makefile - Drop MAKE_JOBS_SAFE: it's going to become the default these days - Reindent port description to a standard form while here Discussed with: bapt Modified: head/graphics/xmfract/Makefile head/graphics/xmfract/pkg-descr Modified: head/graphics/xmfract/Makefile ============================================================================== --- head/graphics/xmfract/Makefile Wed Jul 10 11:21:44 2013 (r322649) +++ head/graphics/xmfract/Makefile Wed Jul 10 11:21:49 2013 (r322650) @@ -1,4 +1,4 @@ -# Created by: erich@FreeBSD.org +# Created by: Eric L. Hernes <erich@FreeBSD.org> # $FreeBSD$ PORTNAME= xmfract @@ -9,21 +9,20 @@ MASTER_SITES= XCONTRIB/graphics DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= The dos based 'fractint' with an X/Motif front end +COMMENT= Popular DOS fractal drawing program with X11/Motif frontend LICENSE= GPLv2 USES= motif USE_AUTOTOOLS= aclocal autoconf ACLOCAL_ARGS= # none -CONFIGURE_ARGS= --with-editres \ - --with-motif="motif_includes=${LOCALBASE}/include motif_libraries=${LOCALBASE}/lib" -MAKE_JOBS_SAFE= yes +CONFIGURE_ARGS= --with-editres \ + --with-motif="motif_includes=${LOCALBASE}/include motif_libraries=${LOCALBASE}/lib" .include <bsd.port.pre.mk> .if ${ARCH} != "i386" -BROKEN= fails to run with: XCreateImage failed +IGNORE= fails to run with: XCreateImage failed .endif .include <bsd.port.post.mk> Modified: head/graphics/xmfract/pkg-descr ============================================================================== --- head/graphics/xmfract/pkg-descr Wed Jul 10 11:21:44 2013 (r322649) +++ head/graphics/xmfract/pkg-descr Wed Jul 10 11:21:49 2013 (r322650) @@ -1,16 +1,11 @@ -From the README: +This is X11/Motif program based upon a popular DOS freeware program named +Fractint. It is a true graphic user interface quite different from that +program. - xmfract version 1.4 - a freeware fractal generation program. - Copyright (C) 1995 Darryl House and the Stone Soup Group. +The program will calculate, display and manipulate over 90 discrete fractal +types with very fast algorithms. Other features include zooming, animation +(color cycling), color editing, spherical projection, and an amazing wealth +of parameters. There are too many features to list here. - This is xmfract 1.4, an X11R[5/6] Motif program based upon a - popular DOS freeware program named Fractint. It is a true graphic - user interface quite different from that program. - - The program will calculate, display and manipulate over 90 discrete - fractal types with very fast algorithms. Other features include zooming, - animation (color cycling), color editing, spherical projection, and an - amazing wealth of parameters. There are too many features to list here. - - Also included are dozens of ancillary files such as color map files, - parameter files, formula files, and an extensive on-line help system. +Also included are dozens of ancillary files such as color map files, +parameter files, formula files, and an extensive on-line help system.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307101121.r6ABLoFG007269>