summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
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.
2004-03-11Switch to using tk8.4markd1-3/+3
bump PKGREVISION
2004-03-11Update grace to 5.1.14. It will close PR pkg/24749.minskim2-6/+5
Changes sinec 5.1.12: * [ES] use multiplication sign in formulae of regression report * [ES] allow for DL modules to define functions of 4 and 5 parameters * [ES] fixed compilation under FreeBSD-5.1 and OS/X * [ES] on 64-bit platforms, when specific compiler/optimization combinations were used, some dialogs could crash randomly * [ES] on 64-bit platforms, when specific compiler/optimization combinations were used, X run-time warnings could be issued about unrecognized XKeySym's * [ES] set filling defaulted to even-odd filling rule in the X11 driver * [ES] fixed potential memory corruption * [ES] fixed page size sync in the free mode * [TO] fixed a race condition in the grace_np library * [ES] enabled annotated values for HILO sets * [ES] added IMIN(x) and IMAX(x) functions returning index of minimal or maximal value of array x * [ES] updates for T1lib-5.0 API * [WB] documented commands for calculating running properties * [MD] enabled font kerning in the MIF driver * [ES] Grace might fail starting in the GUI mode when a certain sequence of command line arguments was passed
2004-03-11Update to 4.3.50:jmmv3-8/+9
* One more slight adjustment to the fix for bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064) Entering numbers that start with the numeric point character ('.") are now visibly displayed. * Adjustment to the fix for bug 135064 (http://bugzilla.gnome.org/show_bug.cgi?id=135064) Fix to remove a potential spurious initial thousands separator character after a change sign operation.
2004-03-11add bl3 filedmcmahill1-0/+22
2004-03-10bl3ifydmcmahill1-9/+25
2004-03-10Update to 2.11.9.2:wiz4-30/+31
Fixed calc man page examples to move -f to the end of the line. Thanks goes to Michael Somos <somos at grail dot cba dot csuohio dot edu> for pointing this out. Linux and gcc now compiled with -Wall -W -Wno-comment. Fixed a post increment that was reported by R. Trinler <trinler at web dot de> and fixed by Ernest Bowen <ernie at turing dot une dot edu dot au>. Fixed pi.cal to not depend on the buggy pre-2.11.9 post increment behavior. Added config("cygwin") to determine if calc was compiled under Cygwin. The config("cygwin") is a read-only configuration value that is 1 when calc was compiled under Cygwin and 0 otherwise. Regression tests 949 and 950 are skipped when config("cygwin") is true. The Makefile variable HAVE_NO_IMPLICIT is empty by default so that the Makefile will test if the compiler has a -Wno-implicit flag. Added HAVE_UNUSED Makefile variable. If HAVE_UNUSED is empty, then the Makefile will run the have_unused program to determine if the unused attribute is supported. If HAVE_UNUSED is set to -DHAVE_NO_UNUSED, then the unused attribute will not be used. The Makefile builds have_unused.h which defines, if the unused attribute is supported: #define HAVE_UNUSED /* yes */ #define UNUSED __attribute__((unused)) /* yes */ or defines, if the unused is not supported (or if the Makefile variable is HAVE_UNUSED= -DHAVE_NO_UNUSED): #undef HAVE_UNUSED /* no */ #define UNUSED /* no */ Fixed numerous warnings about comparison between signed and unsigned value warnings and unused parameter warnings in version.c, zrand.c, string.c, shs1.c, shs.c, qtrans.c, qmath.c, qfunc.c, md5.c, matfunc.c, hist.c, file.c, const.c, blkcpy.c, seed.c, opcodes.c, func.c, qio.c, zrandom.c, custom/c_argv.c, custom/c_devnull.c, custom/c_help.c, custom/c_sysinfo.c, addop.c and calc.c. Fixed some typos in this file. By default, compile with -O3 -g3. The Makefile comments on how some distributions might need to use -O2 -g or -O -g.
2004-03-08Remove info files entries from PLIST.seb1-7/+1
2004-03-08Bl3ify and use gmp from devel/gmp not the supplied and older one. Thisseb5-155/+317
fix build with gcc3. Note that the somewhat aging gmp autoconf test had been removed wholesale. Bump PKGREVISION.
2004-03-08Enable tk84 and replace x11/tk with x11/tk83. Packages compatibleminskim2-4/+4
with 8.4 will be updated to depend on x11/tk after Tk update.
2004-03-08Remove info files entries from PLIST.seb1-10/+1
2004-03-08Handle some shared directories by depending on (or updating dependancies tojmmv5-12/+16
the latest versions) xdg-dirs, xdg-x11-dirs or gnome*-dirs. Bump PKGREVISION.
2004-03-08Remove info files entries from PLIST.seb1-22/+1
2004-03-08Remove info files entries from PLIST.seb1-18/+1
2004-03-08Correct path to files to install.kristerw1-2/+2
2004-03-08Correct a bug in the patch that made the makefile think that c++kristerw2-10/+3
files has .gcc as suffix instead of .cc.
2004-03-07Remove info files entries from PLIST.seb2-11/+2
2004-03-07Remove info files entries from PLIST.seb1-7/+1
2004-03-07Remove info files entries from PLIST.seb3-11/+3
2004-03-07Remove info files entries from PLIST.seb2-39/+2
2004-03-07Remove info files entries from PLIST.seb1-8/+1
2004-03-07Bump PKGREVISION due to a fix in scrollkeeper's handling of its documentationjmmv2-3/+4
database.
2004-03-06Conform to template in revision 1.101 of bsd.buildlink3.mk.jlam1-10/+6
2004-03-05Reorder location and setting of BUILDLINK_PACKAGES to match templatejlam5-54/+36
buildlink3.mk file in revision 1.101 of bsd.buildlink3.mk.
2004-03-05Errare humanum est = pkgconfig buildlink addedadam1-1/+2
2004-03-05Added cln - Class Library for Numbersadam1-1/+2
2004-03-05CLN - Class Library for Numbers is a C++ library providing the followingadam8-0/+251
features: * Rich set of number classes * Elementary, logical, transcendental functions * C++ as implementation language brings efficiency, type safety, and algebraic syntax * Memory efficiency * Speed efficiency * Interoperability
2004-03-01USE_LANGUAGES= c fortranmarkd1-1/+2
2004-03-01Include math.h earlier on to fix a build problem on FreeBSD.snj2-1/+18
Trivial fix from FreeBSD through Michal Pasternak in PR pkg/23846.
2004-02-27Update to 4.3.48:jmmv3-6/+8
* Fixed bug 135064. Changing the sign of a large number (when "Show Thousands Separator" is on and this is not the C locale), no longer corrupts the display. My special thanks to Miloslav Trmac for fixing this problem in a really elegant manner. This is an important change to the way that numbers are displayed. The fix involved resetting all the internal calculations in gcalctool to be done in the C locale, and then localized (radix character and thousands separator), just before the number is displayed. I'd appreciate it if everybody could give this a good thrashing in as many locales as possible to make sure that it's fully working. * Fixed bug 135328. Added Shift-slash as a recognized alternate for the divide operation (needed by the be-latin1 keyboard layout).
2004-02-26Update gcalctool to 4.3.46.minskim2-5/+5
Changes since 4.3.44: * Fixed bug 134540. gcalctool now correctly handles the digits 0123456789 which are shifted about the accented characters on a French keyboard. * Fixed bug 134484. Doing "3 x! x! x!" no longer causes gcalctool to lock up.
2004-02-26Changes 2.1.55:adam7-57/+63
* Generally bug-fixes and enhancement (it's hard to find out by reading NEWS and ChangeLog) * Uses BUILDLINK3
2004-02-26From now on use buildlink3.mkadam4-4/+48
2004-02-22Update to 2.010501 (in line with math/pari 2.1.5)heinz4-46/+41
Changes since 2.001804: Too many to list here, see file "Changes".
2004-02-22Changed patch for "Configure" in order to accept LDFLAGS from the pkgsrcheinz3-25/+25
build environment. This made the package build with xpkgwedge. Bump revision to 2. HOMEPAGE and MASTERSITES have changed.
2004-02-20Do not use PYPKGPREFIX in buildlink3.mk except in BUILDLINK_DEPENDS.*.minskim1-2/+2
2004-02-19Convert to buildlink3.wiz2-1/+24
2004-02-18Fix a version-specific string in comments.minskim1-2/+2
2004-02-18bl3ifyminskim2-2/+24
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-3/+3
testing it.
2004-02-17bl3ify and enable pkgviews installation.minskim1-2/+4
2004-02-16Update to 4.3.44.jmmv2-9/+9
Overview of changes in gcalctool 4.3.44 * Fixed bug 133764. - "Gradients" was still appearing when in Scientific mode (instead of "Gradians". - In the x^2 button, the 2 should not be italicized. - In the x^2 and x^y buttons, the x should be italicized. - The View Thousands Separator menu item should not remain active during an error condition. Overview of changes in gcalctool 4.3.43 * Fixed bug 133590. The About box now lists the documenters of gcalctool. Overview of changes in gcalctool 4.3.42 * Fixed bug 132582. Adjusted the gcalctool titlebar to use a hyphen (rather than square brackets) to show what mode the user is currently using. Overview of changes in gcalctool 4.3.41 * Fixed bug 132570. Adjusted UI to use spacing to delineate groups rather than frames (per the HIG). Overview of changes in gcalctool 4.3.40 * Fixed bug 131571. User defined constants are now read/written out (as gconf resources) with no thousands separator and with a radix of ".". Overview of changes in gcalctool 4.3.39 * Fixed bug 131594. The "Insert ASCII View..." menu item and the "Insert" button no longer use the GTK_STOCK_CONVERT stock icon (as per the HIG).
2004-02-14PKGCONFIG_OVERRIDE is relative to WRKSRC.jmmv1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam7-20/+9
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14remove unneeded CONFIG_{GUESS,SUB}_OVERRIDE, as bsd.pkg.mk does thisgrant1-4/+1
automatically now.
2004-02-13Fix a multi-line string to make the package compile when using gcc3.3.kristerw2-1/+15
2004-02-12Fix build by including mpi-ch's buildlink2.mk rather than just dependingrecht1-3/+2
on it.
2004-02-12Yet another mipseb config.guess/config.sub override.sekiya1-1/+4
2004-02-11Forgot to add buildlink3 file...xtraeme1-0/+22