1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

Re-add port: math/fricas: Advanced computer algebra system

It was removed in r418057.
This commit is contained in:
Yuri Victorovich 2018-06-28 08:33:10 +00:00
parent 1e35e676e8
commit 66dc1a7895
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473488
6 changed files with 3009 additions and 1 deletions

1
MOVED
View File

@ -8370,7 +8370,6 @@ graphics/whirlgif||2016-07-04|Has expired: Broken for more than 6 months
graphics/libaux||2016-07-04|Has expired: Broken for more than 6 months
graphics/import-pictures||2016-07-04|Has expired: Broken for more than 6 months
math/xgobi||2016-07-04|Has expired: Broken for more than 6 months
math/fricas||2016-07-04|Has expired: Broken for more than 6 months
math/dcdflib||2016-07-04|Has expired: Broken for more than 6 months
math/libneural||2016-07-04|Has expired: Broken for more than 6 months
math/open-axiom||2016-07-04|Has expired: Broken for more than 6 months

View File

@ -202,6 +202,7 @@
SUBDIR += fpc-gmp
SUBDIR += fpc-numlib
SUBDIR += freemat
SUBDIR += fricas
SUBDIR += fxt
SUBDIR += g2o
SUBDIR += galculator

28
math/fricas/Makefile Normal file
View File

@ -0,0 +1,28 @@
# $FreeBSD$
PORTNAME= fricas
DISTVERSION= 1.3.4
DISTVERSIONSUFFIX= -full
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION}/
MAINTAINER= yuri@FreeBSD.org
COMMENT= Advanced computer algebra system
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/license/LICENSE.AXIOM
BUILD_DEPENDS= sbcl:lang/sbcl
USES= autoreconf gmake tar:bz2
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-lisp=sbcl
USE_XORG= ice sm x11 xpm
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
STRIP= #these binaries fail if stripped
PLIST_SUB= HOST_ARCH="${CONFIGURE_TARGET}"
.include <bsd.port.mk>

3
math/fricas/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1530168976
SHA256 (fricas-1.3.4-full.tar.bz2) = fd94bb0ff5f4de1dc10eef37446a6e7b5bf14d61852089002a7e0813be4ad394
SIZE (fricas-1.3.4-full.tar.bz2) = 10381144

8
math/fricas/pkg-descr Normal file
View File

@ -0,0 +1,8 @@
FriCAS is an advanced computer algebra system. Its capabilities range from
calculus (integration and differentiation) to abstract algebra. It can plot
functions and has integrated help system.
FriCAS a fork of Axiom project -- its starting point was wh-sandbox branch
of the Axiom project.
WWW: http://fricas.sourceforge.net

2969
math/fricas/pkg-plist Normal file

File diff suppressed because it is too large Load Diff