summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2004-04-24Convert to bl3, and fix PLIST on NetBSD-2*.wiz2-9/+10
2004-04-24Update mathomatic to 11.0d.minskim2-6/+5
Changes: - Removed some simplification optimizations in favor of correctness and simpler code. Minor slowdown. - Doubled "MAX_COMPARE_TERMS". - Simplify order poly_div then smart_div reversed. - Kludge for size checking in poly_div removed. - Broke "am.in". Edited. - Added "simplify poly" option to do poly_div first.
2004-04-24Convert to buildlink3.snj2-4/+4
2004-04-24Convert to buildlink3.snj4-13/+13
2004-04-22The author confirmed that the problem caused by gcc optimization wasminskim1-3/+3
fixed. Return to default optimization level. Bump PKGREVISION.
2004-04-22+pytablesdrochner1-1/+2
2004-04-22import pytables-0.8, a data manipulation package (frontend to HDF5)drochner5-0/+93
2004-04-22add onedrochner1-0/+20
2004-04-21Update mathomatic to 11.0c.minskim2-8/+6
Changes: - Fixed HTML mode "screen_rows" and "screen_columns" to be unlimited. - Allow square brackets ([]) as parentheses and optimized parser. - Simplification was improved.
2004-04-21+py-numarraydrochner1-1/+2
2004-04-21import the numarray-0.9 Python extension - a reimplemantation ofdrochner4-0/+292
py-Numeric
2004-04-20Update PHP4 package and all PHP4 modules to version 4.3.6.jdolecek4-43/+1
Changes are bug-fixes mostly, but also synchronizes bundled GD with GD 2.0.22 and updates PCRE to version 4.5. Several NetBSD patches were integrated too, so future pkgsrc updates would be even more smooth. Full list of changes since PHP 4.3.4 is available at: http://www.php.net/ChangeLog-4.php#4.3.6 http://www.php.net/ChangeLog-4.php#4.3.5
2004-04-20Bump PKGREVISION due to distfile changes (this package hasminskim2-4/+5
DIST_SUBDIR=${PKGNAME}). The author made functional changes without bumping the version number. :( This closes PR pkg/25258.
2004-04-18Convert to bl3.wiz1-3/+3
2004-04-18Convert to buildlink3.snj3-22/+22
2004-04-17Update mathomatic to 11.0b.minskim3-26/+36
Changes since 10.9b: - Removed more MS-DOS specific code; functionality improved. - Implemented what I call "fraction slack". This perfects float to fraction conversion, and now Mathomatic doesn't rely on perfect floating point routines. "-O" option added to CFLAGS in file "makefile" (we can do this now). - Changed modf() to fmod() where possible. - Accuracy increased one more digit by reducing the "epsilon" variable. - Cleaned up "makefile". - Took a step towards internationalization with gettext(3) by calling _() for all English strings. Everything ported except for the "help" command. - Commented out some unfactoring code that wasn't helpful and took out the "pause" command from "all.in" for easier testing. - Rearranged "simplify" command to simplify better. - Removed some more unfactoring code and made simplification much better. Go figure. Perfection has been achieved. - Added "unfactor fully" option. - Added "make test" to fully test Mathomatic after compilation. - Removed masking of 8th bit in all Mathomatic input. - Updated primes program with a nice user interface.
2004-04-14Drop the disctinction of xdg and xdg-x11 from USE_DIRS POV. We can choosejmmv1-2/+2
which one is required in an automatic way by checking USE_X11BASE. This simplifies things and avoids possible problems in the future due to confusion.
2004-04-14Make use of the new USE_DIRS variable, instead of directly depending on thejmmv5-13/+10
*-dirs packages.
2004-04-14Convert to buildlink3.snj1-3/+3
2004-04-14Convert to buildlink3.snj3-22/+23
2004-04-13Convert to buildlink3.snj2-21/+19
2004-04-13Convert to buildlink3.snj3-20/+20
2004-04-13Convert to buildlink3.snj3-25/+20
2004-04-12Convert to buildlink3.snj1-5/+5
2004-04-12Convert to buildlink3.snj1-13/+13
2004-04-11No longer used.snj1-20/+0
2004-04-11Convert to buildlink3.snj1-3/+3
2004-04-11Convert to buildlink3.snj3-10/+10
2004-04-11Convert to buildlink3 and fix a typo in DESCR.snj2-4/+4
2004-04-11No longer used.snj1-20/+0
2004-04-11Convert to buildlink3.snj1-4/+4
2004-04-09Use buildlink3 instead of 2.reed1-4/+4
2004-04-01Update to 4.3.51:jmmv3-8/+101
* Version for GNOME 2.6 (FINAL) call for tarballs. Includes: - new locales for pa, en_GB, bg and ga. - localized online user documentation from the Sun translation team. for de, es, fr, it, ja, ko, sv, zh_CN, zh_HK and zh_TW.
2004-03-31Add and enable mathomatic.minskim1-1/+2
2004-03-31Import mathomatic-10.9b from pkgsrc-wip.minskim5-0/+123
Packaged by Bruce J.A. Nourish, and slightly modified by me. Mathomatic is an automatic algebraic manipulator that is self-testing and strictly follows the rules of algebra. Mathomatic is an interpreter that can: - Solve, simplify, and compare algebraic equations. - Combine simultaneous equations. - Perform basic calculus operations. - Generate the sensitivity formula for one or more variables in an equation. - Act like a double precision floating point programmable calculator. - Perform complex number and polynomial arithmetic. - Compute the Greatest Common Divisor of numbers or polynomials. - Generate "C" code from equations.
2004-03-31This build uses msgfmt.reed1-1/+2
I noticed because: /usr/bin/msgfmt -o zh_TW.mo zh_TW.po zh_TW.po:2642: illegal control sequence (But that is not fixed yet.)
2004-03-30Fix build against newest X11. for some obscure reason, ↵jwise2-1/+10
src/modules/x11/dataentry.c explicitly unset NeedFunctionPrototypes, which can no longer safely be done in recent X11 sources (as _Xconst is only defined if this is set, yet is used everywhere).
2004-03-29Changes 2.1.57:adam5-27/+27
* bug fix release
2004-03-29Add a BUILDLINK_PKGBASE.<pkg> definition where it's not equal to <pkg>,jlam2-4/+5
e.g. "BUILDLINK_PKGBASE.gtk?= gtk+". This is mandated by the example buildlink[23].mk files in bsd.buildlink[23].mk.
2004-03-28make this work again after the tcl/tk package thread enablingdmcmahill4-10/+100
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz5-7/+10
Buildlink files: RECOMMENDED version changed to current version.
2004-03-23USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.jlam1-2/+2
2004-03-22Fix the installation of udunits using perl58 by including module.mkjlam3-14/+27
(to note that this package installs a Perl module). While I'm here, bl3ify the package.
2004-03-22Scalars in perl are preceded by a `$'.wiz2-10/+10
perl-5.8.3 correctly complains if it is not so. Fix patch-ab so that this package builds with perl-5.8.3 too.
2004-03-19use Tk-8.4 instead of 8.3.dmcmahill3-6/+6
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-9/+5
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-18add a build dependency on perl5 so the documentation will get built.dmcmahill1-1/+2
Fixes recent packaging problems noted in the bulk builds.
2004-03-16If the ${PKGBASE} of a package doesn't match the token passed tojlam1-1/+2
BUILDLINK_PACKAGES, then set BUILDLINK_PKGBASE.<pkg> explicitly so that we can map from <pkg> to BUILDLINK_PKGBASE.<pkg>.
2004-03-16Add ruby to CATEGORIES.taca2-4/+4
2004-03-12update to yacas-1.0.56 and bl3ify.dmcmahill3-20/+354
Many, many, many additions, bug fixes, and improvements since the last packaged version. Too many to even summarize here. Please refer to the change log in the distfile or on the homepage.