Commit graph

1723 commits

Author SHA1 Message Date
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
f6e9999663 Remove unneeded patch, noted by veego@. 2006-02-05 18:20:36 +00:00
markd
d25b5068d7 test -z $foo -> test -z "$foo"
fixes build on Solaris.
2006-02-04 22:25:06 +00:00
wiz
d530df7d29 Update to 1.6.2:
Gnumeric 1.6.2

Ivan, Y.C. Wong:
	* Fix Gdk-WARNING when cutting or copying cells. [#314210]
	* No more debug command prompt. Error/warning messages will
	  go to an existing command prompt (if any).

Jody:
	* Disable the IRC link in the help menu.
	* Use the cannonical web page in case of problems.
	* Silence some warnings in the ODS importer.

Morten:
	* Fix COUNTBLANK.
	* Fix ATAN2(0,0).
	* Make AND, OR, and XOR ignore strings as claimed.
	* Fix TRIM for non-ASCII case with spaces at end.
	* Improve Excel compatibility of BIN2DEC, BIN2HEX, and
	  BIN2OCT.  [#323787]
	* Fix crash on xml load.  [#323888]
	* Fix file corruption on saving scenarios.  [#323927]
	* Fix a pile of leaks in solver and scenario saving and loading.
	* Fix leaks in solver dialog.
	* Fix parser leak.  [#301127]
	* Fix solver dialog crash.  [#324585]
	* Fix FMR in SUBSTITUTE.
	* Fix REPLACE and SEARCH for non-ASCII strings.
	* Fix division-by-zero problems in FIXED, ROUND, ROUNDUP,
	  ROUNDDOWN, TRUNC.
	* Fix accuracy of ROUND, ROUNDUP, ROUNDDOWN, TRUNC.
	* Fix out-of-memory problem in REPT.
	* Fix lots of little XL compatibility problems in string
	  functions.
	* Fix error on Search-and-replace.
	* Fix near-infinite loop in FACTDOUBLE.
	* Fix text-to-columns crash probably affecting stf import too.
	* Fix font preference crash.  [#326830]
	* Fix memory allocation problem for writing charts.
	* Fix loading of boolean constants from ods files.
	* Fix MID for out-of-bounds values.
	* Fix constructed-range parsing for OO.
	* Fix SECOND, MINUTE, HOUR compatibility problems.
	* Fix DATE compatibility for bizarre input.
	* Cleanup parameter handling in financial functions.

Jon Kåre:
        * Hand clipboard off to clipboard manager when exiting.

Nick Lamb:
	* Fix CONVERT crash.  [#323678]
2006-02-04 17:03:51 +00:00
markd
2d578db944 Update glpk to 4.9
A MIP presolver were implemented (currently incomplete). It is
used internally in the routine lpx_intopt (see below).

An advanced branch-and-bound solver (the routine lpx_intopt)
were implemented.

The routine lpx_check_int to check MIP feasibility conditions
was added.

The routine lpx_print_mip was changed to print MIP feasibility
conditions.

The built-in functions sin, cos, atan, and atan2 were added to
the MathProg language.

Some typos were fixed.
Thanks to Minh Ha Duong <haduong@centre-cired.fr> (CIRED, CNRS).
2006-02-04 11:54:51 +00:00
joerg
b7a4a002b1 When using GCC and libstdc++ supports C99 macros, use isnan from
namespace std.
2006-02-02 14:10:45 +00:00
wiz
5925646c7f Accept goffice>=0.2.0 too.
Fixes compilation problem reported by joerg@ and veego@.
2006-01-31 20:32:07 +00:00
wiz
b0b10dd0de Bump PKGREVISION for goffice shlib major bump. 2006-01-30 21:02:52 +00:00
joerg
7938c09cd4 Include sys/time.h for struct timeval on DragonFly. 2006-01-30 18:36:20 +00:00
adam
5b4402bf9b Changes 3.1:
* Faster FFTW_ESTIMATE planner.
* New (faster) algorithm for REDFT00/RODFT00 (type-I DCT/DST) of odd size.
* "4-step" algorithm for faster FFTs of very large sizes (> 2^18).
* Faster in-place real-data DFTs (for R2HC and HC2R r2r formats).
* Faster in-place non-square transpositions (FFTW uses these internally
  for in-place FFTs, and you can also perform them explicitly using
  the guru interface).
* Faster prime-size DFTs: implemented Bluestein's algorithm, as well
  as a zero-padded Rader variant to limit recursive use of Rader's algorithm.
* SIMD support for split complex arrays.
* Much faster Altivec/VMX performance.
* New fftw_set_timelimit function to specify a (rough) upper bound to the
  planning time (does not affect ESTIMATE mode).
* Removed --enable-3dnow support; use --enable-k7 instead.
* FMA (fused multiply-add) version is now included in "standard" FFTW,
  and is enabled with --enable-fma (the default on PowerPC and Itanium).
* Automatic detection of native architecture flag for gcc.  New
  configure options: --enable-portable-binary and --with-gcc-arch=<arch>,
  for people distributing compiled binaries of FFTW (see manual).
* Automatic detection of Altivec under Linux with gcc 3.4 (so that
  same binary should work on both Altivec and non-Altivec PowerPCs).
* Compiler-specific tweaks/flags/workarounds for gcc 3.4, xlc, HP/UX,
  Solaris/Intel.
* Various documentation clarifications.
* 64-bit clean.  (Fixes a bug affecting the split guru planner on
  64-bit machines, reported by David Necas.)
* Fixed Debian bug no.259612: inadvertent use of SSE instructions on
  non-SSE machines (causing a crash) for --enable-sse binaries.
* Fixed bug that caused HC2R transforms to destroy the input in
  certain cases, even if the user specified FFTW_PRESERVE_INPUT.
* Fixed bug where wisdom would be lost under rare circumstances,
  causing excessive planning time.
* FAQ notes bug in gcc-3.4.[1-3] that causes FFTW to crash with SSE/SSE2.
* Fixed accidentally exported symbol that prohibited simultaneous
  linking to double/single multithreaded FFTW (thanks to Alessio Massaro).
* Support Win32 threads under MinGW (thanks to Alessio Massaro).
2006-01-30 09:25:09 +00:00
markd
e2fe14385e Whoops, I forgot to actually fix the PLIST when I last "fixed" this. Bump
PKGREVISION again.
2006-01-27 21:50:41 +00:00
minskim
9bbd785fbe Update mathomatic to 12.5.6.
Changes:
- Fixed compatibility problem with "list export" and "list maxima".
- Added "tests/conversions.in".
- Made "code integer" command work with more languages than C and Java.
- Added "code python" command option.
- Added "fact/fact.c" and "fact/fact.py", which are factorial functions.
- Completed "help geometry" page.
2006-01-25 20:42:26 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
minskim
f5ddcd7395 Update mathomatic to 12.5.5.
Changes:
- Added "doc/manpage.html", which is the man page for Mathomatic
  generated with "groff -Thtml -man".
- Made sure all HTML files have the extension ".html".
- Made sure we can allocate at least 1 equation space on startup.
- Made entering things like "#1 a" succeed at entering a single variable
  expression.
- Fix-ups to the symbolic math library.
- Increased power of limit command.
- A limit expression with infinity in it is assumed to be infinity.
2006-01-21 23:25:02 +00:00
minskim
fad0653357 Update mathomatic to 12.5.4.
Changes:
- Removed parsing of "infinity" and fixed parsing of "inf".
- Removed matho-around.  Use GNU "seq | factor" instead.
- Allow "#+"number and "#-"number at main prompt, to select relative
  equation numbers.
- Removed all primes (') support from variable names.
- Added version command.
- Added "-v" option.
- Split off super.c into super.c and poly.c.
- All polynomial routines are now in poly.c.
- Improved roots command and put it in tests.
- Fixed bug simplifying "a = (e# + (e#*i#))^(pi + (pi*i#))".
2006-01-14 18:55:32 +00:00
markd
9471f76f17 If MANZ=yes was set then the subsequent USE_TOOLS+=gzip caused a gzip
link to appear in the tools directory and be picked up and embedded in
one of the installed scripts.  Since this package clearly uses gzip at
runtime add an explicit USE_TOOLS+=gzip:run and fixup the gzip path that
gets embedded.  Fixes PR pkg/32218.  Bump PKGREVISION.
2006-01-12 01:41:48 +00:00
joerg
43478e11a3 Use better hack as suggested by jlam: query pari for its WRKSRC and use
that.
2006-01-11 21:24:09 +00:00
joerg
14d002a012 Adjust horrible, cludgy hack to not break when WRKDIR is outside the
pkgsrc tree.
2006-01-11 19:36:59 +00:00
minskim
38c910dfe8 Update mathomatic to 12.5.3.
Changes:
- Ported matho-primes, matho-twin, and matho-pascal to long doubles.
  "make test" added in "primes" directory.
- Alphabetic case sensitive mode set by default.
- Added "list maxima" option.  "list export" is now for other programs.
- Code cleanup.
2006-01-08 12:58:55 +00:00
adam
66ab7f531f Changes 2.9.4:
* Bug fixes and improvements
2006-01-06 22:41:48 +00:00
markd
bcf24618a5 Name of .so file depends on version of R built against so fix PLIST
again and depend on the latest version of R. Bump PKGREVISION.
2006-01-04 11:09:44 +00:00
adrianp
8fada32514 Add:
math/pear-Numbers_Roman
math/pear-Numbers_Words
2006-01-03 21:08:09 +00:00
adrianp
d7760e43cb With Numbers_Words class you can convert numbers
written in arabic digits to words in several languages.
You can convert an integer between -infinity and infinity.
If your system does not support such long numbers you can
call Numbers_Words::toWords() with just a string.
2006-01-03 21:06:00 +00:00
adrianp
32c7a1cee9 Numbers_Roman provides static methods for converting to and from Roman
numerals. It supports Roman numerals in both uppercase and lowercase
styles and conversion for and to numbers up to 5 999 999
2006-01-03 21:05:15 +00:00
joerg
77682d00ba pthread user => include pthread.b3.mk. Use PTHREAD_* instead of
hard-wired -lpthread. Use sys/wait.h on DragonFly as well.
2006-01-03 20:54:15 +00:00
joerg
a4dbc68953 config.guess / config.sub override. 2006-01-03 20:48:01 +00:00
joerg
294c6b23f9 Regenerate patch, doesn't apply cleanly on DragonFly. 2006-01-03 20:25:31 +00:00
joerg
f5b63493f1 MAXINT and MAXSHORT don't exist on FreeBSD and DragonFly, so use
same patch there.
2006-01-03 20:20:07 +00:00
joerg
15a29f47ca Make it a bit harder for the compiler to optimise the sin() test
away: Use a global variable as argument.
2006-01-03 19:21:17 +00:00
joerg
42a56af0c6 Let imake handle the man pages and use PLIST variables. Bump revision,
since only one copy is installed now e.g. on NetBSD.
2006-01-03 19:07:31 +00:00
taca
435219cbd2 Bump PKGREVISION by update of ruby18-base package. 2006-01-03 15:07:28 +00:00
taca
dccd827fac Stop handling DIST_SUBDIR default for Ruby based packages.
Second, update distinfo and/or stop using USE_RUBY_DIST_SUBDIR in Makefiles.
2006-01-03 14:25:49 +00:00
taca
74446187b3 Remove ruby-bitvector. 2006-01-03 07:26:38 +00:00
taca
af0af88c75 Remove ruby-bitvector package since MASTER_SITES and HOMEPAGE aren't
available any more.
2006-01-03 07:26:00 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
markd
c64417b924 Update R to 2.2.1
USER-VISIBLE CHANGES

    o   options("expressions") has been reduced to 1000: the limit
        of 5000 introduced in 2.1.0 was liable to give crashes from C
        stack overflow.


NEW FEATURES

    o   Use of 'pch' (e.g. in points) in the symbol font 5 is now
        interpreted in the single-byte encoding used by that font.
        Similarly, strwidth now recognizes that font 5 has a different
        encoding from that of the locale.  (These are likely to affect
        the answer only in MBCS locales such as UTF-8.)

    o   The URW font metrics have been updated to versions from late
        2002 which cover more glyphs, including Cyrillic.

    o   New postscript encodings for CP1250 (Windows East European),
        ISO Latin-7 (8859-13, Latvian, Lithuanian and Maori), Cyrillic
        (8859-5), KOI8-R, KOI8-U and CP1251.

    o   configure has more support for the Intel and Portland Group
        compilers on ix86 and x86_64 Linux.

    o   R CMD INSTALL will clean up if interrupted (e.g. by ctrl-C from
        the keyboard).

    o   There is now a comprehensive French translation of the messages,
        thanks to Philippe Grosjean.


DEPRECATED & DEFUNCT

    o   The undocumented use of atan() with two arguments is deprecated:
        instead use atan2() (as documented).

    o   The 'vfont' argument of axis() and mtext() is deprecated
        (it currently warns and does nothing).

    o   The function mauchley.test() is deprecated (was a misspelling)
        and replaced by mauchly.test()

Many BUG FIXES
2005-12-29 23:23:53 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
seb
37d945e229 Lower expectations, both others' and mine: relinquish stewardship 2005-12-27 13:54:57 +00:00
joerg
b46eedb064 Fix errno and sys_nerr usage on DragonFly. 2005-12-27 13:53:22 +00:00
joerg
d21714df2b Handle DragonFly like NetBSD and Linux with regard to MAIN__ 2005-12-21 17:56:10 +00:00
joerg
74ff322ae8 Fix GCC 3.4+: label at end of compound statement. 2005-12-20 14:51:00 +00:00
markd
fbb0eb7793 avoid computed static constant (which was in any case the wrong value)
in log1p().  From R svn.  Should fix build on NetBSD-1.6.2.
2005-12-19 12:51:50 +00:00
markd
d222df45da Remove the R-VR package. A newer version is included in the latest R
package causing this package to fail as seen in the bulk builds.
2005-12-19 11:53:21 +00:00
markd
0920088b52 Fix PLIST problem seen in bulk builds. 2005-12-19 11:34:46 +00:00
joerg
0bec83e518 Forgotten makepatchsum. 2005-12-18 19:07:00 +00:00
wiz
213c7006d6 Update to 1.6.1. Committed during the freeze because 1.4.3 was broken
after the libgsf update (see PR 32281).

Changes since 1.4.2 (1.4.3 is not mentioned in the ChangeLog?!):

Gnumeric 1.6.1

Allin Cottrell:
	* Save configuration in non-gnome case.  [#310354]

Jean Brefort:
	* Use localized decimal separator. [#80139]

Jody:
	* Unfreeze panes if the drag handles are pulled outwards.
	* Adjust ctrl-~ vs ctrl-!
	* Some R1C1 fixes
	* More SpreadsheetML from MS Office XP.
	* Some OpenDoc import extensions.
	* Minor fixes for auto-fill
	* Enable a chart importer in the experimental xml sax importer.

Lukasz Stelmach:
	* Fix python binding for RangeRef::end.

Eduardo Lima:
Renato Araujo:
	* Maemo/Hildon port to Nokia 770

Morten:
	* Fix content probing of csv and tsv files.  [#318419]
	* Import formats from Lotus 1-2-3 files.
	* Import column widths and row heights from Lotus 1-2-3 files.
	* Handle Lotus 1-2-3 functions whose names differ from the ones
	  we use better.
	* Read basic info from wk4 files.
	* Fix issues with new function docs method.
	* Fix OO import crash.  [#320818]
	* Fix Excel save crash.  [#321009]
	* Plug minor leak.

Philippe Lelong:
	* Fix issue with PRICE (and probably related functions).

--------------------------------------------------------------------------
Gnumeric 1.6.0

Andreas:
	* Preload selection in "Define Names" dialog.  [#316406]

Jean Brefort:
	* Fix crash when deleting plot with dynamic deps.
	* Fix localization issues.  [#318042][#318043].

Jody:
	* Snap objects right in RTL mode. [#316026]
	* Finish Data -> Table evaluation
	* Avoid entering "" for every keystroke when using gtk-2.8
	* Fix xls import/export of markers for radar plots.
	* Fix rotated text with pango-1.10 [#316597]
	* Update auto-expr after a recalc [#314867]
	* Use Emmanuel's ideas to improve the frozen pane drag handles.
	* Enable super/subscripts.
	* SpreadsheetML importer.

Morten:
	* Fix C99ism.
	* Fix rare dependency crash.
	* Warn if running with buggy pango_attr_list_splice.
	* Improve stf import gui for multi-byte encoded text.  [#316816]
	* Fix xml-io's name parsing.  [#317427]
	* Fix .gnumeric saving of summary items.  [#318254]
	* Import some style info from Lotus 1-2-3 files.
	* Fix infinite loop in pdhyper.

--------------------------------------------------------------------------
Gnumeric 1.5.90

Jody:
	* quotes for pure strings in expressions for xml in/out [#313460]
	* Fix F4 cycling of abs/rel in mixed mode range refs
	* Check all format tuples for a match [#85950]
	* Escape cancels object drag. [#314866]
	* F2 while editing jumps focus to entry. [#314869]
	* XLS in/out for Data -> Table
	* 2d Data -> Table support

Morten:
	* Fix tooltip problem.  [#314865]
	* Throw a minimum of effort at a Lotus importer for modern
	  versions.  [#314875]

--------------------------------------------------------------------------
Gnumeric 1.5.5

(No code changes -- translations only)

--------------------------------------------------------------------------
Gnumeric 1.5.4

Clytie Siddall:
	* Audit strings.  [#312746]  [#312986]

Jean Brefort:
	* Fix crash on close related to graph plugins.  [#313463]

Jody:
	* Fix lost background colours. [#314207 and others]
	* Add some drag handles for graphicly creating frozen panes.
	* Fix sheetview confusion.  [#314208]

Morten:
	* Fix harmless, but ugly, error message on xls save.
	* Fix solver crash.  [#314025]
	* Fix solver coefficients.
	* Package lp_solve into a single file and sanitize its API.
	  Update to lp_solve 5.5 in the process.
	* Fix dependency crash.  [Part of #314207]
	* Fix theming bug.  [#307783]
	* Fix crash related to changing colours of sheet tabs.
	* Fix rich text editing problem.  [#314209]
	* Be consistent about dialog separators.  [#314306]
	* Fix print problem with page numbers.  [#314520]

--------------------------------------------------------------------------
Gnumeric 1.5.3

Ivan, Y.C. Wong:
	* Fix recent files list on win32. [#308302]
	* Fix non-latin characters rendering of fonts sans, serif and monospace
	  on win32. [#161027]

Jean Brefort:
	* Copy charts (to abiword).

J.H.M. Dassen (Ray):
	* Bumped goffice build dependency.

Jody:
	* Handle ROW/COLUMN with no argument in an array.
	* Fix problems with row height resizing on win32. [#163414]
	* XLS, SAX, & DOM in/out for conditional Formating.
	* SAX in/out for input messages.
	* SAX in for hyperlinks.
	* Conditional Formating for backgrounds.
	* Conditional Formating for borders.
	* Store the current settings before previewing. [#301494]
	* Fix F4-abs/rel state rotation after R1C1 breakage.
	* Fix leak in xls chart import. [#157058]
	* Fix object movement and snap to grid in RTL.
	* XLS import of image fills. [#127756]
	* XLS import of font for chart labels.
	* Don't put extra quotes around exported series names. [#152317]
	* Keep images hidden until they are sized. [#308301]
	* Warnings when consolidating single columns. [#308431]
	* Improve sync of cell editing and editline for autocomplete. [#308303]

Jon Kåre:
        * Improve sc/xspread import.
	* Export page orientation to Excel.
	* Fix top margin/header interaction bug in page setup. [#310055]

Morten:
	* Make changes to toolbar visibility permanent.
	* Fix stf export quoting problem.  [#308109]
	* Fix stf export format problem.
	* Prevent sheets from being renamed to "".
	* Fix IRR.  [Debian #315625]
	* Eliminate old sheet reorganize support code.
	* Make ssconvert able to save to stdout ("fd://1").
	* Fix repeat-setting-border crash.  [#310924]
	* Fix typo that managed to get its own bugzilla entry.  [#312823]
	* Fix problem with save.  [#312930]
	* Improve screen-vs-print line breaking situation.  [#312912]
	* Fix crash changing font.  [#313257]
	* Fix crash on finalizing sheet with objects in it.
	* Fix sheet-remove crash related to dependencies.  [#312794]

--------------------------------------------------------------------------
Gnumeric 1.5.2

Andreas:
	* permit formula guru to add array functions

Ivan:
	* (Win32) Fix opening files with non-ascii names when users "open"
	  them in explorer. [#304874]
	* Enable libspeadsheet build
	* (Win32) Fix the bug that d&d from explorer doesn't work in
	  gnumeric. [#304074]

Jody:
	* Tweak the errors from LOGNORMDIST, CONFIDENCE, STANDARDIZE, and
	  NORMDIST to match MS Excel.
	* After a command refocus controls for the current view. [#165700]
	* Fix 'Begins with' vs 'Ends With' for autofilters.
	* Autofilter string equality is stronger than containment [#172355]
	* Buttons in sheet manager dialog should not strech vertically.
	* Stub for MS Excel's ASC function, which is unncessary in gnumeric.
	* Make range clipping more efficient. [#164950]
	* Fix advanced filter for inputs that do not start at col A. [#165734]
	* Fix xls import of names calling fwd declared names. [#166611]
	* Fix string generation for arrays.
	* Don't hide columns < 4pts wide on import. [#304558]
	* Rich content from MS Excel clipboard [#305405]
	* Fix warning while importing pre XL-95.
	* Fix adjustment object handling [#167584].
	* Be more careful what we assume is a header [#165061].
	* Use sheet specific print settings when printing a workbook. [#163589]
	* Fix small positioning glitch when creating widgets. [#304559]
	* re-enable experimental sax importer after goffice split.
	* Improve handling of some odd XL operators.
	* Remove warning when nudging during object creation. [#164779]
	* Delete while editing should not clear the cell. [#165172]
	* R1C1 support.

Jon Kåre:
        * Don't output the xml declaration for xhtml. [#303827]

Michal Kaukic:
	* Fix solver for affine objective functions. [#171025]

Morten:
	* Fix SUMIF even more.  [Debian #308346]
	* Fix horizonal alignment of rotated numbers broken by fix to
          #303292.
	* Fix CRITICAL when undoing borders.
	* Improve multiline rotated text.  [#167544]
	* Fix Excel load crash.  [#303923]
	* Speed up exit on large sheets with lots of names, such as the
	  one from #303923.
	* Clean up dependencies somewhat.
	* Simplify expressions used for defined names for single cells.
	* Fix redo crash.  [#305007]
	* Fix auto-complete deactivation issues.  [#305011]
	* Fix recognition of accounting formats.  [#305314]
	* Fix unintentional format currency change.  [#305313]
	* Plug leaks.
	* Work hard at not leaving passwords in memory, just in case.
	* Add tooltips for ok_button, cancel_button, and func_button.
	  [#160344]
	* Fix paste problem.  [#305404]
	* Fix brown bag text import problem.  [Later reported as #305624]
	* Improve R.QPOIS accuracy, efficiency, and termination.
	* Improve R.QNORM's accuracy in the long double case.
	* Improve R.QCAUCHY's accuracy.
	* Add new R.QHYPER function.
	* Fix xml SAX import issue for array formulae.
	* Fix xml export of shared array formulae.
	* Fix number matching problem.  [#306254]
	* Fix R.PBETA screwup for log case.
	* Fix problem with hiding sheets.
	* Fix sheet removal undo to also undo changes to names and
	  cells in other sheets.
	* Save and load visibility sheet attribute.
	* Fix 3D deps crash.
	* Fix 3D dependencies spanning more than one sheet.  (I.e., all.)
	* Fix dynamic dependency crash on exit.
	* Plug leaks of sheet views.
	* Fix CRITICAL in the "manage sheets" dialog.

--------------------------------------------------------------------------
Gnumeric 1.5.1

Andreas:
	* Make ROUNDDOWN and ROUNDUP MSExcel compatible including the
	  strange handling for negative numbers. [#162682]
	  This breaks backwards compatibility to earlier Gnumeric versions
	  for these functions.
	* Fix text colour in selected item in sheet manage dialog. [#170462]
	* Fix NORMDIST description. [#167467]

David J Craigon:
	* Allow ssconvert to specify importer. [#160069]

Ivan Wong:
	* Fix image filtering for Win32.  [#164589]
	* Implement the Win32 registry connection.

Jody:
	* Major re-org for goffice split.
	* Fix xls import for fit to page.
	* Fix OFFSET for asymmetric ranges [#166764]
	* Fix SUMIF for asymmetric ranges [#166769]
	* Import sheet visibility from ms excel
	* Split function docs into a distinct catalog
	* Decrease memory usage in clipboard.
	* Simplify tiling when pasting a copy. [#87477]
	* Be more flexible pasting full cols/rows in single cells. [#87528]
	* Add vertical alignment DISTRIBUTED
	* Fix xls in/out of rotation

Jon Kåre:
        * Don't crash on csv file with invalid unicode [#167190]
	* Import html hyperlinks as hyperlinks.
	* Fix session management bug when gnumeric is minimized. [#166769]
	* Paste images from clipboard.
	* Copy images and graphs to clipboard.
	* Receive and send images by drag and drop.
	* Don't clear clipboard when losing primary selection. [#300468]

Kasal:
	* Modified the way generated files are handled by Automake.
	* Some configure hacks to support po-functions.

Morten:
	* Work around Pango bug causing XL save crash.  [#166532]
	* Fix Save-As GUI problem causing CRITICALs.
	* Fix typos that managed to get their own bugzilla entries.
	  [#167495] [#302306]
	* Improve auto-detection of separators for text files.  [#167449]
	* Fix some #decimals problems with print page setup.
	* Fix saving.
	* Fix crash when using --quit.  Fix leak too.
	* Fix rare crash on exit.
	* Use unicode minus (U2212) for numbers.  [#168467]
	* Improve format selection dialog for text import.
	* Constification.
	* Use FooCanvas for rotation part of cell format dialog.
	* Get rid of the last direct GnomeCanvas use.
	* Clean up long double configuration.
	* Fix save-as for non-local files.  [#170308]
	* Drop gtk+-bug workaround.  [#162952]
	* Make sheets even more object-like.
	* Fix parsing problem with names that start out with something
	  that can be parsed as a cell, e.g., "K3P".  [#170465]
	* Improve auto-fixup of 1.0.x era non-ASCII Gnumeric files.
	* Fix minor GUI problem with the format page of text import.
	* Create new plugin with R.[DPQ]dist functions using the
	  R Project's naming and calling conventions.
	  Note: this is deliberately not yet in po-whatever.  There are
	  tons of autogenerated strings and things need to settle down
	  a bit first.
	* Fix modality issue causing crashes.  [#170958]
	* Use a better format for auto expressions.
	* Improve undo description for rich text style changes.  [#171637]
	* Don't destroy target file when loading a saver plugin fails.
	  [#168581].
	* Make sure we update our window menu when we create a new view.
	* When we reopen insert->image, start in the directory we were
	  last time.  [#143188]
	* Fix conversion problems with stf export.  [#126513]
	* Improve text import for strange encodings.  [#167191]
	* Rework stf export code and fix crash-on-exit-causing leaks.
	* Do something sensible when exporting dates and times as text.
	  [#128936]
	* Fix uncompressed saving of .xml and .gnumeric (when requested).
	  [#173030]
	* Improve extreme-case evaluation of quantile functions that are
	  computed by root searching, such as =BETAINV(0.52,1e-3,1e6).
	* Improve accuracy of R.QF (and thus FINV).
	* Fix TRIMMEAN.
	* Fix MODE.
	* Allocate some clipboard data in pools.
	* Fix potential save-as crash.
	* Fix spurious criticals.  [#301581]
	* Change various sheet things to use an object properties.
	* Plug leaks with moving sheets.
	* Use object properties for much of the {sheet,workbook}-control-gui
	  to sheet linkage.
	* Fix multihead problems with popups.
	* Fix crash for sheet-remove on sheets with local dynamic
	  dependencies.
	* Implement CELL("sheetname", ...).
	* Fix CELL with explicit sheet in the reference.
	* Fix sheet reordering by dragging.
	* Fix various theme related bugs.  [#302902]  [#302880]  [#302882]
	* Fix undo crash in connection with cloning sheets.

--------------------------------------------------------------------------
Gnumeric 1.5.0

Emmanuel Pacaud:
	* Snap to grid mode when moving sheet objects with shift.

Jean Brefort:
	* add scatter plots with spline interpolation.
	* Box-plots.
	* Fix crash in contour plots (#166051).
	* Automatic bounds work with negative values in XY chart (#164593).
	* Scrollbar and slider max values are now constant (#165173).
	* Avoid recalculation of scrollbar and slider values when not
	necessary (#166085).

J.H.M. Dassen (Ray):
	* Generate an error when no proper UTF-8 filename is produced when
	  saving [Debian #291265]

Jody:
	* RTL support.
	* Another step towards the libgoffice split

Kasal:
	* Some configure.in cleanup.

Morten:
	* When using the new printing code, don't bother to generate
	  gnome print fonts for the old code.
	* Improve search strategy for auto-completion.
	* Fix crash for insert/delete column/row.  [#165873]
	* Fix text import crash.  [#165617]
	* Fix SUBSTITUTE.  [#165996]
	* Fix general format's use of "e".
	* Plug dependency leak.  [#159581]
	* Fix fake rounding functions for very large numbers.  [#166188]
	* Eliminate old printing code.
	* Clean out workarounds for old libraries.
	* Avoid GnomeFont in printing.
	* Fix .dbf import of floating point values.  [#166311]
	* Plug xls save leak.  [#166561]
2005-12-17 20:49:45 +00:00
wiz
19d0af8e06 Complete move of math/goffice to misc/goffice. 2005-12-17 20:19:49 +00:00
wiz
5d4472b59d Fix path and CATEGORIES. 2005-12-17 20:17:44 +00:00
wiz
e202968e36 Add and enable goffice. 2005-12-17 20:11:58 +00:00
wiz
e6c2e1451c Initial import of goffice-0.1.2:
This is a library for common operations for document centric
applications that are conceptually simple, but complex to implement
fully. Supported operations include:
    - plugins
    - load/save documents
    - undo/redo

Needed for gnumeric update (PR 32281).
2005-12-17 20:10:51 +00:00
joerg
6e4a0dd799 Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00
markd
61ebfddd7f Update R to 2.2.0
Changes:
 This version contains several changes and additions, mostly incremental.
2005-12-11 14:37:12 +00:00
joerg
6f0725eb5f Add a somewhat tricky check to get isinf correctly on DragonFly.
This is tricky, because isinf as macro is removed by cmath, but
only if libstdc++ on GCC is compiled for C99 math support. Try to
check for this and use the symbol from namespace std.
2005-12-08 14:35:01 +00:00
joerg
bd74680757 libtool.m4 fragment patch for DragonFly, otherwise configure rejects
Python support.
2005-12-06 21:10:36 +00:00
joerg
099ac71fd4 Fix GCC 3.4+: Label at end of compound statement. 2005-12-06 16:12:43 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
joerg
de861c61ad Add DragonFly. 2005-12-03 01:46:26 +00:00
joerg
d6f2c5148b Add DragonFly support. Fix test for exp2, GCC 3.4 would inline it away. 2005-12-03 00:54:11 +00:00
joerg
e03d0524a9 don't declare errno, it was even used before that point anyway. 2005-12-02 23:44:18 +00:00
joerg
b5f1ea7150 forgot patch-ai in last commit 2005-12-01 23:12:18 +00:00
joerg
4e6e7dd792 - correctly depend on devel/gettext-lib, bump revision for this
- this uses libtool, tell the framework so
- don't declare alloca on DragonFly, it conflicts with system headers
- patch libtool.m4 fragment for DrgaonFly
2005-12-01 23:11:26 +00:00
adam
e23c61d444 Changes 2.1.72:
* Bug fixes
* Improvements
2005-11-29 13:11:05 +00:00
wiz
321a09857a Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25 21:23:14 +00:00
minskim
8d2fdfd067 Update mathomatic to 12.5.2.
Changes:
- Fixed sum and product command docs and code.
- Added [hyper]trig functions.
- Documentation updates.
2005-11-23 05:26:10 +00:00
tonio
c27f4ed5e1 Rename LATEX_ACCEPTED and LATEX_DEFAULT to TEX_ACCEPTED and TEX_DEFAULT
It is more consistent with the tex.buildlink3.mk name. Also, if a package
really needs latex, it just has to set TEX_ACCEPTED to latex distributions
altough today, all TEX_ACCEPTED possibilities are latex distributions
2005-11-11 18:50:23 +00:00
minskim
5ab72b5a5a Update mathomatic to 12.5.1.
Changes:
- Corrected color and html mode routines.
- get_expr() now has equation space pull.
- You may now enter a "#" followed by an equation space number when
  prompted for an expression.
- Ported nintegrate command to non-equations.  No more commands to port.
- Made redirected output ignore screen_columns.
- Added "-q" option (quiet mode, don't display prompts).
= The Mathomatic man page was improved.
2005-11-11 16:30:53 +00:00
joerg
06e54c043c Use errno from errno.h, don't define it manually. Fix a case
where errno.h was not included at all.
2005-11-10 17:23:17 +00:00
tonio
7a229c8308 convert to use tex.buildlink3.mk
set LATEX_DEPMETHOD=build
2005-11-08 19:57:11 +00:00
rillig
99213f2c35 As the "cvs import" didn't work, I'm trying "cvs add" now. 2005-11-04 21:17:06 +00:00
rillig
abb79d8bb3 Normalized BUILD_DIRS. 2005-11-04 18:53:28 +00:00
rillig
3525c40187 Explicitly set BUILD_DIRS to emphasize it is different from CONFIGURE_DIRS. 2005-11-04 11:12:29 +00:00
rillig
39dd3b81b8 Added the R packages that have been imported from pkgsrc-wip. 2005-11-04 08:29:08 +00:00
rillig
ee58efeeb5 Imported R-wle from pkgsrc-wip.
Provides approach to robustness via Weighted Likelihood Estimation.
2005-11-04 08:19:34 +00:00
rillig
95aa9c5d49 Imported R-statmod from pkgsrc-wip.
Miscellaneous biostatistical modeling functions.
2005-11-04 08:19:17 +00:00
rillig
6e2cbcf5e1 Imported R-shapefiles from pkgsrc-wip.
Functions to read and write ESRI shapefiles.
2005-11-04 08:19:04 +00:00
rillig
dee980a9f6 Imported R-sgeostat from pkgsrc-wip.
An Object-oriented Framework for Geostatistical Modeling in S+.
2005-11-04 08:18:43 +00:00
rillig
9fcb42548e Imported R-pixmap from pkgsrc-wip.
Functions for import, export, plotting and other manipulations of
bitmapped images.
2005-11-04 08:17:24 +00:00
rillig
cd3c8ac47c Imported R-maps from pkgsrc-wip.
Display of maps. Projection code and larger maps are in separate
packages (mapproj and mapdata).
2005-11-04 08:17:10 +00:00
rillig
8e1eb02a06 Imported R-mapproj from pkgsrc-wip.
Converts latitude/longitude into projected coordinates.
2005-11-04 08:16:02 +00:00
rillig
b3ba4566e9 Imported R-lmm from pkgsrc-wip.
Improved procedures for linear mixed models with R.
2005-11-04 08:15:42 +00:00
rillig
756ce76b8e Imported R-hwde from pkgsrc-wip.
Models and tests for departure from Hardy-Weinberg equilibrium and
independence between loci.

Fits models for genotypic disequilibria, as described in Huttley and
Wilson (2000), Weir (1996) and Weir and Wilson (1986). Contrast terms
are available that account for first order interactions between loci.
2005-11-04 08:15:19 +00:00
rillig
d36e6453d7 Imported R-httpRequest from pkgsrc-wip.
Implements the GET, POST and multipart POST request.
2005-11-04 08:14:44 +00:00
rillig
3fcb66701e Imported R-gstat from pkgsrc-wip.
uni- and multivariable geostatistical modelling, prediction and
simulation

variogram modelling; simple, ordinary and universal point or block
(co)kriging, sequential Gaussian or indicator (co)simulation;
variogram and map plotting utility functions.
2005-11-04 08:14:19 +00:00
rillig
4d8ed13dde Imported R-geoR from pkgsrc-wip.
Geostatistical analysis including likelihood-based and Bayesian methods.
2005-11-04 08:13:43 +00:00
rillig
b037bdefa7 Imported R-genetics from pkgsrc-wip.
Classes and methods for handling genetic data. Includes classes to
represent genotypes and haplotypes at single markers up to multiple
markers on multiple chromosomes. Function include allele frequencies,
flagging homo/heterozygotes, flagging carriers of certain alleles,
estimating and testing for Hardy-Weinberg disequilibrium, estimating
and testing for linkage disequilibrium, ...
2005-11-04 08:13:15 +00:00
rillig
d07a71ecb1 Imported R-date from pkgsrc-wip.
Functions for handling dates.
2005-11-04 08:12:44 +00:00
rillig
6c18c0dd1c Imported R-clim.pact from pkgsrc-wip.
Climate analysis and downscaling package for monthly and daily data.

The package contains R functions for retrieving data, making climate
analysis and downscaling of monthly mean and daily mean global climate
scenarios.
2005-11-04 08:12:21 +00:00
rillig
84d8ed1a71 Imported R-abind from pkgsrc-wip.
Combine multi-dimensional arrays. This is a generalization of cbind
and rbind. Takes a sequence of vectors, matrices, or arrays and
produces a single array of the same or higher dimension.
2005-11-04 08:11:36 +00:00
rillig
a47fef93b5 Imported R-VR from pkgsrc-wip.
Functions and datasets to support Venables and Ripley, 'Modern
Applied Statistics with S' (4th edition).
2005-11-04 08:11:12 +00:00
rillig
bb6b43256f Imported R-Rcmdr from pkgsrc-wip.
A platform-independent basic-statistics GUI (graphical user interface)
for R, based on the tcltk package.
2005-11-04 08:10:09 +00:00
rillig
9d5b65bfa5 Imported R-RArcInfo from pkgsrc-wip.
RArcInfo is a package for the R statistical program  to import
Arc/Info V7.x binary coverages. It is based on the library Avcelib
written by Daniel Morissette.

Currently, RArcInfo supports most of the file formats stored by these
type of coverages. The geographical information (arcs, polygons,
topological relationships, etc.) are stored using lists, but all the
tables containing related information are imported into a data frame.

Once the desired data are imported, the user can draw maps, even filling
the polygons according to the value of a given covariate. Although R is
not designed for heavy G.I.S. work, this package is very helpful to work
with binary coverages inside R.
2005-11-04 08:09:31 +00:00
rillig
9728926677 Imported R-R2HTML from pkgsrc-wip.
Includes HTML function and methods to write in an HTML output.
Thus, making HTML reports is easy. Includes a function that allows
redirection on the fly, which appears to be very usefull for
teaching purpose, as the student can keep a copy of the produced
output to keep all that he/she did during the course
Package comes with a vignette describing how to write HTML reports
for statistical analysis. Finally, a driver for Sweave allows to parse
HTML flat files containing R code and to automatically write the
corresponding outputs (tables and graphs).
2005-11-04 08:09:11 +00:00
rillig
2edf534b8d Imported R-PHYLOGR from pkgsrc-wip.
Manipulation and analysis of phylogenetically simulated data sets and
phylogenetically based analyses using GLS.
2005-11-04 08:08:52 +00:00
rillig
8070f30632 Imported R-Matrix from pkgsrc-wip.
Classes and methods for numerical linear algebra using
Lapack, LDL,TAUCS, Metis, and UMFPACK.
2005-11-04 08:08:01 +00:00
rillig
ed2034cec4 Imported R-ISwR from pkgsrc-wip.
Data sets and scripts for text examples and exercises in
P. Dalgaard (2002), 'Introductory Statistics with R',
Springer Verlag.
2005-11-04 08:06:15 +00:00
rillig
4915248de4 Imported R-GRASS from pkgsrc-wip.
Interface between GRASS 5.0 geographical information system
and R, based on starting R from within the GRASS environment
using values of environment variables set in the GISRC file.
Interface examples should be run outside GRASS, others may
be run within. Wrapper and helper functions are provided for
a range of R functions to match the interface metadata
structures.
2005-11-04 08:05:09 +00:00
rillig
9b326f1877 Imported R-DAAG from pkgsrc-wip.
consists of data sets and functions with our (John Maindonald
and John Braun's) book,  Data Analysis and Graphics Using
R, published by Cambridge University Press.
2005-11-04 08:04:13 +00:00
rillig
ca58a2dfef Imported R-chron from pkgsrc-wip.
Chronological objects which can handle dates and times.
2005-11-04 07:59:58 +00:00
rillig
73b1fc473c Imported R-CGIwithR from wip.
Facilities for the use of R to write CGI scripts.
2005-11-04 07:42:19 +00:00
rillig
a260811277 Added a variable R_HOMEPAGE_BASE that is needed as a replacement for all
those packages that currently use ${MASTER_SITE_R_CRAN:=foo} as their
HOMEPAGE. As the HOMEPAGE is a single URL, not a list of URLs, the
MASTER_SITE variables cannot be used for this.
2005-11-03 12:00:32 +00:00
taca
528c1ecdb0 Delete removed ruby related pacakge's entries. 2005-11-03 06:35:30 +00:00
taca
7b36e0023e Remove packages which supported by ruby16-base (Ruby 1.6.8) pacakge only
and now bundled in ruby18-base pacakges.
2005-11-03 06:22:40 +00:00
taca
b9d791c80d Bump PKGREVISION of packages including ruby extention library
by  Ruby 1.8.3 updates.
2005-11-02 09:48:33 +00:00
taca
8f6894d561 Disable packages used with ruby16-base only or bundled with
ruby18-base packages.
2005-11-02 09:20:50 +00:00
tv
87597a525b CONFIGURE_HAS_MANDIR=no 2005-11-01 19:38:43 +00:00
minskim
9af1fb4b74 Update mathomatic to 12.5.0.
Changes:
- Made library work with constant strings passed as input to matho_process().
- Added "set bold_colors" option.  Use this if equations are difficult to read.
- Removed "doc/ctips.html".
- Cleaned up and improved makefiles.
- Fixed bug in "compile.secure".
2005-10-29 01:45:35 +00:00
dmcmahill
ca8dec3a0b point to octave, not octave-current 2005-10-27 12:15:31 +00:00
dmcmahill
7cc49194f7 add buildlink3 file in anticipation of some new packages which will need it 2005-10-26 13:16:55 +00:00
dmcmahill
fd788df66a - update some buildlink variables which were missed during the last
scilab update.  Add a note in the Makefile to prevent this in the
  future.

- add Version.incl to the buildlink files.  That is needed to allow
  add ons to determine the scilab version.  Currently no pkgs are using
  this, but that will change soon.
2005-10-26 04:09:37 +00:00
drochner
e37818d7c2 update to 1.0.59
changes:
-java support
-MacOS X support
2005-10-25 17:55:56 +00:00
drochner
d407f9bd85 remove sitecustomize - this doesn't belong here
should fix bulk-build error
2005-10-25 11:18:52 +00:00
rillig
2e0f6a0a18 Use "+=" instead of "=" with PLIST_SUBST. 2005-10-23 22:27:07 +00:00
wiz
18b8705f23 Add patch from Richard Earnshaw in PR 31825:
gnucash uses libguppi do do various graphical rendering activities.
        A bug in the libraries bar-charting code means that the labels
        on bar-charts are attached to the wrong objects, so attempting
        to open a sub-chart results in the wrong entry being selected
        (click on the first entry and the last one is displayed, click on
        the last and the first).

        Unfortunately, it would appear that guppi is no-longer being actively
        maintained, so there might not be a further release of this library.
        The attached patch is included in several source RPMS for Linux
        (and apparently was committed to the guppi source CVS).

Bump PKGREVISION.
2005-10-22 13:25:18 +00:00
drochner
cffc26e315 update to 0.4.6
changes: many bugfixes, some improvements in mapping R-Python objects
2005-10-21 18:41:14 +00:00
drochner
32e407bce8 update to 1.3.3
changes:
-many bugfixes
-code cleanup, speedup
2005-10-21 14:57:02 +00:00
wiz
999e10b7f5 Add RMD160 checksum. 2005-10-20 18:10:26 +00:00
drochner
aae5f7c3e5 update to 0.8.2.1: fixes ugly cropping in result display 2005-10-20 17:22:32 +00:00
jmmv
af2a811058 Update to 5.6.31:
Overview of changes in gcalctool 5.6.31

* Generated release for GNOME 2.12.0 (Final)

----

Overview of changes in gcalctool 5.6.30

* Fixed bug #314540. The libparser.a library needs ranlib run on it
  for Mac OS X.

----

Overview of changes in gcalctool 5.6.29

* Fixed bug #314375. Replaced usage of malloc.h with stdlib.h in
  syntax_translation.c

----

Overview of changes in gcalctool 5.6.28

* Generated release for GNOME 2.12 (RC)

* Changed type of argument in paren_disp from char to int for 64bit.

----

Overview of changes in gcalctool 5.6.27

* Fixed bug #313255. The definitions for BUT_<n>_BAS in gtk.c were incorrect.

----

Overview of changes in gcalctool 5.6.26

* Generated release for GNOME 2.11.91 (beta2).

----

Overview of changes in gcalctool 5.6.25

* Fixed bug #311306. If the user was in View->Scientific with base Bin,
  Oct or Hex and then went to View->Basic, then returned to View->Scientific,
  some of the numeric keys were incorrectly greyed out.

----

Overview of changes in gcalctool 5.6.24

* Fixed bug #310849. Gcalctool no longer crashes when pressing the "B"
  button (or typing Shift-B).

----

Overview of changes in gcalctool 5.6.23

* Fixed bug #310791. Memory register window view logic was screwed.

----

Overview of changes in gcalctool 5.6.22

* Fixed bug #310441. Adjusted code to compile with gcc 2.95.2.

----

Overview of changes in gcalctool 5.6.21

* Fixed bug #153854. When the user changes modes, a warning dialog is
  displayed to let them know that their current display will be cleared
  and the base reset to decimal. The user has the option of checking a
  toggle box on the dialog, that will prevent this warning from being
  displayed again.

----

Overview of changes in gcalctool 5.6.20

* Fixed bug #309294. Adjustments to allow gcalctool to successfully build
  on Solaris with pkgconfig >= 0.17.1.

----

Overview of changes in gcalctool 5.6.19

* Fixed bug #309182. In non-arithmetic precdence mode, gcalctool can now
  correctly change the sign of the exponent on scientific numbers again.
----

Overview of changes in gcalctool 5.6.18

* Fixed bug #308408. gcalctool can now correctly convert the hexadecimal
  numbers "A-F" to other bases in "use arithmetic operator precedence mode".

----

Overview of changes in gcalctool 5.6.17

* Fixed bug #305619. Calculations with stored register values in arithmetic
  operator precedence mode, now work correctly.

----

Overview of changes in gcalctool 5.6.16

* Fixed bug #305034. In "Use Arithmetic Precedence" mode, when switching
  the format (e.g. from ENG to FIX), the displayed value switches to zero
  (in the corresponding format, so e.g. 0.0 or 0e+0, ...).

----

Overview of changes in gcalctool 5.6.15

* Fixed bug #305467. gcalctool no longer crashes under the following
  scenerio:
    - type "f" to bring up the user function menu.
    - dismiss the menu by clicking elsewhere with the mouse.
    - type another character which isn't in the range "0" to "9".

----

Overview of changes in gcalctool 5.6.14

* Did a gcalctool tarball release.

----

Overview of changes in gcalctool 5.6.13

* Fixed bug #304056. Adjusted the keyboard shortcuts for the Xor and x^y
  operations. New values are:
      Xor - 'x'
      x^y - '^'

----

Overview of changes in gcalctool 5.6.12

* Fixed bug #302555. Various gcalctool variables have now been const'ified.

----

Overview of changes in gcalctool 5.6.11

* Fixed bug #300957. Replaced the underscore character in
  "translator_credits" with a hyphen, to prevent some
  translation tools from being confused.

----

Overview of changes in gcalctool 5.6.10

* More work on bug #172704.
  - Adjusted the code to not try to display a menu when the user
    entered a left parentheses (another do_pending() type of operation).
  - Toggling the "Show Trailing Zeroes" operation via keyboard
    shortcuts, needed to clear the v-.pending flag.

----

Overview of changes in gcalctool 5.6.9

* Fixed up some problems reported by lint.

----

Overview of changes in gcalctool 5.6.8

* Fixed bugs #172704 and #172869. When the user now uses the keyboard shortcut
  for any of the gcalctool buttons that have a menu associated with them, that
  menu is now displayed. The user can use the arrow keys to select a menu item
  or the menu items shortcut.

----

Overview of changes in gcalctool 5.6.7

* Fixed bug #171393. Allow stock labels to show through.

----

Overview of changes in gcalctool 5.6.6

* Refixed bug #158280. The Help->Contents menu item no longer appears if
  gcalctool is built Gtk-only.

----

Overview of changes in gcalctool 5.6.5

* Fixed bug #172798. gtk_set_locale was already being run by gtk_init()
  and the gtk about popup didn't have the gcalctool icon.

----

Overview of changes in gcalctool 5.6.4

* Fixed Sun internal CR #6214176. If gcalctool is being driven by gok,
  the on-screen keyboard assistive technology, it's possible that the
  event returned by gtk_get_current_event() is NULL. If this is the
  case, we need to fudge the popping up on the menu associated with
  this menu button.

----

Overview of changes in gcalctool 5.6.3

* Fixed bug #158280. You can now build gcalctool without the GNOME
  libraries by specifying "--disable-gnome" on the configure command
  line.

----

Overview of changes in gcalctool 5.6.2

* Fixed bug #167479. gcalctool with set the View->Memory Registers menu
  item inactive if the calculator is in Basic mode.

----

Overview of changes in gcalctool 5.6.1

* Fixed bug #168694. gcalctool now saves/restores the ten memory
  register values as gconf resources.

* Removed the redundant process_str() routine in graphics.c

----

Overview of changes in gcalctool 5.6.0

* Fixed bug #169196. gcalctool now uses use g_get_home_dir().

* Added in a better implementation of the trig_filter() routine in
  functions.c
2005-10-16 12:11:19 +00:00
seb
b934749ac0 Add & enable p5-Math-GMP 2005-10-13 10:57:04 +00:00
seb
7f1811ba73 Initial import of p5-Math-GMP-2.04 as version 2.04 into the NetBSD Packages
Collection.

The Perl 5 module Math::GMP gives you access to the fast GMP library
for fast big integer math.
2005-10-13 10:54:30 +00:00
adam
1405fba0fd Added qalculate-[bases,currency,units] version 0.8.2 2005-10-11 13:31:10 +00:00
adam
5d590b67de Utility for conversion between units using Qalculate library 2005-10-11 13:29:40 +00:00
adam
7340814773 Utility for conversion between currencies using Qalculate library 2005-10-11 13:29:06 +00:00
adam
88f2577240 Utility for conversion between number bases using Qalculate library 2005-10-11 13:26:44 +00:00
adam
12627208e5 Changes 0.8.2:
* Use gnomevfs instead of wget if available
* Allow user to specify wget options
* Update currencies
2005-10-11 12:35:06 +00:00
minskim
ca257df011 Update mathomatic to 12.4.12.
Changes:
- Perfected process() (the input processor).
- Code cleanup.
- Display polar coordinates in roots command.
- Parse "**" as "^".
- The docs were clarified.
- Increased sizes of many input buffers.
2005-10-11 01:10:31 +00:00
joerg
519c70c9ca Update libtool.m4 fragment to allow build on DragonFly. 2005-10-10 20:14:50 +00:00
rillig
dcf165bab6 Fixed a pkglint warning. 2005-10-07 12:32:33 +00:00
rillig
79ff7c7904 Split up patch-ab into one patch per file and converted it from context
diff to unified diff.
2005-10-07 12:31:25 +00:00
schmonz
ba7a2ddf66 Remove legacy DJB_ERRNO_HACK (replaced with djbware-errno-hack option). 2005-10-05 05:46:54 +00:00
schmonz
5c4a2be554 Now that a branch has been cut, remove PKG_OPTIONS_LEGACY_{OPTS,VARS}. 2005-10-05 04:28:00 +00:00
wulf
f29aabfcdc Added and enabled fftwf: A single precision library version of math/fftw 2005-10-02 12:08:37 +00:00
wulf
bea0900a06 New package fftwf-3.0.1: A single precision library version of math/fftw 2005-10-02 12:06:42 +00:00
wiz
7c48924cc4 Update to 1.7:
* What is new in gsl-1.7:

** Switched gsl_randist_binomial to use the faster binomial random
variate TPE algorithm by default.  The previous binomial variate
algorithm is available as gsl_randist_binomial_knuth.  This will
result in a different sequence of binomial variates in programs using
this function.

** Improved the algorithm for gsl_sf_elljac_e to avoid cancellation
errors near quarter periods.

** Fixed the branch selection in gsl_sf_gamma_inc_Q_e to avoid
inaccurate results for large a,x where x~=~a.

** The multilinear fitting functions now have forms which accept a
user-specified tolerance for the SVD cutoff and return the
corresponding effective rank of the design matrix.

** The quadratic solvers in poly/ now handle linear equations
gracefully (i.e. quadratrics with a leading coefficient of zero).

** The output of "make check" now only shows test failures by default,
to reduce the amount of output.  Set the environment variable
GSL_TEST_VERBOSE=1 to display all the output.  To assist debugging,
the test number of each failure is shown in square brackets at the
line-end [NNNN].

** Fixed bugs in gsl_linalg_SV_decomp_jacobi which caused
incorrect results for some input matrices.

** Bessel, coulomb, dilogarithm and legendre_H3d functions now use
hypot internally to avoid overflow when computing terms like
sqrt(1+x*x).

** The 'Usage' chapter of the reference manual now explains how to
handle deprecated functions using the GSL_DISABLE_DEPRECATED macro.

** The conflicting enum definitions for 'forward' and 'backward' in
gsl_ftt.h and gsl_wavelet.h are deprecated.  User code should switch
to the new definitions gsl_fft_forward, gsl_fft_backward,
gsl_wavelet_forward and gsl_wavelet_backward. Selectively define
GSL_DISABLE_DEPRECATED before including the headers to use the new
definitions on either or both modules.

** Fixed an error in the the brent minimisation algorithm.  Iterations
should now follow Brent's original description correctly.

** The bound coulomb function gsl_sf_hydrogenicR_e no longer reports
an underflow for exact zeroes of the wavefunction.

** gsl_linalg_SV_decomp_jacobi now reports an error for the
unimplemented case M<N correctly.

** Fixed conformance test for the SYRK and HERK blas functions
gsl_blas_{s,d,c,z}syrk and gsl_blas_{c,z}herk for non-square matrices.

** Configure now checks for presence of ieeefp.h if needed.

** Differential equation solvers now propagate error codes returned
from user-defined functions to the top-level in all cases.

** Sort functions now avoid an infinite loop if Nans are present in
the input vector.  The order of nans in the output is undefined,
although other elements will be sorted correctly.
2005-09-30 12:31:28 +00:00
rillig
5946936ffc Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
2005-09-28 20:52:18 +00:00
minskim
9f08046b8a Update mathomatic to 12.4.11.
Changes:
  - The C complex number library was finished and perfected (complex_lib.c).
  - Yet another code cleanup.
  - Added "UNIX" compile-time define to the Prime Number Tools.
  - Some improvements to the Mathomatic documentation.
2005-09-26 22:07:44 +00:00
wiz
9ca63d9b76 Reset maintainer, posix dot org dot uk has no DNS entry. 2005-09-23 20:08:05 +00:00
dmcmahill
6c3dc798c0 fix a broken configure script which tries to compile something
with multiple #include's on the same line.  Should fix recently
noted compile problems on NetBSD-1.6.2.
2005-09-22 00:05:40 +00:00
dmcmahill
89f8747cb3 add missing libiconv buildlink3.mk 2005-09-20 12:47:14 +00:00
minskim
a8f5975c8c Include intltool/buildlink3.mk to pull in all dependencies required to
run intltool.
2005-09-11 17:01:14 +00:00
minskim
12ef90b7c3 Take maintainership. 2005-09-10 18:16:04 +00:00
minskim
2131f1b313 Do not link against the curses library, which is not used by this
package.
2005-09-10 18:15:03 +00:00
dmcmahill
444045107e do not try and build our own Xaw3d library 2005-09-09 18:30:01 +00:00
dmcmahill
69c5839c97 add some missing entries 2005-09-09 18:26:00 +00:00
drochner
1afdc81d0c move gnumeric-1.4.3 to math/gnumeric, replacing gnumeric-1.2
While I dislike moving pkgs around and forcing users into updates I'm
making an exception here, because this is a leaf pkg, we don't
support gnumeric-1.2 anymore and because gnumeric-1.4 is fully
compatible to older sheets tbomk. Sorry for breaking pkgchk.conf though.
2005-09-08 15:29:28 +00:00
adam
cae12cd501 Changes 2.1.6:
Fixed
- src/kernel/sparcv8/MakeVar.SH missing from MANIFEST (hence from tarball)
- stack corruption in matsnf() [ when GC occurs ]
- incorrect result in gaffsg(s < 0, t_PADIC)
- [hi-res plot: X-Windows] rescaling bug
- [ix86 + gcc]: fix "invalid preprocessing token" Warning
- removed hack in buchall()  [ function called through unappropriate
  type (in init mode) to avoid inserting irrelevant arguments ]. Caused
  some compiler to produce incorrect code (SEGV).
- typo in isabsolutepol(): SEGV in factorff for some t_POLs
  defined over the prime field
- inconsistent error message when starting 'gp -p 436273000'
- Configure support for GNU/Hurd
2005-09-08 08:39:59 +00:00
adam
4bfb11f0d7 Changes 4.2:
- Fixed a potential crash after saving patterns.
  - Removed -mpentiumpro from the Makefile.
  - Zoom 1:1 and 16:1 buttons are now grayed out when appropriate.
  - Rearranged zoom buttons to be more logical.
2005-09-07 10:55:31 +00:00
dmcmahill
e01fa172e1 update to scilab-3.1.1
Main Changes Scilab 3.0 -> 3.1
                     =========================

The new features of Scilab 3.1 are the following:

    - "xgetmouse", "eventhandler" event set extended to click, double-click, <Ctrl> Key. See more details in xclick and xgetmouse on line help.
      Warning: Because of distinction of click events, some users' scripts can have a different behavior.
      To make it work as before please check and modified test on events as follow:
      supposing that button contains the value returned by xclick (left most argument) or xgetmouse (third componant of returned vector) then replace test like:
      button==0 by or(button==[0,3])
      button==1 by or(button==[1,4])
      button==2 by or(button==[2,5])

    - Integration of the ATLAS library (specific Windows version).
      During the installation of Scilab, dynamic library (Atlas.dll) is automatically chosen according to the CPU detected. See details in the Atlas.spec file under scilab\bin directory.

    - Java interface written to allow calling Scilab computational engine from Java

    - TCL interface has been totally rewritten (for better error detection and better data transfert). ScilabEval improve to handle synchronism.
      For your information you should know that tcl8.4 segfault when running on Linux 2.6 kernels on machines with 2 or more processors.

    - Scipad editor
          o A debugging tool is now available.
          o Drag'n'drop is now supported.
          o User settings and text colors are now configurable and saved across editing sessions.
          o Find/Replace debugged and improved.
          o Quick access in the file menu for recently opened/saved files.
          o Creation of XML help page templates and xmltohtml compilation available from within Scipad.
          o Identification of Scilab predefined variables and library functions in scilab scripts.
          o Scipad is easily localized. Today English, German, French, Swedish and Italian languages are supported.
          o Miscellaneous file management improvements: readonly flag, absolute pathnames to files, pruned pathnames display, revert to saved feature.

    - Graphics editor completed
          o Axes structure totally rebuild.
             New axes properties available (see manual and type 'gca()' for a complet listing), z logscale enable, axes inversion.
          o Save and load had been extended to graphics handle
          o 'plot' macro added to scilab to mimic the "matlab plot" behavior (type "help plot" for more info.)
          o 'surf' macro added to scilab to mimic the "matlab surf" behavior (type "help surf" for more info.)

             Graphics entities are associated to Scilab variables of type handle. The handle is a unique identifier which is associated to each instance of a created graphics entity. Using this handle, it will be possible to reach entities properties through "set" and "get" routines. The handles are also used to manipulate graphics objects, to move them, to copy or delete them.
             Enter "help graphics_entities" at Scilab prompt for more details.

    - Scicos block set has been extended/revisited to be more compatible with Simulink one, compiler, code generator and implicit system simulator have been improved.

    - Configure adapted to linux 64bit architectures

    - Improvement of the integration of Visual Studio Compiler to the dynamic links: findmsvccompiler() and configure_msvc() macros have been added

    - The source files have been updated to optimise the compiled version built with VC6 tool
      Please note that the Windows binary version provided on our Web site is built with .NET

    - Sparse operations and functions like real, imag, matrix, spones revisited to improve efficiency
    - Bessel functions extended to work in the complex case (using Slatec routines)
      Incompatibilities: The semantics of besseli, besselj, besselk and bessely functions has been changed and extended.
      The oldbesseli, oldbesselj, oldbesselk and oldbessely correspond to the old obsolete semantics.

    - New Matlab functions implemented in m2sci translator

    - Functions to read Excel files

    - Font rotation is now possible under Xwindow

    - home variable (%HOME%) defined under Windows: c:/Documents and Setting/USER

    - New environment variable SCIHOME:
          o Under Windows: %HOME%\scilab\SCILAB_VERSION
          o Under Linux: $HOME/USER/.scilab/SCILAB_VERSION

    - New primitives:
          o clipboard (specific Windows)
          o perl
          o calendar
          o mkdir
          o rmdir
          o copyfile
          o sleep
          o getos
          o setenv
          o getshortpathname (specific Windows)
          o getlongpathname (specific Windows)
          o toolbar (specific Windows)
          o hidetoolbar (specific Windows)
          o console (specific Windows)
          o mcisendstring (specific Windows)
          o banner
          o winqueryreg (specific Windows)
          o xls_open
          o xls_read
          o scicos_debug_count
2005-09-07 10:48:47 +00:00
reed
15c2f6db62 Set maintainer to tech-pkg. Bruce is not maintaining these
packages. Thank you Bruce for helping with pkgsrc.
2005-09-07 02:13:18 +00:00