svn commit: r505670 - in head/math/yacas: . files
Pietro Cerutti
gahr at FreeBSD.org
Tue Jul 2 11:11:22 UTC 2019
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 at 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
More information about the svn-ports-all
mailing list