Fractal mountain image generator. Makes a nice background! (Closes

PR ports/2062.)

Submitted by:	Julian Assange <proff@profane.iq.org>
This commit is contained in:
Satoshi Asami 1997-01-11 11:50:20 +00:00
parent aeeac4f091
commit a6f9d1a6cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5309
6 changed files with 59 additions and 0 deletions

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (xmountains-2.4.tgz) = 44f4c76175ba0976f136ad7cc85b3687

View File

@ -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)

View File

@ -0,0 +1 @@
X11 based fractal landscape generator.

View File

@ -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

View File

@ -0,0 +1,2 @@
bin/xmountains
man/man6/xmountains.6.gz