From owner-svn-ports-head@freebsd.org Tue Jul 2 11:11:22 2019 Return-Path: Delivered-To: svn-ports-head@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 99FD115CF9DB; Tue, 2 Jul 2019 11:11:22 +0000 (UTC) (envelope-from gahr@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 3AF6780E05; Tue, 2 Jul 2019 11:11:22 +0000 (UTC) (envelope-from gahr@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 126F42362D; Tue, 2 Jul 2019 11:11:22 +0000 (UTC) (envelope-from gahr@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x62BBLrl042415; Tue, 2 Jul 2019 11:11:21 GMT (envelope-from gahr@FreeBSD.org) Received: (from gahr@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x62BBLL8042413; Tue, 2 Jul 2019 11:11:21 GMT (envelope-from gahr@FreeBSD.org) Message-Id: <201907021111.x62BBLL8042413@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: gahr set sender to gahr@FreeBSD.org using -f From: Pietro Cerutti Date: Tue, 2 Jul 2019 11:11:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505670 - in head/math/yacas: . files X-SVN-Group: ports-head X-SVN-Commit-Author: gahr X-SVN-Commit-Paths: in head/math/yacas: . files X-SVN-Commit-Revision: 505670 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3AF6780E05 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)[-0.998,0]; NEURAL_HAM_SHORT(-0.97)[-0.968,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 02 Jul 2019 11:11:22 -0000 Author: gahr Date: Tue Jul 2 11:11:21 2019 New Revision: 505670 URL: https://svnweb.freebsd.org/changeset/ports/505670 Log: math/yacas: update to 1.7.0 Announcement: http://www.yacas.org/release_1.7.0/ Deleted: head/math/yacas/files/ Modified: head/math/yacas/Makefile head/math/yacas/distinfo head/math/yacas/pkg-plist Modified: head/math/yacas/Makefile ============================================================================== --- head/math/yacas/Makefile Tue Jul 2 09:32:06 2019 (r505669) +++ head/math/yacas/Makefile Tue Jul 2 11:11:21 2019 (r505670) @@ -2,33 +2,32 @@ # $FreeBSD$ PORTNAME= yacas -PORTVERSION= 1.6.0 -PORTREVISION= 4 +PORTVERSION= 1.7.0 +PORTREVISION= 0 DISTVERSIONPREFIX= v CATEGORIES= math MAINTAINER= gahr@FreeBSD.org COMMENT= Yet Another Computer Algebra System -LICENSE= GPLv2 +LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -TEST_DEPENDS= bash:shells/bash +TEST_DEPENDS= bash:shells/bash \ -OPTIONS_DEFINE= DOCS -DOCS_CMAKE_ON= -DENABLE_DOCS:BOOL=ON \ - -DDOCSDIR:STRING=${DOCSDIR_REL} \ +BUILD_DEPENDS= gtest-config:devel/googletest + +CMAKE_ARGS= -DENABLE_DOCS:BOOL=OFF \ -DENABLE_CYACAS_CONSOLE:BOOL=ON \ -DENABLE_CYACAS_KERNEL:BOOL=OFF \ -DENABLE_CYACAS_GUI:BOOL=OFF \ - -DENABLE_JYACAS:BOOL=OFF -DOCS_BUILD_DEPENDS= sphinx-autogen:textproc/py-sphinx + -DENABLE_JYACAS:BOOL=OFF \ + -DENABLE_CYACAS_UNIT_TESTS:BOOL=ON \ + -DENABLE_CYACAS_BENCHMARKS:BOOL=OFF -PORTDOCS= * - TEST_TARGET= test -USES= cmake compiler:c++11-lib +USES= cmake compiler:c++17-lang USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= grzegorzmazur Modified: head/math/yacas/distinfo ============================================================================== --- head/math/yacas/distinfo Tue Jul 2 09:32:06 2019 (r505669) +++ head/math/yacas/distinfo Tue Jul 2 11:11:21 2019 (r505670) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478519781 -SHA256 (grzegorzmazur-yacas-v1.6.0_GH0.tar.gz) = a6a37b91fde6692e1de13199b764d97ca00a4ce020dc9a31f0e4c6bf4cdb5f0b -SIZE (grzegorzmazur-yacas-v1.6.0_GH0.tar.gz) = 2498096 +TIMESTAMP = 1561628894 +SHA256 (grzegorzmazur-yacas-v1.7.0_GH0.tar.gz) = 3e56980ca34d527cf1e2d5394e2078313d1a5605559ded3f9997ed8b29325313 +SIZE (grzegorzmazur-yacas-v1.7.0_GH0.tar.gz) = 2610016 Modified: head/math/yacas/pkg-plist ============================================================================== --- head/math/yacas/pkg-plist Tue Jul 2 09:32:06 2019 (r505669) +++ head/math/yacas/pkg-plist Tue Jul 2 11:11:21 2019 (r505670) @@ -23,10 +23,12 @@ include/yacas/lispobject.h include/yacas/lispoperator.h include/yacas/lispparser.h include/yacas/lispstring.h -include/yacas/lisptype.h include/yacas/lispuserfunc.h include/yacas/mathcommands.h include/yacas/mathuserfunc.h +include/yacas/mempool.h +include/yacas/mp/nn.hpp +include/yacas/mp/zz.hpp include/yacas/noncopyable.h include/yacas/numbers.h include/yacas/patcher.h @@ -39,7 +41,6 @@ include/yacas/standard.h include/yacas/standard.inl include/yacas/string_utils.h include/yacas/stringio.h -include/yacas/stubs.h include/yacas/substitute.h include/yacas/tokenizer.h include/yacas/utf8.h @@ -50,6 +51,7 @@ include/yacas/xmltokenizer.h include/yacas/yacas.h include/yacas/yacas_version.h lib/libyacas.a +lib/libyacas_mp.a %%DATADIR%%/scripts/array.rep/code.ys %%DATADIR%%/scripts/array.rep/code.ys.def %%DATADIR%%/scripts/assoc.rep/code.ys @@ -168,6 +170,8 @@ lib/libyacas.a %%DATADIR%%/scripts/predicates.rep/code.ys.def %%DATADIR%%/scripts/probability.rep/code.ys %%DATADIR%%/scripts/probability.rep/code.ys.def +%%DATADIR%%/scripts/products.rep/code.ys +%%DATADIR%%/scripts/products.rep/code.ys.def %%DATADIR%%/scripts/pslq.rep/code.ys %%DATADIR%%/scripts/pslq.rep/code.ys.def %%DATADIR%%/scripts/r_form.rep/code.ys