From nobody@FreeBSD.org  Wed Jun 21 12:26:51 2006
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 19F0816A6D1
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jun 2006 12:26:51 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id C1E6D43DEC
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jun 2006 12:01:35 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k5LC1Z17011733
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 21 Jun 2006 12:01:35 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id k5LC1ZZY011732;
	Wed, 21 Jun 2006 12:01:35 GMT
	(envelope-from nobody)
Message-Id: <200606211201.k5LC1ZZY011732@www.freebsd.org>
Date: Wed, 21 Jun 2006 12:01:35 GMT
From: Max Brazhnikov <makc@issp.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: math/qtiplot: change maintainership and update port
X-Send-Pr-Version: www-2.3

>Number:         99248
>Category:       ports
>Synopsis:       math/qtiplot: change maintainership and update port
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    shaun
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 21 12:30:20 GMT 2006
>Closed-Date:    Mon Aug 07 22:25:43 GMT 2006
>Last-Modified:  Mon Aug 07 22:25:43 GMT 2006
>Originator:     Max Brazhnikov
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
>Environment:
FreeBSD lqc.issp.ac.ru 6.1-STABLE FreeBSD 6.1-STABLE #0: Fri Jun 16 12:33:36 MSD 2006     root@lqc.issp.ac.ru:/usr/obj/usr/src/sys/LQC  i386

>Description:
patch to update qtiplot from 0.6.4 to 0.8.5 and change the maintainership. 
>How-To-Repeat:

>Fix:
--- qtiplot.diff.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#       qtiplot.diff
#
echo x - qtiplot.diff
sed 's/^X//' >qtiplot.diff << 'END-of-qtiplot.diff'
Xdiff -ru qtiplot.orig/Makefile qtiplot/Makefile
X--- qtiplot.orig/Makefile      Wed Jun 21 09:41:27 2006
X+++ qtiplot/Makefile   Mon Jun 19 16:16:36 2006
X@@ -6,12 +6,11 @@
X #
X 
X PORTNAME=     qtiplot
X-PORTVERSION=  0.6.4
X-PORTREVISION= 1
X+PORTVERSION=  0.8.5
X CATEGORIES=   math science
X MASTER_SITES= http://soft.proindependent.com/src/
X 
X-MAINTAINER=   gaoj@cpsc.ucalgary.ca
X+MAINTAINER=   makc@issp.ac.ru
X COMMENT=      An Origin clone for data analysis and scientific plotting
X 
X BUILD_DEPENDS=        qmake:${PORTSDIR}/devel/qmake
X@@ -22,10 +21,10 @@
X USE_BZIP2=    yes
X USE_GMAKE=    yes
X 
X-WRKSRC=               ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}-${PORTVERSION}
X+WRKSRC=               ${WRKDIR}/${PORTNAME}-${PORTVERSION}/${PORTNAME}
X 
X PLIST_FILES=  bin/qtiplot
X-PORTDOCS=     faq.html help.html
X+#PORTDOCS=    faq.html help.html
X 
X USE_QT_VER=   3
X MAKE_ENV=     QTDIR=${QT_PREFIX}
X@@ -45,15 +44,15 @@
X post-patch:
X       @${REINPLACE_CMD} -e \
X               "s:../3rdparty/qwt/include:${LOCALBASE}/include/qwt:" \
X-              -e "s:/home/ion/qt/qwtplot3d/include:${X11BASE}/include:" \
X+              -e "s:/usr/include/qwtplot3d:${X11BASE}/include:" \
X               -e "/^unix:LIBS/s:-L /usr/lib:-L${LOCALBASE}/lib:" \
X-              -e "/^unix:LIBS/s:../3rdparty/qwt/lib:${LOCALBASE}/lib:" \
X+              -e "/^unix:LIBS/s:../3rdparty/qwt/lib/libqwt.a:-L ${LOCALBASE}/lib -lqwt:" \
X               -e "/^unix:documentation.path/s:/usr/share/doc/qtiplot:${DOCSDIR}:" \
X-              ${WRKSRC}/${PORTNAME}-${PORTVERSION}.pro
X+              ${WRKSRC}/${PORTNAME}.pro
X 
X do-configure:
X       @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} qmake \
X-              -spec ${QMAKESPEC} ${PORTNAME}-${PORTVERSION}.pro
X+              -spec ${QMAKESPEC} ${PORTNAME}.pro
X 
X post-configure:
X       @${REINPLACE_CMD} -e \
X@@ -65,12 +64,12 @@
X               ${WRKSRC}/Makefile
X 
X do-install:
X-      ${INSTALL_PROGRAM} ${WRKSRC}/../qtiplot ${PREFIX}/bin
X-.if !defined(NOPORTDOCS)
X-      ${MKDIR} ${DOCSDIR}
X-.for DOCFN in ${PORTDOCS}
X-      ${INSTALL_MAN} ${WRKSRC}/doc/${DOCFN} ${DOCSDIR}
X-.endfor
X-.endif
X+      ${INSTALL_PROGRAM} ${WRKSRC}/qtiplot ${PREFIX}/bin
X+#.if !defined(NOPORTDOCS)
X+#     ${MKDIR} ${DOCSDIR}
X+#.for DOCFN in ${PORTDOCS}
X+#     ${INSTALL_MAN} ${WRKSRC}/doc/${DOCFN} ${DOCSDIR}
X+#.endfor
X+#.endif
X 
X .include <bsd.port.post.mk>
Xdiff -ru qtiplot.orig/distinfo qtiplot/distinfo
X--- qtiplot.orig/distinfo      Wed Jun 21 09:41:27 2006
X+++ qtiplot/distinfo   Sun Jun 18 01:35:12 2006
X@@ -1,3 +1,3 @@
X-MD5 (qtiplot-0.6.4.tar.bz2) = f22bec91f66df4ab546a3befbbbb200e
X-SHA256 (qtiplot-0.6.4.tar.bz2) = b656cc601a6c54644dbb35ff55658c3be654c287cdf3a0f0e45bcbf000b61976
X-SIZE (qtiplot-0.6.4.tar.bz2) = 391282
X+MD5 (qtiplot-0.8.5.tar.bz2) = aa7350a3e5f2662077684421e0deb21f
X+SHA256 (qtiplot-0.8.5.tar.bz2) = 81831d8dfaddbdf32d85a6e7eaf0e54e2321e2fba6ffaabfe6943bc326a6f874
X+SIZE (qtiplot-0.8.5.tar.bz2) = 530579
Xdiff -ru qtiplot.orig/pkg-descr qtiplot/pkg-descr
X--- qtiplot.orig/pkg-descr     Wed Jun 21 09:41:27 2006
X+++ qtiplot/pkg-descr  Wed Jun 21 09:49:05 2006
X@@ -3,11 +3,20 @@
X list that is being constantly worked on.
X 
X Features:
X-
X-  * Neat 2D and 3D data plotting
X-  * ASCII-Import
X-  * Spreadsheet and calculations in column-logic
X-  * Great non-linear y=f(x) curve fitting and estimation of statistical
X-    errors of the fit-parameters
X+   * 2D and 3D Plots
X+   * Powerful and versatile spreadsheets and calculations in column-logic
X+   * Easy ASCII-Import/Export of single or multiple files
X+   * Linear and non-linear y=f(x) curve fitting and estimation of statistical
X+errors of the fit-parameters
X+   * Multi-peak fitting with Gaussian and Lorentzian peak profiles
X+   * Data analysis: statistics, sorting, FFT, data smoothing (Savitzky-Golay,
X+FFT smoothing, and moving window average), data filtering (low/high/band pass
X+and band block filters), convolution/deconvolution, correlation, interpolation,
X+numerical integration/differentiation, etc...
X+   * Matrices optimized for 3D plotting
X+   * Templates support: all the settings for plots (2D/3D), tables and matrixes
X+can be saved to ASCII files and restored later on for a fast editing process
X+   * Project files based on folders, a powerful project explorer with extensive
X+built-in features: drag and drop, searching facilities, etc...
X 
X WWW: http://soft.proindependent.com/qtiplot.html
END-of-qtiplot.diff
exit
--- qtiplot.diff.shar ends here ---
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Wed Jun 21 12:30:33 UTC 2006 
State-Changed-Why:  
Awaiting maintainers feedback 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99248 

From: Jie Gao <gaoj@cpsc.ucalgary.ca>
To: bug-followup@freebsd.org, makc@issp.ac.ru
Cc:  
Subject: Re: ports/99248: math/qtiplot: change maintainership and update port
Date: Wed, 21 Jun 2006 08:48:53 -0600

 Hi there,
 
 Please proceed to change the maintainership and let the new maintainer update 
 the port. I am very busy with my affairs and could not have the time to 
 maintainer the port any more. Thanks!
 
 Jie
 -- 
 GAO, Jie
 PhD Candidate
 Artificial Intelligence Research Lab  http://www.cpsc.ucalgary.ca/~gaoj
 Department of Computer Science        E-mail: gaoj@cpsc.ucalgary.ca
 University of Calgary                 Tel: 1-403-220-7688
State-Changed-From-To: feedback->open 
State-Changed-By: itetcu 
State-Changed-When: Wed Jun 21 15:03:30 UTC 2006 
State-Changed-Why:  
maintainer approved 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99248 
Responsible-Changed-From-To: freebsd-ports-bugs->shaun 
Responsible-Changed-By: shaun 
Responsible-Changed-When: Wed Jun 21 18:59:03 UTC 2006 
Responsible-Changed-Why:  
Take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99248 
State-Changed-From-To: open->closed 
State-Changed-By: shaun 
State-Changed-When: Mon Aug 7 22:21:56 UTC 2006 
State-Changed-Why:  
Committed, thanks. Apologies for the delay. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=99248 
>Unformatted:
