summaryrefslogtreecommitdiff
path: root/math/octave
AgeCommit message (Collapse)AuthorFilesLines
2001-01-26Move the include of mk/bsd.pkg.mk to the end so post-patch doesn't causeveego1-8/+10
make warnings and change the way EGCS_VERSION is defined.
2000-09-09Fix compilation as non-root, based on a suggestion by Lex Wennmacherwiz2-4/+4
in pkg/10975.
2000-08-15USE_PKGLIBTOOL -> USE_LIBTOOLwiz4-6/+30
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
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-05-02Remove patches to deal with two bugs involving configure's handling ofdanw2-31/+3
INSTALL which have both been worked around in bsd.pkg.mk now.
2000-04-28This patch works around the problem that "make" requires rootwennmach1-0/+20
privileges while building kpathsea.
2000-04-28Updated octave to 2.0.16.wennmach10-355/+495
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-01-09space removedwiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-16added USE_FORTRAN for control of the fortran compilerdmcmahill1-11/+4
1999-09-28Use a relative path for bsd.pkg.mk instead of relying on the search path.soren1-2/+2
1999-08-13Substitute for ${PKGNAME} when generating the PLIST files.agc1-214/+214
1999-07-09Add package patch checksum files.agc1-0/+8
1999-06-28Include bsd.prefs.mk before using ${CC} in a != assignment, just in caseagc1-1/+3
CC is set to something non-standard.
1999-04-26add USE_X11=yesgarbled1-1/+2
1999-04-23This pkg doesn't actually use Curses, so build with libtermcap instead.mycroft2-12/+30
1999-04-08Use the correct format for GNU machine-arch vendor and opsys filenames.agc1-10/+10
1999-04-08s/netbsd/${LOWER_OPSYS}/gagc1-10/+10
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-5/+5
1999-02-09GNU plot is now at v.3.7. Depend on that version.bad1-2/+2
1999-01-14Reflect update of f2c.frueauf1-2/+2
1999-01-01__alpha__ != Digital Unix. Fix.garbled1-0/+21
1998-11-29If "egcs" is installed apply Rene Hexel's patch and use "g77" instead oftron1-8/+19
"f2c" as fortran compiler.
1998-11-29Patch by Rene Hexel to make this package build with "egcs".tron1-0/+76
1998-11-26Fix typo in last commit.tron1-10/+10
1998-11-26"i386--netbsd" -> "${MACHINE_GNU_ARCH}".tron1-10/+10
1998-11-26Remove debugging statement.tron1-3/+1
1998-11-26Don't attempt to build package if egcs is installed.tron1-1/+8
1998-11-26Remove unnecessary FreeBSD remainders, make sure ncurses gets found andtron1-10/+11
force usage of "f2c" if "g77" (egcs) is present.
1998-11-26Add some "@exec" and "@unexec" statements to get removal of binary packagetron1-2/+8
to work.
1998-11-25Fix egcs compile errors.tron2-0/+26
1998-11-25Add missing RCS Ids.tron3-0/+6
1998-11-25NetBSD patches supplied by Rene Hexel in PR pkg/6476.tron8-539/+619
1998-11-22Initial import of FreeBSD's "octave" port:tron5-0/+572
High-level interactive language for numerical computations.