diff options
author | asami <asami@FreeBSD.org> | 1996-11-15 10:22:06 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-15 10:22:06 +0000 |
commit | e08f0478ff8f6dc9621b4cf619b67bcb6ae93014 (patch) | |
tree | 3ac3354f4c0a2332a18f661f33ef896a790945ed /graphics | |
parent | 8f89445a3a7aaab11655c996df32657f459c3bdf (diff) | |
download | FreeBSD-ports-e08f0478ff8f6dc9621b4cf619b67bcb6ae93014.zip FreeBSD-ports-e08f0478ff8f6dc9621b4cf619b67bcb6ae93014.tar.gz |
Draws mandelbrot sets and Julia Sets. Closes PR ports/1962.
Submitted by: Andreas Lohr <andreas@marvin.RoBIN.de>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmandel/Makefile | 24 | ||||
-rw-r--r-- | graphics/xmandel/distinfo | 1 | ||||
-rw-r--r-- | graphics/xmandel/pkg-comment | 1 | ||||
-rw-r--r-- | graphics/xmandel/pkg-descr | 6 | ||||
-rw-r--r-- | graphics/xmandel/pkg-plist | 2 |
5 files changed, 34 insertions, 0 deletions
diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile new file mode 100644 index 0000000..c27330f --- /dev/null +++ b/graphics/xmandel/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: xmandel +# Version required: 1.00 +# Date created: 18 October 1996 +# Whom: andreas@marvin.robin.de +# +# $Id$ +# + +DISTNAME= xmandel +PKGNAME= xmandel-1.0 +CATEGORIES= graphics +MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/ +EXTRACT_SUFX= .shar +# The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel, +# but this has changed apparently. + +EXTRACT_CMD= sh +EXTRACT_BEFORE_ARGS= +USE_IMAKE= yes +NO_WRKSUBDIR= yes + +MAINTAINER= andreas@marvin.robin.de + +.include <bsd.port.mk> diff --git a/graphics/xmandel/distinfo b/graphics/xmandel/distinfo new file mode 100644 index 0000000..9b3bf3c --- /dev/null +++ b/graphics/xmandel/distinfo @@ -0,0 +1 @@ +MD5 (xmandel.shar) = 644268efaed29816d38515d9d2c0795e diff --git a/graphics/xmandel/pkg-comment b/graphics/xmandel/pkg-comment new file mode 100644 index 0000000..2b0e5bd --- /dev/null +++ b/graphics/xmandel/pkg-comment @@ -0,0 +1 @@ +Window based interface to Mandelbrot sets and Julia sets diff --git a/graphics/xmandel/pkg-descr b/graphics/xmandel/pkg-descr new file mode 100644 index 0000000..0b253b8 --- /dev/null +++ b/graphics/xmandel/pkg-descr @@ -0,0 +1,6 @@ +Xmandel is a user friendly interface for generating Mandelbrot sets and +Julia sets. It initially comes up with with several command buttons, +which are described in the man page, for controlling the execution. A +Mandelbrot set is drawn in the window of the initial form when the +mandel button is selected. Other buttons are provided for zooming, +clearing, etc. A separate window is created for drawing the Julia sets. diff --git a/graphics/xmandel/pkg-plist b/graphics/xmandel/pkg-plist new file mode 100644 index 0000000..77e548f --- /dev/null +++ b/graphics/xmandel/pkg-plist @@ -0,0 +1,2 @@ +bin/xmandel +man/man1/xmandel.1.gz
\ No newline at end of file |