diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 00:20:37 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 00:20:37 +0000 |
commit | bc7f70fa882f0399bec05f03728f5279e20a5731 (patch) | |
tree | cbfbdfcd8b98a74ff78b8d375f3e8cff61caded6 /graphics/quat | |
parent | 49826c838f79506c3a03ed6bf954252de5243283 (diff) | |
download | FreeBSD-ports-bc7f70fa882f0399bec05f03728f5279e20a5731.zip FreeBSD-ports-bc7f70fa882f0399bec05f03728f5279e20a5731.tar.gz |
New port quat version 1.11: A Three-dimensional fractal creator
(command line only)
Submitted by: David Yeske <dyeske@yahoo.com>
Diffstat (limited to 'graphics/quat')
-rw-r--r-- | graphics/quat/Makefile | 25 | ||||
-rw-r--r-- | graphics/quat/distinfo | 1 | ||||
-rw-r--r-- | graphics/quat/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/quat/pkg-descr | 15 | ||||
-rw-r--r-- | graphics/quat/pkg-plist | 1 |
5 files changed, 43 insertions, 0 deletions
diff --git a/graphics/quat/Makefile b/graphics/quat/Makefile new file mode 100644 index 0000000..fb03e73 --- /dev/null +++ b/graphics/quat/Makefile @@ -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> diff --git a/graphics/quat/distinfo b/graphics/quat/distinfo new file mode 100644 index 0000000..c8955d1 --- /dev/null +++ b/graphics/quat/distinfo @@ -0,0 +1 @@ +MD5 (quat-1.11.tar.gz) = ca8af28299924d32166278aa2ef30333 diff --git a/graphics/quat/pkg-comment b/graphics/quat/pkg-comment new file mode 100644 index 0000000..c1133ec --- /dev/null +++ b/graphics/quat/pkg-comment @@ -0,0 +1 @@ +A Three-dimensional fractal creator (command line only) diff --git a/graphics/quat/pkg-descr b/graphics/quat/pkg-descr new file mode 100644 index 0000000..1890e98 --- /dev/null +++ b/graphics/quat/pkg-descr @@ -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 diff --git a/graphics/quat/pkg-plist b/graphics/quat/pkg-plist new file mode 100644 index 0000000..c684881 --- /dev/null +++ b/graphics/quat/pkg-plist @@ -0,0 +1 @@ +bin/quat |