3fc0c9473c
Backwards-incompatible changes: * cut out broken code intended to support xgraph New items in core: * function bfallroots to compute polynomial roots with bigfloats * general scheme for integrals of special functions * exponential integrals * incomplete beta function * Fresnel integrals * Lambert W function New items in share: * package minpack * package colnew * package z_transform * package finance Other revisions: * additional special cases of integrals of power functions * bigfloat arithmetic * special functions (beta, gamma, error, Bessel, elliptic and inverse elliptic, hypergeometric, Laplace functions and friends) * new version of Imaxima user interface * recognize integers in base greater than 10 * tex function can assign user function as TeX property * revision and translation of message strings (incomplete) * documentation revisions throughout * patches for Clozure CL throughout * build Maxima with ECL via build system used for other Lisps * minor code clean-up throughout * other improvements and bug fixes
29 lines
737 B
Makefile
29 lines
737 B
Makefile
# $NetBSD: Makefile,v 1.21 2009/04/29 18:26:50 asau Exp $
|
|
#
|
|
|
|
DISTNAME= maxima-5.18.1
|
|
# On updates, please make sure editors/TeXmacs knows about the new
|
|
# version number.
|
|
# (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
|
|
CATEGORIES= math
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=maxima/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://maxima.sourceforge.net/
|
|
COMMENT= Computer algebra system
|
|
|
|
# Note: lisp backend is depended and setup up for in options.mk
|
|
DEPENDS+= tk-[0-9]*:../../x11/tk
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= makeinfo perl
|
|
REPLACE_SH= doc/misc/grepforvariables.sh
|
|
|
|
INFO_FILES= yes
|
|
TEST_TARGET= check
|
|
|
|
.include "options.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|