Commit graph

1982 commits

Author SHA1 Message Date
drochner
3c196e3f73 update to 0.9.6
changes:
-Use Lambert W to solve more equations and avoid infinite loop when solving
 some equations
-More data on elements
-Fix simplification of (1-1/x)^3 and similar
-Fix clumsy mistakes in with prefixes leading to crashes
-Fix parsing of unit expressions (when converting) such as W/(m K)
-Add more exact values for sin() and cos() and avoid floating point underflow
 by, in approximate mode, checking against the value of pi
-Always input decimal separator sign on keypad separator press
-Fix crash when expression entry reclaims focus if compiled with optimizations
 (GTK+)
-New units: typographic units, pouce, pied du roi, grams of TNT and tons of TNT
-New functions: lambertW(), addDays(), addMonths(), addYear(), addTime(),
 isNumber(), isReal(), isRational(), isInteger(), representsNumber(),
 representsReal(), representsRational(), representsInteger()
-New variable: omega constant
-Other minor fixes and enhancements

also fix wrong inclusion of scrollkeeper/bl3
2007-11-05 20:44:03 +00:00
drochner
830ef238d1 update to 1.3.1
This release fixes some minor bugs in build process and GUI.
2007-11-05 20:35:29 +00:00
markd
89144712b9 Update R to version 2.6.0
Many new features, changes and bug fixes. See lib/R/doc/NEWS for details.
2007-11-03 20:14:39 +00:00
drochner
a3f752afa9 update to 5.20.2
This switches to the new gnome-2.20 branch.
2007-11-03 16:30:30 +00:00
wiz
c9ce94d253 Update to 1.7.13:
Gnumeric 1.7.13

Jean:
	* Export font in charts to xls.
	* Export and import chart titles to/from xls. [#301720]

Jody:
	* XLSX import chart axes, singletons, some styles.
	* Merge in most of the win32 cleanup.
	* Fix autofilters on win32.

Jon Kåre:
	* Fix python crash. [#461845]

Morten:
	* Fix minor date entry problem.
	* Fix minor time entry problem.
	* Fix page setup crash.  [#476467]
	* Fix scenarios.  [#477410]
	* Fix sheet filter crash .  [#477417]
	* Fix print crash.  [#478475]
	* Switch to new tooltip api.
2007-10-27 02:25:39 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
obache
41247f5815 Fix build problem on NetBSD/i386.
Patch provided by Yakovetsky Vladimir in PR 36934,
same as math/pari/patches/patch-ac.
2007-10-14 08:08:53 +00:00
adam
7ecc5bd860 Changes 4.22:
* Bug fixes
2007-10-13 17:34:33 +00:00
minskim
887892f362 Update mathomatic to 12.7.7.
Changes:
 - Stabilized simplify command.
2007-10-13 15:27:52 +00:00
rillig
3b879e941c Fixed unprivileged pbulk. 2007-10-09 12:24:04 +00:00
dmcmahill
643a873c93 do not install dold which is has a non-existant interpreter. It isn't used
by any system that pkgsrc supports anyway.  It seems to only be used by
ultrix and it isn't clear that scilab still works on ultrix anyway and it almost
certainly doesn't under pkgsrc.
2007-10-07 20:35:04 +00:00
joerg
4b70fc6e67 Fix path to Perl. Bump revision. 2007-10-05 23:27:20 +00:00
dmcmahill
2bd7beb4b1 remove some files which failed CHECK_INTERPRETER and are not used except
during the build anyway.
2007-10-05 23:15:21 +00:00
adam
f1f252ae9f PR#36479 fix plus pkglint cosmetics 2007-10-05 16:31:33 +00:00
drochner
50d37dec06 make this compile with gtk-2.12, basically from Yakovetsky Vladimir
per PR pkg/37035, fixed differently (not for technical reasons but for
consistency with pkgsrc/x11/gnome2-applets)
2007-09-29 13:07:46 +00:00
hira
6cdb950b99 Fix comment (GConf2 -> GConf). 2007-09-25 10:54:09 +00:00
drochner
dd8090401f -Fix non-portable use of strptime(3): SUSv3 does not require it to do
calendar math and fill in wday/yday. Use mktime(3) to have those fields
 calculated.
-Fix non-portable use of sort(1) (in an example/selftest only): the "-n"
 option should "restrict" the sort key to a numeric field, there is no
 requirement to use another key if no numbers are present.
-bump PKGREVISION
2007-09-24 20:56:46 +00:00
obache
d81a2b2b2c Update galculator to 1.3.
Based on patch provided by PR 37017.
Fixes build problem with gtk-2.12.0.
OKed by wiz@.

This release introduces so-called paper mode, a new galculator view intended to
be more intuitive by means of "Do your calculations as you would do them on a
paper". Along with this new GUI feature, various bugs all over the GUI - core
interface have been fixed, with the arithmetic core stable and flawless since a
handful of releases.
2007-09-23 07:00:30 +00:00
wiz
3528e06345 Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.
Bump PKGREVISION.
2007-09-21 13:03:25 +00:00
wiz
42825e73a6 Bump PKGREVISION for gnome-vfs rename. 2007-09-19 23:18:43 +00:00
drochner
95a329b89e update to 2.9.14 (pre-release for 3.0)
too many changes to list here
pkgsrc changes:
-add use of pcre and qhull to options, and include
 both in the default configuration
-play dirty tricks to make sure GNU sed is used as sed -- there is
 something in the "mkf77def" script which doesn't work with NetBSD sed
2007-09-19 18:09:16 +00:00
drochner
a26fbb2c0b +qhull 2007-09-19 18:02:52 +00:00
drochner
b8d694fce6 import qhull-2003.1, a program/library to calculate convex hulls
(can be used by octave and others)
2007-09-19 18:00:54 +00:00
drochner
b82198cefb update to 2.3.0
changes:
-New functions mpfr_j0, mpfr_j1, mpfr_jn, mpfr_y0, mpfr_y1, mpfr_yn,
 mpfr_lgamma, mpfr_remainder, mpfr_remquo, mpfr_fms, mpfr_signbit,
 mpfr_setsign, mpfr_copysign, mpfr_get_patches
-Functions mpfr_sin, mpfr_cos and mpfr_sin_cos improved
-More detailed MPFR manual
-Improved tests (make check)
-Bug fixes
2007-09-18 20:15:57 +00:00
drochner
ffd5d9a436 Python support _does_ dork. just enable it
bump PKGREVISION
2007-09-18 20:13:14 +00:00
drochner
6f38a01a1e update to 2.12.2
This is a major release. Significant changes include:
* calc may be built with static or dynamic shared libraries
* overhauled Makefiles to use system targets
  - replaced compiler sets with host targets
  - targets include: linux, OS X, FreeBSD, simple, default
  - many changes to Makefile variables
* calc source static and extern variables declared with CPP symbols
  - to make it easier to compile under certain Windoz environments
  - to assist those who are developing a multi-threaded calc lib
* calc library makes it easier to control parse and scan messages
* added Makefile.simple for hosts without GNU Make
* added custom registers
  - when calc is run with the -C flag
* dropped support of md5 and sha-0 hashes
* calc supports real and complex exponentiation bases and exponents
  - i.e., 2.5 ^ 3.5, 0.5i ^ 0.25, 2.5 ^ 2.718i, 3.13145i ^ 0.30103i

added TEST_TARGET
2007-09-18 19:40:19 +00:00
minskim
d0e2f8f327 Update mathomatic to 12.7.6.
Changes since 12.7.2:
Improved documentation.
Added display of maximum memory usage to version command.
Allow read command in the Mathomatic library and fixed memory leak with it.
Added echo command per a user's request.
Improved factoring out constants, to make all coefficients reduced integers by
  factoring out their gcd.
Added gcd_verified() function, to weed out false floating point gcds.
Made limit command say whether it is substituting or solving.
Added "mathomatic.desktop" and "mathomatic.png", which are the desktop and
  icon files for Linux.
Minor code, documentation, and makefile improvements.
Added "tests/quartic.in" and fixed incomplete simplification in the calculate
  command.
Allow upper case when parsing infinity constant name "inf", required by CygWin
  version and maybe others.
The makefiles no longer strip the created executables.
Reordered source code so many functions can be defined returning "void" (which
  means no return value).
Added "tests/how_limit_works.in" tutorial and restored "doc/notes.html".
Testing change to only one kind of partial unfactoring (partial_flag =
  true/false, default true), completely distinct from full unfactoring. Used
  throughout, let me know if this breaks anything.
Added "simplify fraction" option, which simplifies like Maxima's ratsimp().
2007-09-16 16:53:12 +00:00
tnn
9f2d549ce3 Update to orpie-1.5.1. Minor release that fixes a crash on keyboard input. 2007-09-14 12:48:50 +00:00
tnn
788109ef92 Update to orpie-1.5.0 and add DESTDIR support.
ChangeLog:
- Complete rewrite of units implementation, allowing user-defined units
  and physical constants.
- Updated included ocamlgsl bindings to 0.6.0.
- Square root of a negative value now returns a complex result.
- gcd(), lcd(), and mod() now accept real-valued  arguments.
- Fix for crash in abbrev mode.
- Made a minor Makefile change to correct linking errors under Gentoo
  (maybe others).
- Numerous code cleanups. Calculator code has been better separated from
  interface code.
- Support --sysconfdir configure option.  (Anyone packaging for the
  filesystem hierarchy standard will now need to use something like
  "./configure --prefix=/usr --sysconfdir=/etc".)
- Implemented entry of most fundamental physical constants.
- Fixed incorrect error message regarding deprecated extended_enter command
2007-09-13 12:10:39 +00:00
gson
4802975446 Add and enable dieharder 2007-09-13 10:09:52 +00:00
gson
a14fbf5c76 Initial import of dieharder-2.24.4 into pkgsrc.
DieHarder is a test suite for random number generators.  It includes a
reimplementation in C of the well-known Diehard test suite as well as
additional tests.
2007-09-13 10:07:36 +00:00
wiz
7ed4da33cc Remove patch that is not needed after update to 1.7.12. 2007-09-10 15:43:41 +00:00
wiz
3549472ccc Update to 1.7.12:
Gnumeric 1.7.12	'Rocks for Rob, Roses for Harlan'

J.H.M. Dassen (Ray):
	* Added infrastructure to render the DocBook documentation as PDF.

Jody:
	* Store objects in visible order in .gnumeric files. [#438933]
	* Make SMALL/LARGE support implicit intersection. [#343176]
	* XLS import for Form combos/lists source ranges. [#451384]
	* Remove warning when combo objects updated.
	* Repeat action being activated by F4 while editing. [#461284]
	* SUM(INDIRECT:INDIRECT) XL compat outside arrays. [#395926]
	* Merge UI layer back into WBCGtk, no more arbitrary split.
	* Use pygobject instead of pygtk
	* Use utf-16 encoded cmd line args on windows. [#361321]
	* Fix XLS import of workbook local hyperlinks.
	* XLSX import/export of hyperlinks.
	* XLSX import/export of validation and input messages.
	* Basic XLSX import/export of charts.
	* ROW/COLUMN return vectors not matricies. [#Harlan Grove]

Morten:
	* Fix undo column/row insert/delete for arrays.  [#463834]
	* Fix undo column/row delete for objects.
	* Fix undo of sheet objects pushed off the sheet.
	* Fix auto-correct issue.  [#463996]
	* Fix handling of named expressions when inserting or deleting
	  columns or rows.  [#123649]
	* Validate defined names.  [#346223]
	* Fix 64-bit issue for non-GNOME build.  [#465545]
	* Allow relative formulas in name dialog.
	* Make test suite a bit more robust.
	* Fix date entry problem.  [#472760]
2007-09-10 06:06:53 +00:00
rillig
b650e8c4ec Fixed the path to unzip. PKGREVISION++ 2007-09-08 13:44:48 +00:00
drochner
bed941e1af update to 5.13.0
changes:
  Backwards-incompatible changes:
* unstore, fassave, restore: cut out undocumented functions
  New items in core:
* unique: function to return unique elements of a list
* New function float_approx_equal w/ associated global
  variable float_approx_equal_tolerance (for test suite cases)
* Interface to Lisp string streams: make_string_input_stream,
  make_string_output_stream, get_output_stream_string
  New items in share:
* vector3d package (thanks to Walter Eastes)
* Script share/share_testsuite.mac to run tests in share
* share/contrib/topoly.lisp: new functions elim and elim_allbut
  New items in tests:
* Commit test scripts written by Michael Wester
  Other revisions:
* run_testsuite: only simplify expected results, do not evaluate, and
  do not call ratsimp; now tests are more stringent than before
* equal: recognize Maxima and Lisp arrays and Maxima and Lisp strings
* find_root: evaluate arguments in an ordinary way
* apply, outermap: evaluate arguments in an ordinary way
* save, loadfile, tex, stringout, compfile: evaluate filename argument
* display code: output space characters (no tabs)
* share/linearalgebra: improved jacobian and hessian functions
* share/contrib/lsquares.mac: replaced with a new version
* share/draw: include geographical data from World Boundaries Database;
  other modifications
* with_stdout: accepts an output stream as well as a filename
* share/contrib/topoly.lisp: many improvements in to_poly
* share/contrib/numericalio: accept stream as well as a filename
* many other minor improvements
2007-09-03 16:08:47 +00:00
drochner
e0cc461c65 update to 1.3.18
changes:
-unsafe strcpy fixed
-code cleanup
2007-09-03 15:59:14 +00:00
wiz
5ecde2de81 Update to 1.7.11. Disable libgda support, pkgsrc version not new enough.
Changes since 1.7.10:
This starts the run up towards 1.8 in the fall with lots of polish
and patching. The win32 build is also getting some love. I have
not checked on how to make a fancy shmansy installer just yet but
here's a tarball of the necessary binaries and docs that patches
some of the missing features in 1.7.10. There are still issues with
print preview somewhere in cairo that we're looking into.

    * Andreas
          o Save and restore default paper, margins and various other print settings.
          o Handle differences in page setup between sheets when printing multiple sheets.
          o Fix handling of "print even if only style". [Bug 438743].
          o Implement printing of row and column headers.
          o Fix saving of null header/footer items [Bug 449836].
          o Fix TINV for large degree of freedom.
    * Jean
          o Fix check for long double support in goffice.
          o Import legend and axis labels fonts from excel in charts. [Bug 437858].
          o Fix performance issues in float_range_function2 and fn-tsa plugin.
    * Jody
          o Fix drawing of large cursor while sheet scrolls. [Bug 444610].
          o Fix drawing of merged cells in RTL. [Bug 442463], [442467].
          o Fix editing in RTL, and for merged cells.
          o Properties to store fine tuned capabilities in protected sheets.
          o Read/Write of protected sheet capabilities for XLS/XLSX.
          o Move the OpenPkg support code into libgsf from our xlsx plugin.
          o Fix placement of validation combo in merged cells.
          o Eval validation functions as arrays.
          o Make Morten's pdf exporter available from gnumeric too.
          o Start to implement limits to selection in protected sheets.
          o Handle array expressions in SYLK importer.
          o ODF import/export for hidden and RTL sheets.
          o Fix redraw of spanning cells when toggling RTL.
          o Work around ODF's lack of a default col/row style.
          o Fix crash in t-test. [Bug 450676].
          o Sylk import support for arrays, and encoding.
          o Sylk export.
          o Configurability for which direction moves.
          o Calc property import/export for xlsx.
          o Update validation combo moving between identical styles. [Bug 453525].
          o Patch the problems found by coverity.
          o Fix win32 docs. [Bug 443726].
          o Be more flexible about range relocation for ins/del cells. [Bug 439347].
    * Morten
          o Make ssconvert able to export to pdf. [Bug 381965].
          o Fix loading of tab text colour. [Bug 437743].
          o Improve handling of foreign recently-used files. [Bug 438918].
          o Improve save-on-exit dialog.
          o Fix potentially confusing save-in-wrong-format-on-exit bug.
          o Tentatively fix issue with recent Pango. [Bug 440514].
          o Provide good mime type for recent documents.
          o Fix localized-format problem in cell format dialog. [Bug 442657].
          o Fix R1C1 problem. [Bug 443832].
          o Fix performance problem when selecting large areas. [Bug 445617].
          o Fix loading/saving of R1C1 attribute. [Bug 448714].
          o Fix overflow problem when int!=long. [Bug 458158].
    * Nils Kanning
          o Fix the inline documentation for python addins. [Bug 412804].
2007-08-30 06:10:26 +00:00
heinz
a9d3f2b853 The package supports installation to DESTDIR. 2007-08-24 08:58:28 +00:00
rillig
6aecf48699 Added mk/misc/category.mk, which contains the definitions that are only
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is
also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13 08:12:41 +00:00
drochner
dcd392b4a1 while this compiles against libgda/gnomedb, the result does not work,
so disable these plugins completely,
ride on recent PKGREVISION bump
2007-08-09 16:18:15 +00:00
drochner
c9232159a4 fix path so that the libgnomedb-3 database browser is found,
ride on recent PKGREVISION bump
2007-08-09 16:15:51 +00:00
obache
50c91d6a7f Dependency package databases/{libgda,libgnomedb} were updated.
Bump PKGREVISION.
2007-08-04 14:14:29 +00:00
joerg
038dc3153a Fix path to and depend on bash. 2007-08-01 21:17:45 +00:00
joerg
43f6a6ba80 Just use stdlib.h instead of malloc.h or defining them by hand. 2007-08-01 20:51:45 +00:00
joerg
5b9ab94a85 Fix path to Perl. Bump revision. 2007-08-01 19:45:17 +00:00
joerg
1545a749fc Don't use malloc.h. 2007-08-01 16:16:11 +00:00
drochner
b536adb42f catch up with goffice update again: fix plugin path, require new
version and bump PKGREVISION
2007-07-28 14:56:53 +00:00
wiz
f04dacd6a3 Fix typo in MAINTAINER. 2007-07-28 07:26:08 +00:00
joerg
68a303127d Fix malloc.h usage. 2007-07-28 01:42:50 +00:00
drochner
9b315a3c32 update to 5.12.0
changes:
* New lapack package (BLAS and LAPACK functions)
* Bug fixes and enhancements to plotting code
* Bug fixes and enhancements to Xmaxima user interface
* Revise Maxima reference manual (all languages)
* Some new add-on packages
* Several minor improvements
* Many bug fixes
2007-07-17 19:50:50 +00:00