summaryrefslogtreecommitdiff
path: root/graphics/xmountains
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-08-20 10:14:19 +0000
committerWill Andrews <will@FreeBSD.org>2000-08-20 10:14:19 +0000
commit4ffd34e9267fa5cd99176436ec45991831b21f1d (patch)
tree04b281ba4b4a0d18e9250091eedffddf1651d9a0 /graphics/xmountains
parentPut at least one of the Dutchies on the map. asmodai, where are you?? :-) (diff)
Update to 2.5. Add WWW to DESCR.
PR: 20653 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=31786
Diffstat (limited to 'graphics/xmountains')
-rw-r--r--graphics/xmountains/Makefile11
-rw-r--r--graphics/xmountains/distinfo2
-rw-r--r--graphics/xmountains/files/patch-aa43
-rw-r--r--graphics/xmountains/pkg-descr2
4 files changed, 23 insertions, 35 deletions
diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile
index f9af85bfa4e3..6ba5d825b878 100644
--- a/graphics/xmountains/Makefile
+++ b/graphics/xmountains/Makefile
@@ -6,17 +6,16 @@
#
PORTNAME= xmountains
-PORTVERSION= 2.4
+PORTVERSION= 2.5
CATEGORIES= graphics
-MASTER_SITES= ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= apps/math/fractals
-EXTRACT_SUFX= .tgz
+MASTER_SITES= http://www.epcc.ed.ac.uk/~spb/xmountains/
+DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= proff@iq.org
+NO_WRKSUBDIR= yes
+
USE_IMAKE= yes
MAN6= xmountains.6
-NO_WRKSUBDIR= yes
-
.include <bsd.port.mk>
diff --git a/graphics/xmountains/distinfo b/graphics/xmountains/distinfo
index c0234b73b696..e921994bd5a1 100644
--- a/graphics/xmountains/distinfo
+++ b/graphics/xmountains/distinfo
@@ -1 +1 @@
-MD5 (xmountains-2.4.tgz) = 44f4c76175ba0976f136ad7cc85b3687
+MD5 (xmountains_2.5.tar.gz) = 38561473f6298a7bb8d1a8234cbc5d3b
diff --git a/graphics/xmountains/files/patch-aa b/graphics/xmountains/files/patch-aa
index 72aea08ed910..0e1d5fcca969 100644
--- a/graphics/xmountains/files/patch-aa
+++ b/graphics/xmountains/files/patch-aa
@@ -1,28 +1,15 @@
-*** 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)
-
-
+--- Imakefile.orig Wed Sep 11 22:40:57 1996
++++ Imakefile Thu Aug 10 22:44:57 2000
+@@ -1,9 +1,10 @@
+-LOCAL_LIBRARIES = -lX11
+- SYS_LIBRARIES = -lm
++LOCAL_LIBRARIES = $(XLIB)
++ SYS_LIBRARIES = MathLibrary
+ 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 Makefile.alt
++ MANSUFFIX = 6
+ ComplexProgramTarget(xmountains)
+
+
diff --git a/graphics/xmountains/pkg-descr b/graphics/xmountains/pkg-descr
index 09071f77b122..9cc0c60be3d5 100644
--- a/graphics/xmountains/pkg-descr
+++ b/graphics/xmountains/pkg-descr
@@ -4,4 +4,6 @@ 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.
+WWW: http://www.epcc.ed.ac.uk/~spb/xmountains/
+
-proff@iq.org