FreeBSD Bugzilla – Attachment 67325 Details for
Bug 99248
math/qtiplot: change maintainership and update port
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
qtiplot.diff.shar
qtiplot.diff.shar (text/plain), 4.77 KB, created by
Max Brazhnikov
on 2006-06-21 13:30:20 UTC
(
hide
)
Description:
qtiplot.diff.shar
Filename:
MIME Type:
Creator:
Max Brazhnikov
Created:
2006-06-21 13:30:20 UTC
Size:
4.77 KB
patch
obsolete
># 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 99248
: 67325