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>
This commit is contained in:
parent
02d28e745c
commit
1b112fb344
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509423
5 changed files with 45 additions and 0 deletions
|
@ -199,6 +199,7 @@
|
|||
SUBDIR += fpc-rsvg
|
||||
SUBDIR += fpc-svgalib
|
||||
SUBDIR += fracplanet
|
||||
SUBDIR += fractgen
|
||||
SUBDIR += fraqtive
|
||||
SUBDIR += freeglut
|
||||
SUBDIR += freeimage
|
||||
|
|
20
graphics/fractgen/Makefile
Normal file
20
graphics/fractgen/Makefile
Normal file
|
@ -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>
|
3
graphics/fractgen/distinfo
Normal file
3
graphics/fractgen/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1565194937
|
||||
SHA256 (fractgen-2.1.7.tar.xz) = 733bc6d62afae87c39ad994f6b64caa8fbd5c004b94b45063452b5963278f33d
|
||||
SIZE (fractgen-2.1.7.tar.xz) = 71852
|
8
graphics/fractgen/pkg-descr
Normal file
8
graphics/fractgen/pkg-descr
Normal file
|
@ -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/
|
13
graphics/fractgen/pkg-plist
Normal file
13
graphics/fractgen/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue