Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: source-changes
Date: 11/11/2000 17:31:53
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Sat Nov 11 15:31:53 UTC 2000

Modified Files:
	pkgsrc/math/yacas: Makefile
	pkgsrc/math/yacas/files: md5 patch-sum
	pkgsrc/math/yacas/patches: patch-aa
	pkgsrc/math/yacas/pkg: PLIST
Removed Files:
	pkgsrc/math/yacas/patches: patch-ab patch-ac patch-ae patch-af patch-ag
	    patch-ah

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/math/yacas/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/math/yacas/files/md5 \
    pkgsrc/math/yacas/files/patch-sum
cvs rdiff -r1.2 -r1.3 pkgsrc/math/yacas/patches/patch-aa
cvs rdiff -r1.2 -r0 pkgsrc/math/yacas/patches/patch-ab
cvs rdiff -r1.1.1.1 -r0 pkgsrc/math/yacas/patches/patch-ac
cvs rdiff -r1.1 -r0 pkgsrc/math/yacas/patches/patch-ae \
    pkgsrc/math/yacas/patches/patch-af pkgsrc/math/yacas/patches/patch-ag \
    pkgsrc/math/yacas/patches/patch-ah
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/yacas/pkg/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.