From owner-freebsd-ports Wed Aug 16 10:47:20 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B4D237CA22 for ; Wed, 16 Aug 2000 10:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA85841; Wed, 16 Aug 2000 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 351CF37BF53; Wed, 16 Aug 2000 10:23:52 -0700 (PDT) Message-Id: <20000816172352.351CF37BF53@hub.freebsd.org> Date: Wed, 16 Aug 2000 10:23:52 -0700 (PDT) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/20653: Update port: graphics/xmountains to 2.5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 20653 >Category: ports >Synopsis: Update port: graphics/xmountains to 2.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Aug 16 10:30:02 PDT 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.1-RELEASE i386 >Organization: >Environment: >Description: - Update to version 2.5 - Add WWW: line into pkg/PLIST >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/xmountains/Makefile graphics/xmountains/Makefile --- /usr/ports/graphics/xmountains/Makefile Sat Apr 15 00:25:52 2000 +++ graphics/xmountains/Makefile Thu Aug 10 22:46:18 2000 @@ -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 diff -urN /usr/ports/graphics/xmountains/files/md5 graphics/xmountains/files/md5 --- /usr/ports/graphics/xmountains/files/md5 Sat Jan 11 20:50:20 1997 +++ graphics/xmountains/files/md5 Thu Aug 10 22:34:41 2000 @@ -1 +1 @@ -MD5 (xmountains-2.4.tgz) = 44f4c76175ba0976f136ad7cc85b3687 +MD5 (xmountains_2.5.tar.gz) = 38561473f6298a7bb8d1a8234cbc5d3b diff -urN /usr/ports/graphics/xmountains/patches/patch-aa graphics/xmountains/patches/patch-aa --- /usr/ports/graphics/xmountains/patches/patch-aa Sat Jan 11 20:50:20 1997 +++ graphics/xmountains/patches/patch-aa Thu Aug 10 22:45:06 2000 @@ -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 -urN /usr/ports/graphics/xmountains/pkg/DESCR graphics/xmountains/pkg/DESCR --- /usr/ports/graphics/xmountains/pkg/DESCR Sat Jan 11 20:50:20 1997 +++ graphics/xmountains/pkg/DESCR Thu Aug 10 22:31:24 2000 @@ -4,4 +4,6 @@ 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 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message