summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2004-12-29Add and enable p5-Math-Random.wiz1-1/+2
2004-12-29Initial import of p5-Math-Random-0.67 from pkgsrc-wip, packaged by imil.wiz4-0/+27
This module generates a variety of random numbers. Capabilities of wide interest include the generation of: . uniform numbers between 0 and 1 (or user chosen boundaries) . random integers between user specified bounds . random permutations of a list (shuffle a deck of cards)
2004-12-28Bump PKGREVISIONs due to libtiff update.reed1-2/+2
Some BUILDLINK_RECOMMENDED bumps done also. (If I missed any, please let me know -- and let me know a good way to automate this.)
2004-12-27Remove ancient version of gnumeric, we have two newer versionswiz7-1085/+1
(in separate packages) in pkgsrc now.
2004-12-26Update mathomatic 11.6.minskim2-5/+5
Changes: - Many minor improvements made, none of which are worth mentioning by themselves. - Fixed all message strings with a variable listed in them. - Added iteration option to calculate command. - Trimmed set command of fat. Unnecessary messages removed. - Removed all occurrences of "usage_flag". - Usage info is now displayed everytime a command returns with error. - Allow parsing of hexadecimal constants. Preceed hex numbers with "0x". - There may be parsing bugs. Systems using older versions of the GNU libraries (specifically strtod(3)) will not allow hexadecimal input. - Added limit command. - Trapped 0^(negative number). It previously produced junk. - Allow solve routine to produce infinity as an answer. - Some commenting and fixing done to solve routine.
2004-12-26Update to 2.11.10.1. Changes since 2.11.10:wiz2-6/+5
Fixed a bug reported by the sourceforge user: cedars where: ln(exp(6)) == 3 /* WRONG!!! */ incorrectly returned 1. This bug was fixed by Ernest Bowen The regression test was expanded to cover this issue. Added minor improvements to hash regression testing of pi(). Fixed "help script" and the calc man page regarding the requirement of -f to be the last -flag in shell script mode. Further clarified the meaning and placement of the -f flag. Moved issues with chi.cal intfile.cal into a "mis-features" section of the BUGS file. See "help bugs" or the BUGS source file for details. Added the bug about: calc 'read ellip; efactor(13*17*19)' to the BUGS file. See "help bugs" or the BUGS source file for details. Anyone want to track down and fix this bug?
2004-12-24Adjust dependencies after ocaml has been splitted into three differentjmmv1-2/+2
packages: ocaml, ocaml-graphics and labltk. Bump PKGREVISION.
2004-12-23Add and enable gnumeric14.wiz1-1/+2
2004-12-22add a pkg for the new gnumeric-1.4drochner6-0/+914
We might replace the gnumeric-1.2.x pkg eventually. Can't do this now because the Python plugin isn't built for some reason, so this would be a regression. (Don't have time to fix this right now.)
2004-12-22Make liblapack contain routines for all types (real, double, complex16,wennmach3-29/+31
and complex). Due to an error in the previous patch-aa, liblapack only contained the complex16 routines. Bump PKGREVISION.
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant9-9/+18
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19Honor LIBOWN and LIBGRP.minskim1-1/+3
2004-12-17This package uses intltool; include intltool/buildlink3.mk.minskim1-1/+2
2004-12-05Changes 2.1.64:adam2-7/+8
* Bug fixes
2004-12-05Changes 2004.11.16:adam11-203/+98
* initial econometrics toolbox * updated protein databank (extra/pdb) functions * new functions: wavread wavwrite hann strfind randp sprandn conv2nan * many bug fixes and improvements
2004-12-04Note that guppi is no longer maintained (in a comment).wiz1-1/+5
2004-12-04Switch to use RUBY_DLEXT as suffix of extention library.taca3-6/+6
2004-12-04Bump BUILDLINK_DEPENDS because of change in guile dependency.wiz1-3/+2
2004-12-04Convert to use guile-1.6. Bump PKGREVISION.wiz2-5/+5
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz19-38/+38
Suggested by Roland Illig, ok'd by various.
2004-12-03Reset maintainer, mail could not be delivered.wiz1-2/+2
2004-12-01Update to 1.0.2:wiz3-7/+7
* Fixed precedence of '-' (thanks to Torsten Landschoff) * Added manpage (ditto)
2004-12-01Update mathomatic to 11.5c.minskim2-5/+5
Changes: - Added loading of $HOME/.mathomaticrc on startup. Set options go there. - Added undocumented switch "-t" which sets test mode. Only used with "make test". - Wrote and added "matho-pascal" program to primes directory. - Allow "=" in set command. - Improved uf_repeat() and modulus simplification.
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz1-2/+2
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30Changes 4.7:adam3-17/+17
Now GLPK supports free MPS format. Two new API routines lpx_read_freemps (to read problem data in free MPS format) and lpx_write_freemps (to write problem data in free MPS format) were added. This feature is also available in the solver glpsol via new command-line options --freemps and --wfreemps. For more details see the GLPK reference manual. API routines lpx_read_cpxlp and lpx_write_cpxlp for reading and writing problem data in CPLEX LP format were re-implemented to allow long symbolic names (up to 255 characters). The following three modules were temporarily removed from the GLPK distribution due to licensing problems: DELI (an interface module to Delphi), GLPKMEX (an interface module to Matlab), and JNI (an interface module to Java).
2004-11-29Add dependency on lang/ocaml for those systems which ocamlopt is supporteddmcmahill4-3/+71
on. Addresses PR pkg/28410 by sutre at labri dot fr. Some patches were supplied in the PR, the PLIST fix is from me.
2004-11-29Changes 1.1.9:adam4-37/+13
Algorithmic changes * Input of numbers in bases 2, 4, 8, 16 and 32 is now done in linear bit complexity as opposed to O(N^2). Useful for all kinds of persistency. Implementation changes * Fixed several bugs in the integer input and output routines that could be blamed for random crashes in the following cases: output in base 32 for quite large numbers, input in base 2 for fixnums and input in base 3 for fixnums on a 64 bit target. * Fixed crash when radix specifiers were used in input streams. * Speed up on x86_64 and ia64 by adding some inline assembly. Other changes * Fixes for compilation on MacOS X and little endian Mips.
2004-11-28Remove pre-buildlink and post-buildlink as part of getting pkgsrc readyjlam1-2/+2
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch, and this is the final cleanup. "post-buildlink" is now "post-wrapper".
2004-11-28Oops, I forgot to commit these files.taca3-7/+5
2004-11-27Update ruby-gsl pacakge to 0.2.0 migrating to use new Ruby framework.taca3-26/+18
0.2.0: using GSL 1.5 sorting vectors fixes in Vector and Linalg_complex check if complex_householder_hv is available check for Cygwin faster MonteCarlo implementation more and renamed constants (MKS -> MKSA, CGS -> CGSM) better (meaning more sensible) error handling fixed initialization bug in Spline more samples
2004-11-27Update ruby-bitvector package to 0.1.7 migrating to use new Ruby framework.taca3-18/+12
Changes are seems to miscellaneous bug fixes.
2004-11-27Update ruby-bigfloat package to 1.2.1 migrating to use new Ruby frameworktaca1-10/+10
and mark this only for ruby16. ruby18 provide BigDecimal class as a successor. Changes are unknown.
2004-11-27Add and enable p5-Math-FFT.gson1-1/+2
2004-11-27Initial import of p5-Math-FFT 0.25.gson4-0/+23
Math::FFT is a Perl module for calculating Fast Fourier Transforms.
2004-11-25Changes 2.1.63:adam6-25/+22
* Bug fixes
2004-11-25Changes 0.7.1:adam2-5/+5
* Only use unicode character if available in the used font Fixes plus sign not displayed correctly in keypad, and wide keypad * Do not round exact integers not in exponential format. Fixes display of large numbers in non-decimal number bases * Fix crash on systems, such as amd64, where size_t is not long int * Do not update plot data when not changed * Rearrange plot dialog and make x variable separate for each plot function * Generate vector function * Fix some cases with nested trigonometric functions by adding option to set default angle unit to none, to allow angle unit in argument * Try with assumptions set to unknown in solve function if not successful * Be more picky in comparisons with units * Fix comparison of unit with unknown * Fix 0.5!
2004-11-24Update mathomatic to 11.5b.minskim2-5/+5
Changes: - Made HTML mode ("mathomatic -h") not use readline. - Added "set true_modulus" option. - Improved output of roots command. - Code cleanup.
2004-11-24Make bulk build happy by fixing up the rpath. Not actually an issue inmarkd2-1/+15
normal operation as the binary is always called from a wrapper script that sets LD_LIBRARY_PATH.
2004-11-24substitute in the complete path to the C and C++ compilers to the mkoctfiledmcmahill1-1/+13
script. This is needed if you want to use mkoctfile once the package is installed. For example, on NetBSD-1.6* systems, it is important to point to the gcc3 package tools instead of the base system compilers.
2004-11-22USE_LANGUAGES= c++wiz1-2/+2
2004-11-21Find new location of libR.so. Bump PKGREVISION.markd3-6/+16
Fixes PR pkg/28371
2004-11-20Bump PKGREVISION due to security fixes in libxml (dependency adjusted tojmmv1-2/+2
1.8.17nb3).
2004-11-19Added qalculate 0.7.0adam1-1/+2
2004-11-19Qalculate! is a modern multi-purpose desktop calculator for GNU/Linux.adam6-0/+162
It is small and simple to use but with much power and versatility underneath. Features include customizable functions, units, arbitrary precision, plotting, and a graphical interface (GTK+) that uses a one-line fault-tolerant expression entry (although it supports optional traditional buttons).
2004-11-18Update R to 2.0.1markd5-67/+34
Changes 2.0.1: This is a maintenance version mainly to fix a number of minor bugs and issues. Some rather nasty bugs were Windows-specific. Changes 2.0.0: Many things have changed since 1.0. The R language has acquired namespaces, exception handling constructs, formal methods and classes, much improved garbage collection, generalized I/O via connection objects, and considerable improvements in the graphics area. The user workspace has been reorganized, and so has the set of packages that ship with R. Several "recommended packages" deemed indispensable in a statistical system are bundled. In addition, there has been a large number of more specific new functions, tweaks, and bugfixes.
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-11-13Include mk/pthread.buildlink3.mk to make this pkg build on NetBSD 1.6.kristerw1-1/+3
2004-11-10Update mathomatic to 11.5.minskim2-5/+5
Changes: - Using "memmove()" instead of deprecated "bcopy()". - Added "tests/tutor.in", which is an incomplete Mathomatic tutor. - Many improvements to scripts in the tests directory. - Removed "calculate factor" option. - Code cleanup. - Added more modulus simplification. - Simplify ((a%n)*integer+b)%n to (a*integer+b)%n generally and completely. - real^complex and complex^complex are now approximated.
2004-11-02Depend on gtl0 instead of gtl; gtl will be updated in a minute.wiz1-5/+5
Bump PKGREVISION.