summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorasau <asau>2009-04-30 19:55:47 +0000
committerasau <asau>2009-04-30 19:55:47 +0000
commit153b96363db6f322a39c04553804e88b82dffbd6 (patch)
tree44ba4c488c0c7b59547e56364eea36190d912345
parent63fe3b3e8a14615ce8404183325a722431271479 (diff)
downloadpkgsrc-153b96363db6f322a39c04553804e88b82dffbd6.tar.gz
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
-rw-r--r--math/fricas/Makefile12
-rw-r--r--math/fricas/PLIST3
-rw-r--r--math/fricas/distinfo8
3 files changed, 7 insertions, 16 deletions
diff --git a/math/fricas/Makefile b/math/fricas/Makefile
index cb3ac5f8383..98c8dc0bfe3 100644
--- a/math/fricas/Makefile
+++ b/math/fricas/Makefile
@@ -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 @@ MAKE_JOBS_SAFE= no
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 --git a/math/fricas/PLIST b/math/fricas/PLIST
index cc63dc8add8..6ccc1cb50f9 100644
--- a/math/fricas/PLIST
+++ b/math/fricas/PLIST
@@ -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 --git a/math/fricas/distinfo b/math/fricas/distinfo
index 02281f572ca..47a1cf0aaa9 100644
--- a/math/fricas/distinfo
+++ b/math/fricas/distinfo
@@ -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