Commit graph

1517 commits

Author SHA1 Message Date
markd
3efe0facf0 Cleanup of tools paths appearing in installed files for the new tools
framework.  Bump PKGREVISION.
2005-06-11 02:37:00 +00:00
minskim
9b83e9af12 Set a directory name in PLIST to a correct value on Linux. 2005-06-05 23:20:54 +00:00
minskim
02079252f1 Update mathomatic to 12.4.0.
Changes:
  - Added singularity checking and enabled numerical integration.
  - Fixed a bug in and documented numerical integration.
  - Simplify command was improved.
  - Startup displays more accurate memory usage info.
  - Update to the Mathomatic man page (added description).
  - Added NO_COLOR define (see README.txt).
  - Added function get_range_eol().
  - Doubled MAX_COMPARE_TERMS to 400.
2005-06-05 04:55:43 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
markd
824b9abbfb Allow build using python 2.4
OKed by Rene Hexel
2005-06-01 12:55:10 +00:00
jlam
54de37e60e Convert USE_GNU_TOOLS into USE_TOOLS as the former is no longer supported
in pkgsrc.
2005-05-31 21:53:26 +00:00
drochner
ccf8e31485 update to 1.6.02
changes:
1. The original plug_in and autoload system (see 5/Sep/04 below)
   has been completely revamped to make a true "package" system.
2. The Makefile system for compiled yorick add-ons has completely
   changed.
3. The string manipulation functions have been dramatically extended.
4. The yorick user manual and quick reference cards have been updated.
2005-05-31 18:02:31 +00:00
drochner
ab9d3e7692 update to 2.1.71
changes: cleanup, build system fixes
2005-05-31 17:24:23 +00:00
dillo
f81ae835ad Packages have no business modifying PKG_DEFAULT_OPTIONS -- it's a
user settable variable.  Set PKG_SUGGESTED_OPTIONS instead.  Also,
make use of PKG_OPTIONS_LEGACY_VARS.

Reviewed by wiz.
2005-05-31 10:01:36 +00:00
minskim
aa12dac0aa Update HOMEPAGE. 2005-05-31 07:29:38 +00:00
minskim
6bf02ace8e Set a directory name in PLIST to a correct value on Linux. 2005-05-30 18:12:51 +00:00
kristerw
a8f3fd904f Fix broken GNU configure script that was overriding the SED that was
passed to it with an empty string.
2005-05-26 21:22:27 +00:00
jlam
4bcb3e6d4f Fix broken GNU configure script that was overriding the SED that was
passed to it with an empty string.
2005-05-26 21:11:35 +00:00
minskim
76658e2a99 Update mathomatic to 12.3.3.
Changes:
  - Yet another improvement to the simplify command.  poly2_gcd() was fixed.
  - Improved bounds checking for gcd().
  - Pause command now takes an argument.
  - Made derivative, extrema, and integrate commands work with non-equations.
  - An important optimization was made to factor_times().
  - Added and tested code for numerical integration.  Currently disabled,
    to enable define "NUMERICAL_INTEGRATE" in CFLAGS.
2005-05-26 13:08:07 +00:00
wiz
0ecd8e6abf Add RMD160 checksum. 2005-05-25 12:37:37 +00:00
rillig
f795c2e475 Removed trailing white-space. 2005-05-23 08:26:03 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
48781afdbb For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
2005-05-22 05:35:32 +00:00
dmcmahill
59c5d7a16a fix the category. this is math not cad... 2005-05-22 01:42:11 +00:00
kristerw
0a0a6652ed Include devel/hdf5/buildlink3.mk if octave is built with hdf5. 2005-05-21 16:29:31 +00:00
markd
2197cf5730 Don't try and use wide chars on NetBSD 1.6 as the support isn't complete
enough.  Fixes PR pkg/30274
2005-05-19 13:12:52 +00:00
wiz
f6ce0a82d0 Remove packages that have been broken on 2.0/i386 for over 9 months
now; neither maintainer nor anyone else stepped up to fix them.

Predicted on tech-pkg and in private mail to maintainers; no comments.
2005-05-18 22:39:00 +00:00
wiz
8e3ee0fa45 Homepage and master site changed. Also, the tarball changed; now it's
even signed with a gpg key, and the diff to the previous one is:

diff -r old/gtklife-4.1/README new/gtklife-4.1/README
16c16,17
< feature requests and bug reports are welcome at tril@igs.net.
---
> feature requests and bug reports are welcome at tril42 (at) ironphoenix.org.
> GtkLife's home site is http://ironphoenix.org/tril/gtklife/ .
diff -r old/gtklife-4.1/TAGS new/gtklife-4.1/TAGS
769,775c769,775
< void trim_whitespace(char* str)trim_whitespace187,4016
< char* vdsprintf(const char* format, va_list args)vdsprintf200,4314
< void warn(const char* format, ...)warn224,4878
< void error_abort(const char* format, ...)error_abort237,5134
< void sys_warn(const char *format, ...)sys_warn252,5444
< void sys_error_abort(const char* format, ...)sys_error_abort265,5761
< void set_prog_name(const char* name)set_prog_name281,6150
---
> void trim_whitespace(char* str)trim_whitespace187,4033
> char* vdsprintf(const char* format, va_list args)vdsprintf200,4331
> void warn(const char* format, ...)warn224,4895
> void error_abort(const char* format, ...)error_abort237,5151
> void sys_warn(const char *format, ...)sys_warn252,5461
> void sys_error_abort(const char* format, ...)sys_error_abort265,5778
> void set_prog_name(const char* name)set_prog_name281,6167
diff -r old/gtklife-4.1/util.c new/gtklife-4.1/util.c
180c180
<   new_str = safe_malloc(strlen(str)+1);
---
>   new_str = safe_malloc((strlen(str)+1) * sizeof(char));

Set DIST_SUBDIR.
2005-05-18 21:10:51 +00:00
drochner
92721148cc add calcoo/galculator 2005-05-18 15:54:59 +00:00
drochner
d0f82d9de2 import calcoo-1.3.16, another desktop calculator 2005-05-18 15:46:06 +00:00
drochner
4692b9aeea import galculator-1.2.5, a nice desktop calculator 2005-05-18 15:45:04 +00:00
adam
bf24a02001 Changes 2.1.70:
* Bug fixes
2005-05-18 15:42:22 +00:00
jlam
b9ad955614 Note that this package uses tee. 2005-05-16 04:53:07 +00:00
jlam
7425b543e8 Note that gtar is required by the package. 2005-05-16 01:15:30 +00:00
minskim
0f4aa7642e Update mathomatic to 12.3.2.
Code cleanup and documentation improvements.
2005-05-15 14:32:29 +00:00
kristerw
0fe7962336 Perl is needed to format the documentation. Add USE_PERL5=build. 2005-05-07 15:21:19 +00:00
drochner
3bea1395a9 update to 2.1.0
too many changes to list here
...still doesn't work within TEXmacs
2005-05-02 16:57:19 +00:00
seb
75aac5a1b2 One PKGREVISION occurrence is enough 2005-05-02 14:26:53 +00:00
minskim
84873a711b Update mathomatic to 12.3. Bug fixes and many enhancements. See
changes.txt for the complete list of changes.
2005-04-29 13:05:28 +00:00
drochner
25a404cc0a +maxima 2005-04-28 19:09:42 +00:00
drochner
8e9e1e5683 import maxima-5.9.1, a computer algebra system 2005-04-28 19:07:52 +00:00
wiz
58165bf3e8 Fix AC_DEFUN argument quoting for automake 1.8 and newer. No
PKGREVISION bump because most people won't care.
2005-04-27 14:57:54 +00:00
adam
0e18a5dc36 Changes 2.9.2:
* Bug fixes
2005-04-27 14:31:05 +00:00
drochner
9c608da385 pass new name for thread-enabled Python to "configure", from
Rhialto per PR pkg/30062
2005-04-26 11:36:55 +00:00
wiz
a8618fd985 Remove cassowary -- it hasn't been updated for years by the
authors and does not build against new versions of its dependencies,
and its dependency gtl0 was just removed from pkgsrc.
2005-04-22 19:02:11 +00:00
drochner
6634844309 update to 5.5.42
changes:
-pre-C99 fix - saves a patch
-new translations
2005-04-20 15:48:27 +00:00
drochner
ebb2f09d10 update to 1.4.3
bug fixes only
2005-04-19 17:10:40 +00:00
wiz
a5404f8c3e Distfiles with the same name but different
contents need a DIST_SUBDIR -- make it so for the newmat10B case.
2005-04-16 02:12:48 +00:00
jschauma
d2822beb4b distfile changed on master site; now known as newmat10B (but no such
distfile)
Changes since newmat10A are mostly cosmetic with minor bugfixes.
2005-04-15 19:28:01 +00:00
rillig
9c97b4f76d Added a patch needed for gcc-2.95. Approved by jlam. 2005-04-12 00:51:22 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
minskim
9c77237c97 Update mathomatic to 12.2c.
Changes:
  - Use mkstemp() for temp file in edit command.  Put temp file in "/tmp",
    instead of current directory.
  - Created my_strlcpy(), since Linux doesn't have strlcpy().
  - Made everything declared static that should be.
  - Prime Number Tools cleaned up and compiled with "-Wall".
  - Made them all successfully compile with g++.
  - A bug fix for HTML mode.
  - Completely removed sensitivity command and simplified parsing code.
  - Fixed minor bug in fraction format display routine.
2005-04-11 03:45:43 +00:00
adam
ba00a0bdc8 buildlink3 fix 2005-04-01 10:25:16 +00:00
adam
b49fe9cbff Use math/octave, not octave-current 2005-04-01 10:19:58 +00:00
adam
5fe4d980f3 patch-ad added :> 2005-04-01 10:16:24 +00:00
adam
1fdfffb0f2 Changes 2.1.69:
* Bug fixes
2005-04-01 10:15:46 +00:00
adam
5a0b47979a Changes 2.9.1:
* use glpk
* improvements
2005-04-01 10:15:19 +00:00
adam
1238bb8e48 Rev.1: use LIBTOOL and build a shared library 2005-03-30 15:23:53 +00:00
minskim
3fd5abbf1a Update mathomatic to 12.2b.
Changes since 12.1d:
  - Various improvements and bug fixes.
  - Documentation with full command reference.
2005-03-28 14:52:28 +00:00
adam
f89af897d0 patch-ab obsolete 2005-03-26 18:56:21 +00:00
wiz
b8e0eb28f4 Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to be
useful.
2005-03-24 21:12:50 +00:00
schmonz
2c2ad757b8 Whitespace. 2005-03-23 00:57:20 +00:00
schmonz
0f55d7d583 Take advantage of mk/djbware.mk. 2005-03-23 00:51:09 +00:00
jmmv
ac5300ac91 Update to 5.5.41:
Overview of changes in gcalctool 5.5.41

* Version for GNOME 2.10.0 (final) call for tarballs.

----

Overview of changes in gcalctool 5.5.40

* Version for GNOME 2.10.0 (rc1) call for tarballs.

----

Overview of changes in gcalctool 5.5.39

* Partial fix for bug 168385. "F+F=" wasn't working in arithmetic operator
  precedence mode.

----

Overview of changes in gcalctool 5.5.38

* Changes to make the trigonometric code work with hyp and inv properly.

----

Overview of changes in gcalctool 5.5.37

* Left and Right shift operations weren't working correctly. Menu
  name comparison in mb_proc() in gtk.c was incorrect.

----

Overview of changes in gcalctool 5.5.36

* The fix for bug #162998 was incorrect when in Arithmetic Precedence mode.
* Exch functionality was incorrect in Arithmetic Precedence mode.

----

Overview of changes in gcalctool 5.5.35

* Fixed bug 167124. One of the entries in the words[] array in
  syntax_translation.c was accidentally commented out.

----

Overview of changes in gcalctool 5.5.34

* Fixed bug 166634. Call to create the About box was missing a
  NULL terminator.

----

Overview of changes in gcalctool 5.5.33

* Adjusted all copyright messages to be 2005.
* Version for GNOME 2.10.0 (beta2) call for tarballs.

----

Overview of changes in gcalctool 5.5.32

* Fixed bug #165522. Made the status bar non-resizable.

----

Overview of changes in gcalctool 5.5.31

* Various code cleanups. It moves some declarations of static functions
  to the corresponding .c files. It also cuts down the number of
  included files, moving some includes to where they are needed from
  calctool.h.

----

Overview of changes in gcalctool 5.5.30

* Adjusted the About dialog to use the latest GtkAbout widget.

----

Overview of changes in gcalctool 5.5.29

* Version for GNOME 2.10.0 (beta1) call for tarballs.

----

Overview of changes in gcalctool 5.5.28

* Fixed bug #162998. The "menu" buttons in gcalctool now responds
  to the "clicked" event rather than the "button-press-event" to
  allow gok, the on-screen keyboard to function properly.

* Fixed bug #159957. Input number in FIX mode now make mimimal changes
  to (i.e append a single character) the display rather than completely
  delete and insert it. The is helpful to assistive technologies like
  gnopernicus.

----

Overview of changes in gcalctool 5.5.27

* Fixed bug #164184. Adjusted location of comments in syntax_translation.c
  so that the L10N message translation software isn't confused.

----

Overview of changes in gcalctool 5.5.26

* Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.

----

Overview of changes in gcalctool 5.5.25

* Version for GNOME 2.9.4 call for tarballs.

----

Overview of changes in gcalctool 5.5.24

* Couldn't use the "#" key to select constants as this symbol was
  a lower-case symbol on his keyboard.

* Powers that were a multiple of 30 (10 as well as 3) would not
  display correctly, having a 4 digit significand. Further testing
  showed that without the fix the following powers had a 4 digit
  significand: 27,30, 57,60, 90, 96 (and every 3 from here on).

----

Overview of changes in gcalctool 5.5.23

* Fixed bug #161976. configure.in now checks to make sure that atk >= 1.5

----

Overview of changes in gcalctool 5.5.22

* Fixed bug #155101. Made the gcalctool window resizable.

----

Overview of changes in gcalctool 5.5.21

* Version for GNOME 2.9.3 call for tarballs.

----

Overview of changes in gcalctool 5.5.20

* Fixed bug #160929. Removed the "Mode" word from each of the different
  mode menu items in the gcalctool View menu.

----

Overview of changes in gcalctool 5.5.19

* Fixed bug #157701. gcalctool can now use real multiplication and division
  symbols instead of "*" and "/".

----

Overview of changes in gcalctool 5.5.18

* Fixed bug #160088. Adjusted the titlebar text so that it doesn't include
  the word "Mode" which was getting chopped when the calculator was in
  Basic mode.

----

Overview of changes in gcalctool 5.5.17

* Fixed bug #157962. Added in a set of three colors for gcalctool that
  will work with the default theme. To use them, the "gcalctoolrc" file
  supplied with the source distribution needs to be moved to ~/.gcalctoolrc

----

Overview of changes in gcalctool 5.5.16

* Generated gcalctool tarball for the GNOME 2.9.2 release.

----

Overview of changes in gcalctool 5.5.15

* Adjusted the scroll_right() routine to only scroll right if the
  horizontal scroll bar is visible.

----

Overview of changes in gcalctool 5.5.14

* Fixed bug #158357. Removed the -DGNOME_DISABLE_DEPRECATED and the
  -DGTK_DISABLE_DEPRECATED flags from the INCLUDES definition in
  .../gcalctool/Makefile.am for now, to allow it to successfully build
  against the latest GNOME/Gtk+.

* Slight adjustment to correct check the Advanced mode menu item when
  the user had previously terminated gcalctool in that mode.

----

Overview of changes in gcalctool 5.5.13

* Changed the names of the gconf mode type key so that there is backward
  compatibility.

* Reset the initial default mode to BASIC.

----

Overview of changes in gcalctool 5.5.12

* Fixed bug #157757. The horizontal scrollbar for the display area will
  now only be visible when needed. It will also display the rightmost part
  of the display as you are entering new input.

----

Overview of changes in gcalctool 5.5.11

* Added in a very basic mode for gcalctool. Rather than calling this a
  "Light" mode, the existing "Basic" mode is now renamed to "Advanced"
  and the new basic mode is called "Basic".

----

Overview of changes in gcalctool 5.5.10

* Fix for bug #157021. X^Y now works for -X with integer Y. -X with
  non-integer Y will now display a descriptibe error in the status bar.

----

Overview of changes in gcalctool 5.5.9

* Generated gcalctool tarball for first GNOME 2.9 release.

----

Overview of changes in gcalctool 5.5.8

* Slight adjustment to bug #152301. The tooltip message had been tweaked to
  "Show the About Gcalctool dialog".

----

Overview of changes in gcalctool 5.5.7

* Fixed bug #152301. Adjusted the tooltip message for Help->About... from
  "Show about help" to "Show the about dialog", to make it more understandable.

----

Overview of changes in gcalctool 5.5.6

* Fixed bug #153726. Gcalctool will now build correctly when using the
  -fno-common option for gcc (3.3.4).

----

Overview of changes in gcalctool 5.5.5

* Numerical answer localization and thousand separator support for
  arithmetic precedence mode.

* If the accuracy was changed via one of the ten preset menu items in the
  Acc menu, the tooltip wasn't getting correct updated with the new accuracy.

----

Overview of changes in gcalctool 5.5.4

* Further changes to the "Set Precision" popup (rfe #147803):
  - "Significant places" not "Significant Places".
  - Change "Set Precision..." to be "Other (12) ..." (where "(12)" is the
    current precision, and be in the same radio box group as the other menu
    items. Check the appropriate menu entry.
  - Adjust the Acc button tooltip to show the current accuracy too.
  - When the user attempts to enter an invalid entry in the Set Precision
    popup, an error message is shown in the main gcalctool status bar.
  - the other Acc radio button items (0-9) need to have mnemonics (_0, _1 ...).

* Fixed bug #152790. Most of the changes needed were already in CVS; there
  was one compiler warning that still needed to be removed.

* Storing the display value to a memory register was not updating the memory
  register window, if it was visible.

----

Overview of changes in gcalctool 5.5.3

* Added in functionality to set the number of significant places > 9.
  There is a new menu item under the Acc menu called "Set Precision..."
  that brings up a small popup allowing you to set precision between 0
  and MAXACC significant places (where MAXACC is currently 30).

----

Overview of changes in gcalctool 5.5.2

* Fixed up numerous warnings generated by running lint on the gcalctool code.
  Removed unused variables and functions. Declared routines statically where
  possible.

----

Overview of changes in gcalctool 5.5.1

* Fixed bug 148581. Changes to get latest gcalctool compiling on a BSD system.

----

Overview of changes in gcalctool 5.5.0

* Major new release of gcalctool. Incorporates an arithmetic operator
  precedence mode (currently the default while it's been debugged). To get
  the old style, uncheck View->Use Arithmetic Precedence from the menu bar.
* The "(" and ")" buttons have moved from the scientific mode into the
  Basic mode so that they are now available to users who need them but not
  everything that the Scientific mode provides.
* There is a footer message area that provides feedback.
* The display area now has an horizontal scrollbar.
* Typing in the keyboard shortcuts for the various gcalctool buttons
  autocompletes their entry into the display area.
* Tooltips show button's shortcut.
2005-03-22 16:30:14 +00:00
adam
9dd4a5ef8b Changes 2.1.67:
* Bug fixes
2005-03-22 09:24:29 +00:00
dmcmahill
9b64948851 use awk instead of csplit during the build. csplit was only
used in one place and it generated a build dependency on a package
which conflicts with many other pkgs.
2005-03-19 20:47:46 +00:00
dmcmahill
132b89e8cc rework the pre-fetch check on alpha to unsure ${WRKDIR}/.pkgdb gets created 2005-03-17 22:41:09 +00:00
dmcmahill
f334618b97 We no longer have to explicitly set F77. Addresses PR29666 2005-03-16 02:10:30 +00:00
tv
a207154f2b Don't forcibly try to install .0 formatted catpages -- Interix imake
doesn't produce them.  Just install the .1 pages.

Rather than using ${DISTNAME}nbX, use the newer PKGREVISION convention.
2005-03-15 04:38:57 +00:00
dmcmahill
3064bfd519 - don't hard code /bin/sh (use the configured shell). Needed to
get a working shell on solaris.
- fix a header file
- avoid passing invalid parameters to mkoctfile.

octave-forge now works on solaris too.
2005-03-14 04:08:42 +00:00
dmcmahill
2d7e3b2710 remove some non-portable shell constructs 2005-03-13 15:49:03 +00:00
schmonz
21af779684 In packages with djb-style compile scripts, properly enquote ${CC}
and ${CFLAGS}. This fixes the build of net/djbdns, as well as any
other of these packages passing down PKG_SYSCONFDIR via CFLAGS, as
well as being more generally correct for arbitrary user-defined
CFLAGS. Suggested by jlam.

For consistency across djbware in pkgsrc:

* In math/djbfft's and sysutils/daemontools's do-configure targets,
  remove leading @ from ${ECHO} lines; from the former, also remove
  unneeded single quotes from one such line.

* Rename net/publicfile's pre-build and sysutils/service-config's
  post-patch targets to do-configure.

* In sysutils/checkpassword's do-configure target, reorder creation
  of conf-cc, conf-ld, and conf-home.

All of the affected packages have been verified to compile.

XXX These packages probably have enough build goo in common to
XXX warrant an mk/djbware.mk. I'll investigate this post-freeze.
2005-03-13 03:25:43 +00:00
dmcmahill
c5f15e9f3b make sure that we don't end up with the buildlink directory as part
of the full path to sed in the installed mkoctfile otherwise we
end up with a broken mkoctfile.
2005-03-13 02:52:10 +00:00
dmcmahill
4f0dc9c632 Fix compilation on solaris. Octave-current works here now. 2005-03-10 12:55:08 +00:00
taca
0f010b9a66 Bump PKGREVISION with introduce of ruby16-base/ruby18-base pacakge. 2005-03-06 17:19:05 +00:00
minskim
ee0cae71c1 Update mathomatic to 12.1d.
Changes since 11.7:
- Increased precision and optimization of code command.
- Prepared code for future improvement to integrate command.
- Integrate (a*constant^x) for x has been added.
- Allow differentiation and integration of -constant^x.
- Disabled power factoring of k^x*k^y, where k is a constant.
  This fixes a small bug.
- Reduced stack usage by almost 2/3.
- Reduced stack usage another large amount to the smallest it can be.
- Laplace (a*constant^x) and (a/constant^x) for x has been added.
- Allow integration of (a/constant^x) for x.
- Moved all numeric GCD routines to "gcd.c".
- Improved limit command for "limit x inf".
- Halved the default equation size and doubled the number of equation
  spaces to 40.
- Fixed bug that caused infinite loop for "2^(.5*n)" and incorrect answer
  for "-1^(2*n)".
- Allow edit command to work with no equations defined.
- Allow typing "abort" or "quit" during pause command.
- They both abort the current operation.
- Removed usage displayed every time a command fails.
- Simplify command once again prefers 1/(constant^n) instead of (1/constant)^n.
- Added "set finance" option.
- Some improvement to simplification of constants.
- Improved "factor number" command.  Made self-testing and allow
  multiple integers.
- Strip trailing newlines from string returned by getstring().
- Re-enabled power factoring of k^x*k^y, where k is a constant.
- The bug it had caused just disappeared.
- This is because a lot of changes have been made.
- Some speed up in polynomial factoring made by ignoring anything that
  is not a polynomial in any variable.
- Improved denominator rationalizer.
- Disabled power factoring of -1^x*-1^y.  This time it is done right.
- Added new function debug_string().  It simplifies the debugging code.
- Simplified pf_sub() (the polynomial factoring subroutine).
- Fixed up Prime Number Tools man pages.
- Improved matho-twin.
- Added simplification of roots like 12^.5 to 2*(3^.5) in simplify command.
- Code cleanup.
- Improved the results of solving by not always factoring constants.
- Added semicolon (";") to end of each line when using "list export".
- Some improvement made to the simplify command.
- More tests added to test suite.
- Fixed bug in patch_root_div().
- Fixed infinity/nan bug in uf_repeat().
2005-03-05 03:01:50 +00:00
dmcmahill
60e40bfbe3 on SunOS/sparc with gcc, turn off the -mcpu flag to avoid an internal
compiler error.
2005-02-28 12:11:29 +00:00
drochner
810dd32b3f update to 23.7
changes:
-Added empty as command for creating an empty array (much faster than zeros)
-fixes
2005-02-25 17:10:09 +00:00
dmcmahill
87b4992478 only 1 USE_LANGUAGES= please 2005-02-24 03:20:57 +00:00
agc
1e46c076aa Add RMD160 digests in addition to SHA1 ones. 2005-02-23 12:06:53 +00:00
minskim
9eee502ed9 Enable pkgviews installation. 2005-02-23 04:21:33 +00:00
adam
6008bb4976 Changes 2.1.65:
* Bug-fixes and improvements
2005-02-22 14:02:30 +00:00
reed
4852f5e395 Remove my un-needed comment about dc. 2005-02-13 02:26:34 +00:00
markd
da4fe312bc Update py-pytables to 0.9.1
PyTables 0.9.1:
This release is mainly a maintenance version. In it, some bugs has been
fixed and a few improvements has been made. One important thing is that
chunk sizes in EArrays has been re-tuned to get much better performance
and compression rations. Besides, it has been tested against the latest
Python 2.4 and all test units seems to pass fine.

PyTables 0.9:
In this release you will find a series of quite exciting new features,
the most important being new indexing capabilities, in-kernel selections,
support for complex datatypes and the possibility to modify values in both
tables and arrays (yeah, finally :).
2005-02-09 12:29:10 +00:00
markd
4852d16c98 Update py-numarray to version 1.1.1
Support Python 2.4

1.1.1 changes:
numarray-1.1.1 is a bugfix release to numarray-1.1. Notable bugs
fixed include memory leaks in matrixmultiply and comparison ufuncs.


1.1 changes:
I. ENHANCEMENTS

CharArray eval() sped up
Document memmap.py (memory mapping)
Unsigned int type support limited
Add kroenecker product

II. BUGS FIXED / CLOSED

max.reduce of byteswapped array
numeric compatibility byteoffset
matrixmultiply (a,b) leaves b transposed
random_array.randint exceeds boundaries
buffer not aligned on 8 byte boundary  (Windows-98 broken)
Object Array repr for >1000 elements
Invalid sequences errors
Segfault in array element deletion
Incorrect handling of overlapping assignments in Numarray
Weirdness with 'new' method
searchsorted bug and fix
randint bug fix patch
a.is_c_array() mixed int/bool results
argsort of string arrays

III. CAUTIONS

1. This release is binary incompatible with numarray-1.0.  Writers of
C-extensions which directly reference the byteoffset field of the
PyArrayObject should be aware that the data pointer is now the sum of
byteoffset and the buffer base pointer.  All C extensions which use
the numarray C-API must be recompiled.  This incompatibility was an
unfortunate consequence of the fix for "numeric compatibility
byteoffset".
2005-02-09 12:16:02 +00:00
adam
3128122a53 Changes 0.7.2:
* Show base (if not decimal, hexadecimal or non-standard) as subscript
* Use singular instead of abbreviated name for completion
* Fix "Convert result" button
* Use the last operator for leftover stack values
* Fix RPN crash and don't add lonely stack value to itself
* Workaround freeze with message dialog without buttons
2005-02-01 16:16:16 +00:00
dmcmahill
da41e4dbde s/fftw2/fftw to match what was done to Makefile 2005-01-29 22:33:47 +00:00
minskim
bd7e54a2f0 Update mathomatic to 11.7.
Changes:

Another minor adjustment to simplify command to make everything work
just right.

Trap "derivative x" of (negative constant or zero)^x.

Solve "(constant)^y=constant" for y.

Moved all html files and the man page to subdirectory "doc".

Code cleanup.

Improved modulus solving.

Trap "x%0".  Simplify "x%inf".

Fix fraction list display of -0.

Change for better simplification.

Fix for division by roots of fractions.
2005-01-29 10:53:17 +00:00
taca
ea1acba768 Oops, make sure to bump PKG_REVISION. 2005-01-28 14:19:35 +00:00
taca
c3ffe35cf7 Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
2005-01-28 14:08:01 +00:00
cube
e2486cd5ab Activate and note addition of p5-Set-Infinite-0.61. 2005-01-25 14:36:38 +00:00
cube
00c7e05943 Reformat, correct error. 2005-01-25 14:35:15 +00:00
cube
dc008d9931 Initial import of p5-Set-Infinite, version 0.61, into the NetBSD Packages
Collection.

Set::Infinite is a Set Theory module for infinite sets.

It works with reals, integers, and objects.

When it is used dates, this module provides schedule
checks (intersections), unions, and infinite recurrences.
2005-01-25 14:33:00 +00:00
cube
c518dee657 Activate and note addition of p5-Set-Crontab-1.00. 2005-01-25 14:11:54 +00:00
cube
c2baa92683 Initial import of p5-Set-Crontab, version 1.00, into the NetBSD Packages
Collection.

Set::Crontab parses crontab-style lists of integers and defines
some utility functions to make it easier to deal with them.
2005-01-25 14:09:39 +00:00
recht
c8b8142ba8 Fix python version required (s/23pth/23/) 2005-01-24 20:02:51 +00:00
recht
367eed19fe Build Python with thread support by default and turn the existing
python*-pth packages into meta-packages which will install the non-pth
packages. Bump PKGREVISIONs on the non-pth versions to propagate the
thread change, but leave the *-pth versions untouched to not affect
existing installations.
Sync all PYTHON_VERSIONS_AFFECTED lines in package Makefiles.
2005-01-23 20:41:45 +00:00
drochner
f45d2126e2 update to 1.0.57
changes:
-allow executing expressions from the command line
-secure mode
-More intelligent parsing
-optimizations, fixes, documentation improvements
2005-01-21 15:28:36 +00:00
adam
ff69c1f99d Changes 1.53
- bug fix in handling of -pi (previous version changed constant pi)
- bug fix in division of integer vectors with negative coefficients
- for loop can now handle >= 2**32 iterations
- fixed bug which occurred in V 1.50 while parsing certain
  parenthized expressions
2005-01-21 09:50:20 +00:00
drochner
7442ce5a14 update to 1.4.2, and fix Python support 2005-01-20 21:35:07 +00:00
minskim
f2cd83b8dd Update mathomatic to 11.6d.
Changes:

Some more improvement to simplification.

Displayed floating point precision reduced to 12 digits.

Allow typing just "e#" or "pi" on the command line, to give the
values for each.

Changed simplify command to prefer (1/constant)^n instead of 1/(constant^n).
It produces more efficient code and solves a problem.

Improved "code integer" command by allowing integer powers.

Improved eliminate command by trying next equation if solve fails.

"list export" now produces 100% Maxima compatible equations.

Changed "SILENT" compile time define to also remove all debugging code.
2005-01-14 14:52:44 +00:00
adam
d1111b4565 Changes 4.8:
Core simplex method and interior-point method routines were
        re-implemented and now they use a new, "storage-by-rows" sparse
        matrix format (unlike previous versions where linked lists were
        used to represent sparse matrices). For details see ChangeLog.

        Also a minor bug was fixed in API routine lpx_read_cpxlp.
2005-01-14 11:31:00 +00:00
adam
5739500a9b Fixed installation problem - now all the modules should be installed correctly, and buildlinked against fftw (not fftw2) 2005-01-13 15:41:53 +00:00
adam
0a4c703516 Changes 1.6:
* Added a new wavelet directory, with 1-dimensional and 2-dimensional
  discrete wavelet transforms.
* Added support for LQ and P^T LQ decompositions.  To find the QR
  decomposition of large systems (M>>N) use the LQ decomposition,
  solving the transpose of the original system.  This allows more
  efficient memory access, and is useful for solving large least-squares
  problems.
* Fixed a bug in the SYRK and HERK blas functions gsl_blas_{s,d,c,z}syrk
  and gsl_blas_{c,z}herk which caused invalid memory access for non-square
  matrices.
* Fixed a bug in gsl_swap_vectors which caused it to return incorrect
  results when swapping vectors with different strides.
* Corrected the error estimate for gsl_cheb_eval_n_err to use
  evaluation order instead of the approximation order.
* Improved the reliability of the gsl_sf_gamma_inc family of
  functions.
* Equal abscissae are now handled gracefully in the cspline and
  periodic cspline interpolations.
* Removed potential cancellation error in calculation of uniform
  histogram ranges.
* Improved numerical stability of integration for akima and cspline
  interpolation.
* Differential equation solvers now handle error codes returned from
  user-defined functions.
* Improved error estimates in ode-initval solvers, and provide exact
  derivatives on output.  Added new semi-implicit ode-initval solver,
  gsl_odeiv_step_rk2simp.
* Added missing function definition for gsl_sf_psi_1.
* Fixed the function gsl_sf_expint_Ei_scaled to call
  gsl_sf_expint_Ei_scaled_e instead of gsl_sf_expint_Ei_e.
* Added cumulative distribution function for exponential power
  distribution.
* The functions gsl_cdf_beta_P and gsl_cdf_beta_Q now return
  consistent results of 0 or 1 for out of range values, x<0 and x>1,
  rather than 0 for left and right tails simultaneously.
* The Jacobi eigensolvers gsl_eigen_jacobi and gsl_eigen_jacobi_invert
  have new implementations from Golub and Van Loan.
* The standard output and standard error streams are now flushed by
  the default error handler before the program aborts, in order to
  ensure that error messages are properly displayed on some platforms.
2005-01-13 15:06:25 +00:00
jlam
3588ad8a2a Move buildlink3.mk files ahead of targets as per example Makefile. 2005-01-12 22:50:20 +00:00
jlam
0e0b73913a Fix up the comment to note that we still need to unwrap some files at
post-configure time, even after the switch from buildlink2 to buildlink3.
Also, use SUBST_CLASSES instead of the custom post-configure target,
and take advantage of the fact that the "unwrap" SUBST_CLASS already
does mostly the right thing.
2005-01-12 22:49:35 +00:00
jmmv
f4cdc711e1 Update to 4.4.22:
Overview of changes in gcalctool 4.4.22

* Fixed bug #163468. Pressing "(<Del>)" would cause gcalctool to crash.

Overview of changes in gcalctool 4.4.21

* Fixed bug #157277. Entering "(" followed by Clr using the mouse to
  click on the buttons, caused a bogus character to be displayed and
  the display wasn't cleared.
2005-01-12 21:51:59 +00:00
jlam
b6b853727d Nuke USE_FORTRAN and bring the f2c handling within the mk/compiler
framework.  The list of changes include:

  * Modify compiler.mk so that "c" is always prepended to USE_LANGUAGES,
    so we no longer need to say it in package Makefiles.  Packages
    should now append to USE_LANGUAGES instead of setting it.

  * Create mk/compiler/f2c.mk which implements another pseudo-compiler
    "f2c" that may be used with any C compiler backend, e.g.

	PKGSRC_COMPILER= f2c ccache gcc

  * Teach the various "real" compiler files, e.g., sunpro.mk, mipspro.mk,
    etc., to use f2c if the native Fortran compiler isn't present.

Packages that use Fortran should now simply include the line:

	USE_LANGUAGES+=	fortran

in the package Makefile.
2005-01-12 15:31:58 +00:00
jlam
0fb4dcc225 Ensure that f2c-main.c includes config.h so that F77_DUMMY_MAIN is
defined.  This fixes the build when using f2c-f77 as the Fortran
compiler.
2005-01-12 06:02:29 +00:00
minskim
9416a40c03 Update mathomatic to 11.6c.
Changes:
- Some more touch-ups to solve routine.
- Changed uf_repeat() to skip expanding if the expression would be too big.
  This allows Mathomatic to work with huge exponents.
- Turned on "preserve_roots" option by default.
- Improved sum and product commands.  Allow counting down.
- Improved solve routine and removed display of useless messages.
- Added a fix to the limit command.
- Moved "source.txt" into "README.txt".
- Added code to simplify (inf+a) to (inf) generally.
- Fixed minor bug in calculate command.
- Minor fixes to elim_k().
- Improved limit command.
- Made all recursive functions in the source code static.
  Most functions never used globally defined as static.
- Improvement in command argument parsing.
- Added extrema command.
- Improved output of roots command.
- Fixed minor bug caused by "preserve_roots" option.
- Made file "am.htm" valid HTML.
- Simplification improved.
2005-01-08 07:09:50 +00:00
wennmach
9688d77316 Add patch-ab (forgotten in the previous commit - thanks to
wiz for notifying me).
2005-01-03 15:38:05 +00:00
wennmach
8e7b4963b9 The `DZLAUX' routines were still missing from the library. 2005-01-03 15:33:55 +00:00
minskim
18ade915f9 Add missing dependencies (pkgconfig, libgnomecanvas) and bump
PKGREIVISION.
2005-01-01 16:37:55 +00:00
kristerw
508d6d88a6 Update xeukleides to 1.0.0 using patches provided by Torsten Sadowski
in PR pkg/28745.

Changes since 0.9.0 include:
* Bugs concerning `trace' command and `triangle' function fixed.
* Strings may now be enclosed in dollar signs ($).
* Variable names may now contain underscores (_) and single quotes (').
* New `strokes' command.
* New `label' command.
* Enhancement of `arg' function.
* Enhancement of `draw' command.
* New `dot' angle mark.
* Various new numerical functions: `min', `max', `clamp', `sign', `ceil',
  `floor', `round'.
* New ternary test operator, logical operators and comparison operators.
* Improvement of `interactive' command.
* Improvement of triangle and quadrilateral assignments.
* Minor bug fixes.
2004-12-31 13:13:32 +00:00
kristerw
df135dcd28 Update eukleides to 1.0.1 using patches provided by Torsten Sadowski
in PR pkg/28746.

Changes since 0.9.0 are unknown.
2004-12-31 12:36:44 +00:00
wiz
4199034f74 Add and enable p5-Math-Random. 2004-12-29 01:19:56 +00:00
wiz
8c5d81cf60 Initial import of p5-Math-Random-0.67 from pkgsrc-wip, packaged by imil.
This module generates a variety of random numbers. Capabilities of wide
interest include the generation of:
. uniform numbers between 0 and 1 (or user chosen boundaries)
. random integers between user specified bounds
. random permutations of a list (shuffle a deck of cards)
2004-12-29 01:19:13 +00:00
reed
e117eda090 Bump PKGREVISIONs due to libtiff update.
Some BUILDLINK_RECOMMENDED bumps done also.

(If I missed any, please let me know -- and let me know a good
way to automate this.)
2004-12-28 23:18:15 +00:00
wiz
6201b719d4 Remove ancient version of gnumeric, we have two newer versions
(in separate packages) in pkgsrc now.
2004-12-27 11:28:04 +00:00
minskim
0289f78858 Update mathomatic 11.6.
Changes:
  - Many minor improvements made, none of which are worth mentioning by
    themselves.
  - Fixed all message strings with a variable listed in them.
  - Added iteration option to calculate command.
  - Trimmed set command of fat.  Unnecessary messages removed.
  - Removed all occurrences of "usage_flag".
  - Usage info is now displayed everytime a command returns with error.
  - Allow parsing of hexadecimal constants.  Preceed hex numbers with
    "0x".
  - There may be parsing bugs.  Systems using older versions of the GNU
    libraries (specifically strtod(3)) will not allow hexadecimal input.
  - Added limit command.
  - Trapped 0^(negative number).  It previously produced junk.
  - Allow solve routine to produce infinity as an answer.
  - Some commenting and fixing done to solve routine.
2004-12-26 06:19:11 +00:00
wiz
42c628194b Update to 2.11.10.1. Changes since 2.11.10:
Fixed a bug reported by the sourceforge user: cedars where:

  ln(exp(6)) == 3         /* WRONG!!! */

incorrectly returned 1.  This bug was fixed by Ernest Bowen
The regression test was expanded to cover this issue.

Added minor improvements to hash regression testing of pi().

Fixed "help script" and the calc man page regarding the requirement
of -f to be the last -flag in shell script mode.  Further clarified
the meaning and placement of the -f flag.

Moved issues with chi.cal intfile.cal into a "mis-features" section
of the BUGS file.  See "help bugs" or the BUGS source file for details.

Added the bug about:

  calc 'read ellip; efactor(13*17*19)'

to the BUGS file.  See "help bugs" or the BUGS source file for details.
Anyone want to track down and fix this bug?
2004-12-26 01:33:40 +00:00
jmmv
c33d2074af Adjust dependencies after ocaml has been splitted into three different
packages: ocaml, ocaml-graphics and labltk.  Bump PKGREVISION.
2004-12-24 17:21:01 +00:00
wiz
50a0a49108 Add and enable gnumeric14. 2004-12-23 10:49:51 +00:00
drochner
074515746c add a pkg for the new gnumeric-1.4
We might replace the gnumeric-1.2.x pkg eventually. Can't do this now
because the Python plugin isn't built for some reason, so this would
be a regression. (Don't have time to fix this right now.)
2004-12-22 12:08:25 +00:00
wennmach
1b87c6169a Make liblapack contain routines for all types (real, double, complex16,
and complex). Due to an error in the previous patch-aa, liblapack only
contained the complex16 routines.
Bump PKGREVISION.
2004-12-22 10:17:28 +00:00
grant
908e765695 since perl is now built with threads on most platforms, the perl archlib
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").

binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.

addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-20 11:30:55 +00:00
minskim
c684a9b166 Honor LIBOWN and LIBGRP. 2004-12-19 19:28:43 +00:00
minskim
920cb40daf This package uses intltool; include intltool/buildlink3.mk. 2004-12-17 22:09:51 +00:00
adam
6dd308ee57 Changes 2.1.64:
* Bug fixes
2004-12-05 11:17:54 +00:00
adam
eaa1293a52 Changes 2004.11.16:
* initial econometrics toolbox
* updated protein databank (extra/pdb) functions
* new functions: wavread wavwrite hann strfind randp sprandn conv2nan
* many bug fixes and improvements
2004-12-05 09:03:42 +00:00
wiz
9a846efb79 Note that guppi is no longer maintained (in a comment). 2004-12-04 18:19:49 +00:00
taca
05a0ff5ab1 Switch to use RUBY_DLEXT as suffix of extention library. 2004-12-04 17:20:46 +00:00
wiz
bdbed82c03 Bump BUILDLINK_DEPENDS because of change in guile dependency. 2004-12-04 16:23:08 +00:00
wiz
68322e60cf Convert to use guile-1.6. Bump PKGREVISION. 2004-12-04 16:22:39 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
wiz
0f06d106c7 Reset maintainer, mail could not be delivered. 2004-12-03 13:56:26 +00:00
wiz
a5aa32988c Update to 1.0.2:
* Fixed precedence of '-' (thanks to Torsten Landschoff)
* Added manpage (ditto)
2004-12-01 20:37:09 +00:00
minskim
91fc8e4b8e Update mathomatic to 11.5c.
Changes:
  - Added loading of $HOME/.mathomaticrc on startup.
    Set options go there.
  - Added undocumented switch "-t" which sets test mode.
    Only used with "make test".
  - Wrote and added "matho-pascal" program to primes directory.
  - Allow "=" in set command.
  - Improved uf_repeat() and modulus simplification.
2004-12-01 04:06:03 +00:00
wiz
4ce264687e Bump PKGREVISION for removal of db3 buildlink3.mk file from
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30 18:26:39 +00:00
adam
14325ea8b6 Changes 4.7:
Now GLPK supports free MPS format. Two new API routines
        lpx_read_freemps (to read problem data in free MPS format) and
        lpx_write_freemps (to write problem data in free MPS format)
        were added. This feature is also available in the solver glpsol
        via new command-line options --freemps and --wfreemps. For more
        details see the GLPK reference manual.

        API routines lpx_read_cpxlp and lpx_write_cpxlp for reading and
        writing problem data in CPLEX LP format were re-implemented to
        allow long symbolic names (up to 255 characters).

        The following three modules were temporarily removed from the
        GLPK distribution due to licensing problems: DELI (an interface
        module to Delphi), GLPKMEX (an interface module to Matlab), and
        JNI (an interface module to Java).
2004-11-30 15:58:39 +00:00
dmcmahill
1ee3e8905a Add dependency on lang/ocaml for those systems which ocamlopt is supported
on.

Addresses PR pkg/28410 by sutre at labri dot fr.  Some patches were supplied
in the PR, the PLIST fix is from me.
2004-11-29 22:05:08 +00:00
adam
a1782a0c8a Changes 1.1.9:
Algorithmic changes
* Input of numbers in bases 2, 4, 8, 16 and 32 is now done in linear bit
  complexity as opposed to O(N^2). Useful for all kinds of persistency.

Implementation changes
* Fixed several bugs in the integer input and output routines that could be
  blamed for random crashes in the following cases: output in base 32 for
  quite large numbers, input in base 2 for fixnums and input in base 3 for
  fixnums on a 64 bit target.

* Fixed crash when radix specifiers were used in input streams.
* Speed up on x86_64 and ia64 by adding some inline assembly.

Other changes
* Fixes for compilation on MacOS X and little endian Mips.
2004-11-29 08:47:29 +00:00
jlam
40377c791f Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4.  The "buildlink" phase was removed for the last branch,
and this is the final cleanup.  "post-buildlink" is now "post-wrapper".
2004-11-28 19:19:51 +00:00
taca
eb48f11ef9 Oops, I forgot to commit these files. 2004-11-28 07:29:45 +00:00
taca
d5638b9488 Update ruby-gsl pacakge to 0.2.0 migrating to use new Ruby framework.
0.2.0: using GSL 1.5
       sorting vectors
       fixes in Vector and Linalg_complex
       check if complex_householder_hv is available
       check for Cygwin
       faster MonteCarlo implementation
       more and renamed constants (MKS -> MKSA, CGS -> CGSM)
       better (meaning more sensible) error handling
       fixed initialization bug in Spline
       more samples
2004-11-27 16:27:45 +00:00
taca
6c49a73a6a Update ruby-bitvector package to 0.1.7 migrating to use new Ruby framework.
Changes are seems to miscellaneous bug fixes.
2004-11-27 16:26:09 +00:00
taca
56fa41661b Update ruby-bigfloat package to 1.2.1 migrating to use new Ruby framework
and mark this only for ruby16.  ruby18 provide BigDecimal class as a
successor.

Changes are unknown.
2004-11-27 16:20:25 +00:00
gson
78ceb94a97 Add and enable p5-Math-FFT. 2004-11-27 12:53:15 +00:00
gson
98dcbd7f3c Initial import of p5-Math-FFT 0.25.
Math::FFT is a Perl module for calculating Fast Fourier Transforms.
2004-11-27 12:50:38 +00:00
adam
ec0da1b7c9 Changes 2.1.63:
* Bug fixes
2004-11-25 12:59:21 +00:00
adam
e2d3072c3e Changes 0.7.1:
* Only use unicode character if available in the used font
  Fixes plus sign not displayed correctly in keypad, and wide keypad
* Do not round exact integers not in exponential format.
  Fixes display of large numbers in non-decimal number bases * Fix crash on systems, such as amd64, where size_t is not long int
* Do not update plot data when not changed
* Rearrange plot dialog and make x variable separate for each plot
  function
* Generate vector function
* Fix some cases with nested trigonometric functions by adding
  option to set default angle unit to none, to allow angle unit in argument
* Try with assumptions set to unknown in solve function if not successful
* Be more picky in comparisons with units
* Fix comparison of unit with unknown
* Fix 0.5!
2004-11-25 10:03:30 +00:00
minskim
6f781c94ba Update mathomatic to 11.5b.
Changes:
  - Made HTML mode ("mathomatic -h") not use readline.
  - Added "set true_modulus" option.
  - Improved output of roots command.
  - Code cleanup.
2004-11-24 14:52:28 +00:00
markd
01d963cba0 Make bulk build happy by fixing up the rpath. Not actually an issue in
normal operation as the binary is always called from a wrapper script
that sets LD_LIBRARY_PATH.
2004-11-24 10:14:10 +00:00
dmcmahill
af30f79287 substitute in the complete path to the C and C++ compilers to the mkoctfile
script.  This is needed if you want to use mkoctfile once the package is
installed.  For example, on NetBSD-1.6* systems, it is important to point
to the gcc3 package tools instead of the base system compilers.
2004-11-24 00:54:10 +00:00
wiz
37497fcead USE_LANGUAGES= c++ 2004-11-22 21:02:33 +00:00