summaryrefslogtreecommitdiff
path: root/math/octave/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2010-02-12Update to Octave 3.2.4, this is bug fixing release.asau1-3/+2
pkgsrc changes: fix shared library versions.
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-12-03Follow f2c/libf2c split: bump revision of all packagesasau1-1/+2
that list Fortran in used languages.
2009-10-12Changes 3.2.3:adam1-5/+7
* This is a bug-fixing release.
2009-07-23Update to Octave 3.2.2.asau1-2/+5
Changes since previous (3.2.0) are minor bug fixes.
2009-07-22Remove USE_DIRS from pkgsrc.wiz1-2/+1
Shared directories can now be created independently by the pacakges needing them and will be removed automatically by pkg_delete when empty. Packages needing empty directories can use the @pkgdir command in PLIST. Discussed and ok'd in thread starting at http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-19Update to Octave 2.2.0.asau1-4/+5
User-visible changes since previous release: - Compatibility with Matlab graphics has been improved. - New graphics functions. - New experimental OpenGL/FLTK based plotting system. - Functions providing direct access to gnuplot have been removed. - The Control, Finance and Quaternion functions have been removed. - Specific sparse matrix functions removed. - Improvements to the debugger. - Improved traceback error messages. - Object Oriented Programming. - Parsing of Command-style Functions. - Block comments. - Special treatment in the parser of expressions like "a' * b". - Single Precision data type. - Improved array indexing. - Improved memory management. - Improved performance for reduction operations. - Sorting and searching. - Range arithmetics. - Various performance improvements. - 64-bit integer arithmetic. - Diagonal and permutation matrices. - Improvements to fsolve. - Improvements to the norm function. - New functions for computing some eigenvalues or singular values. - New QR and Cholesky factorization updating functions. - New quadrature functions. - New functions for reading and writing images. - Other miscellaneous new functions. - Changes to strcat. - Improvements to the help functions. - Deprecated functions.
2009-05-20Recursive ABI depends update and PKGREVISION bump for readline-6.0 shlibwiz1-1/+2
major change. Reported by Robert Elz in PR 41345.
2009-04-12Changes 3.0.5:adam1-3/+4
* Fixed a serious file reading bug. Changes 3.0.4: * Bug-fixing release.
2009-02-21PKGREVISION bump for libsndfile ABI depends bump.wiz1-1/+2
2009-01-27Add DESTDIR support.asau1-3/+5
Approved by <tnn>.
2008-10-25Changes 3.0.3:adam1-2/+2
* Bug fixes * Improvements
2008-09-11Changes 3.0.2:adam1-2/+2
* Bug-fix release.
2008-05-02Changes 3.0.1:adam1-3/+3
* This is a bug-fixing release.
2008-01-11Changes 3.0.0:adam1-28/+26
* Compatibility with Matlab graphics is much better now. We now have some graphics features that work like Matlab's Handle Graphics (tm): * The way Octave handles search paths has changed. * Previous versions of Octave had a number of built-in variables to control warnings (for example, warn_divide_by_zero). These variables have been replaced by warning identifiers that are used with the warning function to control the state of warnings. * All built-in variables have been converted to functions. * For compatibility with Matlab, the output order of Octave's "system" function has changed. * For compatibility with Matlab, the output of Octave's fsolve function has been changed. * For compatibility with Matlab, normcdf, norminv, normpdf, and normrnd have been modified to compute distributions using the standard deviation instead of the variance. * For compatibility with Matlab, gamcdf, gaminv, gampdf, gamrnd, expcdf, expinv, exppdf and exprnd have been modified to compute the distributions using the standard scale factor rather than one over the scale factor.
2007-11-12Removed ftp.eos.hokudai.ac.jp from MASTER_SITES, doesn't resolve anymoreheinz1-2/+1
in DNS. Mentioned by Zafer Aydogan in PR pkg/37318.
2007-10-05PR#36479 fix plus pkglint cosmeticsadam1-14/+13
2007-01-07PKGREVISION bump for flac shlib major bump and corresponding ABIwiz1-1/+2
depends bump.
2006-11-10Use find -print | xargs rather than find -exec.tv1-2/+2
2006-10-04Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.wiz1-2/+2
2006-04-06Changes 2.1.73:adam1-5/+4
* Bug fixes
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam1-5/+4
and replace with appropriate references to PKGINFODIR instead. * Properly account for split info files during installation. * Move info file listings directly into the package PLISTs. This fixes info-file-related PLIST problems.
2006-03-09Remove extraneous (and incorrect) .endfor.jlam1-2/+1
2006-03-09Generated info files may no longer be split, so handle this fact whenjlam1-5/+7
installing the liboctave info files.
2006-03-05* Teach the tools framework how to supply the pkgsrc version ofjlam1-3/+2
makeinfo if no native makeinfo executable exists. Honor TEXINFO_REQD when determining whether the native makeinfo can be used. * Remove USE_MAKEINFO and replace it with USE_TOOLS+=makeinfo. * Get rid of all the "split" argument deduction for makeinfo since the PLIST module already handles varying numbers of split info files correctly. NOTE: Platforms that have "makeinfo" in the base system should check that the makeinfo entries of pkgsrc/mk/tools.${OPSYS}.mk are correct.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-11-29Changes 2.1.72:adam1-3/+3
* Bug fixes * Improvements
2005-07-01Changes 2.1.71:adam1-3/+2
* Bug fixes
2005-05-31update to 2.1.71drochner1-2/+2
changes: cleanup, build system fixes
2005-05-30Set a directory name in PLIST to a correct value on Linux.minskim1-1/+4
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-18Changes 2.1.70:adam1-2/+2
* Bug fixes
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-01Changes 2.1.69:adam1-45/+71
* Bug fixes
2005-03-24Remove FreeBSD RCS Ids. pkgsrc has diverged too much for syncing to bewiz1-2/+1
useful.
2005-01-12Nuke USE_FORTRAN and bring the f2c handling within the mk/compilerjlam1-2/+2
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.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-27Replace RPATH_FLAG with LINKER_RPATH_FLAG and COMPILER_RPATH_FLAG,jlam1-2/+2
which are the full option names used to set rpath directives for the linker and the compiler, respectively. In places were we are invoking the linker, use "${LINKER_RPATH_FLAG} <path>", where the space is inserted in case the flag is a word, e.g. -rpath. The default values of *_RPATH_FLAG are set by the compiler/*.mk files, depending on the compiler that you use. They may be overridden on a ${OPSYS}-specific basis by setting _OPSYS_LINKER_RPATH_FLAG and _OPSYS_COMPILER_RPATH_FLAG, respectively. Garbage-collect _OPSYS_RPATH_NAME and _COMPILER_LD_FLAG.
2004-04-27Convert to buildlink3.snj1-2/+2
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-02-18Include "../../mk/compiler.mk" to get the value of CC_VERSION beforejlam1-3/+3
testing it.
2004-02-09CC_VERSION is "gcc-2.8.1" for egcs. Also fix up a few nits: not alljlam1-8/+8
compilers understand "-O" to optimize, and if we only care about gcc, then wrap the block in an ifdef that is triggered only if we're using gcc.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz1-2/+2
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-24Adjust dependancies and bump PKGREVISION due to:jmmv1-2/+3
- teTeX 1.0.x packages have been moved to teTeX1* directories. - teTeX 2.0.x packages have been moved to teTeX* directories and their base name has been changed to teTeX (instead of teTeX2).
2003-12-23Use compiler.mk logic, fixing systems with a non-GCC compiler.sketch1-4/+2
2003-11-10simplify last a little.grant1-2/+2
2003-11-10Unfortunately, octave will not build with gcc>=3.0 (and we really do notjschauma1-2/+6
want to patch all this), so bail out if we detect a gcc-3 compiler. Suggest octave-current instead. Closes my own PR pkg/21874. While here, allow dependecy on either ghostscript or ghostscript-nox11.
2003-09-28Permit teTeX2 as well as teTeX for BUILD_DEPENDS.kristerw1-2/+2