diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 08:20:37 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 08:20:37 +0800 |
commit | bc7f70fa882f0399bec05f03728f5279e20a5731 (patch) | |
tree | cbfbdfcd8b98a74ff78b8d375f3e8cff61caded6 /graphics | |
parent | 49826c838f79506c3a03ed6bf954252de5243283 (diff) | |
download | freebsd-ports-gnome-bc7f70fa882f0399bec05f03728f5279e20a5731.tar.gz freebsd-ports-gnome-bc7f70fa882f0399bec05f03728f5279e20a5731.tar.zst freebsd-ports-gnome-bc7f70fa882f0399bec05f03728f5279e20a5731.zip |
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')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-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 |
6 files changed, 44 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 325873ee9f6a..58e81402413c 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -307,6 +307,7 @@ SUBDIR += qglviewer SUBDIR += qiv SUBDIR += qslim + SUBDIR += quat SUBDIR += quickpics SUBDIR += qvplay SUBDIR += ray++ diff --git a/graphics/quat/Makefile b/graphics/quat/Makefile new file mode 100644 index 000000000000..fb03e7380657 --- /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 000000000000..c8955d1f2427 --- /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 000000000000..c1133ece2257 --- /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 000000000000..1890e9843c00 --- /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 000000000000..c684881c5c7d --- /dev/null +++ b/graphics/quat/pkg-plist @@ -0,0 +1 @@ +bin/quat |