pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/fricas Update to FriCAS 1.0.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9aebed8b2e7c
branches:  trunk
changeset: 392355:9aebed8b2e7c
user:      asau <asau%pkgsrc.org@localhost>
date:      Thu Apr 30 19:55:47 2009 +0000

description:
Update to FriCAS 1.0.6

Notable changes (compared to 1.0.5 version) include:

- the axiom script is no longer installed (use fricas script instead)
- some undesirable simplification are no longer done by default,
  for example now asin(sin(3)) is left unevaluated
- support lambda expressions using '+->' syntax and nested functions
  in Spad
- better configure, support for Dragonfly BSD
- faster bootstrap, also parallel (this does not affect speed
  of release build)

Several bug fixes, in particular:

- fixed a regression introduced in 1.0.4 which caused equality
  for nested products to sometimes give wrong result
- corrected fixed output of floating point numbers,
- operations on differential operators like symmetric power work now
- fixed crashes related to coercing power series
- functions returning Void can be traced

diffstat:

 math/fricas/Makefile |  12 ++----------
 math/fricas/PLIST    |   3 +--
 math/fricas/distinfo |   8 ++++----
 3 files changed, 7 insertions(+), 16 deletions(-)

diffs (49 lines):

diff -r 7fe7c33e6059 -r 9aebed8b2e7c math/fricas/Makefile
--- a/math/fricas/Makefile      Thu Apr 30 18:51:02 2009 +0000
+++ b/math/fricas/Makefile      Thu Apr 30 19:55:47 2009 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2009/03/08 17:17:02 asau Exp $
+# $NetBSD: Makefile,v 1.7 2009/04/30 19:55:47 asau Exp $
 
-PKGNAME=               fricas-1.0.5
+PKGNAME=               fricas-1.0.6
 DISTNAME=              ${PKGNAME_NOREV}-full
-PKGREVISION=           1
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=fricas/}
 EXTRACT_SUFX=          .tar.bz2
@@ -31,11 +30,4 @@
 INSTALL_UNSTRIPPED=    yes     # don't strip AXIOMsys, it breaks FFI
 .endif
 
-# Fix BSD Family pattern:
-SUBST_CLASSES+=                        dragonfly
-SUBST_STAGE.dragonfly=         post-patch
-SUBST_MESSAGE.dragonfly=       Fixing BSD Family pattern
-SUBST_FILES.dragonfly=         configure
-SUBST_SED.dragonfly=           -e 's/\*bsd\*)/*bsd*|*dragonfly*)/'
-
 .include "../../mk/bsd.pkg.mk"
diff -r 7fe7c33e6059 -r 9aebed8b2e7c math/fricas/PLIST
--- a/math/fricas/PLIST Thu Apr 30 18:51:02 2009 +0000
+++ b/math/fricas/PLIST Thu Apr 30 19:55:47 2009 +0000
@@ -1,5 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2009/01/27 15:54:23 asau Exp $
-bin/axiom
+@comment $NetBSD: PLIST,v 1.3 2009/04/30 19:55:47 asau Exp $
 bin/efricas
 bin/fricas
 lib/fricas/emacs/fricas-cpl.el
diff -r 7fe7c33e6059 -r 9aebed8b2e7c math/fricas/distinfo
--- a/math/fricas/distinfo      Thu Apr 30 18:51:02 2009 +0000
+++ b/math/fricas/distinfo      Thu Apr 30 19:55:47 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2009/01/27 15:54:23 asau Exp $
+$NetBSD: distinfo,v 1.3 2009/04/30 19:55:47 asau Exp $
 
-SHA1 (fricas-1.0.5-full.tar.bz2) = 6668123652d062ba3a9ead8a72661846227a06d6
-RMD160 (fricas-1.0.5-full.tar.bz2) = bc11531b479e5f92493d3d8fe4dc525c112e5faa
-Size (fricas-1.0.5-full.tar.bz2) = 9006445 bytes
+SHA1 (fricas-1.0.6-full.tar.bz2) = eb496e30dfe10deac8aee32404d47eb0dab2fb96
+RMD160 (fricas-1.0.6-full.tar.bz2) = 8b6999ad4886e179ad29a9533dc646f05f48a86d
+Size (fricas-1.0.6-full.tar.bz2) = 8998892 bytes



Home | Main Index | Thread Index | Old Index