summaryrefslogtreecommitdiff
path: root/math/octave/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Convert @exec/@unexec to @pkgdir or drop it.joerg1-8/+8
2009-06-14Remove @dirrm entries from PLISTsjoerg1-74/+1
2009-04-12Changes 3.0.5:adam1-1/+6
* Fixed a serious file reading bug. Changes 3.0.4: * Bug-fixing release.
2008-10-25Changes 3.0.3:adam1-1/+19
* Bug fixes * Improvements
2008-05-02Changes 3.0.1:adam1-2/+5
* This is a bug-fixing release.
2008-01-11Changes 3.0.0:adam1-288/+577
* 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-10-05PR#36479 fix plus pkglint cosmeticsadam1-1/+4
2006-04-06Changes 2.1.73:adam1-103/+102
* Bug fixes
2006-03-20* Nuke all references to and definitions of INFO_DIR in package Makefilesjlam1-1/+3
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.
2005-11-29Changes 2.1.72:adam1-1/+4
* Bug fixes * Improvements
2005-05-30Set a directory name in PLIST to a correct value on Linux.minskim1-84/+84
2005-04-01Changes 2.1.69:adam1-250/+983
* Bug fixes
2004-03-08Remove info files entries from PLIST.seb1-18/+1
2003-08-02Convert to USE_NEW_TEXINFO.seb1-5/+1
Remove now unnecessary patch files.
2003-07-02Update to version 2.0.17. Convert to using buildlink.jtb1-665/+675
Summary of changes for version 2.0.17: ------------------------------------- This will probably be the last release in the 2.0.x series. There are a few bug fixes, but the major change is to print a message saying that Octave 2.0.x cannot be compiled with gcc 3.0.x or gcc 2.96. If you want to build Octave 2.0.x, you will need to use gcc 2.95.x. If you want to use gcc 3.0.x or some later version, you should be using the Octave 2.1.35 sources or a more recent version.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-4/+4
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-03-18The host specific installation subdirectories are actually taken by configurefredb1-10/+10
from its --host argument, which is exactly ${MACHINE_GNU_PLATFORM}. Use that for the PLIST instead of ${MACHINE_ARCH}--${LOWER_OPSYS}, which may lack the "elf" suffix on certain platforms.
2002-02-18Introduce new framework for handling info files generation and installation.seb1-5/+5
Summary of changes: - removal of USE_GTEXINFO - addition of mk/texinfo.mk - inclusion of this file in package Makefiles requiring it - `install-info' substituted by `${INSTALL_INFO}' in PLISTs - tuning of mk/bsd.pkg.mk: removal of USE_GTEXINFO INSTALL_INFO added to PLIST_SUBST `${INSTALL_INFO}' replace `install-info' in target rules print-PLIST target now generate `${INSTALL_INFO}' instead of `install-info' - a couple of new patch files added for a handful of packages - setting of the TEXINFO_OVERRIDE "switch" in packages Makefiles requiring it - devel/cssc marked requiring texinfo 4.0 - a couple of packages Makefiles were tuned with respect of INFO_FILES and makeinfo command usage See -newly added by this commit- section 10.24 of Packages.txt for further information.
2002-02-15mkdir -> ${MKDIR}skrll1-6/+6
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2001-11-01Move pkg/ files into package's toplevel directoryzuntum1-0/+698