aboutsummaryrefslogtreecommitdiff
path: root/graphics/xmandel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-15 10:22:06 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-15 10:22:06 +0000
commit8861e75851307451eaf0bde4fb9590ddee633925 (patch)
tree505f19a1b0475d611b7b230c89bcfd47ad199378 /graphics/xmandel
parent3185b4188bd2900fc0bcad327073e7f29a7ab4a4 (diff)
downloadports-8861e75851307451eaf0bde4fb9590ddee633925.tar.gz
ports-8861e75851307451eaf0bde4fb9590ddee633925.zip
Draws mandelbrot sets and Julia Sets. Closes PR ports/1962.
Submitted by: Andreas Lohr <andreas@marvin.RoBIN.de>
Notes
Notes: svn path=/head/; revision=4472
Diffstat (limited to 'graphics/xmandel')
-rw-r--r--graphics/xmandel/Makefile24
-rw-r--r--graphics/xmandel/distinfo1
-rw-r--r--graphics/xmandel/pkg-comment1
-rw-r--r--graphics/xmandel/pkg-descr6
-rw-r--r--graphics/xmandel/pkg-plist2
5 files changed, 34 insertions, 0 deletions
diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile
new file mode 100644
index 000000000000..c27330facfc0
--- /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 000000000000..9b3bf3c7166c
--- /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 000000000000..2b0e5bd7b31e
--- /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 000000000000..0b253b8920e2
--- /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 000000000000..77e548f39192
--- /dev/null
+++ b/graphics/xmandel/pkg-plist
@@ -0,0 +1,2 @@
+bin/xmandel
+man/man1/xmandel.1.gz \ No newline at end of file