Date: Mon, 7 Nov 2016 12:27:39 +0000 (UTC) From: Pietro Cerutti <gahr@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425612 - head/math/yacas Message-ID: <201611071227.uA7CRdps023226@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gahr Date: Mon Nov 7 12:27:38 2016 New Revision: 425612 URL: https://svnweb.freebsd.org/changeset/ports/425612 Log: math/yacas: update to 1.6.0 The Graphical User Interface (yacas-gui) and the kernel for Jupyter Notebook (yacas-kernel) are not enabled. Release notes: http://www.yacas.org/release_1_6_0/ Modified: head/math/yacas/Makefile head/math/yacas/distinfo head/math/yacas/pkg-plist Modified: head/math/yacas/Makefile ============================================================================== --- head/math/yacas/Makefile Mon Nov 7 12:24:07 2016 (r425611) +++ head/math/yacas/Makefile Mon Nov 7 12:27:38 2016 (r425612) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= yacas -PORTVERSION= 1.5.0 +PORTVERSION= 1.6.0 DISTVERSIONPREFIX= v CATEGORIES= math @@ -12,14 +12,20 @@ COMMENT= Yet Another Computer Algebra Sy LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +TEST_DEPENDS= bash:shells/bash + OPTIONS_DEFINE= DOCS -DOCS_CMAKE_ON= -DENABLE_DOCS:BOOL=ON -DDOCSDIR:STRING=${DOCSDIR_REL} +DOCS_CMAKE_ON= -DENABLE_DOCS:BOOL=ON \ + -DDOCSDIR:STRING=${DOCSDIR_REL} \ + -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 PORTDOCS= * TEST_TARGET= test -TEST_DEPENDS= bash:shells/bash USES= cmake:outsource compiler:c++11-lib USE_LDCONFIG= yes Modified: head/math/yacas/distinfo ============================================================================== --- head/math/yacas/distinfo Mon Nov 7 12:24:07 2016 (r425611) +++ head/math/yacas/distinfo Mon Nov 7 12:27:38 2016 (r425612) @@ -1,2 +1,3 @@ -SHA256 (grzegorzmazur-yacas-v1.5.0_GH0.tar.gz) = 2ae2516959633898f978002f4d676f3a56c376a4ccb5ab53a0727b1dccc7de7f -SIZE (grzegorzmazur-yacas-v1.5.0_GH0.tar.gz) = 1303766 +TIMESTAMP = 1478519781 +SHA256 (grzegorzmazur-yacas-v1.6.0_GH0.tar.gz) = a6a37b91fde6692e1de13199b764d97ca00a4ce020dc9a31f0e4c6bf4cdb5f0b +SIZE (grzegorzmazur-yacas-v1.6.0_GH0.tar.gz) = 2498096 Modified: head/math/yacas/pkg-plist ============================================================================== --- head/math/yacas/pkg-plist Mon Nov 7 12:24:07 2016 (r425611) +++ head/math/yacas/pkg-plist Mon Nov 7 12:27:38 2016 (r425612) @@ -5,8 +5,6 @@ include/yacas/anumber.inl include/yacas/arggetter.h include/yacas/arrayclass.h include/yacas/associationclass.h -include/yacas/commandline.h -include/yacas/core_yacasmain.h include/yacas/corefunctions.h include/yacas/deffile.h include/yacas/errors.h @@ -39,23 +37,18 @@ include/yacas/platmath.h include/yacas/refcount.h include/yacas/standard.h include/yacas/standard.inl -include/yacas/stdcommandline.h include/yacas/string_utils.h include/yacas/stringio.h include/yacas/stubs.h include/yacas/substitute.h include/yacas/tokenizer.h -include/yacas/unixcommandline.h include/yacas/utf8.h include/yacas/utf8/checked.h include/yacas/utf8/core.h include/yacas/utf8/unchecked.h -include/yacas/win32commandline.h include/yacas/xmltokenizer.h include/yacas/yacas.h -include/yacas/yacas_config.h include/yacas/yacas_version.h -include/yacas/yacasprivate.h lib/libyacas.a %%DATADIR%%/scripts/array.rep/code.ys %%DATADIR%%/scripts/array.rep/code.ys.def @@ -75,6 +68,8 @@ lib/libyacas.a %%DATADIR%%/scripts/constants.rep/om.ys %%DATADIR%%/scripts/controlflow.rep/code.ys %%DATADIR%%/scripts/controlflow.rep/code.ys.def +%%DATADIR%%/scripts/cse.rep/cse.ys +%%DATADIR%%/scripts/cse.rep/cse.ys.def %%DATADIR%%/scripts/debug.rep/code.ys %%DATADIR%%/scripts/debug.rep/code.ys.def %%DATADIR%%/scripts/deffunc.rep/code.ys @@ -159,6 +154,8 @@ lib/libyacas.a %%DATADIR%%/scripts/padic.rep/code.ys.def %%DATADIR%%/scripts/patterns.rep/code.ys %%DATADIR%%/scripts/patterns.rep/code.ys.def +%%DATADIR%%/scripts/physics.rep/quantum/clebsch-gordan.ys +%%DATADIR%%/scripts/physics.rep/quantum/clebsch-gordan.ys.def %%DATADIR%%/scripts/plots.rep/backends-2d.ys %%DATADIR%%/scripts/plots.rep/backends-3d.ys %%DATADIR%%/scripts/plots.rep/code.ys
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611071227.uA7CRdps023226>