head 1.8; access; symbols pkgsrc-2013Q2:1.8.0.10 pkgsrc-2013Q2-base:1.8 pkgsrc-2012Q4:1.8.0.8 pkgsrc-2012Q4-base:1.8 pkgsrc-2011Q4:1.8.0.6 pkgsrc-2011Q4-base:1.8 pkgsrc-2011Q2:1.8.0.4 pkgsrc-2011Q2-base:1.8 pkgsrc-2009Q4:1.8.0.2 pkgsrc-2009Q4-base:1.8 pkgsrc-2009Q2:1.7.0.24 pkgsrc-2009Q2-base:1.7 pkgsrc-2009Q1:1.7.0.22 pkgsrc-2009Q1-base:1.7 pkgsrc-2008Q4:1.7.0.20 pkgsrc-2008Q4-base:1.7 pkgsrc-2008Q3:1.7.0.18 pkgsrc-2008Q3-base:1.7 cube-native-xorg:1.7.0.16 cube-native-xorg-base:1.7 pkgsrc-2008Q2:1.7.0.14 pkgsrc-2008Q2-base:1.7 cwrapper:1.7.0.12 pkgsrc-2008Q1:1.7.0.10 pkgsrc-2008Q1-base:1.7 pkgsrc-2007Q4:1.7.0.8 pkgsrc-2007Q4-base:1.7 pkgsrc-2007Q3:1.7.0.6 pkgsrc-2007Q3-base:1.7 pkgsrc-2007Q2:1.7.0.4 pkgsrc-2007Q2-base:1.7 pkgsrc-2007Q1:1.7.0.2 pkgsrc-2007Q1-base:1.7 pkgsrc-2006Q4:1.6.0.20 pkgsrc-2006Q4-base:1.6 pkgsrc-2006Q3:1.6.0.18 pkgsrc-2006Q3-base:1.6 pkgsrc-2006Q2:1.6.0.16 pkgsrc-2006Q2-base:1.6 pkgsrc-2006Q1:1.6.0.14 pkgsrc-2006Q1-base:1.6 pkgsrc-2005Q4:1.6.0.12 pkgsrc-2005Q4-base:1.6 pkgsrc-2005Q3:1.6.0.10 pkgsrc-2005Q3-base:1.6 pkgsrc-2005Q2:1.6.0.8 pkgsrc-2005Q2-base:1.6 pkgsrc-2005Q1:1.6.0.6 pkgsrc-2005Q1-base:1.6 pkgsrc-2004Q4:1.6.0.4 pkgsrc-2004Q4-base:1.6 pkgsrc-2004Q3:1.6.0.2 pkgsrc-2004Q3-base:1.6 pkgsrc-2004Q2:1.5.0.6 pkgsrc-2004Q2-base:1.5 pkgsrc-2004Q1:1.5.0.4 pkgsrc-2004Q1-base:1.5 pkgsrc-2003Q4:1.5.0.2 pkgsrc-2003Q4-base:1.5 buildlink2-base:1.5 netbsd-1-5-PATCH001:1.4 netbsd-1-5-RELEASE:1.2 netbsd-1-4-PATCH003:1.2 netbsd-1-4-PATCH002:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.8 date 2009.09.05.13.07.09; author asau; state dead; branches; next 1.7; 1.7 date 2007.03.20.16.11.56; author drochner; state Exp; branches; next 1.6; 1.6 date 2004.07.05.10.54.16; author drochner; state Exp; branches; next 1.5; 1.5 date 2001.12.19.01.09.26; author dmcmahill; state dead; branches; next 1.4; 1.4 date 2000.12.05.19.02.05; author drochner; state Exp; branches; next 1.3; 1.3 date 2000.11.11.15.31.52; author dmcmahill; state Exp; branches; next 1.2; 1.2 date 2000.03.23.13.40.42; author agc; state Exp; branches; next 1.1; 1.1 date 2000.02.20.14.40.35; author dmcmahill; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2000.02.20.14.40.35; author dmcmahill; state Exp; branches; next ; desc @@ 1.8 log @ Update to YACAS 1.2.2. Changes unknown, ChangeLog says: "Changes are none, there is only the now." @ text @$NetBSD: patch-aa,v 1.7 2007/03/20 16:11:56 drochner Exp $ --- ./scripts/osdep.rep/code.ys.orig 2006-03-26 14:49:14.000000000 +0200 +++ ./scripts/osdep.rep/code.ys @@@@ -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", If(OSVersion() = "cygwin", "Unix", - /* otherwise */ Check(False, "Unsupported platform ":OSVersion())))))))); + /* otherwise */ Check(False, "Unsupported platform ":OSVersion()))))))))); // this lists the available OS-specific modules SupportedOSes := @ 1.7 log @update to 1.0.63 changes: fixes, documentation improvements, cleanup, improvements to OpenMath support @ text @d1 1 a1 1 $NetBSD$ @ 1.6 log @recognize "netbsd" as OS version @ text @d3 1 a3 1 --- ./scripts/osdep.rep/code.ys.orig 2003-04-17 23:12:02.000000000 +0200 d5 2 a6 2 @@@@ -8,8 +8,9 @@@@ PlatformOS() := Eval( If(GreaterThan(Length(OSVersion()),6) And StringMid(1,6,OSVersion()) = "darwin", "Unix", d10 4 a13 3 If(OSVersion() = "Win32", "Win32", - /* otherwise */ Check(False, "Unsupported platform ":OSVersion()))))))); + /* otherwise */ Check(False, "Unsupported platform ":OSVersion())))))))); @ 1.5 log @ many bug fixes and improvements such as: * small improvement to Arg(...) working on real numbers. * improved 'make test', no need to install before test any more. * VarList can now accept a second argument, a filter predicate. * Pattern matcher now allows extended prototypes, like PP(list_Contains("a")) <-- ... etcetera. * c-style tokenizer using CTokenizer() (DefaultTokenizer() switches back to the default tokenizer). * Great speed-up of function Assoc. * Christian Obrecht implemented the Rabin-Miller primality testing algorithm, which greatly improves the speed of IsPrime. * Orthogonal polynomials OrthoP, OrthoP,OrthoG,OrthoH,OrthoL, OrthoT,OrthoU implemented by Serge Winitzki. * various speedups, and a new memory manager, optimized for allocating many small blocks (which is the case in Yacas). * Changed the directory structure for the script files * Greatly improved Simplify function. * Added CurrentFile, CurrentLine functions * Implemented backquote mechanism: `(...) will substitute every @@a with the evaluation of a (and if a is a function the function name is replaced). The end result is evaluated. see substitute.cpp for more details many more... see http://www.xs4all.nl/~apinkus/changes.html for the complete list. @ text @d1 1 a1 1 $NetBSD: patch-aa,v 1.4 2000/12/05 19:02:05 drochner Exp $ d3 10 a12 10 --- src/Makefile.in.orig Sun Nov 19 01:39:17 2000 +++ src/Makefile.in Tue Nov 28 11:07:23 2000 @@@@ -89,7 +89,7 @@@@ # supports elf binaries? # -yacas_LDFLAGS = -ldl -rdynamic +yacas_LDFLAGS = -Wl,--export-dynamic testnum_SOURCES = anumber.cpp grower.cpp lispstring.cpp stdstubs.cpp testnum.cpp mathutil.cpp d14 2 @ 1.4 log @update to 1.0.43, another one without changing the distfile name. changelog 1.0.41-1.0.43: Added the YacasNotebook directory with the emacs shell to the repository. We have support for BeOS! Thanks to Eugenia Loli. Serious bugfix: the ^ operator wasn't working like it should. It was mapped to BitXor, and its precedence was wrong. Allowed CForm to accept if (predicate) body; and if (predicate) body else other; These routines need to be written still, however, for them to also work in Yacas itself. cleaned up some code. Speedup of 40% of general Yacas execution. Some improvements to the logic theorem prover so it can handle (a>b)-type epressions. added support for annotating expressions, with GetExtraInfo and SetExtraInfo. Initial checkin into sourceforge CVS. Thanks to Vladimir Livshits! Fixed some windows compilation problems. ElfDll being explicitly mentioned in mathcommands3.cc, and explicitly including elfdll.h. added initial versions for the c-like &, | % and ^ operators, and if (...) ... else ... . This will probably make it possible in the future to write code that is a lot more readable than If(..., ..., ...). The else clause binds to the last if, just like in c. So this means you can now enter expressions like: if(3 < 3) a else if (3 > 3) b else c; @ text @d1 1 a1 1 $NetBSD$ @ 1.3 log @update to yacas-1.0.41 there are about 8 pages of changes since the last packaged version (1.0.29). A complete list may be found at http://www.xs4all.nl/~apinkus/infoindex.html the changes include a large number of bug fixes, several new features such as - Implemented ContFrac, which makes a continued fraction expansion of a number. - Implemented Decimal. Decimal calculates an infinite decimal representation of a number. - Implemented LagrangeInterpolant, a way to create a polynomial that goes through certain points. - Implemented Select, which can select certain elements from a list based on a predicate test function. - Half-integer factorials (sent in by Serge Winitzki) - Added GetPrimeFactors. - Implemented RandomIntegerVector, RandomPoly. plus several others. @ text @d3 4 a6 3 --- src/Makefile.in.orig Sun Jul 9 14:25:04 2000 +++ src/Makefile.in Mon Jul 17 14:50:20 2000 @@@@ -90,5 +90,5 @@@@ d12 2 a13 1 testnum_SOURCES = anumber.cc grower.cc lispstring.cc stdstubs.cc testnum.cc mathutil.cc @ 1.2 log @Make this "highly portable program" compile on Solaris. @ text @d1 6 a6 1 $NetBSD: patch-aa,v 1.1.1.1 2000/02/20 14:40:35 dmcmahill Exp $ d8 2 a9 3 --- server/localsendreceive.cc.orig Mon Dec 13 03:34:42 1999 +++ server/localsendreceive.cc Thu Mar 23 12:11:34 2000 @@@@ -1,14 +1,21 @@@@ d11 1 a11 23 +#if !defined(__NetBSD__) #include #include - -#include +#endif +#include +#include +#include #include #include -#include +#include +#include #include +#if defined(__sun__) && defined(__svr4__) +#include +#endif #include void DBaseSendReceive(char* the_address,char* str,char* buffer,int max,int receive) @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ d3 3 a5 3 --- ./server/localsendreceive.cc.orig Sun Dec 12 22:34:42 1999 +++ ./server/localsendreceive.cc Sat Feb 19 15:31:49 2000 @@@@ -1,12 +1,16 @@@@ d24 3 d28 2 @ 1.1.1.1 log @Initial import of yacas-1.0.28 Yacas (Yet Another Computer Algebra System) is a small and highly flexible computer algebra language. The syntax uses a infix-operator grammar parser. The distribution contains a small library of mathematical functions, but its real strength is in the language in which you can easily write your own symbolic manipulation algorithms. It supports arbitrary precision arithmetic. The current version is 1.0.28 (the first release was 1.0.0). The language is very much in a finished state. Any code written for it should be usable in future versions. Also, the language should prove very easy to learn. Yacas is written in very clean c++ code, and is very portable . It can compile stand-alone, and is easily embeddable. Yacas contains a native arbitrary precision arithmetic module, but can also be used with GMP. Things implemented include: arbitrary precision, rational numeric, vector, complex, and matrix computations (including inverses and determinants and solving matrix equations), derivatives, solving, Taylor series, numerical solving (Newtons method), and a lot more non-mathematical algorithms. The language natively supports variables and user-defined functions. There is basic support for polynomials. @ text @@