Commit graph

115 commits

Author SHA1 Message Date
rh
6c7e0a91ff Update dependency on gtk+-1.2.4 1999-08-28 09:43:06 +00:00
rh
3f0400186e Update dependency on libglade to version 0.4 1999-08-27 14:31:46 +00:00
jlam
fafc727081 Update R to 0.64.2. Changes from 0.64.1:
NEW FEATURES

    o   new target for R installation testing :  make strict-tests.

    o   symnum(x) now nicely codes logical x.

    o   convolve() has a new type = c("circular", "open", "filter")
        argument allowing more than the only circular convolution.

    o   par(xpd) now has three settings:  FALSE (clip to plot region),
        TRUE (clip to figure region), or NA (clip to device region).

    o   zapsmall(x) works for complex x.

    o   new global variable R.version.string (for plots & reports).
        Deprecated version & Version for new  R.version & R.Version.

    o   R CMD Rd2dvi  has builtin "Usage" help and works for multiple files.
        Useful for automatic reference manual of a package.
        (doc/manual/lib2tex is more efficient for installed packages, however).

BUG FIXES

    o   power() is now fully implemented and documented.

    o   A couple of problems with group generic operations.

    o   A bug which meant that it was not possible to add elements
        to zero length lists in the obvious way has been fixed.
                x <- list(); x[[1]] <- 10
                x <- list(); x[["a"]] <- 11
        both now work.

    o   save.image() ignored dot-names. (esp. .First())

    o   lab= argument to plot() misinterpreted by axis() via ... passing

    o   NULL labels in text() caused segfault

    o   matrix(f,...) with f a factor now coerces to character

    o   documentation errors for substitute and is.vector, minor fixups for
        trig and nlm

    o   Background colours are set properly on X11 devices with
        colortype="pseudo": sometimes they were not allocated separately.

    o   C() works (again?) for a single argument.

    o   is.na() didn't work properly for "list" arguments.

    o   symnum() sometimes failed with arrays of rank >= 3.

    o   in some cases one could get nonblack color instead of
        black on 2nd x11() window.

    o   influence.measures(.) $ is.influential was wrong on the
        cooks.distance.

    o   printing of complex NaN/Inf was wrong as well.

    o   printing of complex named vectors had a wrong initial space.

    o   allow trailing space in character->numeric coercion

    o   library() gave wrong "masked" warnings in some cases.

    o   par(xpd) semantics were not compatible with S.

    o   rect() output was not clipped in PostScript.

    o   par(pin=c(width, height)) was behaving as par(pin=c(width, width)).

    o   Non-blank separated data files didn't have their 1st field
        handled properly.

    o   "aux" directory moved to "tools" to avoid difficulties on
        Windows.

    o   structure() clobbered factors with missing levels.

    o   pmatch() misbehaved on duplicate matches.

    o   R CMD Rd2dvi <file.Rd> works again.

    o   logical binops tried to set time series parameters before dimensions.

    o   upped the BUFSIZE in model.c (NOT proper long-term solution).

    o   dput(), dump() and deparse()  now always use DBL_DIG (=15) digits
        for numeric formatting.

    o   chull() now works for vertical borders, such as in chull(c(1,1,2),3:1).
1999-08-26 23:52:21 +00:00
agc
49f2e01c20 Add and enable cassowary 1999-08-24 14:25:36 +00:00
agc
0f4749a9e0 Initial import of cassowary-0.50, an incremental constraint solving
toolkit that efficiently solves systems of linear equalities and
inequalities, into the NetBSD packages collection.

Constraints may be either requirements or preferences.  Client code
specifies the constraints to be maintained, and the solver updates the
constrained variables to have values that satisfy the constraints.
Version 0.50 of the solving toolkit adds support for a one-way finite
domain subsolver.
1999-08-24 14:24:26 +00:00
tron
57ead3cd01 Make sure that "bison" binary from package sources is used. 1999-08-24 14:18:53 +00:00
rh
2f4335800b Update gnumeric to 0.32
Notable changes are:
        * Implemented MDETERM and MINVERSE matrix functions.
        * Finished the ROMAN function completing the mathematical
          functions.
        * Implemented DB, DDB, FREQUENCY, QUARTILE, and XNPV functions.
        * Fixed DOLLAR, DOLLARDE, DOLLARFR, and PROB functions.
        * Added GUI for Summary Info.
        * Enabled function wizard.
        * Initial stab at Lotus 123: 'wk1', 'wks' import.
        * Added GUI for Names.
        * Better Excel string importing.
        * Fix for padded number insertion ( fixes CSV import )
        * Implemented ISREF, INDIRECT improved CELL
        * Fixed several database functions.
        * Non-relative R1C1 style references.
        * Enable Array formulas.
        * Add VALUE_BOOLEAN, VALUE_ERROR, and  OPER_PERCENT
        * Added EOMONTH, WORKDAY, NETWORKDAYS.
        * Work on functions : ROW, COLUMN, ISLOGICAL, ISERR, ISBLANK,
          DATEVALUE
        * Support implict intersection 'feature' of XL for functions,
          NOT operators.
        * Support Ctrl-Arrow movement & selection.  Make moving corner of
          selection visible.
        * Support F4 switching between absolute and relative addressing
          modes
        * Reworked internal handling of absolute/relative addressing.
        * Fixed cut/copy/paste to relocate relative references to only
          when copying not cuting.
        * Implemented BESSELI, BESSELK completing the engineering functions.
        * Added Moniker support for the Workbooks
        * Added a signal for cell_content_changed for the speech support.
        * Fixed locale setting and switching for file IO.
        * Updated the CORBA interface for setting cell attributes.
        * Scrolling sheet tabs.
        * Many translations updated, thanks to our translators.
        * innumerable minor bugs fixed.
1999-08-23 17:12:40 +00:00
tron
16628fb1be Use "MASTER_SITE_GNOME" instead of individual "MASTER_SITE" lists. 1999-08-22 22:02:32 +00:00
agc
29656d015f Substitute for ${PKGNAME} when generating the PLIST files. 1999-08-13 14:06:55 +00:00
hwr
e7ec011323 gmp ist already in devel/ 1999-08-11 16:14:01 +00:00
hwr
456345c0bc Gmp is already in devel/ 1999-08-11 16:12:18 +00:00
hwr
bec03c7417 Gmp is already present in devel/ 1999-08-11 15:58:05 +00:00
hwr
7d259ce991 Oops. Forgot the checksum.
But then pkg-lint liked the package anyway.
1999-08-10 15:18:14 +00:00
hwr
6350405c13 Add and enable gmp. 1999-08-10 15:09:18 +00:00
hwr
71a4879e3e Import of gmp, the GNU MP library for arbitrary precision arithmetic,
operating on signed integers, rational numbers, and floating point
numbers.
1999-08-10 15:07:40 +00:00
agc
c53f5c243d Be consistent - move the message about "copyright" to the pkg/MESSAGE file. 1999-08-06 13:45:51 +00:00
agc
cef167f234 Make this package work on Solaris. 1999-08-06 13:30:42 +00:00
tron
5fab2c8828 Remove redundant dependence on "libxml" package. 1999-08-01 19:07:14 +00:00
rh
8f7e3d0aa6 Fix PLIST and remove leftover directories "perl" and "guile" from an
earlier version of gnumeric.
1999-07-31 19:50:48 +00:00
rh
66234f86e7 Add and enable gnumeric 1999-07-31 19:21:05 +00:00
rh
fc29250c3f Import of gnumeric-0.31, a powerful and easy to use spreadsheet program
from the GNOME project, that reads and writes Excel 95 files.
1999-07-31 19:20:32 +00:00
jlam
3cf3f15f9e * Use libedit's readline wrapper instead of readline when possible.
* Update readline dependency.
1999-07-13 01:31:06 +00:00
jlam
ac803dafa1 Update readline dependency. 1999-07-13 01:20:11 +00:00
agc
f4d5171de1 Add package patch checksum files. 1999-07-09 14:09:02 +00:00
jlam
627932ce27 * Update ncurses dependency.
XXX Should really change this to use libedit's readline API since pspp
XXX only uses the history functions.
1999-07-06 08:03:46 +00:00
agc
383feb0a60 Include bsd.prefs.mk before using ${CC} in a != assignment, just in case
CC is set to something non-standard.
1999-06-28 11:52:26 +00:00
tron
8475357fcd Don't use "{}" or "[]" in "ONLY_FOR_PLATFORM" or "NOT_FOR_PLATFORM"
because "bsd.pkg.mk" can't handle those patterns. Fixes PR pkg/7808
by Chris Demetriou.
1999-06-20 21:06:17 +00:00
hubertf
6fd57bf638 default R_PAPERSIZE to A4 if PAPERSIZE is not set. 1999-06-09 00:45:08 +00:00
frueauf
8b62e3ee70 Add and enable grpn. 1999-06-08 14:38:27 +00:00
frueauf
16d864f5a1 Initial import of grpn-1.1.0, a graphical reverse polish notation (RPN)
calculator. Provided in pr 7233 by Dan McMahill.
1999-06-08 14:34:48 +00:00
jlam
773ca1ae45 Oops...still learning CVS. Forgot to add these files before the commit. 1999-05-25 23:51:12 +00:00
jlam
2ce70a8815 Oops, still learning CVS. Forgot to remove these files before the commit. 1999-05-25 23:49:41 +00:00
jlam
d85fb58285 Updated R to 0.64.1. Too many changes from 0.62.1 to enumerate.
See NEWS file in distribution.
1999-05-25 23:45:05 +00:00
tv
5c60ed5794 Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORM
pattern match format.  Minor pkglint along the way.
1999-05-24 20:39:35 +00:00
tron
02e48b67b3 Remove unnecessary assignments of "INSTALL", "INSTALL_DATA",
"INSTALL_PROGRAM" and "INSTALL_SCRIPT" from "CONFIGURE_ENV".
1999-05-20 20:09:49 +00:00
garbled
62a0e54195 this pkg needs USE_X11BASE=yes. Fix it. (cleared with maintainer). 1999-04-27 23:56:21 +00:00
garbled
3fe7edf239 add USE_X11=yes 1999-04-26 18:56:13 +00:00
mycroft
99b0e33573 Mirror Makefile.in changes in Makefile.am, in case automake is run. 1999-04-23 12:42:24 +00:00
mycroft
6ecec914d5 This pkg doesn't actually use Curses, so build with libtermcap instead. 1999-04-23 04:19:25 +00:00
tsarna
a0bfd1d1ec Update for python 1.5.2
XXX Not updated to latest version. Need to decide if this pkg should be
removed in favor of a py-LLNL package, or what.
1999-04-17 01:53:01 +00:00
hubertf
5b7ac0de30 fix appdef handling 1999-04-16 22:53:51 +00:00
tron
23e0063766 Completely replace "MASTER_SITE_SUBDIR" and "PATCH_SITE_SUBDIR" with
variable substituition of "MASTER_SITES" and "PATCH_SITES".
1999-04-15 20:39:38 +00:00
agc
a174c2d266 Use the correct format for GNU machine-arch vendor and opsys filenames. 1999-04-08 18:55:58 +00:00
agc
79e49eaba2 s/netbsd/${LOWER_OPSYS}/g 1999-04-08 18:51:48 +00:00
agc
5e550b01df Minor modifications to the English. 1999-04-06 09:48:18 +00:00
hubertf
d72dae83e6 xlispstat is at 3.52.9, not 3.52.5 1999-04-05 04:44:25 +00:00
hubertf
d981eb3921 Don't depend on the fort77 package if there's a fort77 in /usr/bin 1999-04-05 04:19:00 +00:00
agc
aaac4bc29e Upgrade to tcl version 8.0.5. This seems to be primarily a bug-fix
release.
1999-04-01 13:36:55 +00:00
rh
4455d7f053 update pspp to 0.2.3 1999-03-15 15:04:13 +00:00
frueauf
7b74a65cd4 Update scilab to 2.4.1. This is based on the work provided in pr 6889
by Dan McMahill. It fixes several serious problems for NetBSD/alpha
and some for NetBSD/sparc. Thanx for doing the work, Dan!
1999-03-05 11:22:34 +00:00