mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
New port quat version 1.11: A Three-dimensional fractal creator
(command line only) Submitted by: David Yeske <dyeske@yahoo.com>
This commit is contained in:
parent
b047d1d760
commit
e5639a269e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65258
6 changed files with 44 additions and 0 deletions
|
@ -307,6 +307,7 @@
|
|||
SUBDIR += qglviewer
|
||||
SUBDIR += qiv
|
||||
SUBDIR += qslim
|
||||
SUBDIR += quat
|
||||
SUBDIR += quickpics
|
||||
SUBDIR += qvplay
|
||||
SUBDIR += ray++
|
||||
|
|
25
graphics/quat/Makefile
Normal file
25
graphics/quat/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
|||
# New ports collection makefile for: quat
|
||||
# Date created: 26 Aug 2002
|
||||
# Whom: David Yeske <dyeske@yahoo.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= quat
|
||||
PORTVERSION= 1.11
|
||||
CATEGORIES= graphics
|
||||
MASTER_SITES= http://www.physcip.uni-stuttgart.de/phy11733/download/
|
||||
|
||||
MAINTAINER= dyeske@yahoo.com
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --disable-gui
|
||||
USE_REINPLACE= yes
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -E -e 's,-(march=pentium|O3|ffast-math),,g' \
|
||||
${WRKSRC}/configure
|
||||
@${REINPLACE_CMD} -E -e 's|-I\.[[:space:]]+-I\$$\(srcdir\)[[:space:]]+||' \
|
||||
${WRKSRC}/kernel/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
graphics/quat/distinfo
Normal file
1
graphics/quat/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (quat-1.11.tar.gz) = ca8af28299924d32166278aa2ef30333
|
1
graphics/quat/pkg-comment
Normal file
1
graphics/quat/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
A Three-dimensional fractal creator (command line only)
|
15
graphics/quat/pkg-descr
Normal file
15
graphics/quat/pkg-descr
Normal file
|
@ -0,0 +1,15 @@
|
|||
Idea and purpose of this program is the calculation of three-dimensional
|
||||
fractals. The calculated objects are twisted, freely in space
|
||||
floating (and - of course - fractal) "lumps" which look like made
|
||||
of dough - in contrast to what is normally called "three-dimensional"
|
||||
fractals (namely a simple reinterpretation of the two-dimensional
|
||||
data).
|
||||
|
||||
Generation of a really three dimensional view is possible (3d
|
||||
stereo). The fractal can be seen three dimensional without any
|
||||
utilities like 3d glasses.
|
||||
|
||||
WWW: http://www.physcip.uni-stuttgart.de/phy11733/
|
||||
|
||||
- David
|
||||
dyeske@yahoo.com
|
1
graphics/quat/pkg-plist
Normal file
1
graphics/quat/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/quat
|
Loading…
Add table
Reference in a new issue