Update to Maxima 5.17.1 (clean up).

Notable changes since previous (5.16.3) release:
- extensions and changes to the factorial functions (including double and
general factorial functions);
- extensions and improvements of the Gamma functions (including incomplete,
generalized incomplete, regularized incomplete Gamma functions, logarithm
of Gamma function);
- extension and implementation of the Error functions ("erf" functions family).
This commit is contained in:
Aleksej Saushev 2008-12-20 00:00:02 +00:00 committed by Thomas Klausner
parent 1feb62818f
commit 34dac74a1d

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.9 2008/12/15 17:16:51 asau Exp $
# $NetBSD: Makefile,v 1.10 2008/12/20 00:00:02 asau Exp $
#
PKGNAME= maxima-5.17.1
DISTNAME= maxima-5.17.1
# On updates, please make sure editors/TeXmacs knows about the new
# version number.
@ -13,36 +12,19 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://maxima.sourceforge.net/
COMMENT= Computer algebra system
CVS_REPOSITORIES= maxima
CVS_ROOT.maxima= :pserver:anonymous:@maxima.cvs.sourceforge.net:/cvsroot/maxima
#WRKSRC= ${WRKDIR}/maxima
# 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+= aclocal automake autoconf
USE_TOOLS+= makeinfo
USE_TOOLS+= perl
REPLACE_SH= doc/misc/grepforvariables.sh
CONFIGURE_ENV= VERSION=${PKGVERSION}
INFO_FILES= yes
TEST_TARGET= check
.include "options.mk"
SUBST_CLASSES+= fix-version
SUBST_STAGE.fix-version= post-patch
SUBST_MESSAGE.fix-version= Fixing package version.
SUBST_FILES.fix-version= configure.in
SUBST_SED.fix-version= -e 's:AM_INIT_AUTOMAKE(maxima,5.16post):AM_INIT_AUTOMAKE(maxima,${PKGVERSION}):'
# pre-configure:
# cd ${WRKSRC} && ./bootstrap
#.include "../../wip/mk/cvs-package.mk"
.include "../../mk/bsd.pkg.mk"