Commit graph

1191 commits

Author SHA1 Message Date
jmmv
d8bc3af902 Use .tar.bz2 distfile; more than 3MB smaller. 2004-06-07 08:57:24 +00:00
schmonz
384af75e68 Packages no longer need to clean up *.subst.sav leftovers. 2004-06-06 04:29:17 +00:00
rh
d4f392c55d Add a buildlink3.mk file 2004-06-05 22:19:53 +00:00
rh
589ca2d34e Add and enable mpfr 2004-06-05 22:12:33 +00:00
rh
d344d8f280 Initial import of mpfr-2.0.3, a library for multiple-precision
floating-point computations
2004-06-05 22:11:38 +00:00
minskim
228ad5d1fc Update mathomatic to 11.2.
Changes since 11.1c:

Moved notification of polynomial factoring success to debug level 1 or higher.

Removed "NO_COMPLEX_ROOTS" compile-time define option.
I am thinking of making this a run-time option.

Increased security of "SECURE" compile-time define.
Absolutely no file operations are allowed or linked in.

Added check for terminal with isatty().
This allows better piping into Mathomatic.

Split up change-log ("changes.txt" and "changes_old.txt").

Changed "x!" to mean gamma(x+1) for Laplace transforms.

Fixed parsing of things like "2e#", which failed before,
thinking it was scientific notation.

Wrote "primes/twin.c", to find twin primes.

Added "help usage" command.

Allow output of "help" command to be redirected to a file.

Fixed parsing of variable names (like "pig", which didn't work right).

Added "integrate" command.

Fixed "derivative" command.

Code cleanup.

Fixed "taylor" command.
2004-06-04 03:38:29 +00:00
jschauma
78f1dc8bf9 This package already depends on ncurses, so let's just use the ncurses
library instead of termcap, which allows compilation under Linux (or other
OS that don't have libtermcap in the base system).
2004-06-02 21:08:33 +00:00
kristerw
8752a405bb Remove obsolete package, per discussion on tech-pkg. 2004-06-01 21:43:29 +00:00
minskim
101b04ee11 Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
2004-05-31 16:47:47 +00:00
kristerw
c49d6fa1a7 Do not explicitly force use of lang/egcs for SunOS; the buildlink
infrastructure handles compiler issues aoutomagically.
2004-05-31 16:43:45 +00:00
minskim
d7a9926b50 Create "lib" in the depot to install libraries into the correct place.
Pointed out by Joachim Kuebart on tech-pkg@.
2004-05-30 15:29:34 +00:00
drochner
c7133c6ae9 update to 1.2.12
The step from 1.0.12 to 1.2.12 is too large to mention all changes.
pkgsrc issues:
-use gnome2
-add python support (python23 provides a shared lib)
-XXX I've enabled libgda/gnomedb, this seems to be completelely
 non-functional to me, but perhaps it is just my setup...
2004-05-24 18:13:19 +00:00
danw
6e8f676783 malloc.h fixes for darwin, plus a handful of other small fixes for
problems found after fixing malloc problems
2004-05-23 23:28:29 +00:00
minskim
37bad97606 Update mathomatic to 11.1c.
Changes:
  Perfected factoring of constants in final stage of simplify command.
2004-05-20 21:27:24 +00:00
uebayasi
6f8c4e2d4b Enable pkgviews installation. 2004-05-18 11:27:29 +00:00
seb
00cc0486ea Garbage collect BUILDLINK_PKGBASE.<pkg> from buildlink3: it is not anymore
used since revision 1.139 of mk/buildlink3/bsd.buildlink3.mk.
2004-05-17 21:32:33 +00:00
minskim
03bc3b279e Update mathomatic to 11.1b.
Changes since 11.1:
Added Java code generation (usage: "code java").

Added "list export" option, to display equations in exportable format.
They can be cut-and-pasted to another math program with this option.

Added a blank line after every equation listed with the "list" and
"code" commands.  Looks better.

Made "MAX_VAR_LEN" completely flexible (can be set to any value; set to 80).

Improved factoring of polynomials with repeated factors by trying to
differentiate with respect to every variable.
2004-05-14 15:01:31 +00:00
xtraeme
c39fb4635a Sort. 2004-05-13 04:13:27 +00:00
danw
9275687410 s/malloc.h/stdlib.h/ for darwin/freebsd 2004-05-11 15:11:30 +00:00
minskim
76ac2ced9d Update mathomatic to 11.1.
Changes:
- Fixed "makefile" to be completely portable.
  No longer requires GNU make.
- Simplified some code.
- Converted token_type.kind to enum type for better type checking.
- Removed all "unsigned" variables and type casts.
- Simplified "simplify" command code.  Some speed up.
- Moved "*.in" and "fix*" to directory "tests".
- Implemented long variable names (up to 40 characters).
2004-05-10 16:47:15 +00:00
wiz
7deec283de Unused. 2004-05-10 09:31:03 +00:00
snj
34b620cc2c Provide a buildlink3.mk. 2004-05-09 00:44:17 +00:00
markd
6ae7673bf6 R assumes it can append to the DESCRIPTION files of each R package while
building even though it uses INSTALL_DATA on them so set SHAREMODE=644
rather than have to patch an ever increasing number of files.
Idea from Julio M. Merino Vidal.
2004-05-07 22:47:26 +00:00
minskim
8b704d72e0 Honor LIBOWN and LIBGRP. 2004-05-04 20:20:50 +00:00
minskim
f3bddedf0d Update mathomatic to 11.0f.
Changes:
  - Removed calc() fraction code for accuracy because of fraction slack
    that was implemented in version 10.9c.
  - Solve increase power function wasn't working with odd number roots.
    Fixed.  Appears to be another gcc optimizer bug.
  - Improved simplify command.
  - Tweaked factor_constants().
  - Some changes to "makefile" for "readline" support.
    "GNU make" or "gmake" required now.
  - Fixed solving of "x^(1/99)=x".
  - Fixed readline bug.
2004-05-04 17:20:48 +00:00
snj
b253bd6794 Convert to buildlink3. 2004-05-03 20:49:33 +00:00
wiz
6afb688fec Unused. 2004-05-03 16:10:07 +00:00
wiz
424d638ebb rmdir -fr does not make sense; remove the -fr. 2004-05-03 16:03:24 +00:00
wiz
f66acac209 Convert to buildlink3. 2004-05-03 15:58:55 +00:00
minskim
bc18191842 Update mathomatic to 11.0e.
Changes:
 - Changed unfactoring to improve simplification (again).  This was a
   bug fix (first one in a long time).
 - Restored "epsilon" to original value in version 10.9b.  Required
   for factoring large polynomials.
 - Changed factor_times() to preserve divides.  This improved the
   "unfactor" command.
 - Added polynomial factoring to the very beginning of "simplify"
   command.  This is necessary in case you "unfactor" a complicated
   equation, then "simplify".
2004-04-28 04:28:57 +00:00
snj
dd82c3374a Convert to buildlink3. 2004-04-27 21:26:08 +00:00
markd
01318928ff Update R to 1.9.0 and buildlink3ify
USER-VISIBLE CHANGES

    o   Underscore '_' is now allowed in syntactically valid names, and
        make.names() no longer changes underscores.  Very old code
        that makes use of underscore for assignment may now give
        confusing error messages.

    o   Package 'base' has been split into packages 'base', 'graphics',
        'stats' and 'utils'.  All four are loaded in a default
        installation, but the separation allows a 'lean and mean'
        version of R to be used for tasks such as building indices.

        Packages ctest, eda, modreg, mva, nls, stepfun and ts have been
        merged into stats, and lqs has been returned to MASS.  In all
        cases a stub has been left that will issue a warning and ensure
        that the appropriate new home is loaded.  All the time series
        datasets have been moved to package stats.  Sweave has been
        moved to utils.

        Package mle has been moved to stats4 which will become the
        central place for statistical S4 classes and methods
        distributed with base R.  Package mle remains as a stub.

        Users may notice that code in .Rprofile is run with only the
        new base loaded and so functions may now not be found.  For
        example, ps.options(horizontal = TRUE) should be preceded by
        library(graphics) or called as graphics::ps.options or,
        better, set as a hook -- see ?setHook.

    o   There has been a concerted effort to speed up the startup of
        an R session: it now takes about 2/3rds of the time of 1.8.1.

    o   A warning is issued at startup in a UTF-8 locale, as currently R
        only supports single-byte encodings.

plus many new features and bug fixes.
2004-04-27 11:24:31 +00:00
wiz
64ed0e0a86 Convert to bl3. 2004-04-27 00:59:36 +00:00
wiz
fa60c4cab8 Unused. 2004-04-27 00:44:37 +00:00
snj
ec9140696e Add a buildlink3.mk. 2004-04-27 00:35:46 +00:00
snj
3fee8130ef Convert to buildlink3. 2004-04-25 23:38:43 +00:00
snj
174bf3edcd Convert to buildlink3. Impossible to test this, since it's been broken
for months.
2004-04-25 21:39:05 +00:00
snj
8e10678c94 Convert to buildlink3. 2004-04-25 21:38:03 +00:00
snj
07eca366e1 Convert to buildlink3. 2004-04-25 04:00:19 +00:00
snj
16fa6427b0 Convert to buildlink3. 2004-04-25 03:47:44 +00:00
snj
cb78daa501 Convert to buildlink3. 2004-04-25 03:44:58 +00:00
snj
b69fc79ca2 This does not need buildlink2. 2004-04-25 02:14:27 +00:00
snj
13fd073f79 Convert to buildlink3. 2004-04-25 02:14:11 +00:00
snj
e9e8b75d6c This does not need buildlink2. 2004-04-25 02:13:56 +00:00
snj
de092f2e87 This does not need buildlink2. 2004-04-25 02:13:36 +00:00
wiz
e49da93445 Unused. 2004-04-25 01:31:37 +00:00
snj
a8b8f34d9a No longer used. 2004-04-25 01:31:31 +00:00
xtraeme
ca289509fd bl3ify 2004-04-25 00:20:38 +00:00
jlam
e8132b3fbf Relinquish maintainership of packages to tech-pkg@NetBSD.org. 2004-04-24 22:46:08 +00:00
wiz
35bc4b8404 Convert to bl3, and fix PLIST on NetBSD-2*. 2004-04-24 21:01:28 +00:00