summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
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.
2005-03-26patch-ab obsoleteadam2-25/+1
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz9-21/+9
useful.
2005-03-23Whitespace.schmonz1-12/+12
2005-03-23Take advantage of mk/djbware.mk.schmonz1-11/+6
2005-03-22Update to 5.5.41:jmmv3-9/+12
Overview of changes in gcalctool 5.5.41 * Version for GNOME 2.10.0 (final) call for tarballs. ---- Overview of changes in gcalctool 5.5.40 * Version for GNOME 2.10.0 (rc1) call for tarballs. ---- Overview of changes in gcalctool 5.5.39 * Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator precedence mode. ---- Overview of changes in gcalctool 5.5.38 * Changes to make the trigonometric code work with hyp and inv properly. ---- Overview of changes in gcalctool 5.5.37 * Left and Right shift operations weren't working correctly. Menu name comparison in mb_proc() in gtk.c was incorrect. ---- Overview of changes in gcalctool 5.5.36 * The fix for bug #162998 was incorrect when in Arithmetic Precedence mode. * Exch functionality was incorrect in Arithmetic Precedence mode. ---- Overview of changes in gcalctool 5.5.35 * Fixed bug 167124. One of the entries in the words[] array in syntax_translation.c was accidentally commented out. ---- Overview of changes in gcalctool 5.5.34 * Fixed bug 166634. Call to create the About box was missing a NULL terminator. ---- Overview of changes in gcalctool 5.5.33 * Adjusted all copyright messages to be 2005. * Version for GNOME 2.10.0 (beta2) call for tarballs. ---- Overview of changes in gcalctool 5.5.32 * Fixed bug #165522. Made the status bar non-resizable. ---- Overview of changes in gcalctool 5.5.31 * Various code cleanups. It moves some declarations of static functions to the corresponding .c files. It also cuts down the number of included files, moving some includes to where they are needed from calctool.h. ---- Overview of changes in gcalctool 5.5.30 * Adjusted the About dialog to use the latest GtkAbout widget. ---- Overview of changes in gcalctool 5.5.29 * Version for GNOME 2.10.0 (beta1) call for tarballs. ---- Overview of changes in gcalctool 5.5.28 * Fixed bug #162998. The "menu" buttons in gcalctool now responds to the "clicked" event rather than the "button-press-event" to allow gok, the on-screen keyboard to function properly. * Fixed bug #159957. Input number in FIX mode now make mimimal changes to (i.e append a single character) the display rather than completely delete and insert it. The is helpful to assistive technologies like gnopernicus. ---- Overview of changes in gcalctool 5.5.27 * Fixed bug #164184. Adjusted location of comments in syntax_translation.c so that the L10N message translation software isn't confused. ---- Overview of changes in gcalctool 5.5.26 * Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash. ---- Overview of changes in gcalctool 5.5.25 * Version for GNOME 2.9.4 call for tarballs. ---- Overview of changes in gcalctool 5.5.24 * Couldn't use the "#" key to select constants as this symbol was a lower-case symbol on his keyboard. * Powers that were a multiple of 30 (10 as well as 3) would not display correctly, having a 4 digit significand. Further testing showed that without the fix the following powers had a 4 digit significand: 27,30, 57,60, 90, 96 (and every 3 from here on). ---- Overview of changes in gcalctool 5.5.23 * Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5 ---- Overview of changes in gcalctool 5.5.22 * Fixed bug #155101. Made the gcalctool window resizable. ---- Overview of changes in gcalctool 5.5.21 * Version for GNOME 2.9.3 call for tarballs. ---- Overview of changes in gcalctool 5.5.20 * Fixed bug #160929. Removed the "Mode" word from each of the different mode menu items in the gcalctool View menu. ---- Overview of changes in gcalctool 5.5.19 * Fixed bug #157701. gcalctool can now use real multiplication and division symbols instead of "*" and "/". ---- Overview of changes in gcalctool 5.5.18 * Fixed bug #160088. Adjusted the titlebar text so that it doesn't include the word "Mode" which was getting chopped when the calculator was in Basic mode. ---- Overview of changes in gcalctool 5.5.17 * Fixed bug #157962. Added in a set of three colors for gcalctool that will work with the default theme. To use them, the "gcalctoolrc" file supplied with the source distribution needs to be moved to ~/.gcalctoolrc ---- Overview of changes in gcalctool 5.5.16 * Generated gcalctool tarball for the GNOME 2.9.2 release. ---- Overview of changes in gcalctool 5.5.15 * Adjusted the scroll_right() routine to only scroll right if the horizontal scroll bar is visible. ---- Overview of changes in gcalctool 5.5.14 * Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in .../gcalctool/Makefile.am for now, to allow it to successfully build against the latest GNOME/Gtk+. * Slight adjustment to correct check the Advanced mode menu item when the user had previously terminated gcalctool in that mode. ---- Overview of changes in gcalctool 5.5.13 * Changed the names of the gconf mode type key so that there is backward compatibility. * Reset the initial default mode to BASIC. ---- Overview of changes in gcalctool 5.5.12 * Fixed bug #157757. The horizontal scrollbar for the display area will now only be visible when needed. It will also display the rightmost part of the display as you are entering new input. ---- Overview of changes in gcalctool 5.5.11 * Added in a very basic mode for gcalctool. Rather than calling this a "Light" mode, the existing "Basic" mode is now renamed to "Advanced" and the new basic mode is called "Basic". ---- Overview of changes in gcalctool 5.5.10 * Fix for bug #157021. X^Y now works for -X with integer Y. -X with non-integer Y will now display a descriptibe error in the status bar. ---- Overview of changes in gcalctool 5.5.9 * Generated gcalctool tarball for first GNOME 2.9 release. ---- Overview of changes in gcalctool 5.5.8 * Slight adjustment to bug #152301. The tooltip message had been tweaked to "Show the About Gcalctool dialog". ---- Overview of changes in gcalctool 5.5.7 * Fixed bug #152301. Adjusted the tooltip message for Help->About... from "Show about help" to "Show the about dialog", to make it more understandable. ---- Overview of changes in gcalctool 5.5.6 * Fixed bug #153726. Gcalctool will now build correctly when using the -fno-common option for gcc (3.3.4). ---- Overview of changes in gcalctool 5.5.5 * Numerical answer localization and thousand separator support for arithmetic precedence mode. * If the accuracy was changed via one of the ten preset menu items in the Acc menu, the tooltip wasn't getting correct updated with the new accuracy. ---- Overview of changes in gcalctool 5.5.4 * Further changes to the "Set Precision" popup (rfe #147803): - "Significant places" not "Significant Places". - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the current precision, and be in the same radio box group as the other menu items. Check the appropriate menu entry. - Adjust the Acc button tooltip to show the current accuracy too. - When the user attempts to enter an invalid entry in the Set Precision popup, an error message is shown in the main gcalctool status bar. - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...). * Fixed bug #152790. Most of the changes needed were already in CVS; there was one compiler warning that still needed to be removed. * Storing the display value to a memory register was not updating the memory register window, if it was visible. ---- Overview of changes in gcalctool 5.5.3 * Added in functionality to set the number of significant places > 9. There is a new menu item under the Acc menu called "Set Precision..." that brings up a small popup allowing you to set precision between 0 and MAXACC significant places (where MAXACC is currently 30). ---- Overview of changes in gcalctool 5.5.2 * Fixed up numerous warnings generated by running lint on the gcalctool code. Removed unused variables and functions. Declared routines statically where possible. ---- Overview of changes in gcalctool 5.5.1 * Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system. ---- Overview of changes in gcalctool 5.5.0 * Major new release of gcalctool. Incorporates an arithmetic operator precedence mode (currently the default while it's been debugged). To get the old style, uncheck View->Use Arithmetic Precedence from the menu bar. * The "(" and ")" buttons have moved from the scientific mode into the Basic mode so that they are now available to users who need them but not everything that the Scientific mode provides. * There is a footer message area that provides feedback. * The display area now has an horizontal scrollbar. * Typing in the keyboard shortcuts for the various gcalctool buttons autocompletes their entry into the display area. * Tooltips show button's shortcut.
2005-03-22Changes 2.1.67:adam3-15/+9
* Bug fixes
2005-03-19use awk instead of csplit during the build. csplit was onlydmcmahill3-15/+11
used in one place and it generated a build dependency on a package which conflicts with many other pkgs.
2005-03-17rework the pre-fetch check on alpha to unsure ${WRKDIR}/.pkgdb gets createddmcmahill1-3/+2
2005-03-16We no longer have to explicitly set F77. Addresses PR29666dmcmahill1-2/+1
2005-03-15Don't forcibly try to install .0 formatted catpages -- Interix imaketv2-7/+3
doesn't produce them. Just install the .1 pages. Rather than using ${DISTNAME}nbX, use the newer PKGREVISION convention.