Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jan 2009 15:06:10 GMT
From:      "Pedro F. Giffuni" <giffunip@tutopia.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/130097: Update math/plplot to version 5.8.0
Message-ID:  <200901011506.n01F6ABj083276@www.freebsd.org>
Resent-Message-ID: <200901011510.n01FA3qe023242@freefall.freebsd.org>

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

>Number:         130097
>Category:       ports
>Synopsis:       Update math/plplot to version 5.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jan 01 15:10:02 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Pedro F. Giffuni
>Release:        7.1-RC2
>Organization:
>Environment:
FreeBSD kakumen.cable.net.co 7.1-RC2 FreeBSD 7.1-RC2 #0: Tue Dec 23 11:42:13 UTC 2008     root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
This is the latest stable version, and apparently the last one to support the autoconf tools. It includes C++ and Octave updates.

- Add to science category.
- Make explicit that the python bindings are not building.
- For now keep using the autoconf interface, we have sorted out the issues there but we will have to move to CMake soon anyways.
>How-To-Repeat:

>Fix:
diff -ruN plplot.orig/Makefile plplot/Makefile
--- plplot.orig/Makefile	2008-08-21 01:17:42.000000000 -0500
+++ plplot/Makefile	2009-01-01 09:51:18.000000000 -0500
@@ -6,9 +6,8 @@
 #
 
 PORTNAME=	plplot
-PORTVERSION=	5.6.1
-PORTREVISION=	5
-CATEGORIES=	math
+PORTVERSION=	5.8.0
+CATEGORIES=	math science
 MASTER_SITES=	SF
 
 MAINTAINER=	ports@FreeBSD.org
diff -ruN plplot.orig/distinfo plplot/distinfo
--- plplot.orig/distinfo	2006-06-05 17:17:48.000000000 -0500
+++ plplot/distinfo	2009-01-01 01:36:44.000000000 -0500
@@ -1,3 +1,3 @@
-MD5 (plplot-5.6.1.tar.gz) = 51029b256f3333449de9bcd3e00c088f
-SHA256 (plplot-5.6.1.tar.gz) = b2f1d93c605dd98bd95909ee9aca52d6c6cda476405b583f8a486f90aae893ad
-SIZE (plplot-5.6.1.tar.gz) = 6357444
+MD5 (plplot-5.8.0.tar.gz) = 63e954448b12056aeecf2b53cd97f1f5
+SHA256 (plplot-5.8.0.tar.gz) = 595bcc021b415ba191979586543f95285f03f5b54ed77f452976a89ad2850877
+SIZE (plplot-5.8.0.tar.gz) = 7582217
diff -ruN plplot.orig/pkg-plist plplot/pkg-plist
--- plplot.orig/pkg-plist	2008-08-24 19:15:59.000000000 -0500
+++ plplot/pkg-plist	2009-01-01 09:38:03.000000000 -0500
@@ -14,6 +14,7 @@
 include/plplot/plConfig.h
 include/plplot/plDevs.h
 include/plplot/pldebug.h
+include/plplot/pldll.h
 include/plplot/plevent.h
 include/plplot/plplot.h
 include/plplot/plplotP.h
@@ -165,6 +166,7 @@
 %%DATADIR%%%%VERSION%%/examples/c/x23c.c
 %%DATADIR%%%%VERSION%%/examples/c/x24c.c
 %%DATADIR%%%%VERSION%%/examples/c/x25c.c
+%%DATADIR%%%%VERSION%%/examples/c/x26c.c
 %%DATADIR%%%%VERSION%%/examples/c++/Makefile
 %%DATADIR%%%%VERSION%%/examples/c++/lena.pgm
 %%DATADIR%%%%VERSION%%/examples/c++/plc++demos.h
@@ -193,6 +195,7 @@
 %%DATADIR%%%%VERSION%%/examples/c++/x22.cc
 %%DATADIR%%%%VERSION%%/examples/c++/x23.cc
 %%DATADIR%%%%VERSION%%/examples/c++/x24.cc
+%%DATADIR%%%%VERSION%%/examples/c++/x26.cc
 %%DATADIR%%%%VERSION%%/examples/f77/Makefile
 %%DATADIR%%%%VERSION%%/examples/f77/x01f.f
 %%DATADIR%%%%VERSION%%/examples/f77/x02f.f


>Release-Note:
>Audit-Trail:
>Unformatted:



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