From owner-svn-ports-head@FreeBSD.ORG Wed Jul 10 11:21:53 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 22DAE7F0; Wed, 10 Jul 2013 11:21:50 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 71E6E1687; Wed, 10 Jul 2013 11:21:50 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6ABLo3o007278; Wed, 10 Jul 2013 11:21:50 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6ABLoFG007269; Wed, 10 Jul 2013 11:21:50 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201307101121.r6ABLoFG007269@svn.freebsd.org> From: Alexey Dokuchaev Date: Wed, 10 Jul 2013 11:21:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r322650 - head/graphics/xmfract X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jul 2013 11:21:53 -0000 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 # $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 .if ${ARCH} != "i386" -BROKEN= fails to run with: XCreateImage failed +IGNORE= fails to run with: XCreateImage failed .endif .include 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.