Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 1998 13:50:30 -0400 (EDT)
From:      Matthew Hunt <mph@pobox.com>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/6265: Port update: math/xgfe to 1.3
Message-ID:  <199804101750.NAA05052@mph124.rh.psu.edu>

next in thread | raw e-mail | index | archive | help

>Number:         6265
>Category:       ports
>Synopsis:       Port update: math/xgfe to 1.3
>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:   Fri Apr 10 11:00:00 PDT 1998
>Last-Modified:
>Originator:     Matthew Hunt
>Organization:
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

	

>Description:

This patch updates math/xgfe, the Qt frontent to Gnuplot, from
version 1.2 to 1.3.  The new version adds the ability to plot multiple
functions or data sets.

Yes, xgfe was just committed yesterday.  Call me "timely as ever".

>How-To-Repeat:

	

>Fix:

Apply the following straightforward patch and commit.  The only changes
are that the distfile and its md5 have changed, and the name of the
FreeBSD makefile has changed.


diff -urN /usr/ports/math/xgfe/Makefile xgfe/Makefile
--- /usr/ports/math/xgfe/Makefile	Fri Apr 10 01:00:51 1998
+++ xgfe/Makefile	Fri Apr 10 13:30:24 1998
@@ -1,12 +1,12 @@
 # New ports collection makefile for:	xgfe
-# Version required:    1.2
+# Version required:    1.3
 # Date created:        24 March 1998
 # Whom:                Matthew Hunt <mph@pobox.com>
 #
 # $Id: Makefile,v 1.1.1.1 1998/04/10 05:00:51 hoek Exp $
 #
 
-DISTNAME=	xgfe-1.2
+DISTNAME=	xgfe-1.3
 CATEGORIES=	math
 MASTER_SITES=	http://www2.msstate.edu/~dmi1/xgfe/download/
 
@@ -25,6 +25,6 @@
 WRKSRC=		$(WRKDIR)/$(DISTNAME)/source
 
 post-extract:
-	cd $(WRKSRC) && ${RM} Makefile && ${LN} -s Makefile.freebsd.gcc Makefile
+	cd $(WRKSRC) && ${RM} Makefile && ${LN} -s Makefile.freebsd-gcc Makefile
 
 .include <bsd.port.mk>
diff -urN /usr/ports/math/xgfe/files/md5 xgfe/files/md5
--- /usr/ports/math/xgfe/files/md5	Fri Apr 10 01:00:51 1998
+++ xgfe/files/md5	Fri Apr 10 13:26:10 1998
@@ -1 +1 @@
-MD5 (xgfe-1.2.tar.gz) = 1bc6e169ebfaf3ef6370919e49a7b7a9
+MD5 (xgfe-1.3.tar.gz) = c87a898ef9d12e1b7c11ad10f021d87d
diff -urN /usr/ports/math/xgfe/patches/patch-aa xgfe/patches/patch-aa
--- /usr/ports/math/xgfe/patches/patch-aa	Fri Apr 10 01:00:51 1998
+++ xgfe/patches/patch-aa	Fri Apr 10 13:28:45 1998
@@ -1,5 +1,5 @@
---- Makefile.freebsd.gcc.orig	Mon Feb 23 17:31:22 1998
-+++ Makefile.freebsd.gcc	Tue Mar 24 13:17:49 1998
+--- Makefile.freebsd-gcc.orig	Sat Mar 21 21:04:38 1998
++++ Makefile.freebsd-gcc	Fri Apr 10 13:28:16 1998
 @@ -7,12 +7,13 @@
  
  ####### Compiler, tools and options
@@ -19,7 +19,7 @@
  MOC	=	moc
  
  ####### Files
-@@ -115,16 +116,16 @@
+@@ -161,16 +162,16 @@
  .SUFFIXES: .cpp .cxx .cc .C .c
  
  .cpp.o:
diff -urN /usr/ports/math/xgfe/patches/patch-ab xgfe/patches/patch-ab
--- /usr/ports/math/xgfe/patches/patch-ab	Fri Apr 10 01:00:51 1998
+++ xgfe/patches/patch-ab	Fri Apr 10 13:29:21 1998
@@ -1,5 +1,5 @@
---- Makefile.common.orig	Mon Feb 23 17:31:22 1998
-+++ Makefile.common	Tue Mar 24 14:17:39 1998
+--- Makefile.common.orig	Sat Mar 21 16:01:42 1998
++++ Makefile.common	Fri Apr 10 13:28:52 1998
 @@ -2,8 +2,8 @@
  
  # modify starting here
diff -urN /usr/ports/math/xgfe/pkg/PLIST xgfe/pkg/PLIST
--- /usr/ports/math/xgfe/pkg/PLIST	Fri Apr 10 01:00:51 1998
+++ xgfe/pkg/PLIST	Fri Apr 10 13:38:14 1998
@@ -2,12 +2,15 @@
 share/doc/xgfe/CHANGES
 share/doc/xgfe/features.html
 share/doc/xgfe/file-cols-formats.gif
+share/doc/xgfe/filelegendtitle.gif
 share/doc/xgfe/filemenu.gif
 share/doc/xgfe/fileplottypes.gif
 share/doc/xgfe/filestyles.gif
 share/doc/xgfe/latexterm.gif
 share/doc/xgfe/legend-options.gif
 share/doc/xgfe/mainwindow.gif
+share/doc/xgfe/multi-files.gif
+share/doc/xgfe/multi-funcs.gif
 share/doc/xgfe/open.gif
 share/doc/xgfe/optionsmenu.gif
 share/doc/xgfe/pbmterm.gif
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804101750.NAA05052>