From owner-svn-ports-all@freebsd.org Sun Jun 2 07:01:34 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 31AD815AD37C; Sun, 2 Jun 2019 07:01:34 +0000 (UTC) (envelope-from se@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 CB78F8D8E3; Sun, 2 Jun 2019 07:01:33 +0000 (UTC) (envelope-from se@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 9603E237B9; Sun, 2 Jun 2019 07:01:33 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x5271X9H041981; Sun, 2 Jun 2019 07:01:33 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x5271XK8041980; Sun, 2 Jun 2019 07:01:33 GMT (envelope-from se@FreeBSD.org) Message-Id: <201906020701.x5271XK8041980@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: Stefan Esser Date: Sun, 2 Jun 2019 07:01:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r503284 - head/math/gh-bc X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: head/math/gh-bc X-SVN-Commit-Revision: 503284 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: CB78F8D8E3 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.94 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.94)[-0.942,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, 02 Jun 2019 07:01:34 -0000 Author: se Date: Sun Jun 2 07:01:33 2019 New Revision: 503284 URL: https://svnweb.freebsd.org/changeset/ports/503284 Log: Update to version 2.0.0 This version uses an optimized internal representation of the operands which allows to speed up some operations by a significant factor (multiplication of large numbers is now about 40 times as fast). This version has been tested against a number of other bc implementations and has been found to significantly outperform them all (incl. GNU bc). There are no functional changes in this version, it is just much faster ... Approved by: antoine (implicit) Modified: head/math/gh-bc/Makefile head/math/gh-bc/distinfo Modified: head/math/gh-bc/Makefile ============================================================================== --- head/math/gh-bc/Makefile Sun Jun 2 06:35:43 2019 (r503283) +++ head/math/gh-bc/Makefile Sun Jun 2 07:01:33 2019 (r503284) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= bc -PORTVERSION= 1.2.8 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= math PKGNAMEPREFIX= gh- @@ -27,8 +26,8 @@ do-install: ${LN} ${STAGEDIR}${PREFIX}/bin/bc ${STAGEDIR}${PREFIX}/bin/dc ${INSTALL_MAN} ${WRKSRC}/manuals/bc.1 ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/manuals/dc.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${WRKSRC}/locale_install.sh ${PREFIX}/share/nls/%L/%N.cat ${PORTNAME} ${STAGEDIR} - ${INSTALL} -ls ${STAGEDIR}${PREFIX}/share/nls/en_US.US-ASCII/bc.cat ${STAGEDIR}${PREFIX}/share/nls/C/ + ${WRKSRC}/locale_install.sh ${STAGEDIR}${PREFIX}/share/nls/%L/%N.cat ${PORTNAME} #${STAGEDIR} + ${LN} ${STAGEDIR}${PREFIX}/share/nls/en_US.US-ASCII/bc.cat ${STAGEDIR}${PREFIX}/share/nls/C/ do-test: ${MAKE} -C ${WRKSRC} test Modified: head/math/gh-bc/distinfo ============================================================================== --- head/math/gh-bc/distinfo Sun Jun 2 06:35:43 2019 (r503283) +++ head/math/gh-bc/distinfo Sun Jun 2 07:01:33 2019 (r503284) @@ -1,3 +1,3 @@ -TIMESTAMP = 1555752237 -SHA256 (gavinhoward-bc-1.2.8_GH0.tar.gz) = c9704782e3768851855c7b78c50677cc975da9aafd82934e7a0e1373b4202c71 -SIZE (gavinhoward-bc-1.2.8_GH0.tar.gz) = 183925 +TIMESTAMP = 1558816804 +SHA256 (gavinhoward-bc-2.0.0_GH0.tar.gz) = cbe74064ccdb40158155309445fc3d17bf4e1072652ad526115be3c6cb190e83 +SIZE (gavinhoward-bc-2.0.0_GH0.tar.gz) = 223516