Commit graph

2128 commits

Author SHA1 Message Date
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
wiz
eda4f2e041 + mprime-bin. 2008-06-02 13:36:53 +00:00
wiz
f51aec788b Remove import with wrong dir (now in mprime-bin). 2008-06-02 13:36:41 +00:00
wiz
235b5b54f2 Import mprime-bin-24.14 as math/mprime-bin.
This program is used to find Mersenne Prime numbers.  See
http://www.utm.edu/research/primes/mersenne.shtml for a good
description of Mersenne primes.  Mersenne numbers can be proved
composite (not prime) by either finding a factor or by running
a Lucas-Lehmer primality test.
2008-06-02 12:40:48 +00:00
wiz
49a1364162 Import mprime-bin-24.14 as math/mprime.
This program is used to find Mersenne Prime numbers.  See
http://www.utm.edu/research/primes/mersenne.shtml for a good
description of Mersenne primes.  Mersenne numbers can be proved
composite (not prime) by either finding a factor or by running
a Lucas-Lehmer primality test.
2008-06-02 12:40:16 +00:00
drochner
5a1bc43f73 update to 0.5.15
changes: feature extensions and fixes
2008-05-29 17:59:25 +00:00
drochner
3ab6eb1564 update to 2.12.3.3
changes: minor fixes (Darwin and build system)
2008-05-29 17:56:35 +00:00
drochner
ffecd78c3b update to 1.8.3
changes: bugfixes
2008-05-29 17:19:14 +00:00
drochner
3eea94623d update to 5.22.2
changes:
-bugfixes
-translation updates
2008-05-29 16:46:13 +00:00
tnn
8aa19c3bca Mark some packages as NOT_FOR_BULK_PLATFORM= Linux-*-*
Addresses PR pkg/38368 and PR pkg/38371
2008-05-26 22:25:25 +00:00
joerg
3d8ef5a52d Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling
pax, it is created as tool after all.
2008-05-26 02:13:14 +00:00
bjs
cc2c07ed27 Mark this package MAKE_JOBS_SAFE=no. 2008-05-06 06:17:15 +00:00
drochner
bd8158d626 +py-sympy 2008-05-05 19:11:35 +00:00
drochner
1db6744951 import py-sympy-0.5.14, a Python library for symbolic calculations 2008-05-05 19:10:02 +00:00
drochner
b4f2312ddb update to 2.67
changes: some fixes and cleanup
2008-05-05 19:07:08 +00:00
drochner
584fd2cca4 update to 2.12.3.0 (most recent stable release)
changes:
-build system improvements
-Fixed bug where a FILEPOS was copied FPOS_POS_BITS octets instead of
 FPOS_POS_LEN octets.
-documentation improvements
2008-05-05 18:54:05 +00:00
adam
46fbc52a40 Changes 3.0.1:
* This is a bug-fixing release.
2008-05-02 08:50:46 +00:00
adam
f8ed52d2fc Changes 1.11:
* Upgraded to latest libtool, autoconf and automake (libtool-2.2,
  autoconf-2.61, automake-1.10.1)
* Fixed underflow in ODE adaptive step size controller that could
  cause step size to decrease to zero.
* Improved the handling of the asymptotic regime in gsl_sf_bessel_jl.
* Improved the handling of large arguments in cumulative distribution
  functions using the incomplete beta function, such as gsl_cdf_fdist_P.
* Fixed overflow bug in gsl_cdf_hypergeometric_{P,Q} for large
  arguments.
* gsl_ran_gaussian_ziggurat now handles generators with different
  ranges explicitly, to minimise the number of function calls
  required.
* Added missing error terms in gsl_sf_exp_mult_e10_e to prevent
  the error being underestimated.
* Updated some constants to the CODATA 2006 values.
* The hypergeometric function gsl_sf_hyperg_2F1 now handles the case
  where x==1.
* Fixed a bug in the brent minimiser which prevented optimal convergence.
* Added functions for evaluating complex polynomials
* The convergence condition for gsl_multiroots_test_delta now accepts
  dxi == 0.
* Improved functions gsl_ldexp and gsl_frexp to handle the full range
  of double precision numbers in all cases.
* Added new quasi random generators gsl_qrng_halton and
  gsl_qrng_reversehalton which support dimensions up to 1229.
* Added function gsl_multifit_linear_residuals for computing the
  residuals of the fit
2008-05-02 08:49:50 +00:00
markd
6990810160 Update to match R 2.7.0 2008-04-26 02:41:00 +00:00
markd
680677a5f3 Update to 2.7.0
SIGNIFICANT USER-VISIBLE CHANGES

    o   The default graphics device in non-interactive use is now
        pdf() rather than postscript().  [PDF viewers are now
        more widely available than PostScript viewers.]

        The default width and height for pdf() and bitmap() have been
        changed to 7 (inches) to match the screen devices.

    o   Most users of the X11() device will see a new device that has
        different fonts, anti-aliasing of lines and fonts and
        supports semi-transparent colours.

    o   Considerable efforts have been made to make the default output
        from graphics devices as similar as possible (and in
        particular close to that from postscript/pdf).  Many devices
        were misinterpreting 'pointsize' in some way, for example as
        being in device units (pixels) rather than in points.

    o   Packages which include graphics devices need to be re-installed
        for this version of R, with recently updated versions.

+ New features and bug fixes.
2008-04-26 02:39:27 +00:00
joerg
a77e7015fe Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
2008-04-25 20:39:06 +00:00
wiz
258b56c97c Update to 5.23.1:
Overview of changes in gcalctool 5.23.1

    * Fixes a number of compiler warnings (Bugs #526976, #526702, #527318)
    * Fixes incorrect negation precedence (Bug #526094)
    * Fixes issues with thousands seperators and radix in non-english
      locales (Bug #527669)
    * Fixes regression in constant and function menus (Bug #527545)
    * Fixes problem where display is invisible after solving equation
      (Bug #524602)
2008-04-25 08:06:28 +00:00
tnn
ae4c7e6996 Update to maxima-5.15.0. Patch From Aleksej Saushev in private mail.
Backwards-incompatible changes:
* Disable verb => numerical evaluation scheme for math functions
Major changes:
* User interface Imaxima now packaged with Maxima
New items in share:
* share/contrib/bitwise: Bitwise operations on integers
* share/contrib/noninteractive: Catch asksign and askprop questions
and turn them into conditional expressions
* share/contrib/namespaces: A namespace implementation for Maxima
* share/contrib/amatrix: Matrix with underlying Lisp array
Other revisions:
* gf package: New version of gf package (Galois fields)
* tex function: Enable TeX output to output stream
* stringproc package: Revised printf; regex functions
* ezunits package: Dimensional analysis; physical constants
* quadpack functions: Return partially-evaluated expressions
* plot functions: New options; bug fixes
* tensor functions: Many improvements
* graphs package: Improvements
2008-04-22 10:27:55 +00:00
adam
3ed95e5ae7 Changes 4.28:
The iODBC and MySQL table drivers, which allows transmitting
data between MathProg model objects and relational databases,
were re-implemented to replace a static linking by a dynamic
linking to corresponding shared libraries.
Many thanks to Heinrich Schuchardt <heinrich.schuchardt@gmx.de>
for the contribution, Rafael Laboissiere <rafael@debian.org>
for useful advices concerning the shared library support under
GNU/Linux, and Vijay Patil <vijay.patil@gmail.com> for testing
this feature under Windows XP.

A new optional feature was added to the package. This feature
is based on the zlib data compression library and allows GLPK
API routines and the stand-alone solver to read and write
compressed data files performing compression/decompression "on
the fly" (compressed data files are recognized by suffix `.gz'
in the file name). It may be useful in case of large MPS files
to save the disk space (up to ten times).
2008-04-21 19:26:35 +00:00
abs
3144db8e64 PYTHON_VERSIONS_ACCEPTED+=25 2008-04-16 12:15:28 +00:00
drochner
e6382d7e30 update to 5.22.1
This switches to the gnome-2.22 release branch.
2008-04-15 18:46:40 +00:00
jlam
841dfa0e7a Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
2008-04-12 22:42:57 +00:00
joerg
4bc74b0700 Fix installation. 2008-04-07 17:33:36 +00:00
tnn
4f814103e4 Update master site and homepage. 2008-03-28 04:19:56 +00:00
markd
ccad14f8a4 Update to R 2.6.2.
Changes are basically bugfixes.

pkgsrc changes:
  Don't bother patching configure.ac - it was only part of the changes
being made to configure so don't pretend you could use it to regerate
configure.
  Use -fPIC rather than -fpic for NetBSD powerpc.  Should fix PR 38032.
2008-03-15 22:16:41 +00:00
joerg
e239abca8f DESTDIR support. 2008-03-15 14:18:39 +00:00
taca
728cc8518b Remove math/ruby-gsl since it successor exists as math/ruby-rb-gsl. 2008-03-11 16:07:16 +00:00
taca
6d0225e956 Remove ruby-gsl. 2008-03-11 16:06:32 +00:00
wiz
a8686fc0e5 Add CONFLICTS line for previous PKGNAME versions.
Suggested by Alan Barrett.
2008-03-10 10:33:38 +00:00
wiz
6c0db466a5 Fix comment problem introduced in previous. 2008-03-07 21:35:54 +00:00
wiz
05cf1e61c4 Remove gnumeric-current, newer version in gnumeric. 2008-03-07 21:34:28 +00:00
wiz
9c1690f397 Update to 1.8.2, based on math/gnumeric-current:
Gnumeric 1.8.2

Hans de Goede:
	* Fix broken xls issues.  [#505330]

Jean:
	* Fix corrupted-xls-file problems.  [#514513] [#515343] [#515873]
	  [#515876] [#518939]

Morten:
	* Fix loading of solver constraints.
	* Fix solver issue.  [#512500]
	* Fix corrupted-xls-file problems.  [#512984] [#513005] [#513313]
	  [#513317] [#513361] [#513364] [#513551] [#513605] [#513608] [#513790]
	  [#513787] [#513835] [#513963] [#514229] [#514230] [#514295] [#514435]
	  [#514436] [#514437] [#514506] [#514510] [#514630] [#514637] [#515155]
	  [#515269] [#515275] [#515335] [#515336] [#515339] [#517106] [#518939]
	* Fix non-ascii export problem.  [#511135]
	* Band-aid evaluation problem with broken xls.  [#513559]
	* Fix circular array formula problem.
	* Work around Qt theme bug.  [#512752]
	* Fix paste-as-text bug.  [#514438]
	* Fix corrupted-mps-bug.  [#517141]
	* Fix corrupted-qpro-bugs.  [#517144] [#517376] [#517591]
	* Fix corrupted-sylk-bug.
	* Make <control>KP_Subtract work as <control>minus.  [#516358]
	* Make <control>KP_Add work as <control>plus.
	* Fix corrupted-applix-bugs.  [#517778] [#520873]
	* Fix sylk importer's format handling.
	* Fix memory allocation failure for huge .gnumeric files.  [#519319]
	* Fix mstyle problem.  [#519451]
	* Fix auto-fill problem.  [#519680]
	* Fix corrupted-gnumeric-bug.  [#519761]
	* Fix insert-time problem.
2008-03-07 21:33:33 +00:00
jlam
ecb2e3fc8e Update math/xlispstat to version 3.52.20. Changes from version 3.52.18
include:

* Added some timing pauses so rotations and such are not too
  fast.

* Changed default setting of X11 option :FAST-LINES to NIL.  It
  is no longer needed as an optimization and support seems to
  now be buggy on some servers.

+ Support user-destdir installation.

+ HOMEPAGE has moved to uiowa.edu.
2008-03-07 16:48:02 +00:00
jlam
c9d7c74b25 Note that math/blas is the reference implementation of BLAS. 2008-03-07 16:32:17 +00:00
jlam
c12ddda2a1 + Remove modifications to configure.in and configure in patch-aa and
patch-ac that altered the order in which the terminal library for
  readline was detected.  The termcap.buildlink3.mk file (included
  indirectly by readline/buildlink3.mk) will do the right thing by
  itself.

+ Modify the pkg-index.tmpl INSTALL script fragment: we can just use
  ${PKG_PREFIX} instead of substituting for @PREFIX@ everywhere.  Also
  refactor the commands to rebuild the package index into a shell
  function and give some indication to the user what is happening.

+ Remove chown operation in post-install that was basically
  cargo-culted from the very first version of R imported into pkgsrc.
  It's not necessary.

+ Support user-destdir installation.

Bump the PKGREVISION to 2.
2008-03-07 16:11:39 +00:00
jlam
dfad6be3e9 Update math/blas to version 1.1. Changes from version 1.0 include:
- The addition of several new routines for complex number operations.

- Minor changes in the function implementations to use the new
  operations.

+ Support user-destdir installation.

+ Move Makefile for building the BLAS library from patch-aa into
  files/Makefile.blas.  It's simpler to edit this file than to create
  new patches.
2008-03-07 07:14:24 +00:00
wiz
8e810a2bc9 Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump. 2008-03-06 14:53:47 +00:00
jlam
81f4e12abc + Drop ncurses dependency because it was only there for readline on
Linux.  The readline buildlink3.mk file now pulls in the correct
  dependencies on its own.

+ Actually tell the configure script to use the readline dependency.

+ Add patch-ac which fixes the declaration of readline() to match the
  readline.h header (it takes a const char * argument).

+ Add full DESTDIR support.

Bump the PKGREVISION to 2.
2008-03-05 04:00:01 +00:00
jlam
a80fd13efc Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
2008-03-04 17:57:17 +00:00
wiz
7e5ec4260e Fix version number by adding a PKGNAME. 2008-03-04 12:17:47 +00:00
rillig
ebcb0ce01e Resign from maintaining a lot of packages, so everyone is free to update
them at will.
2008-03-04 11:02:23 +00:00
drochner
1cd338d36f update to 1.8.1
changes: bugfixes
(we might consider calling this stable now)
2008-02-28 20:02:39 +00:00
schmonz
f65a68a935 DJB has placed djbfft in the public domain. From
<URL:http://cr.yp.to/distributors.html>:

  What are the distribution terms for djbfft?

  2008.02.27: I hereby place the djbfft package (in particular,
  djbfft-0.76.tar.gz, with MD5 checksum 9349eff24c1f9fdfb98cfb51bece8efb)
  into the public domain. The package is no longer copyrighted.
2008-02-28 14:30:39 +00:00
rillig
b32b7657bb Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,
to shut up the pkglint warnings.
2008-02-28 11:58:47 +00:00
adrianp
759f778d72 Update to 2.010709
Accomodate Darwin $AS which tries to read from STDIN.
On darwin, diagnoze arch via uname -p.  (SIGBUS during build)
Update find_machine_architecture() to 2.3.0 logic (so disable sparcv7)
Make getHeap() use PerlIO, and consistently use bytes for output.
2008-02-09 22:39:50 +00:00
heinz
a91164cb43 The package supports installation to DESTDIR.
A compiler is not necessary.
2008-02-07 21:28:29 +00:00
heinz
4171a7db8d The package supports installation to DESTDIR.
A compiler is not necessary.
2008-02-07 21:09:30 +00:00
drochner
4d4078958a never believe a linux hacker blindly: it wants flex, not lex 2008-02-05 20:28:53 +00:00
tnn
6538a067b9 PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLS 2008-02-04 20:10:34 +00:00
reinoud
99e0a33322 Update math/maxima package to allow it to choose between clisp and sbcl. No
version has been bumped as its default has not changed and sbcl is only
working in pkgsrc-wip.
2008-01-28 12:08:49 +00:00
wiz
a7c8e0cd61 Reset maintainer on his request. 2008-01-19 09:16:17 +00:00
tnn
ad6ceadd25 Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
2008-01-18 05:06:18 +00:00
adam
2ba7f5e00f Changes 3.0.0:
* Compatibility with Matlab graphics is much better now.  We now
  have some graphics features that work like Matlab's Handle
  Graphics (tm):
* The way Octave handles search paths has changed.
* Previous versions of Octave had a number of built-in variables to
  control warnings (for example, warn_divide_by_zero).  These
  variables have been replaced by warning identifiers that are used
  with the warning function to control the state of warnings.
* All built-in variables have been converted to functions.
* For compatibility with Matlab, the output order of Octave's
  "system" function has changed.
* For compatibility with Matlab, the output of Octave's fsolve
  function has been changed.
* For compatibility with Matlab, normcdf, norminv, normpdf, and
  normrnd have been modified to compute distributions using the
  standard deviation instead of the variance.
* For compatibility with Matlab, gamcdf, gaminv, gampdf, gamrnd,
  expcdf, expinv, exppdf and exprnd have been modified to compute
  the distributions using the standard scale factor rather than
  one over the scale factor.
2008-01-11 01:23:43 +00:00
drochner
371664823b update to 1.8.0
This switches from the release candidate to the real release, changes
are bugfixes and some stylistic changes.
pkgsrc note: the .omf file for the documentation is missing in
the distribution. I've pulled it from CVS. This workaround can
hopefully be removed on the next update.
(The website still refers to 1.6.3 as the current stable version.)
2008-01-06 16:48:01 +00:00
adam
f7a72a847e Changes 4.25:
A tentative implementation of Gomory's mixed integer cuts was
included in the branch-and-cut solver. To enable generating
Gomory's cuts the control parameter gmi_cuts passed to the
routine glp_intopt should be set to GLP_ON. This feature is
also available in the solver glpsol through command-line option
'--gomory'. For more details please see the reference manual
included in the distribution.
2008-01-05 21:58:07 +00:00
joerg
a2743f84ce Supports user-destdir. 2008-01-04 18:49:14 +00:00
drochner
f881fb0697 add a comment asking updates to check compatibility with editors/TeXmacs,
as suggested by Antoine Reilles
2008-01-04 16:08:24 +00:00
ghen
872b64c4bb Basic DESTDIR support (reported by Aleksej Saushev). 2008-01-04 11:45:42 +00:00
tonio
ae02e95628 Update math/maxima to 5.14.0. Fixes PR 37682 2008-01-03 20:13:25 +00:00
adam
d4f2de73df Fix PR#37553 2007-12-29 11:09:26 +00:00
joerg
561b2ae949 Never use setuptools to make builds consistent independent of whether
py-setuptools is present or not.
2007-12-27 14:07:25 +00:00
joerg
9535088ab1 Mark as DESTDIR ready. 2007-12-21 22:35:42 +00:00
obache
93e3841c3b Need perl to build. 2007-12-20 12:08:22 +00:00
minskim
764ec0d3be Add ruby-rb-gsl. 2007-12-17 23:40:48 +00:00
minskim
6ecdc3d606 Import ruby-rb-gsl.
Ruby/GSL is a ruby interface to the GSL (GNU Scientific Library), for
numerical computing with Ruby.
2007-12-17 23:37:49 +00:00
adam
ef7b8b5d3f Changes 2.9.19:
* bug fixes
2007-12-15 05:54:50 +00:00
wiz
b524dc18ff Reset maintainer on his request. 2007-12-12 20:42:28 +00:00
adam
78324ec107 Changes 3.1.1:
* Add blas routines so that the blas provided is complete
* Provide 5 flavours of SECOND and DSECND
* Bug fixes
2007-12-10 17:50:31 +00:00
rillig
2335b740ec Needs include/ pre-created. 2007-12-02 22:30:35 +00:00
wiz
80eab693c5 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 12:14:01 +00:00
wiz
c8a43530f1 Remove Ex-MASTER_SITEs. From Zafer Aydogan. 2007-12-02 11:20:53 +00:00
rillig
f338d15c24 Some more packages need lex and yacc. Patch by Aleksey Cheusov on
pkgsrc-users.
2007-12-02 08:32:23 +00:00
wiz
a34ac258dd Bump PKGREVISION because openexr now depends on ilmbase. 2007-11-30 21:55:01 +00:00
rillig
976310a3bc Next try: I didn't take into account that autoconf modifies #undef
directives on-the-fly.
2007-11-30 19:22:18 +00:00
rillig
f8e44a9d2e Made the program build with c99 compilers by undefining the "complex"
macro.
2007-11-30 19:13:50 +00:00
wiz
a4fdeb4739 Update to 1.7.90:
Andreas:
	* Speed up pagination
	* Account for repeating rows/cols when scaling automatically
	* Load header & footer info from file
	* Print headers and footers
	* Reenable header/footer customization
	* Add do-not-print flag to sheets. [#371754]
	* Allow multi-line headers and footers
	* Allow nicer entry of header/footer fields [#122175]
	* Fix gtk issues triggered by sorting dialog.
	* Fix printing of background of merged cells. [#497478]
	* Allow inclusion of cell content in header/footer. [#162480]
	* Add faster way to switch orientation. [#497438]

Jean:
	* Print images.
	* Fix FMR in solver dialog.  [#496052]
	* Fix markers shapes and objects stack order when importing
	xls files. [#344950]
	* Fix transparent background import from xls.

Jody:
	* Fix visibility filtering for clipboard export. [#496985]
	* XLS export of hyperlinks. [#81718]

Jon Kåre:
        * Fix clipboard export.  [#496187]

Morten:
	* Make pdf exporter able to print specified sheets only.
	* Make it possible to set page size for ssconvert's pdf exporter.
	* Fix date entry problem with yyyy-mm-dd formats.  [#494387]
	* Fix FMR during workbook destruction.
	* Fix UMR when moving cells.
	* Validate names before defining them.
	* Fix gtk issues triggered by sorting dialog.
	* Improve initial appearance of quit dialog.
	* Plug printing dialog leak.
	* Fix just-in-time evaluation problem.
	* Fix minor parse problem for faulty inter-workbook references.
	* Fix interaction between re-spanning and manual recalc.  [#495879]
	* Refuse to jump to invisible sheet.  [#496304]
	* Fix rtl display problem.  [#496304]
	* Plug leak in oleo import.  [#496867]
	* Fix g-critical problem with editable labels' cursors.
	* Plug excel exporter leaks.  [#497191]
	* Make sure =<right> produces a relative address.
	* Improve recent-files integration.
	* Fix CHITEST crash.  [#497477]
	* Fix a pile of CHITEST corner cases.
	* Fix a pile of FTEST corner cases.
	* Improve error message for xls export with excess function arguments.
	* Fix a pile of TTEST corner cases.

Oliver Burnett-Hall:
       * Fix R1C1 issued with defined names.  [#409997]  [#494318]
2007-11-30 17:16:40 +00:00
adam
49b0466c99 Changes 4.24:
A tentative implementation of MIR (mixed integer rounding) cuts
was included in the MIP solver. To enable generating MIR cuts
the control parameter mir_cuts passed to the routine glp_intopt
should be set to GLP_ON. This feature is also available in the
stand-alone solver glpsol via command-line option '--mir'. For
more details please see the reference manual included in the
distribution.

The implementation is mainly based on the following two papers:

1. H. Marchand and L. A. Wolsey. Aggregation and mixed integer
   rounding to solve MIPs. CORE discussion paper 9839, CORE,
   Universite catholique de Louvain, June 1998.

2. G. Andreello, A. Caprara, and M. Fischetti. Embedding cuts
   in a Branch&Cut framework. Preliminary draft, October 2003.

MIR cuts can be generated on any level of the search tree that
makes the GLPK MIP solver to be a real branch-and-cut solver.

A bug was fixed in the routine lpx_write_cpxlp. If a variable
x has upper bound and no lower bound, it should appear in the
bounds section as "-inf <= x <= u", not as "x <= u". Thanks to
Enric Rodriguez <erodri@lsi.upc.edu> for the bug report.
2007-11-25 18:47:50 +00:00
rillig
482311f42f Made the package work with sunpro. 2007-11-23 15:37:37 +00:00
rillig
d782c41e3e Made the package build with sunpro. 2007-11-23 13:48:19 +00:00
drochner
5a819fecc4 update to 1.0.2
this is a major update: Lots of new stuff, both feature-wise and
bugfix wise
2007-11-22 20:31:44 +00:00
abs
9069780127 Add USE_TOOLS+=perl to fix build 2007-11-22 09:25:45 +00:00
minskim
ab915c2c58 Update mathomatic to 12.8.0.
Changes since 12.7.7:
10/10/07 - Proper error reporting for shelling out (! command).
10/12/07 - Created directory "m4" to play with using m4 to allow easily
entering functions through macros.
10/14/07 - Improved "set dir" to display the new current directory and to
default to the home directory.
10/17/07 - Entering "=" by itself now swaps equation sides instead of doing
nothing.
10/18/07 - New "mathomatic.ico" file with transparent background.
10/21/07 - Increased speed of taylor command up to 3 times by not doing an
unnecessary simplification.
           Added "tests/distance.in".
10/22/07 - Fixed a small problem in calculate command, allowing instant
calculation of (2+2i)^99 now.
           Entering any power of any complex number should work now.
10/29/07 - Solving now reports what degree polynomial the equation is.
11/12/07 - Fixed 3 bugs in optimize command.
11/16/07 - Fixed another bug in optimize command.
2007-11-21 23:36:23 +00:00
rillig
105dd4b97c Some packages need lex and yacc. Patch by Aleksey Cheusov via
pkgsrc-users.
2007-11-17 12:04:11 +00:00
heinz
3d48a84b6b Removed ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve anymore
in DNS. Mentioned by Zafer Aydogan in PR pkg/37318.
2007-11-12 19:48:50 +00:00
adam
33ee62633c Changes 4.23:
The following new API routines were added:
glp_read_sol    read basic solution from text file
glp_write_sol   write basic solution to text file
glp_read_ipt    read interior-point solution from text file
glp_write_ipt   write interior-point solution to text file
glp_read_mip    read MIP solution from text file
glp_write_mip   write MIP solution to text file
2007-11-12 19:38:15 +00:00
wiz
49da95f982 Remove fire.mpi-stuttgart.mpg.de and wauug.erols.com from MASTER_SITES,
they don't resolve. From Zafer Aydogan in PR 37320.
2007-11-11 23:56:53 +00:00
wiz
0514b333c1 Remove franz.stat.wisc.edu from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37319.
2007-11-11 23:55:19 +00:00
wiz
ed99097a0c Remove ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve.
From Zafer Aydogan in PR 37318.
2007-11-11 23:53:40 +00:00
joerg
e725e20c42 Bump version or revision of all packages that have a runtime dependency
on gzip.
2007-11-08 19:39:42 +00:00
wiz
3714f15c66 Update to 0.7.14:
Gnumeric 1.7.14

Andreas
	* Print repeated rows and columns.
	* Fix printing crash. [#491775]
	* Reimplement down then across printing

Götz Waschk:
	* Fix paradox plugin compilation.  [#489030]

Hib Eris:
	* ssconvert export options.  (Code butchered by Morten.)  [#170767]

Jody:
	* Improve ODF (and .sxc) import.
	* Improve ODF chart data import (ick).
	* Add Snap-to-grid context menu command for objects.
	* Fix Data -> Table and enable the UI.

Morten:
	* Improve test suite.
	* Fix clipboard text-target export problem.
	* Add date convention to clipboard ranges.
	* Update man pages a bit.
	* Fix excel dual-format write crash.  [#490828]
	* Fix problem loading .gnumeric files.  [#490859]
	* Fix print crash.  [#478552]
	* Fix xls FMR.  [#491472]
	* Fix gnumeric sax loader UMR.  [#492391]
	* Make text exporter remember settings between invocations.
	* Make text import handle ranges of files with >64k rows.  [#370273]
2007-11-08 19:39:11 +00:00
markd
853a07d633 Fix PLIST, bump PKGREVISION for the new R. 2007-11-07 19:49:36 +00:00
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