From afafcff184b3be8aca2a8f70c632ec908316b429 Mon Sep 17 00:00:00 2001 From: grant Date: Thu, 19 Dec 2002 11:30:00 +0000 Subject: Initial import of xmountains 2.6 into the NetBSD packages collection. 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. Submitted in PR pkg/19454 by Juan RP. --- graphics/xmountains/DESCR | 5 +++++ graphics/xmountains/Makefile | 18 ++++++++++++++++++ graphics/xmountains/PLIST | 3 +++ graphics/xmountains/distinfo | 4 ++++ 4 files changed, 30 insertions(+) create mode 100644 graphics/xmountains/DESCR create mode 100644 graphics/xmountains/Makefile create mode 100644 graphics/xmountains/PLIST create mode 100644 graphics/xmountains/distinfo (limited to 'graphics') diff --git a/graphics/xmountains/DESCR b/graphics/xmountains/DESCR new file mode 100644 index 00000000000..7b06c9569f6 --- /dev/null +++ b/graphics/xmountains/DESCR @@ -0,0 +1,5 @@ +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. diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile new file mode 100644 index 00000000000..8a83f073451 --- /dev/null +++ b/graphics/xmountains/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/19 11:30:00 grant Exp $ +# + +DISTNAME= xmountains_2.6 +PKGNAME= ${DISTNAME:C/_/-/} +CATEGORIES= graphics +MASTER_SITES= http://www.epcc.ed.ac.uk/~spb/xmountains/ + +MAINTAINER= jrp@hispabsd.org +HOMEPAGE= http://www.epcc.ed.ac.uk/~spb/xmountains/ +COMMENT= Fractal terrain generator for XFree86 + +USE_IMAKE= YES +USE_X11BASE= YES + +WRKSRC= ${WRKDIR} + +.include "../../mk/bsd.pkg.mk" diff --git a/graphics/xmountains/PLIST b/graphics/xmountains/PLIST new file mode 100644 index 00000000000..52e0cca8f9f --- /dev/null +++ b/graphics/xmountains/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/19 11:30:00 grant Exp $ +bin/xmountains +man/cat1/xmountains.0 diff --git a/graphics/xmountains/distinfo b/graphics/xmountains/distinfo new file mode 100644 index 00000000000..41a32624243 --- /dev/null +++ b/graphics/xmountains/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/19 11:30:00 grant Exp $ + +SHA1 (xmountains_2.6.tar.gz) = 36a1bf9933a56aad051aac112f1d0af0ebbe3802 +Size (xmountains_2.6.tar.gz) = 26890 bytes -- cgit v1.2.3