Commit graph

205 commits

Author SHA1 Message Date
jlam
7489dd5ae4 Update cassowary to 0.60. Changes from version 0.50:
12-March-2000: Version 0.60 released.
* Changed license to LGPL!!!
* Added SetAutoResetStayConstants(), FIsAutoResetStayConstants(), make ResetStayConstants() public

29-Jan-2000: Version 0.55 released.
* Some bug fixes
* Added ClSimplexSolver::{ChangeStrength,ChangeStrengthAndWeight,ChangeWeight,
                          DisplayObjective,ExternalResetStayConstants} fns
  From A. Beurivé.

16-Dec-1999: Version 0.54a released.
* Include correct version of OTI Smalltalk .dat file
  (the source in the *.app files was right, the .dat file was old)
* Fix java build bug

15-Dec-1999: Version 0.54 released.
* Bug fixes
* auto-configuration improvements
* Support Java 2 (jdk-1.2)
* Improved ease of building Java demos
* Build guile wrapper as long as guile-config works, use new --disable-guile-build to force off
* Alpha-version of Java constraint parser contributed by Will Portnoy

24-October-1999: Version 0.53 released.
* Bug fixes
* License exception for linking with Scwm.

25-September-1999: Version 0.52 released.
* Bug fix for nested edits where a later edit includes an already-being-edited variable

14-September-1999: Version 0.51 released.
* Minor bug fixes
* Much better packaging, RPMs, etc. more forced reliance on GTL
2000-07-31 06:58:35 +00:00
jlam
d0d079e75e The gettext package gained a shared library. For all packages which
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31 04:14:04 +00:00
jlam
d73354d6e8 Find xpm headers correctly if xpkgwedge is installed. 2000-07-25 08:33:58 +00:00
jlam
658d4e0f05 Update dependencies on guile to >= 1.3.2 2000-07-15 02:36:44 +00:00
dmcmahill
a7bcf518dd Add --with-xaw to configure line to avoid picking up Xaw3d. This pkg doesn't
need that extra DEPENDS.
This addresses PR 10561 filed by moehl@akaflieg.extern.tu-berlin.de
2000-07-11 01:46:30 +00:00
rh
5cb4f7dad2 Update gnumeric to 0.56. In addition to the following changes, this also
fixes PR 10454 by Jasper Wallace.

Changes include:
 * Stf importer bug fixes and enhancements.
 * Speedup workbook exit, copy/paste.
 * Improve cut/copy/paste.
 * Improve col/row resize.
 * Undo for copy/paste, autofill, col/row resize
 * More work on formula guru.
 * Extend auto-fill to support months and years.
 * Some translation bugs.
 * Tooltips for combo boxes.
 * Synchronize list selection with entry field in combo boxes.
 * Make  units in print setup dialog user selectable.
 * More dialog polishing.
 * Sorting now moves styles with the elements
 * Sorting now detects headers when sorting
 * Added two perl scripts for translation help/maintainence.
   Also added is a README.tools file, explaining how to use these.
 * Fix tricky Excel import problem.
 * Split libole2 out into a standalone package.
 * Added support for autocompletion.
 * Changed a bunch of internals to work with StyleFormats instead
   of throwing strings around.
 * Improved the optimization of styles.
 * Fix ROUND.
 * Make sorts stable.
 * Make sorts faster.
 * Updated: da (Kenneth), de (Karl), ja (Oka/Nakai), no
   (Kjartan), pt (Jesus), ru (Valek), maybe more.
 * Update not new, but not mentioned the last time: it (Leandro).
2000-06-26 21:55:47 +00:00
dmcmahill
21cee330f3 -add missing file to PLIST
-correct compiler flag for a.out shared libs.  This addresses PR 10402.
2000-06-20 15:40:12 +00:00
rh
42df3e6bd5 Remove a lot of patches, now that we can use OTS libtool
Update gnumeric to 0.54

Notable changes are:
        * Bug fixes.
        * Enable mini icons when available.
        * Initial applix import.
        * Speedup workbook exit, copy/paste.
        * Improve row/col insert/del.
        * Lots of dialog polishing.
        * Autoscrolling combo boxes.
        * Make tearoff combo boxes behave more like tearoff menus.
        * Get embedded gnumeric working again.
        * New: gl (Jesus).
        * Updated: de (Karl), no (Kjartan), sv (Andreas), and more.
2000-06-01 12:07:58 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
rh
216c75320b Update gnumeric to 0.53.
Notable changes are:
        * Fixed QUARTILE.
        * Fixed MATCH for types -1 and +1.
        * Overhaul cell structure to cleanup temp formats, improve spans.
        * Improve array formula entry, editing, and xml-io.
        * Share formulas persisted using xml.
        * Add auto-sum
        * Improve versioning.
        * Decrease memory usage.
        * Accelerated intersheet dependencies
        * Number theory functions.  (In new plugin.)
        * Stf-exporter
        * Bug-fix stf importer.
        * Updated: da (Keld and Kenneth), de (Karl), en_GB (Robert), es
          (Pablo), no (Kjartan), ru (Valek), uk (Yuri), and more.
2000-05-30 09:16:06 +00:00
dmcmahill
beff619a18 correct directory entry so it deinstalls cleanly 2000-05-15 22:37:01 +00:00
dmcmahill
d46c9b404e -ELF rpath fix.
-add missing library.

Fixes recently reported compile problems.
2000-05-14 00:57:40 +00:00
dmcmahill
299d17075e [space]->[tab] 2000-05-13 23:41:55 +00:00
dmcmahill
5f9a93f15a add more arch's to the ONLY_FOR.. list since xforms runs on more than when
the list was made.
2000-05-13 23:40:38 +00:00
dmcmahill
fd3cc12a2d make all pkgs for which I'm the maintainer point to my netbsd email. 2000-05-12 16:07:33 +00:00
dmcmahill
3ba1381d11 add YACC= definition to explicitly select bison instead of letting the
default setting of 'yacc' get passed to the configure environment.
2000-05-11 02:54:30 +00:00
dmcmahill
e4434c55ff add missing USE_FORTRAN 2000-05-11 02:07:08 +00:00
drochner
1886fd75a7 update to 5.1.0
too many changes to list here - see the CHANGES file
2000-05-08 17:29:06 +00:00
rh
3cc5a32073 Set linker runtime library path. Fixes PR 8972 by Steven M. Bellovin. 2000-05-03 17:23:28 +00:00
danw
82d9c1f174 Remove patches to deal with two bugs involving configure's handling of
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-05-02 18:48:35 +00:00
wennmach
1261e4049b This patch works around the problem that "make" requires root
privileges while building kpathsea.
2000-04-28 09:04:57 +00:00
wennmach
602dcdc429 Updated octave to 2.0.16.
Changes since 2.0.13: (besides numerous bug fixes)
- New math functions: besselh, airy
- New functions: is_complex, isnumeric, isfinite, rehash, graw
- The Bessel functions now accept complex values for the argument
    and any real value for the order.
- New "finance" category
- ~30 new functions in "signal"
- Numerous new functions in "statistics" category, including
    new "distributions", "models", and "tests" directories
- If LOADPATH contains a doubled colon, the default path is inserted
    in its place.  This is similar to the substitution that also takes
    place for leading or trailing colons in the LOADPATH.
- Loops of the form `for i = STRING ... endfor' are now allowed.
... and much more.

Closes PR8421.
2000-04-28 08:59:35 +00:00
jlam
9c5f6d504b Update to R-1.0.1. Move R library tree to ${PREFIX}/lib (a la perl5)
since it contains loadable shared object files that are platform-specific.
Lots of bug-fixes and additions ... it's getting closer to a usable
replacement for S-PLUS.
2000-04-19 15:30:05 +00:00
rh
d50c3a5baf Update gnumeric to 0.52. Changes include improved GUI features, fixes for
several memory issues, improved printing support, auto-formatting
improvements, and lots of bugfixes.
2000-04-16 15:11:21 +00:00
mycroft
5bdf0bd0de This pkg wants termcap, not curses.
Also, make sure to run autoconf so that configure really does look for libedit.
2000-04-16 08:56:15 +00:00
dmcmahill
2719c40ee1 fix a bug with the mtlb_load function. This prevented correct operation
on sparcs.  Thanks to Serge Steer at INRIA for fixing this bug.
2000-04-14 17:52:40 +00:00
agc
95b29e2467 Make this "highly portable program" compile on Solaris. 2000-03-23 13:40:41 +00:00
wiz
74874e66d9 remove trailing `.' 2000-03-09 13:47:31 +00:00
wiz
b4256a3e97 find -> ${FIND} 2000-03-02 20:59:37 +00:00
dmcmahill
d835928ce5 Update to yacas-1.2.29. Changes to the program are:
* added a directory colorcode with code to htmlize the scripts. it also color-highlights
  the code. Try it out by typing './colorcode' in that directory, and then
  'netscape scriptsmain.html'
* Pattern matching code optimized a little.
* SylvesterMatrix, code supplied by James Gilbertson.
* MatrixRow, MatrixColumn, and GenMatrix supplied by James Gilbertson.
* changed Intersection and Difference, so they handle lists with multiple identical
  elements correctly.
* Fixed the D(x)x+y bug reported by Fred Bacon.
* Fixed the Gcd(x,x) bug reported by Scott.
* added Factorize({list}). Factorize(1 .. 4) should now return the same as 4! for instance.
* Added Content and PrimitivePart to the univariate polynomial code. See the manual for an
  explanation of these functions.
2000-02-29 14:27:14 +00:00
wiz
f895e15bb9 remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
2000-02-25 01:04:11 +00:00
dmcmahill
969648b981 add and enable yacas 2000-02-20 14:41:45 +00:00
dmcmahill
890eac8490 Initial import of yacas-1.0.28
Yacas (Yet Another Computer Algebra System) is a small and highly flexible
computer algebra language. The syntax uses a infix-operator grammar
parser. The distribution contains a small library of mathematical functions,
but its real strength is in the language in which you can easily write your
own symbolic manipulation algorithms. It supports arbitrary precision
arithmetic.

The current version is 1.0.28 (the first release was 1.0.0). The language is
very much in a finished state. Any code written for it should be usable in
future versions. Also, the language should prove very easy to learn.

Yacas is written in very clean c++ code, and is very portable . It can compile
stand-alone, and is easily embeddable. Yacas contains a native arbitrary
precision arithmetic module, but can also be used with GMP.

Things implemented include: arbitrary precision, rational numeric, vector,
complex, and matrix computations (including inverses and determinants and
solving matrix equations), derivatives, solving, Taylor series, numerical
solving (Newtons method), and a lot more non-mathematical algorithms. The
language natively supports variables and user-defined functions. There is
basic support for polynomials.
2000-02-20 14:40:34 +00:00
dmcmahill
b389110114 fix the flag passed to cc for generating shared libs on a.out machines.
(was -Bshareable, now is -shared)
This fixes a compilation problem.  ELF machines should not be affected.
2000-02-13 13:30:11 +00:00
garbled
72c172fe3c new pkg for libffm:
libffm  - Free, pretty fast replacement for some math (libm) routines
                on Linux/AXP, optimized for the 21164
2000-02-12 15:58:52 +00:00
fredb
ff0d2489f7 Add and enable "gsl". 2000-02-08 12:06:26 +00:00
fredb
88d29b1240 Initial import of gsl-0.5, the GNU Scientific Library
(GSL), a collection of routines for numerical computing.
Package submitted by David Maxwell <david@fundy.ca>.
2000-02-08 12:05:02 +00:00
wiz
157db09618 wildcarded guile-dependency 2000-02-05 17:21:47 +00:00
drochner
255deaff5e add grace subdir 2000-02-04 10:53:06 +00:00
drochner
9d0a6895d8 import grace, a graphing tool based on xmgr 2000-02-03 19:47:40 +00:00
drochner
c4db0e4643 update to fftw-2.1.3, update homepage, enable shared libraries and
i386 speed hacks
changes from 2.0.1: mostly thread and MPI related (thus irrelevant),
and some bugfixes
2000-01-27 18:45:15 +00:00
rh
1690b5fd8a Update gnumeric to 0.48
Changes are:
        * Fix annoying flashing cursor bug.
        * Improve inter{sheet,book} references.
        * Undo.
        * Row/Col hiding.
        * Keep cursor visible, Add Alt-Pg{Up,down}
        * Clipboard, Selection, & border fixes.
        * Revamp the memory handling of the parser.
        * Fixed goal seek's behaviour on cancel and failure.
        * Bogotised PRODUCT and introduced G_PRODUCT.
        * Implemented the auto-format feature.
        * Found xml io font size loading bug.
        * Excel export clean.
        * Python plugin update: Allow calling Gnumeric builtins from
          Python.
        * Re-wrote dependency engine; lots more speed.
        * Improvements on VALUE_BOOL management on the guile plugin.
        * Bug fixes.
        * Implemented `AutoSave' tool.
        * Started `AutoCorrect' tool.
        * Some minor improvements to the Solver tool.
        * Sorting undo/redo

Gnumeric 0.47
        * Fix nasty recalc bug that would hang the app.
        * Improve bounding box calculation for printing.
        * Improve empty cell loading.
        * Re-enable pasting from X.
        * Adjust semantics of paste to work even when selection is not
          visible.
        * Fix import plugins.
2000-01-26 12:00:39 +00:00
jlam
24ef86f870 Update dependency on ncurses to >=4.2 2000-01-15 18:46:22 +00:00
rh
aa2cd82643 Update pspp to 0.3.0
Version 0.3.0 changes since 0.2.3:

  Bugs fixed:
    * Using alphanumeric variables in functions under AGGREGATE
      segfaulted.  Fixed.
    * Under certain circumstances, the final case would be omitted
      from the results of an AGGREGATE operation.  Fixed.
    * Undefined behavior was invoked by referencing a freed pointer
      under certain circumstances.  Fixed.
    * A wrong record size was displayed when paging the active file to
      disk.  Fixed.
    * Not having enough temporary space for sorting caused a core
      dump.  Fixed.
    * Syntax errors in function descriptions on AGGREGATE caused core
      dumps.  Fixed.
    * A null pointer was dereferenced, causing a core dump, when
      PERCENTILES was specified on FREQUENCIES.  This fixes the
      problem, but PSPP still doesn't calculate percentiles.
    * SORT always sorted in ascending order.  Fixed.
    * Some minor memory leaks in the expression parser were removed.
    * Many assertions fixed for strict ANSI C compliance.

  New features:
    * SET ECHO ON now implemented, but turned off by default.
    * PRINT specifier supported on END REPEAT.

  Other:
    * System libgmp2 library is used if installed instead of
      unconditionally using the included libgmp2 subset.
    * Extensive code cleanup, which continues.
    * Added CORRELATIONS command parser, but not implemented.
2000-01-14 14:01:58 +00:00
wiz
ec8de2d7e1 updated Makefiles in regard to moved 'sc'-package 2000-01-13 16:17:50 +00:00
rh
168ae0f782 Update R to 0.90.1. Changes are tons of changes and bugfixes, too
numerous to list here (see http://cran.r-project.org/src/base/NEWS for
more information).
2000-01-12 22:05:30 +00:00
wiz
1004bea367 Moved from misc/sc/pkg/PLIST,v 2000-01-12 20:31:04 +00:00
wiz
c08129699b Moved from misc/sc/pkg/DESCR,v 2000-01-12 20:30:56 +00:00
wiz
0af3f2e064 Moved from misc/sc/pkg/COMMENT,v 2000-01-12 20:30:49 +00:00
wiz
4046be1a95 Moved from misc/sc/patches/patch-ac,v 2000-01-12 20:30:41 +00:00