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.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8cbcf762265c
branches:  trunk
changeset: 395808:8cbcf762265c
user:      asau <asau%pkgsrc.org@localhost>
date:      Mon Jul 13 19:57:22 2009 +0000

description:
Update to FriCAS 1.0.7

Changes:
- Comparisons between elements of the Expression domain are undefined.
  Earlier versions gave confusing results for expressions like '\%e < \%pi',
  now FriCAS will complain about '<' being undefined.
- A domain for general quaternions was added.
- Equality in Any is now more reasonable -- it uses equality from
  underlying domain if available.
- Messages about loading of components are switched off by default.
- Release build benefits from parallel make.
- In Spad code a single quote now means that the following token
  is a symbol.
- Reorganization of algebra sources, in particular several types
  have changed (this may affect users Spad code).

Bug fixes, in particular:
- Categories with default package can be used just after definition
  (fixes 1.0.6 regression).
- Plots involving 0 or 1 work now.
- Numbers in radix bigger than 10 appear correctly in TeX output.
- Fixed browser crashes when displaying some domains.
- Fix horizontal display of fractions.
- Allow local domains in conditionals (in Spad code).
- Fixed a problem with splitting polynomials and nested extensions.

diffstat:

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

diffs (85 lines):

diff -r c7cdb6199edf -r 8cbcf762265c math/fricas/Makefile
--- a/math/fricas/Makefile      Mon Jul 13 19:45:40 2009 +0000
+++ b/math/fricas/Makefile      Mon Jul 13 19:57:22 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2009/04/30 19:55:47 asau Exp $
+# $NetBSD: Makefile,v 1.8 2009/07/13 19:57:22 asau Exp $
 
-PKGNAME=               fricas-1.0.6
+PKGNAME=               fricas-1.0.7
 DISTNAME=              ${PKGNAME_NOREV}-full
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=fricas/}
@@ -10,6 +10,8 @@
 HOMEPAGE=              http://fricas.sourceforge.net/
 COMMENT=               FriCAS is a fork of the Axiom computer algebra system
 
+LICENSE=               modified-bsd
+
 WRKSRC=                        ${WRKDIR}/${PKGNAME_NOREV}
 
 BUILD_DEPENDS+=                noweb-[0-9]*:../../devel/noweb
@@ -22,7 +24,6 @@
 
 # Problems:
 # 4. Emacs files should go into "site-lisp".
-# 5. view3D hangs sometimes (?), killing it doesn't affect binary package.
 
 .include "options.mk"
 
diff -r c7cdb6199edf -r 8cbcf762265c math/fricas/PLIST
--- a/math/fricas/PLIST Mon Jul 13 19:45:40 2009 +0000
+++ b/math/fricas/PLIST Mon Jul 13 19:57:22 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2009/06/14 20:47:52 joerg Exp $
+@comment $NetBSD: PLIST,v 1.6 2009/07/13 19:57:22 asau Exp $
 bin/efricas
 bin/fricas
 lib/fricas/emacs/fricas-cpl.el
@@ -116,6 +116,7 @@
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMM.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMMONOP.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMMUPC.${FASL}
+lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPAR.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPCAT-.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPCAT.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/COMPFACT.${FASL}
@@ -290,7 +291,7 @@
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLOATCP.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FLOATRP.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FM.${FASL}
-lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FM1.${FASL}
+lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FM2.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMC.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMCAT.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/FMFUN.${FASL}
@@ -838,6 +839,7 @@
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QFORM.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUAGG.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUAT.${FASL}
+lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUAT2.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUATCAT-.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUATCAT.${FASL}
 lib/fricas/target/${MACHINE_GNU_PLATFORM}/algebra/QUATCT2.${FASL}
@@ -1942,6 +1944,8 @@
 ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/POLY.pht
 ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT.ht
 ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT.pht
+${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT2.ht
+${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/QUAT2.pht
 ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/RADIX.ht
 ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/RADIX.pht
 ${x11}lib/fricas/target/${MACHINE_GNU_PLATFORM}/share/hypertex/pages/RECLOS.ht
diff -r c7cdb6199edf -r 8cbcf762265c math/fricas/distinfo
--- a/math/fricas/distinfo      Mon Jul 13 19:45:40 2009 +0000
+++ b/math/fricas/distinfo      Mon Jul 13 19:57:22 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/04/30 19:55:47 asau Exp $
+$NetBSD: distinfo,v 1.4 2009/07/13 19:57:22 asau Exp $
 
-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
+SHA1 (fricas-1.0.7-full.tar.bz2) = 7f33cafc085ed70c37ba4073e7288be295b3b064
+RMD160 (fricas-1.0.7-full.tar.bz2) = 8d33707f1828835d105588721242eca68219afe1
+Size (fricas-1.0.7-full.tar.bz2) = 9007793 bytes



Home | Main Index | Thread Index | Old Index