Date: Sun, 10 Mar 2019 11:56:31 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495288 - head/math/speedcrunch Message-ID: <201903101156.x2ABuVCl066214@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sun Mar 10 11:56:31 2019 New Revision: 495288 URL: https://svnweb.freebsd.org/changeset/ports/495288 Log: - Update to the latest Bitbucket commit - Rephrase port description to follow README file more closely and for general neatness - Report correct version in the "About" dialog - Add missing `sql' Qt5 component to USE_QT Modified: head/math/speedcrunch/Makefile head/math/speedcrunch/distinfo head/math/speedcrunch/pkg-descr Modified: head/math/speedcrunch/Makefile ============================================================================== --- head/math/speedcrunch/Makefile Sun Mar 10 11:46:06 2019 (r495287) +++ head/math/speedcrunch/Makefile Sun Mar 10 11:56:31 2019 (r495288) @@ -4,7 +4,7 @@ PORTNAME= speedcrunch PORTVERSION= 0.12.0 DISTVERSIONSUFFIX= -${BB_COMMIT} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= https://bitbucket.org/${BB_ACCOUNT}/${BB_PROJECT}/get/${BB_COMMIT}.tar.gz?dummy=/ @@ -17,16 +17,16 @@ USES= cmake qt:5 BB_ACCOUNT= heldercorreia BB_PROJECT= ${PORTNAME} -BB_COMMIT= 7f2565d6a0ad +BB_COMMIT= c0fc9c68d292 WRKSRC= ${WRKDIR}/${BB_ACCOUNT}-${BB_PROJECT}-${BB_COMMIT} CMAKE_SOURCE_PATH= ${WRKSRC}/src -USE_QT= buildtools_build qmake_build core gui help widgets +USE_QT= buildtools_build qmake_build core gui help sql widgets USE_XORG= x11 post-patch: -# Remove custom options for compiler warnings - @${REINPLACE_CMD} -e 's|-W[-_[:alnum:]]*||g' \ + @${REINPLACE_CMD} -e 's|-W[-_[:alnum:]]*|| ; s|metainfo|appdata| \ + ; s|master|${PORTVERSION}-git-${BB_COMMIT}|' \ ${CMAKE_SOURCE_PATH}/CMakeLists.txt .include <bsd.port.mk> Modified: head/math/speedcrunch/distinfo ============================================================================== --- head/math/speedcrunch/distinfo Sun Mar 10 11:46:06 2019 (r495287) +++ head/math/speedcrunch/distinfo Sun Mar 10 11:56:31 2019 (r495288) @@ -1,3 +1,3 @@ -TIMESTAMP = 1507554972 -SHA256 (speedcrunch-0.12.0-7f2565d6a0ad.tar.gz) = 24d8b0d9f1386d74fe75f7f86d56fd8a57405887b30da55a12dc7d1078780485 -SIZE (speedcrunch-0.12.0-7f2565d6a0ad.tar.gz) = 3667373 +TIMESTAMP = 1551466574 +SHA256 (speedcrunch-0.12.0-c0fc9c68d292.tar.gz) = d96f2a2d6aa6f60cae1be14a15f469aad5824eb6bb85af695d0bb977e345dcd2 +SIZE (speedcrunch-0.12.0-c0fc9c68d292.tar.gz) = 3561387 Modified: head/math/speedcrunch/pkg-descr ============================================================================== --- head/math/speedcrunch/pkg-descr Sun Mar 10 11:46:06 2019 (r495287) +++ head/math/speedcrunch/pkg-descr Sun Mar 10 11:56:31 2019 (r495288) @@ -1,11 +1,11 @@ -SpeedCrunch is a multiplatform desktop calculator for power users. -It is designed to be enjoyed using keyboard. Result is shown in -scrollable display, history of expressions is available with up -and down arrow. +SpeedCrunch is a multiplatform desktop high-precision scientific calculator +for power users. It is designed to be enjoyed using keyboard. Results are +shown in a syntax-highlighted scrollable display, history of expressions is +available with up and down arrows. -Some other features: -optional keypad, syntax highlight, matched parenthesis indicator, -just-in-time calculation (show result even before you finish typing) -and autocomplete for variables. +Some other features: optional keypad, matching parenthesis indicator, auto- +completion of functions and variables, just-in-time calculation (show result +while still typing), a formula book, and quick insertion of constants from +various fields of knowledge. WWW: http://speedcrunch.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903101156.x2ABuVCl066214>