summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-10-31adjust for rename of most php4-* packages to php-*jdolecek1-2/+2
2004-10-31remove php4-* extension packages, replaced by php-* packages, which supportjdolecek2-16/+0
PHP5 too
2004-10-31new PHP extension module framework, which makes it possible to buildjdolecek2-0/+15
individual PHP extension packages with either PHP 4.x or PHP 5.x convert existing php4-* packages to this framework and import as php-*
2004-10-30Update mathomatic to 11.4d.minskim2-5/+5
Changes: - Removed obsolete short variable name code and bumped up "MAX_VARS" to 500. - Fixed problem with conflicting names and code for "cpow()" and "cexp()". Renamed to "complex_pow()" and "complex_exp()".
2004-10-30Update to octave-forge-2004.09.09. The most notable change is that thisdmcmahill13-759/+721
version now works with octave-current-2.1.59 which is what's currently in pkgsrc. Other than than, many minor bug fixes.
2004-10-20Update mathomatic to 11.4c.minskim2-5/+5
Changes: - Code cleanup. Polynomial division routine is now very easy to use. - Renamed "WINDOWS" define to "CYGWIN". - Added "set preserve_roots" option. - Added modulus solving.
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv5-19/+9
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-14Update mathomatic to 11.4b.minskim3-9/+9
Changes: - Added "code integer" command, which outputs working C code with integer variables. - Changed makefile to use libncurses instead of libcurses. - Added more simplification rules for modulus.
2004-10-12Update to 4.4.20: some fixes and updated translations.jmmv3-7/+7
2004-10-07* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,jlam1-5/+5
as it's only used internally by bsd.prefs.mk. * Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR. Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile than the old method of stripping off the last two components of ${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined. * Change all references to _PKGSRCDIR to PKGSRCDIR.
2004-10-04Update mathomatic to 11.4.minskim2-6/+5
Changes: Changed sum and product commands to not create another equation if the result is a constant. If the result is a constant, it is just displayed. Mathomatic now approximates -1^(2^.5) and the like. Added modulus (%) operator. Added simplification of univariate modulus expressions. Changed univariate modulus simplification to multivariate, integer only simplification.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv60-77/+120
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-30This seems to need perl for building; add USE_PERL5=build.wiz1-1/+2
Noted by bulk build.
2004-09-30Update to 4.1:wiz3-183/+384
v4.1 COSMETIC/USABILITY IMPROVEMENTS - The File->Description dialog now updates automatically if you leave it open while loading a new pattern file. Also, any previous description dialog is closed when you open a new one. - GtkLife now issues a warning dialog if it appears the application was not propery installed (i.e., "make" without "make install"). - GtkLife now issues a warning dialog if the configured pattern collection is not found. BUG FIXES - Fixed a bug that prevents the start/stop button from changing color when Gtk+ has debugging enabled (thanks to James Gregory for reporting). - Fixed stair-stepping effect when drawing diagonal lines. MISCELLANEOUS - Better ChangeLog :-) v4.0 NEW FUNCTIONALITY - The world size has been bumped up to 1 million x 1 million. - Added View->Find Active Cells, to locate a live (and preferably active) region and center on it. - gtklife has a new default file format, GLF, which is similar to RLE. - gtklife can now handle multiple file formats: Life 1.05 (the original format), Life 1.06, RLE, XLife, and GLF. File type is auto-detected when loading. Information on file formats was added to the "File Handling" section of the documentation, and a page was added giving detailed information on the GLF format. - You can now set a per-session pattern directory (File->Change Pattern Collection) as well as a default pattern directory (Preferences/File/Default Pattern Collection). - Sidebar patterns can now be bundled into sub-directories. Directories will be displayed with trailing slashes. Click on a directory name to display its contents in a clickable list beneath the sidebar. - You can now specify a pattern collection directory on the command line (previously only individual patterns could be loaded via command line). - The pattern description has been made unbounded in length and width. An error will occur if you attempt to save a pattern with a too-large description to a LIF or RLE pattern file. COSMETIC/USABILITY IMPROVEMENTS - Mouse wheel over the description text box now scrolls the description (previously you had to hover the mouse over the scrollbar). - The color picker in Preferences now uses the contents (if any) of the corresponding text entry as its starting color. - Recent files in the File menu now display full path as a tooltip. - Sidebar scrollbar is now only displayed when needed. PATTERN COLLECTION CHANGES - A new pattern collection, JSLife by Jason Summers, is now available as an option. The sidebar can be set to display the original LifeP, JSLife, or a custom collection of your own. - Patterns were reorganized into a hierarchical format. - Patterns were renamed to be more human-readable. - Patterns were converted to GLF for speed of loading. - Pattern descriptions were reformatted. - Paul Rendell's Turing Machine pattern was added to the LifeP collection. - Added a longer description to the Unit Cell pattern. - Now that we have a command to locate active cells, re-centered the Jaws pattern. - Note: Due to a minor change in the config file, any custom pattern directory that you have chosen previously will be reset. DOCUMENTATION IMPROVEMENTS - Fixed broken link to the Scientific American article in help. MISCELLANEOUS - The install process now deletes any existing patterns bundle before copying over the new patterns. - Added new nifty program icons based on the "pulsar".
2004-09-25Update mathomatic to 11.3f.minskim3-9/+8
Changes since 11.3c: Improved eliminate command error handling. Added "eliminate all" command. Code cleanup. Man pages for the prime number tools were contributed by David Moreno Garza. Many thanks. Renamed the Mathomatic directory in the source tarball to "mathomatic-`cat VERSION`". Added several comments to the source code. Renamed prime number tools to "matho-*". Improvement to full simplification. Tried something new with uf_simp() that fixed a problem with Mathomatic solve complicating expressions. Minor bugfix to eliminate command.
2004-09-23Changes 2.1.59:adam6-34/+304
* bug-fixes and clean-ups
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam17-261/+17
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-21Update to 4.4.18: This version corresponds to GNOME 2.8.0.jmmv4-23/+12
* Generated tarball distribution for GNOME 2.8 (Final).
2004-09-21Update to 2.11.10, and drop maintainership.wiz3-8/+11
This release adds changes to better support compiling under cygwin, improved custom function support, including the addition of the pmodm127 example and config("compile_custom") and config("allow_custom") calls, and a missing display help file. It fixes configuration state hashing, document typos, calc -d (to disable printing of the leading ~), and some compilation warnings reported under OS X.
2004-09-14fix botched patch and distinfo. Should fix bulk build lossage.dmcmahill2-4/+6
2004-09-11- add missing UNWRAP_FILES to clean up some buildlink references in somedmcmahill4-28/+45
installed files. - libtoolize a few more lines which seem to have been missed in the original libtoolization. - enable loading of shared objects which lets the various .oct files installed by octave-forge actually work instead of just the .m files.
2004-09-05Add libmatheval (hi drochner!)wiz1-1/+2
2004-09-03Turn off the "fixed" module for now as it won't compile with the toolchaindmcmahill2-42/+7
in NetBSD-current. It may not be too hard for a c++ programmer to fix. Should address recently noted bulk build failures.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam2-4/+4
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-08-24import libmatheval-1.1.1, adrochner6-0/+83
Library for evaluating mathematical expressions
2004-08-24update to 23.3drochner3-5/+43
changes: Bug fixes and addition of weakreferences (weakref module)
2004-08-14add and enable octave-forgedmcmahill1-1/+2
2004-08-14import octave-forge-2004.07.07dmcmahill14-0/+1788
The octave-forge project contains functions for Octave which are not in the main distribution. While the main Octave distribution is conservative about accepting new functions and changes, octave-forge is very open. As a result, be prepared for some lower quality code and more rapidly changing interfaces to the functions in octave-forge.