Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Aug 2019 11:48:21 +0000 (UTC)
From:      Rodrigo Osorio <rodrigo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r509423 - in head/graphics: . fractgen
Message-ID:  <201908201148.x7KBmL92047883@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigo
Date: Tue Aug 20 11:48:20 2019
New Revision: 509423
URL: https://svnweb.freebsd.org/changeset/ports/509423

Log:
  New port graphics/fractgen : Fractal Generator
  
  FractGen is a simple Qt-based fractal generator program for Mandelbrot fractals.
  
  PR:		239845
  Submitted by:	Thomas Dreibholz <dreibh@iem.uni-due.de>

Added:
  head/graphics/fractgen/
  head/graphics/fractgen/Makefile   (contents, props changed)
  head/graphics/fractgen/distinfo   (contents, props changed)
  head/graphics/fractgen/pkg-descr   (contents, props changed)
  head/graphics/fractgen/pkg-plist   (contents, props changed)
Modified:
  head/graphics/Makefile

Modified: head/graphics/Makefile
==============================================================================
--- head/graphics/Makefile	Tue Aug 20 11:27:20 2019	(r509422)
+++ head/graphics/Makefile	Tue Aug 20 11:48:20 2019	(r509423)
@@ -199,6 +199,7 @@
     SUBDIR += fpc-rsvg
     SUBDIR += fpc-svgalib
     SUBDIR += fracplanet
+    SUBDIR += fractgen
     SUBDIR += fraqtive
     SUBDIR += freeglut
     SUBDIR += freeimage

Added: head/graphics/fractgen/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/fractgen/Makefile	Tue Aug 20 11:48:20 2019	(r509423)
@@ -0,0 +1,20 @@
+# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
+# $FreeBSD$
+
+PORTNAME=	fractgen
+PORTVERSION=	2.1.7
+CATEGORIES=	graphics
+MASTER_SITES=	https://www.uni-due.de/~be0001/fractalgenerator/download/
+
+MAINTAINER=	dreibh@iem.uni-due.de
+COMMENT=	Fractal Generator
+
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USES=		tar:xz cmake qt:5
+USE_QT=		core xml widgets printsupport buildtools_build qmake_build
+
+CMAKE_ARGS+=	-DCMAKE_INSTALL_MANDIR=${PREFIX}/man
+
+.include <bsd.port.mk>

Added: head/graphics/fractgen/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/fractgen/distinfo	Tue Aug 20 11:48:20 2019	(r509423)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1565194937
+SHA256 (fractgen-2.1.7.tar.xz) = 733bc6d62afae87c39ad994f6b64caa8fbd5c004b94b45063452b5963278f33d
+SIZE (fractgen-2.1.7.tar.xz) = 71852

Added: head/graphics/fractgen/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/fractgen/pkg-descr	Tue Aug 20 11:48:20 2019	(r509423)
@@ -0,0 +1,8 @@
+FractGen is a simple Qt-based fractal generator program for Mandelbrot
+fractals.  The image size is only limited by virtual memory. It is possible
+to zoom into images. Image parameters can be saved in XML files and loaded
+from XML files. Calculated images can be exported as PNG files. The intention
+of this program is to generate graphics to be post-processed by other image
+tools, e.g. in order to generate nice screen backgrounds or book covers.
+
+WWW: https://www.uni-due.de/~be0001/fractalgenerator/

Added: head/graphics/fractgen/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/fractgen/pkg-plist	Tue Aug 20 11:48:20 2019	(r509423)
@@ -0,0 +1,13 @@
+%%DATADIR%%/examples/alpha01.fsf
+%%DATADIR%%/examples/alpha02.fsf
+%%DATADIR%%/examples/alpha03.fsf
+%%DATADIR%%/examples/alpha04.fsf
+%%DATADIR%%/examples/alpha05.fsf
+%%DATADIR%%/examples/alpha06.fsf
+%%DATADIR%%/examples/alpha07.fsf
+%%DATADIR%%/examples/alpha08.fsf
+%%DATADIR%%/examples/demo-fractal.fsf
+%%DATADIR%%/examples/test1.fsf
+%%DATADIR%%/examples/test2.fsf
+bin/fractgen
+man/man1/fractgen.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908201148.x7KBmL92047883>