- update maxima to 5.13.0

from pedro martelletto with some tweaks by me
This commit is contained in:
jasper 2007-11-25 14:56:09 +00:00
parent a6751245d8
commit ee215b868d
4 changed files with 1003 additions and 143 deletions

View File

@ -1,10 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2007/09/15 18:44:36 steven Exp $
# $OpenBSD: Makefile,v 1.7 2007/11/25 14:56:09 jasper Exp $
COMMENT= GPL computer algebra system based on DOE Macsyma
VERSION= 5.9.0
VERSION= 5.13.0
DISTNAME= maxima-${VERSION}
PKGNAME= maxima-${VERSION}p1
CATEGORIES= math
HOMEPAGE= http://maxima.sourceforge.net/
@ -17,10 +16,12 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
USE_GMAKE= yes
CONFIGURE_STYLE= gnu
RUN_DEPENDS= :clisp-*:lang/clisp
RUN_DEPENDS= :clisp->=2.42:lang/clisp
BUILD_DEPENDS= ${RUN_DEPENDS}
WANTLIB += c m ncurses readline sigsegv
SUBST_VARS= VERSION

View File

@ -1,5 +1,5 @@
MD5 (maxima-5.9.0.tar.gz) = odbW7Wr7DuvwPfhlwKGfGQ==
RMD160 (maxima-5.9.0.tar.gz) = SQCCwQJbgcuoGtbpRgXh64p9c+U=
SHA1 (maxima-5.9.0.tar.gz) = pgT3yY+zT4AnPLzx32KabVu22Ag=
SHA256 (maxima-5.9.0.tar.gz) = p0ersRRcN01cgzgMLyK0qYOMOd7aAyTpUdJ7mz6BUmY=
SIZE (maxima-5.9.0.tar.gz) = 7116131
MD5 (maxima-5.13.0.tar.gz) = cxe6IvxIVVSxWs62vCJUKw==
RMD160 (maxima-5.13.0.tar.gz) = LskWePjGpvhj1rpEjymXk+Usgio=
SHA1 (maxima-5.13.0.tar.gz) = yqxTIm+iUaIrV3wvdtwXGRPnEyM=
SHA256 (maxima-5.13.0.tar.gz) = liXgl4X4j3OPr0CtZIiazRcyjgQ8Oe9a1W8xctdq8Yc=
SIZE (maxima-5.13.0.tar.gz) = 19216173

View File

@ -1,9 +1,9 @@
Maxima is a descendant of DOE Macsyma, which had its origins in the
late 1960s at MIT. It is the only system based on that effort still
publicly available and with an active user community, thanks to its
open source nature. Macsyma was the first of a new breed of computer
algebra systems, leading the way for programs such as Maple and
Mathematica. Maxima itself is reasonably feature complete at this
stage, with abilities such as symbolic integration, 3D plotting, and
an ODE solver, but there is a lot of work yet to be done in terms of
bug fixing, cleanup, and documentation.
Maxima is a descendant of DOE Macsyma, which had its origins in the late
1960s at MIT. It is the only system based on that effort still publicly
available and with an active user community, thanks to its open source
nature. Macsyma was the first of a new breed of computer algebra
systems, leading the way for programs such as Maple and Mathematica.
Maxima itself is reasonably feature complete at this stage, with
abilities such as symbolic integration, 3D plotting, and an ODE solver,
but there is a lot of work yet to be done in terms of bug fixing,
cleanup, and documentation.

File diff suppressed because it is too large Load Diff