summaryrefslogtreecommitdiff
path: root/math
AgeCommit message (Collapse)AuthorFilesLines
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
2004-02-11bl3ifyxtraeme1-2/+2
2004-02-11bl3ifyxtraeme1-7/+7
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv1-2/+2
2004-02-09CC_VERSION is "gcc-2.8.1" for egcs. Also fix up a few nits: not alljlam1-8/+8
compilers understand "-O" to optimize, and if we only care about gcc, then wrap the block in an ifdef that is triggered only if we're using gcc.
2004-02-02Fix a case where gcc3.3 is too clever for autoconf.kristerw2-1/+24
configure tries to determine if -lm is needed by compiling int main() { (void)sin(0.0); ; return 0; } and see if linking fails. But gcc3.3 optimizes that to just "return 0;"
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam1-2/+2
overridden.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-25Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw1-2/+2
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant16-32/+32
2004-01-24Update udunits to version 1.12.1.kristerw3-7/+16
Changes since version 1.11.7: 1.12.1 2003-12-01 Corrected omission of file "lib/udunits.inc.in" from distribution. Ported to Mac OSX (I hope). 1.12.0 2003-08-29 Corrected definition of "apothecary_pound". Corrected documentation of "common_year" in the units database. Modified the syntax of a couple of statements in file "src/utlib.c" to accomodate the, apparently, non-conforming C/SX C compiler on NEC SX-4 SUPER-UX systems, which can't dereference a pointer returned by a function. Added "mi" to database as alias for "mile". Corrected documentation on origin-shift in unit specifications. Ported to systems with sizeof(double) < sizeof(DOUBLE PRECISION). Added determination of Fortran type equivalent to C pointer to configuration script. Added utIsInit() and utisopen() to the API. Corrected Hertz symbol: changed from "hz" to "Hz". Corrected reference to udunits(3) library in udunitsperl(1) manual-page. Added support for Absoft Fortran.
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv1-1/+2
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23Changes: hard to determine, looks like mostly bug-fixesadam5-29/+59
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc40-80/+81
2004-01-18sync with py-Scientific 2.4.5 updaterecht3-19/+33
2004-01-18update to 2.4.5recht6-45/+76
2.4.3 --> 2.4.4: ---------------- Bug fixes: NetCDF error messages should now be correct. No more "unknown errors"! 2.4 --> 2.4.1: -------------- Bug fixes: - Scientific.MPI did not contain the _C_API object needed by C extension modules that call MPI. - The arguments to the receiveString method are now optional, as documented. 2.3.3 --> 2.4: -------------- Bug fixes: - Memory function calculation in Scientific.Signals.Models returned a wrong value for the first point. - Some indexing problems in Scientific.IO.NetCDF were fixed; none of them caused wrong results, just unjustified exceptions. 2.3.2 --> 2.3.3: ---------------- Bug fixes: - The method divide() assumed the wrong coefficient order. New features: - Module Scientific.Signals.Models - Class Scientific.Statistics.Histogram.WeightedHistogram 2.3.1 --> 2.3.2: ---------------- Incompatible changes: - Specification of routines in Scientific.BSP changed. 2.2 --> 2.3.1 ------------- New features: - New modules Scientific.BSP and Scientific.BSP.IO
2004-01-16Update to 4.3.38 from Min Sik Kim in PR pkg/24101.xtraeme2-5/+6
Changes since 4.3.35: * Fixed bug 131059. Fix to allow the thousands separator to be used correctly with the creation of the initial constant values in the Russian locale. * Fixed bug 130078. Changed the y^x button label to x^y (really x superscript y). Adjusted the tooltip message to "Raise displayed value to the power of y". * Fixed bug 130282 again. Needed to remove the "|| tsep[0] == '\0'" check from the get_tsep() routine in order to get the thousands separator to correctly work in all locales. Note that there is no thousands separator now for the C locale.
2004-01-14Update to 4.3.35, provided by Min Sik Kim in PR pkg/24011.xtraeme4-22/+41
Changes sinec 4.2.83: o Many bug fixes. o Further work on enhancement request 125873. As the user is typing in input, the display will now show the thousands separator (if checked). o On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK. This keyval/state pair needed to be added to the Xor recognized mappings. o gcalctool can now optionally show the thousands seperator character for fixed point numbers displayed in the decimal base. Same for numbers stored in the memory registers. There is a new "Show Thousands Separator" menu entry in the View menu to set this. o Online help updated. o Updated the gcalctool man pages. o Install "gnome-calculator" symlink as reqested by Glynn Foster.
2004-01-06Adjust dependancies to only depend on required libraries, not the wholejmmv2-6/+13
gnome-core package. This lets gnucash be installed alongside GNOME2 again. Bump PKGREVISION to 8.
2004-01-05Reintroduce reordering tests for termcap vs termlib vs ncurses andmarkd4-7/+163
make dependency on libbz2 explicit Fixes build on Solaris 8.
2004-01-03Bump package revisions for tiff update.reed7-13/+14
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-01Update of math/gap to 4.3 bug fix 5.cjep4-16/+180
Pkgsrc fixes: 1) Install trans directory. Official bug fixes since bug fix 4: 1) A wrong return format for `IsomorphicSubgroups' applied to cyclic groups. 2) A wrong `true' result of `IsSubset' for certain algebras. 3) Segmentation faults and other strange behaviour when assigning finite field elements of different characteristics into compressed vectors 4) A bug in the subgroup conjugation test for permutation groups that are not subgroups. 5) A missing method for `BaseOrthogonalSpaceMat'. 6) A missing `Set' call in the construction of the global variable `AUTOLOAD_PACKAGES'. 7) A wrong display string of the numerator in rational functions returned by `MolienSeries' (in the case that the constant term of this numerator is zero). 8) A strange behaviour of `Intersection' for the case that a strictly sorted list is the unique entry of the list that is given as the argument; in this situation, this entry itself was returned instead of a shallow copy. 9) An error in the basis of a product space of algebras. 10) Possibly wrong result of `Centre' for pc groups. 11) Possibly wrong result of `DirectSumDecomposition' for matrix Lie algebras. 12) An error in `LieNormalizer', `LieCentralizer' for zero subspaces. 13) An error in the computation of matrices of adjoint modules. 14) A strange error message when constructing the simple Lie algebra of type B1. 15) An error in `ModuleByRestriction'. 16) An error in `IrrBaumClausen' for the trivial group. 17) An error with vector space bases of row spaces over fields which neither are prime fields nor contain all entries of the vectors. 18) An error with `IsMonomial', when it uses the function `TestMonomialFromLattice' (i.e., in hard cases, likely for characters of nonsolvable groups). Errors 1, 3, 5, 6, 9, 12, 13, 14 and 16 may cause GAP to stop with an error message, errors 2, 4, 7, 10, 17, and 18 may cause wrong results.
2004-01-01Fix the PLIST for this package.cjep2-2/+41
2003-12-30Add trailing / to HOMEPAGEscjep3-6/+6
2003-12-28Bump PKGREVISION due to gnome-vfs2 update (fam removed as dependancy).jmmv1-2/+2
( We really need non-recursive dependancies... *sigh* )
2003-12-24Adjust dependancies and bump PKGREVISION due to:jmmv1-2/+3
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
2003-12-24+ py-fpconstrecht1-1/+2
2003-12-24initial import of py-fpconst-0.6.0recht4-0/+34
This python module implements constants and functions for working with IEEE754 double-precision special values. It provides constants for Not-a-Number (NaN), Positive Infinity (Inf), and Negative Infinity (-Inf), as well as functions to test for these values. The code is implemented in pure python by taking advantage of the 'struct' standard module. Care has been taken to generate proper results on both big-endian and little-endian machines. Some efficiency could be gained by translating the core routines into C.
2003-12-24s/@netbsd.org/@NetBSD.org/ in MAINTAINER.jmmv2-4/+4
2003-12-23Use compiler.mk logic, fixing systems with a non-GCC compiler.sketch1-4/+2
2003-12-19Fix building when non-root.markd2-1/+23
Closes PR pkg/23760