summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2005-06-01Allow build using python 2.4markd1-2/+2
OKed by Rene Hexel
2005-05-31Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supportedjlam1-2/+2
in pkgsrc.
2005-05-31update to 1.6.02drochner4-177/+197
changes: 1. The original plug_in and autoload system (see 5/Sep/04 below) has been completely revamped to make a true "package" system. 2. The Makefile system for compiled yorick add-ons has completely changed. 3. The string manipulation functions have been dramatically extended. 4. The yorick user manual and quick reference cards have been updated.
2005-05-31update to 2.1.71drochner2-6/+6
changes: cleanup, build system fixes
2005-05-31Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's adillo2-4/+4
user settable variable. Set PKG_SUGGESTED_OPTIONS instead. Also, make use of PKG_OPTIONS_LEGACY_VARS. Reviewed by wiz.
2005-05-31Update HOMEPAGE.minskim1-2/+2
2005-05-30Set a directory name in PLIST to a correct value on Linux.minskim2-85/+88
2005-05-26Fix broken GNU configure script that was overriding the SED that waskristerw2-8/+19
passed to it with an empty string.
2005-05-26Fix broken GNU configure script that was overriding the SED that wasjlam2-4/+15
passed to it with an empty string.
2005-05-26Update mathomatic to 12.3.3.minskim2-6/+6
Changes: - Yet another improvement to the simplify command. poly2_gcd() was fixed. - Improved bounds checking for gcd(). - Pause command now takes an argument. - Made derivative, extrema, and integrate commands work with non-equations. - An important optimization was made to factor_times(). - Added and tested code for numerical integration. Currently disabled, to enable define "NUMERICAL_INTEGRATE" in CFLAGS.
2005-05-25Add RMD160 checksum.wiz1-1/+2
2005-05-23Removed trailing white-space.rillig3-4/+4
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam22-45/+44
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam1-2/+2
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-05-22fix the category. this is math not cad...dmcmahill1-2/+2
2005-05-21Include devel/hdf5/buildlink3.mk if octave is built with hdf5.kristerw2-2/+14
2005-05-19Don't try and use wide chars on NetBSD 1.6 as the support isn't completemarkd1-1/+5
enough. Fixes PR pkg/30274
2005-05-18Remove packages that have been broken on 2.0/i386 for over 9 monthswiz14-529/+1
now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments.
2005-05-18Homepage and master site changed. Also, the tarball changed; now it'swiz2-8/+10
even signed with a gpg key, and the diff to the previous one is: diff -r old/gtklife-4.1/README new/gtklife-4.1/README 16c16,17 < feature requests and bug reports are welcome at tril@igs.net. --- > feature requests and bug reports are welcome at tril42 (at) ironphoenix.org. > GtkLife's home site is http://ironphoenix.org/tril/gtklife/ . diff -r old/gtklife-4.1/TAGS new/gtklife-4.1/TAGS 769,775c769,775 < void trim_whitespace(char* str)trim_whitespace187,4016 < char* vdsprintf(const char* format, va_list args)vdsprintf200,4314 < void warn(const char* format, ...)warn224,4878 < void error_abort(const char* format, ...)error_abort237,5134 < void sys_warn(const char *format, ...)sys_warn252,5444 < void sys_error_abort(const char* format, ...)sys_error_abort265,5761 < void set_prog_name(const char* name)set_prog_name281,6150 --- > void trim_whitespace(char* str)trim_whitespace187,4033 > char* vdsprintf(const char* format, va_list args)vdsprintf200,4331 > void warn(const char* format, ...)warn224,4895 > void error_abort(const char* format, ...)error_abort237,5151 > void sys_warn(const char *format, ...)sys_warn252,5461 > void sys_error_abort(const char* format, ...)sys_error_abort265,5778 > void set_prog_name(const char* name)set_prog_name281,6167 diff -r old/gtklife-4.1/util.c new/gtklife-4.1/util.c 180c180 < new_str = safe_malloc(strlen(str)+1); --- > new_str = safe_malloc((strlen(str)+1) * sizeof(char)); Set DIST_SUBDIR.
2005-05-18add calcoo/galculatordrochner1-1/+3
2005-05-18import calcoo-1.3.16, another desktop calculatordrochner4-0/+40
2005-05-18import galculator-1.2.5, a nice desktop calculatordrochner5-0/+63
2005-05-18Changes 2.1.70:adam3-10/+10
* Bug fixes
2005-05-16Note that this package uses tee.jlam1-1/+2
2005-05-16Note that gtar is required by the package.jlam1-1/+3
2005-05-15Update mathomatic to 12.3.2.minskim2-6/+6
Code cleanup and documentation improvements.
2005-05-07Perl is needed to format the documentation. Add USE_PERL5=build.kristerw1-1/+2
2005-05-02update to 2.1.0drochner5-46/+46
too many changes to list here ...still doesn't work within TEXmacs
2005-05-02One PKGREVISION occurrence is enoughseb1-3/+2
2005-04-29Update mathomatic to 12.3. Bug fixes and many enhancements. Seeminskim3-18/+12
changes.txt for the complete list of changes.
2005-04-28+maximadrochner1-1/+2
2005-04-28import maxima-5.9.1, a computer algebra systemdrochner4-0/+1150
2005-04-27Fix AC_DEFUN argument quoting for automake 1.8 and newer. Nowiz2-1/+15
PKGREVISION bump because most people won't care.
2005-04-27Changes 2.9.2:adam6-26/+30
* Bug fixes
2005-04-26pass new name for thread-enabled Python to "configure", fromdrochner1-2/+2
Rhialto per PR pkg/30062
2005-04-22Remove cassowary -- it hasn't been updated for years by thewiz10-195/+1
authors and does not build against new versions of its dependencies, and its dependency gtl0 was just removed from pkgsrc.
2005-04-20update to 5.5.42drochner4-32/+10
changes: -pre-C99 fix - saves a patch -new translations
2005-04-19update to 1.4.3drochner3-411/+417
bug fixes only
2005-04-16Distfiles with the same name but differentwiz2-5/+6
contents need a DIST_SUBDIR -- make it so for the newmat10B case.
2005-04-15distfile changed on master site; now known as newmat10B (but no suchjschauma2-6/+7
distfile) Changes since newmat10A are mostly cosmetic with minor bugfixes.
2005-04-12Added a patch needed for gcc-2.95. Approved by jlam.rillig2-1/+26
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv75-150/+75
2005-04-11Update mathomatic to 12.2c.minskim2-6/+6
Changes: - Use mkstemp() for temp file in edit command. Put temp file in "/tmp", instead of current directory. - Created my_strlcpy(), since Linux doesn't have strlcpy(). - Made everything declared static that should be. - Prime Number Tools cleaned up and compiled with "-Wall". - Made them all successfully compile with g++. - A bug fix for HTML mode. - Completely removed sensitivity command and simplified parsing code. - Fixed minor bug in fraction format display routine.
2005-04-01buildlink3 fixadam2-14/+12
2005-04-01Use math/octave, not octave-currentadam1-7/+9
2005-04-01patch-ad added :>adam1-0/+27
2005-04-01Changes 2.1.69:adam13-505/+1307
* Bug fixes
2005-04-01Changes 2.9.1:adam10-77/+205
* use glpk * improvements
2005-03-30Rev.1: use LIBTOOL and build a shared libraryadam6-5/+127
2005-03-28Update mathomatic to 12.2b.minskim3-10/+10
Changes since 12.1d: - Various improvements and bug fixes. - Documentation with full command reference.