summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2007-03-20 16:11:55 +0000
committerdrochner <drochner@pkgsrc.org>2007-03-20 16:11:55 +0000
commit16e42a3022f814a00a677f2b19e0a70eb435927c (patch)
treedc21fe14e3e63e3fec8d82727318a94479dca94f /math
parentdff3e1df889980e8206636b25a2420715008bffc (diff)
downloadpkgsrc-16e42a3022f814a00a677f2b19e0a70eb435927c.tar.gz
update to 1.0.63
changes: fixes, documentation improvements, cleanup, improvements to OpenMath support
Diffstat (limited to 'math')
-rw-r--r--math/yacas/Makefile6
-rw-r--r--math/yacas/PLIST6
-rw-r--r--math/yacas/distinfo10
-rw-r--r--math/yacas/patches/patch-aa15
4 files changed, 21 insertions, 16 deletions
diff --git a/math/yacas/Makefile b/math/yacas/Makefile
index 954ca1193e8..4a168e530ff 100644
--- a/math/yacas/Makefile
+++ b/math/yacas/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2007/02/20 19:04:14 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2007/03/20 16:11:55 drochner Exp $
#
-DISTNAME= yacas-1.0.59
-PKGREVISION= 2
+DISTNAME= yacas-1.0.63
CATEGORIES= math
MASTER_SITES= http://yacas.sourceforge.net/backups/
@@ -35,4 +34,5 @@ post-install:
.include "../../math/gsl/buildlink3.mk"
.include "../../x11/libXaw/buildlink3.mk"
.include "../../x11/libXi/buildlink3.mk"
+.include "../../devel/libltdl/convenience.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/yacas/PLIST b/math/yacas/PLIST
index 3dfdecb3a06..8eff694ed19 100644
--- a/math/yacas/PLIST
+++ b/math/yacas/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2007/02/20 19:04:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2007/03/20 16:11:55 drochner Exp $
bin/yacas
bin/yacas.sh
bin/yacas_client
@@ -189,6 +189,7 @@ share/yacas/fakedb.rep/code.ys
share/yacas/fakedb.rep/code.ys.def
share/yacas/functional.rep/code.ys
share/yacas/functional.rep/code.ys.def
+share/yacas/functional.rep/om.ys
share/yacas/glview.ys
share/yacas/html.rep/code.ys
share/yacas/html.rep/code.ys.def
@@ -200,6 +201,7 @@ share/yacas/include/arggetter.h
share/yacas/include/arrayclass.h
share/yacas/include/arrayclass.inl
share/yacas/include/choices.h
+share/yacas/include/codecomment.h
share/yacas/include/commandline.h
share/yacas/include/compressedfiles.h
share/yacas/include/core_yacasmain.h
@@ -290,6 +292,7 @@ share/yacas/io.rep/formula.ys
share/yacas/io.rep/print.ys
share/yacas/limit.rep/code.ys
share/yacas/limit.rep/code.ys.def
+share/yacas/limit.rep/om.ys
share/yacas/linalg.rep/code.ys
share/yacas/linalg.rep/code.ys.def
share/yacas/lists.rep/code.ys
@@ -320,6 +323,7 @@ share/yacas/numbers.rep/code.ys
share/yacas/numbers.rep/code.ys.def
share/yacas/numbers.rep/nthroot.ys
share/yacas/numbers.rep/nthroot.ys.def
+share/yacas/numbers.rep/om.ys
share/yacas/odesolver.rep/code.ys
share/yacas/odesolver.rep/code.ys.def
share/yacas/openmath.rep/code.ys
diff --git a/math/yacas/distinfo b/math/yacas/distinfo
index 75e127c9d93..ce9eab715fe 100644
--- a/math/yacas/distinfo
+++ b/math/yacas/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2005/10/25 17:55:56 drochner Exp $
+$NetBSD: distinfo,v 1.9 2007/03/20 16:11:56 drochner Exp $
-SHA1 (yacas-1.0.59.tar.gz) = dbc8048175498285115025f70f84c2c4614bd8e0
-RMD160 (yacas-1.0.59.tar.gz) = 7354b741558cb995a09f9d0f37fba9f4f9c76d17
-Size (yacas-1.0.59.tar.gz) = 2095949 bytes
-SHA1 (patch-aa) = 5b16cdd2fed2697d78dd1ebb594cfaedbe47e751
+SHA1 (yacas-1.0.63.tar.gz) = d6c73390f9562a5f5b1bc572119431006daf988a
+RMD160 (yacas-1.0.63.tar.gz) = 7a17c88756874a245eba7961d19b73d4fc45a840
+Size (yacas-1.0.63.tar.gz) = 2145848 bytes
+SHA1 (patch-aa) = ebc0cc0db1e205d3afadb7c12a69254ac6f78bcc
diff --git a/math/yacas/patches/patch-aa b/math/yacas/patches/patch-aa
index a91cbe50f60..c722e7fc748 100644
--- a/math/yacas/patches/patch-aa
+++ b/math/yacas/patches/patch-aa
@@ -1,15 +1,16 @@
-$NetBSD: patch-aa,v 1.6 2004/07/05 10:54:16 drochner Exp $
+$NetBSD: patch-aa,v 1.7 2007/03/20 16:11:56 drochner Exp $
---- ./scripts/osdep.rep/code.ys.orig 2003-04-17 23:12:02.000000000 +0200
+--- ./scripts/osdep.rep/code.ys.orig 2006-03-26 14:49:14.000000000 +0200
+++ ./scripts/osdep.rep/code.ys
-@@ -8,8 +8,9 @@ PlatformOS() := Eval(
- If(GreaterThan(Length(OSVersion()),6) And StringMid(1,6,OSVersion()) = "darwin", "Unix",
+@@ -8,9 +8,10 @@ PlatformOS() := Eval(
+ If(GreaterThan(Length(OSVersion()),6) And StringMid(1,6,OSVersion()) = "darwin", "Unix",
If(GreaterThan(Length(OSVersion()),7) And StringMid(1,7,OSVersion()) = "solaris", "Unix",
If(GreaterThan(Length(OSVersion()),7) And StringMid(1,7,OSVersion()) = "freebsd", "Unix",
+ If(GreaterThan(Length(OSVersion()),6) And StringMid(1,6,OSVersion()) = "netbsd", "Unix",
- If(OSVersion() = "Win32", "Win32",
-- /* otherwise */ Check(False, "Unsupported platform ":OSVersion())))))));
-+ /* otherwise */ Check(False, "Unsupported platform ":OSVersion()))))))));
+ If(OSVersion() = "Win32", "Win32",
+ If(OSVersion() = "cygwin", "Unix",
+- /* otherwise */ Check(False, "Unsupported platform ":OSVersion()))))))));
++ /* otherwise */ Check(False, "Unsupported platform ":OSVersion())))))))));
// this lists the available OS-specific modules
SupportedOSes :=