summaryrefslogtreecommitdiff
path: root/graphics/xmountains
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-01-11 11:50:20 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-01-11 11:50:20 +0000
commita6f9d1a6cd1eccb8b0df857169a1eedc8e212f81 (patch)
tree5f8f1c04716d246bacc17950d95e3a0d1ec5ec5f /graphics/xmountains
parentAdd freefem. (diff)
Fractal mountain image generator. Makes a nice background! (Closes
PR ports/2062.) Submitted by: Julian Assange <proff@profane.iq.org>
Notes
Notes: svn path=/head/; revision=5309
Diffstat (limited to 'graphics/xmountains')
-rw-r--r--graphics/xmountains/Makefile20
-rw-r--r--graphics/xmountains/distinfo1
-rw-r--r--graphics/xmountains/files/patch-aa28
-rw-r--r--graphics/xmountains/pkg-comment1
-rw-r--r--graphics/xmountains/pkg-descr7
-rw-r--r--graphics/xmountains/pkg-plist2
6 files changed, 59 insertions, 0 deletions
diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile
new file mode 100644
index 000000000000..a5d3b1800b21
--- /dev/null
+++ b/graphics/xmountains/Makefile
@@ -0,0 +1,20 @@
+# New ports collection makefile for: xmountains
+# Version required: 2.4
+# Date created: 16 November 1996
+# Whom: proff
+#
+# $Id$
+#
+
+DISTNAME= xmountains-2.4
+CATEGORIES= graphics
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
+MASTER_SITE_SUBDIR= X11/toys
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= proff@iq.org
+
+USE_IMAKE= yes
+NO_WRKSUBDIR= yes
+
+.include <bsd.port.mk>
diff --git a/graphics/xmountains/distinfo b/graphics/xmountains/distinfo
new file mode 100644
index 000000000000..c0234b73b696
--- /dev/null
+++ b/graphics/xmountains/distinfo
@@ -0,0 +1 @@
+MD5 (xmountains-2.4.tgz) = 44f4c76175ba0976f136ad7cc85b3687
diff --git a/graphics/xmountains/files/patch-aa b/graphics/xmountains/files/patch-aa
new file mode 100644
index 000000000000..72aea08ed910
--- /dev/null
+++ b/graphics/xmountains/files/patch-aa
@@ -0,0 +1,28 @@
+*** Imakefile.old Fri Oct 28 00:12:20 1994
+--- Imakefile Sat Nov 16 04:08:12 1996
+***************
+*** 1,9 ****
+! LOCAL_LIBRARIES = -lX11
+ SYS_LIBRARIES = -lm
+ SRCS = calcalt.c random.c artist.c global.c xmountains.c X_graphics.c print_alg.c
+ OBJS = calcalt.o random.o artist.o global.o xmountains.o X_graphics.o print_alg.o
+ HDRS = crinkle.h global.h paint.h patchlevel.h copyright.h
+ SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man
+ ComplexProgramTarget(xmountains)
+
+
+--- 1,14 ----
+! LOCAL_LIBRARIES = $(XLIB)
+! DEPLIBS = $(DEPXLIB)
+ SYS_LIBRARIES = -lm
+ SRCS = calcalt.c random.c artist.c global.c xmountains.c X_graphics.c print_alg.c
+ OBJS = calcalt.o random.o artist.o global.o xmountains.o X_graphics.o print_alg.o
+ HDRS = crinkle.h global.h paint.h patchlevel.h copyright.h
+ SHARS = README $(SRCS) $(HDRS) Imakefile xmountains.man
++ BINDIR= /usr/X11R6/bin
++ MANDIR= /usr/X11R6/man/man6
++ MANSUFFIX= 6
++
+ ComplexProgramTarget(xmountains)
+
+
diff --git a/graphics/xmountains/pkg-comment b/graphics/xmountains/pkg-comment
new file mode 100644
index 000000000000..7a52e450cc85
--- /dev/null
+++ b/graphics/xmountains/pkg-comment
@@ -0,0 +1 @@
+X11 based fractal landscape generator.
diff --git a/graphics/xmountains/pkg-descr b/graphics/xmountains/pkg-descr
new file mode 100644
index 000000000000..09071f77b122
--- /dev/null
+++ b/graphics/xmountains/pkg-descr
@@ -0,0 +1,7 @@
+Xmountains is a X11 based fractal landscape generator. It generates
+random fractal surfaces and displays them in a window. While the
+program is running the fractal is continuously extended on the right
+and the image is scrolled from right to left to expose the newly
+generated area.
+
+-proff@iq.org
diff --git a/graphics/xmountains/pkg-plist b/graphics/xmountains/pkg-plist
new file mode 100644
index 000000000000..25fccef19123
--- /dev/null
+++ b/graphics/xmountains/pkg-plist
@@ -0,0 +1,2 @@
+bin/xmountains
+man/man6/xmountains.6.gz