From owner-svn-ports-all@freebsd.org Sun Mar 10 11:56:33 2019 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F34201530DB6; Sun, 10 Mar 2019 11:56:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9578073381; Sun, 10 Mar 2019 11:56:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 83C5122C54; Sun, 10 Mar 2019 11:56:32 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2ABuWPf066216; Sun, 10 Mar 2019 11:56:32 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2ABuVCl066214; Sun, 10 Mar 2019 11:56:31 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201903101156.x2ABuVCl066214@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Sun, 10 Mar 2019 11:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495288 - head/math/speedcrunch X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: head/math/speedcrunch X-SVN-Commit-Revision: 495288 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 9578073381 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.97)[-0.974,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Mar 2019 11:56:33 -0000 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 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/