pkgsrc/math
jmcneill e7226224eb Update gcalctool to 5.26.0.
Overview of changes in gcalctool 5.26.0

    * Fix button expansion (nowak2000, Bug #575385)

    * Removed deprecated test/ directory (Bug #574048)

    * Updated documentation: C (Robin Sonefors), ca (Joan Duran)

    * Updated translations: as (Amitakhya Phukan), da (Ask H. Larsen),
                            el (Jennie Petoumenou), es (Jorge Gonzalez),
                            fi (Tommi Vainikainen), gl (Ignacio Casal Quinteiro),
                            gu (Ankitkumar Patel), hi (Rajesh Ranjan),
                            hu (Gabor Kelemen), it (Sergio Durzu),
                            lt (Vytautas Rėkus), mai (Rajesh Ranjan),
                            ml (Ani Peter), mr (Sandeep Shedmake),
                            nb (Kjartan Maraas), nl (Tino Meinen),
                            pl (Wadim Dziedzic), ru (Nickolay V. Shmyrev),
                            ta (felix), te (Krishnababu K),
                            zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)

Overview of changes in gcalctool 5.25.92

    * Restore number display mode (FIX/SCI/ENG) on startup (Robert Ancell, Bug #572881)

    * Fix rounding errors in integer power calulations (Robert Ancell, Bug #527540)

    * Fix error in cosine/tangent calculations (Robert Ancell, Bug #571007)

    * Updated documentation: eu (Inaki Larranaga Murgoitio)

    * Updated translations: en_GB (Philip Withnall), fi (Ilkka Tuohela),
                            fr (Bruno Brouard, Claude Paroz), ja (Takeshi AIHANA)
                            kn (Shankar Prasad), lv (Raivis Dejus),
                            nl (Wouter Bolsterlee), pt (Duarte Loreto)
                            pt_BR (Og Maciel, Rodrigo Flores), sv (Daniel Nylander)

Overview of changes in gcalctool 5.25.91

    * Initialise GType system so usage of GConf doesn't cause crashes (Matthias Clasen, Bug #571581)

    * Rework command-line arguments to be standard (Robert Ancell, Bug #569885)

    * Correctly handle decimal points for languages not using '.' (Robert Ancell, Bug #566929)

    * Fix shortcut keys so standard menu keys work (Robert Ancell)

    * Updated documentation: eu (Inaki Larranaga Murgoitio)

    * Updated translations: ast (Mikel González), cs (Petr Pulc), da (Ask H. Larsen), eu (Inaki Larranaga Murgoitio),
                            gu (Sweta Kothari), hu (Gabor Kelemen), ro (Adi Roiban), vi (Clytie Siddall),
                            zh_HK (Chao-Hsiung Liao), zh_TW (Chao-Hsiung Liao)

Overview of changes in gcalctool 5.25.90

    * Fixed incorrect bit shift operation (Robert Ancell, Bug #569176)

    * Updated documentation: sv (Daniel Nylander)

    * Updated translations: ca (Joan Duran), de (Christian Kirbach), ko (Changwoo Ryu), or (Manoj Kumar Giri)

Overview of changes in gcalctool 5.25.5

    * Updated documentation: de (Christian Kirbach)

    * Updated translations: nb (Kjartan Maraas), th (Theppitak Karoonboonyanan)

Overview of changes in gcalctool 5.25.4

    * Updated translations: de (ckirbach), es (Jorge Gonzalez), zh_CN (甘露)

Overview of changes in gcalctool 5.25.3

    * Made exponential numbers work without a sign, e.g. '1e2' works
      the same as '1e+2' (Robert Ancell).

    * Correctly calculate exponential numbers in binary mode and
      convert correctly when changing bases (Robert Ancell, Bug #516159).

    * Fix broken accelerator keys from changes in 5.25.2 (Robert Ancell, Bug #379476).

Overview of changes in gcalctool 5.25.2

    * Changed the scientific UI so that inverse operations (e.g. Ln/e^x) are controlled by the shift key.
      The following shortcut keys have changed:

      Function     | Old | New
      --------------------------
      Sine         | K   | k
      Inv. Sine    | -   | K
      Cosine       | J   | j
      Inv. Cosine  | -   | J
      Tangent      | L   | w
      Inv. Tangent | -   | W
      Natural Log  | N   | n
      e^x          | {   | N
      Log          | G   | g
      10^x         | }   | G
      Log_2        | H   | h
      2^x          | -   | H
      x^y          | ^   | ^ or o
      x^(1/y)      | -   | O

      (Robin Sonefors, Bug #379476).

    * Fixed crash where financial dialogs are activated from other modes on startup
      (Robin Sonefors, Bug #560196).

    * Give binary invert operation higher precedence so that ~X and X == 0 (Sami Pietilä, Bug #562251)

    * Fixed calculation errors for boolean operations on very large numbers (Robert Ancell, Bug #509988)

    * Always read configuration from /apps/gcalctool not /apps/(appname) as the application
      name is different when symlinked (e.g. the gnome-calculator symlink) (Matt Keenan, Bug #559260).

    * Correct gconf key names in man page (Robert Ancell, Bug #559458).

    * Updated translations: es (Jorge Gonzalez)

    * Updated help: es (Jorge Gonzalez)

Overview of changes in gcalctool 5.25.1

    * Added a programming mode that contains the bit editor (Robin Sonefors, Bug #501508).

    * Made finacial operations GUI-based not register based (Robin Sonefors, Bug #318686).

    * Added Gross Profit Margin Ration Financial Function (Robin Sonefors, Bug #150663).

    * Don't clear display when changing modes and allow all functions to work in all non-basic
      modes (Robert Ancell, Bug #554133).

    * Set decimal point label to be based on LC_NUMERIC as users can set their numerical
      representation to different to their language settings (Robin Sonefors, Bug #557331).

    * More refactoring in MP math library (Klaus Niederkrueger, Robert Ancell, Bug #524091).

    * Fixed GtkSpinButton warning (Robin Sonefors, Bug #553965).

    * Only update bit panel when display contains a solved number (Robert Ancell, Bug #548690).

    * Remove inline declaration so can compile in C89 (Jens Granseuer, Bug #553307).

    * Open help with gtk_show_uri() (Thomas Andersen, Bug #556207).

    * Added translator comments (Robert Ancell)

    * Updated translations: bg (Alexander Shopov),
                            da (Ask H. Larsen, Kenneth Nielsen),
                            es (Jorge Gonzalez),
                            et (Ivar Smolin),
                            fi (Ilkka Tuohela),
                            mk (Jovan Naumovski),
                            pt_BR (Vladimir Melo, Leonardo Ferreira Fontenelle)

    * Updated help: es (Jorge Gonzalez)
2009-03-18 00:32:45 +00:00
..
abs Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
admesh Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
algae Update to algae-4.3.6. From Aleksej Saushev. 2008-12-14 13:19:15 +00:00
antixls Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
aribas update to 1.63 2008-06-23 17:55:33 +00:00
bc + Drop ncurses dependency because it was only there for readline on 2008-03-05 04:00:01 +00:00
blas Use MASTER_SITE_NETLIB for Netlib and its mirrors. 2009-02-22 14:15:28 +00:00
blitz++ Add DESTDIR support. 2008-06-20 01:09:05 +00:00
calc Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
calcoo Add DESTDIR support. 2008-06-12 02:14:13 +00:00
capc-calc Pass pkgsrc ${CFLAGS} to the build via ${DEBUG}. 2008-09-17 15:23:19 +00:00
cln Add DESTDIR support. 2008-06-12 02:14:13 +00:00
dcdflib.c Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
dcdflib.f Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
dfftpack Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
dieharder Initial import of dieharder-2.24.4 into pkgsrc. 2007-09-13 10:07:36 +00:00
djbfft DJB has placed djbfft in the public domain. From 2008-02-28 14:30:39 +00:00
eigen2 Update eigen2 to 2.0-beta6 2009-01-27 12:22:46 +00:00
eispack Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
ess Move mk/emacs.mk to editors/emacs/modules.mk. 2008-10-11 09:31:54 +00:00
eukleides Fix build with newer bison. 2008-12-19 14:04:07 +00:00
euler Add DESTDIR support. 2008-06-12 02:14:13 +00:00
fftpack Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
fftw Changes 3.2.1: 2009-02-17 10:40:47 +00:00
fftw2 Add DESTDIR support. 2008-06-12 02:14:13 +00:00
fftwf Changes 3.2.1: 2009-02-17 10:40:47 +00:00
fgmp pkgsrc-user@ => pkgsrc-users@. 2009-02-11 11:41:53 +00:00
fricas Recognize Dragofly as BSD Family representative. 2009-03-08 17:17:02 +00:00
galculator update to 1.3.4 2009-02-25 19:50:19 +00:00
gap Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
gcalctool Update gcalctool to 5.26.0. 2009-03-18 00:32:45 +00:00
geg Add DESTDIR support. 2008-06-20 01:09:05 +00:00
genius Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
glpk Changes 4.35: 2009-01-17 23:36:22 +00:00
gnumeric Switch to Python 2.5 as default. Bump revision of all packages that have 2009-02-09 22:56:21 +00:00
gp-autpgrp Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
gp-factint Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
gp-fplsa Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
gp-grape Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
gp-grpconst Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
gp-lag Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
grace Update grace to 5.1.22. 2008-07-18 17:22:47 +00:00
graphopt pkglint cleanup; update HOMEPAGE/MASTER_SITES. 2007-02-22 19:01:13 +00:00
grpn
gsl Update to gsl-1.12. From Aleksej Saushev in PR pkg/40200. 2008-12-19 23:16:22 +00:00
gtklife Needs pkg-config. 2008-12-23 18:27:28 +00:00
lapack Use MASTER_SITE_NETLIB for Netlib and its mirrors. 2009-02-22 14:15:28 +00:00
libffm Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
libmatheval Mark as destdir ready. 2008-07-14 12:55:56 +00:00
linpack
ltm Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
mapm Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
mathomatic Update mathomatic to 14.2.7. 2008-12-21 02:02:25 +00:00
maxima Update maxima to 5.17.1, based on wip/maxima, which was updated 2008-12-21 05:04:28 +00:00
mcsim Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
meschach Fix installation. 2008-04-07 17:33:36 +00:00
metis Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
minpack Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
mpfr Update to mpfr-2.3.1. Add new distribution patch, appease pkglint. 2008-08-17 07:59:13 +00:00
mprime-bin Import mprime-bin-24.14 as math/mprime-bin. 2008-06-02 12:40:48 +00:00
mtl Add CONFLICTS line for previous PKGNAME versions. 2008-03-10 10:33:38 +00:00
newmat Correct email address for generic MAINTAINER. 2009-03-17 21:40:44 +00:00
nickle Add DESTDIR support. 2008-06-20 01:09:05 +00:00
ntl
octave PKGREVISION bump for libsndfile ABI depends bump. 2009-02-21 13:22:43 +00:00
octave-forge Modular Xorg support. 2007-02-06 18:05:58 +00:00
odepack
openaxiom Import openaxiom-1.2.0 as math/openaxiom. 2008-08-28 20:07:51 +00:00
orpie Update master site and homepage. 2008-03-28 04:19:56 +00:00
otter Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
p5-Excel-Template Import p5-Excel-Template version 0.31. 2008-10-20 22:41:15 +00:00
p5-Excel-Template-Plus Import p5-Excel-Template-Plus version 0.04. 2008-10-20 22:57:45 +00:00
p5-Math-Base85 Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Math-BaseCnv Added math/p5-Math-BaseCnv version 1.4.75 2008-10-26 19:12:13 +00:00
p5-Math-Bezier Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Math-BigInt-GMP Add math/p5-Math-BigInt-GMP-1.23: 2009-03-07 02:19:33 +00:00
p5-Math-BigInteger Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Math-FFT Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Math-GMP Update from version 2.04nb1 to 2.05. 2008-11-18 05:46:55 +00:00
p5-Math-Interpolate Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Math-MatrixReal Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Math-Pari Fix shared library loading on Darwin. 2009-03-05 23:12:51 +00:00
p5-Math-Random Update to 0.71: 2009-02-22 16:21:11 +00:00
p5-Math-Random-MT-Perl Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Number-Compare Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Number-Latin Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Roman Update from version 1.22 to 1.23. 2009-02-22 13:21:32 +00:00
p5-Set-Crontab Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Set-Infinite Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
p5-Spreadsheet-ParseExcel Update from version 0.4400 to version 0.4900 (upstream 0.49) 2009-01-31 16:16:05 +00:00
p5-Spreadsheet-Read Initial import of p5-Spreadsheet-Read version 0.34 in the NetBSD 2009-02-01 16:53:27 +00:00
p5-Spreadsheet-ReadSXC Initial import of p5-Spreadsheet-ReadSXC version 0.20 in the NetBSD 2009-02-01 09:04:02 +00:00
p5-Spreadsheet-WriteExcel Updated from version 2.23nb1 to 2.25. 2008-11-18 06:11:01 +00:00
p5-Spreadsheet-XLSX Initial import of p5-Spreadsheet-XLSX version 0.09 in the NetBSD 2009-02-01 15:25:02 +00:00
pari Let pari depend on dvipsk because teTeX-bin no longer provides dvips. 2009-02-25 03:33:03 +00:00
pari-galdata Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
pear-Numbers_Roman Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pear-Numbers_Words Add DESTDIR support. 2008-06-12 02:14:13 +00:00
php-bcmath Add DESTDIR support. 2008-06-12 02:14:13 +00:00
pspp Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-ephem Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-fpconst MASTER_SITES is not available now. 2008-09-02 02:59:35 +00:00
py-networkx Doesn't support Python 2.3. 2009-02-11 22:47:05 +00:00
py-numarray Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-Numeric Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-numpy user-destdir support. 2008-12-19 22:09:55 +00:00
py-pytables Add DESTDIR support. 2008-06-12 02:14:13 +00:00
py-rpy Catch up with PLIST changes. Bump revision. 2008-09-19 14:39:00 +00:00
py-Scientific Remove PYBINMODULE. All it did was mark some packages as not available 2009-03-05 18:51:26 +00:00
py-Scientific-doc Second round of explicit pax dependencies. As reminded by tnn@, 2008-05-26 02:13:14 +00:00
py-scipy Python 2.3 doesn't work, so remove it. 2009-02-11 22:50:09 +00:00
py-sympy Sort PYTHON_VERSIONS_ACCEPTED. 2009-02-11 14:23:31 +00:00
qalculate Improve COMMENT and DESCRiptions. 2008-12-20 18:47:00 +00:00
qalculate-bases Add DESTDIR support. 2008-06-20 01:09:05 +00:00
qalculate-currency Add DESTDIR support. 2008-06-20 01:09:05 +00:00
qalculate-gtk Use mk/omf-scrollkeeper.mk instead of textproc/rarian/omf.mk. 2009-03-08 15:56:43 +00:00
qalculate-kde Improve COMMENT and DESCRiptions. 2008-12-20 18:47:00 +00:00
qalculate-units Add DESTDIR support. 2008-06-20 01:09:05 +00:00
qhull Add DESTDIR support. 2008-06-20 01:09:05 +00:00
quadpack Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
R user-destdir support from Masao Uebayashi with minor changes from me. 2008-10-13 11:08:31 +00:00
R-abind Fix homepage. 2008-10-13 11:30:50 +00:00
R-akima Fix homepage. 2008-10-13 11:31:32 +00:00
R-CGIwithR Update R-CGIwithR to 0.72. 2008-10-13 11:12:52 +00:00
R-chron Update R-chron to 2.3.24 2008-10-13 11:34:21 +00:00
R-circular Initial import of R-circular version 0.3.8 2008-10-14 07:12:44 +00:00
R-clim.pact Update R-clim.pact to 2.2.15 2008-10-14 08:00:31 +00:00
R-combinat Fix homepage. 2008-10-13 11:35:13 +00:00
R-DAAG Update R-DAAG to 0.97 2008-10-13 11:14:55 +00:00
R-date Update R-date to 1.2.26 2008-10-13 11:38:19 +00:00
R-gdata Update R-gdata to 2.4.2 2008-10-14 07:31:26 +00:00
R-genetics Update R-genetics to 1.3.4 2008-10-14 07:38:26 +00:00
R-geoR Update R-geoR to 0.9.26 2008-10-14 08:19:07 +00:00
R-GRASS Update R-GRASS to 0.3.7 2008-10-13 11:17:04 +00:00
R-gstat Update R-gstat to 0.9.51 2008-10-14 08:24:23 +00:00
R-gtools Update R-gtools to 2.5.0 2008-10-14 06:51:09 +00:00
R-httpRequest Update R-httpRequest to 0.0.6 2008-10-14 06:44:25 +00:00
R-hwde Update R-hwde to 0.5 2008-10-14 06:41:35 +00:00
R-ISwR Update R-ISwR to 2.0.2 2008-10-13 11:19:45 +00:00
R-lmm fixup patch from previous. 2008-10-14 22:41:44 +00:00
R-mapproj Update R-mapproj to 1.1.7.2 2008-10-14 06:01:48 +00:00
R-maps Update to R-maps 2.0.40 2008-10-14 05:54:25 +00:00
R-Matrix Update R-Matrix to 0.999375.15 2008-10-13 11:22:46 +00:00
R-mvtnorm Update R-mvtnorm to 0.9.2 2008-10-14 05:47:36 +00:00
R-ncdf Fix homepage. 2008-10-14 05:42:14 +00:00
R-PHYLOGR Update R-PHYLOGR to 1.0.6 2008-10-13 11:24:40 +00:00
R-pixmap Update R-pixmap to 0.4.9 2008-10-14 05:35:47 +00:00
R-R2HTML Update R-R2HTML to 1.59 2008-10-13 11:27:50 +00:00
R-RArcInfo Update R-RArcInfo to 0.4.7 2008-10-13 11:29:42 +00:00
R-Rcmdr Update R-Rcmdr to 1.4.2 2008-10-14 07:25:31 +00:00
R-sgeostat Update R-sgeostat to 1.0.21 2008-10-13 19:26:12 +00:00
R-shapefiles Update R-shapefiles to 0.6 2008-10-13 19:27:42 +00:00
R-sp Initial import of R-sp version 0.9.26 2008-10-14 08:15:24 +00:00
R-statmod Update R-statmod to 1.3.6 2008-10-13 19:28:48 +00:00
R-wle Update R-wle to 0.9.3 2008-10-14 07:16:50 +00:00
randlib Prepare for switching to NO_MTREE=yes. 2007-03-24 19:21:18 +00:00
ruby-rb-gsl Mark as destdir ready. 2008-07-14 12:55:56 +00:00
sc Whitespace cleanup, courtesy of pkglint. 2007-02-22 19:26:05 +00:00
scilab MAKE_JOBS_SAFE= no 2008-12-05 19:02:09 +00:00
slatec Use MASTER_SITE_NETLIB for Netlib and its mirrors. 2009-02-22 14:15:28 +00:00
snns DESTDIR support 2009-02-23 18:14:20 +00:00
statist Make it compile on DragonFly. 2009-03-11 12:42:41 +00:00
superlu Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
tasp-vsipl Modular Xorg support. 2007-02-19 21:38:32 +00:00
texdrive Initial import of texdrive-0.0.20081126: 2008-12-09 12:19:59 +00:00
tochnog Mechanical changes to add DESTDIR support to packages that install 2008-03-04 17:57:17 +00:00
udunits Bump the PKGREVISION for all packages which depend directly on perl, 2008-10-19 19:17:40 +00:00
units Add DESTDIR support. 2008-06-20 01:09:05 +00:00
vista Don't include x11.b3.mk directly as this is pure lisp. 2007-02-19 20:02:18 +00:00
xeukleides Update xeukleides to 1.0.1. 2008-09-02 05:33:32 +00:00
xfractint Resign from maintaining a lot of packages, so everyone is free to update 2008-03-04 11:02:23 +00:00
xgap Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
xldlas Location on MASTER_SITE_SUNSITE has beenn changed. 2008-09-02 02:39:44 +00:00
xlife Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
xlispstat Update math/xlispstat to version 3.52.20. Changes from version 3.52.18 2008-03-07 16:48:02 +00:00
xmgr Remove fire.mpi-stuttgart.mpg.de and wauug.erols.com from MASTER_SITES, 2007-11-11 23:56:53 +00:00
yacas Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal. 2008-11-10 17:21:33 +00:00
yorick MASTER_SITES (and HOMPAGE) gone away, change MASTER_SITE to site still have 2008-09-02 02:08:33 +00:00
Makefile sort 2009-03-12 22:31:41 +00:00