summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
2005-06-14Update mathomatic to 12.4.2.minskim2-6/+6
Bug fixes and minor improvements.
2005-06-12math/gcalctool requires bison to build, even though it claims it onlyjlam1-2/+2
needs yacc. This fixes PR pkg/29897.
2005-06-11Cleanup of tools paths appearing in installed files for the new toolsmarkd1-17/+5
framework. Bump PKGREVISION.
2005-06-05Set a directory name in PLIST to a correct value on Linux.minskim2-133/+136
2005-06-05Update mathomatic to 12.4.0.minskim3-10/+12
Changes: - Added singularity checking and enabled numerical integration. - Fixed a bug in and documented numerical integration. - Simplify command was improved. - Startup displays more accurate memory usage info. - Update to the Mathomatic man page (added description). - Added NO_COLOR define (see README.txt). - Added function get_range_eol(). - Doubled MAX_COMPARE_TERMS to 400.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam15-28/+25
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
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