ports/113252: maintainer update: math/qtiplot and dependencies (part 2)

Max Brazhnikov makc at issp.ac.ru
Sat Jun 2 13:20:03 UTC 2007


>Number:         113252
>Category:       ports
>Synopsis:       maintainer update: math/qtiplot and dependencies (part 2)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 02 13:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
FreeBSD luna.dio.ru 6.2-STABLE FreeBSD 6.2-STABLE #1: Sun Apr 29 09:40:21 MSD 2007     root at luna:/usr/obj/usr/src/sys/LUNA  i386
>Description:
Update QtiPlot to 0.9-rc2. Changes:
Migrate from Qt 3 to Qt 4.2.
Added support for antialiasing.
It is now possible to plot only a partial row range of a data column.
More symbols for text labels.
Improved printing and export of 2D plots to PDF, EPS and PS.
Full import of Origin 7.5 project files.
Lots of bug fixes and improvements.
-----------------------------------------
Update liborigin to 20070529. Changes:
Full support of 7.5 projects.
Support Origins's standdalone file formats: *.ogw (worksheet) and *.ogm (matrix).
-----------------------------------------
New port qwtplot3d-qt4-0.2.6 - qt4 version of qwtplot3d.
-----------------------------------------
Switch qwt-devel from qt3 to qt4.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN --exclude=CVS /usr/ports/math/liborigin/Makefile /home/makc/porting/ports/math/liborigin/Makefile
--- /usr/ports/math/liborigin/Makefile	Sun Jan 28 20:42:35 2007
+++ /home/makc/porting/ports/math/liborigin/Makefile	Sat Jun  2 13:30:38 2007
@@ -6,11 +6,9 @@
 #
 
 PORTNAME=	liborigin
-PORTVERSION=	20070115
+PORTVERSION=	20070529
 CATEGORIES=	math
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	${PORTNAME}
-EXTRACT_SUFX=	.tgz
+MASTER_SITES=	SF
 
 MAINTAINER=	makc at issp.ac.ru
 COMMENT=	Tools for importing OriginLab .OPJ files
@@ -21,10 +19,11 @@
 		lib/liborigin.so.0
 
 USE_LDCONFIG=	yes
+WRKSRC=	${WRKDIR}/${PORTNAME}
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/opj2dat ${PREFIX}/bin
-	${CP} ${WRKSRC}/OPJFile.h ${PREFIX}/include/OPJFile.h
+	${INSTALL_DATA} ${WRKSRC}/OPJFile.h ${PREFIX}/include/OPJFile.h
 	${INSTALL_PROGRAM} ${WRKSRC}/liborigin.so ${PREFIX}/lib/liborigin.so.0
 	${LN} -fs ${PREFIX}/lib/liborigin.so.0 ${PREFIX}/lib/liborigin.so
 
diff -ruN --exclude=CVS /usr/ports/math/liborigin/distinfo /home/makc/porting/ports/math/liborigin/distinfo
--- /usr/ports/math/liborigin/distinfo	Sun Jan 28 20:42:35 2007
+++ /home/makc/porting/ports/math/liborigin/distinfo	Sat Jun  2 13:29:33 2007
@@ -1,3 +1,3 @@
-MD5 (liborigin-20070115.tgz) = 5ed1c7c0955f935d3b4e45fb25e1d7fc
-SHA256 (liborigin-20070115.tgz) = 125de16ffc055102bd0aaf31de71ad5daeefc962aea97723b75611800f9ecd38
-SIZE (liborigin-20070115.tgz) = 20308
+MD5 (liborigin-20070529.tar.gz) = fee326e07c4e4e40f339a241d38d3545
+SHA256 (liborigin-20070529.tar.gz) = b84f0afa3a24798be3a358fe5aaa9ba50d2eec1a02aff69bda7a9f138fad9277
+SIZE (liborigin-20070529.tar.gz) = 29402
diff -ruN --exclude=CVS /usr/ports/math/liborigin/files/patch-Makefile.LINUX /home/makc/porting/ports/math/liborigin/files/patch-Makefile.LINUX
--- /usr/ports/math/liborigin/files/patch-Makefile.LINUX	Sun Jan 28 20:42:35 2007
+++ /home/makc/porting/ports/math/liborigin/files/patch-Makefile.LINUX	Sat Jun  2 13:46:30 2007
@@ -1,11 +1,11 @@
---- ./Makefile.LINUX.orig	Mon Jan  8 22:38:05 2007
-+++ ./Makefile.LINUX	Fri Jan 26 17:59:06 2007
-@@ -5,11 +5,10 @@
+--- ./Makefile.LINUX.orig	Tue May 29 12:38:51 2007
++++ ./Makefile.LINUX	Sat Jun  2 13:46:24 2007
+@@ -6,11 +6,10 @@
  all : opj2dat $(TARGET).so
  
  $(TARGET).so : OPJFile.cpp OPJFile.h
 -	$(CC) -c $(CFLAGS) OPJFile.cpp -o OPJFile.o
--	$(CC) $(LFLAGS) -o $(TARGET).so.0.0.1 OPJFile.o
+-	$(CC) $(LFLAGS) -o $(TARGET).so.0.0.3 OPJFile.o
 +	${CXX} ${CXXFLAGS} -shared -fPIC OPJFile.cpp -o liborigin.so
  
  opj2dat: opj2dat.cpp OPJFile.cpp


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



More information about the freebsd-ports-bugs mailing list