Date: Wed, 21 Jun 2006 12:01:35 GMT From: Max Brazhnikov <makc@issp.ac.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/99248: math/qtiplot: change maintainership and update port Message-ID: <200606211201.k5LC1ZZY011732@www.freebsd.org> Resent-Message-ID: <200606211230.k5LCULSg061071@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 99248 >Category: ports >Synopsis: math/qtiplot: change maintainership and update port >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: Wed Jun 21 12:30:20 GMT 2006 >Closed-Date: >Last-Modified: >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: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606211201.k5LC1ZZY011732>