summaryrefslogtreecommitdiff
path: root/math/octave-forge
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-01Use math/octave, not octave-currentadam1-7/+9
2005-03-19use awk instead of csplit during the build. csplit was onlydmcmahill3-15/+11
used in one place and it generated a build dependency on a package which conflicts with many other pkgs.
2005-03-16We no longer have to explicitly set F77. Addresses PR29666dmcmahill1-2/+1
2005-03-14- don't hard code /bin/sh (use the configured shell). Needed todmcmahill7-2/+97
get a working shell on solaris. - fix a header file - avoid passing invalid parameters to mkoctfile. octave-forge now works on solaris too.
2005-03-13remove some non-portable shell constructsdmcmahill2-1/+15
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-05Changes 2004.11.16:adam11-203/+98
* initial econometrics toolbox * updated protein databank (extra/pdb) functions * new functions: wavread wavwrite hann strfind randp sprandn conv2nan * many bug fixes and improvements
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-10-30Update to octave-forge-2004.09.09. The most notable change is that thisdmcmahill13-759/+721
version now works with octave-current-2.1.59 which is what's currently in pkgsrc. Other than than, many minor bug fixes.
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+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-09-03Turn off the "fixed" module for now as it won't compile with the toolchaindmcmahill2-42/+7
in NetBSD-current. It may not be too hard for a c++ programmer to fix. Should address recently noted bulk build failures.
2004-08-14import octave-forge-2004.07.07dmcmahill14-0/+1788
The octave-forge project contains functions for Octave which are not in the main distribution. While the main Octave distribution is conservative about accepting new functions and changes, octave-forge is very open. As a result, be prepared for some lower quality code and more rapidly changing interfaces to the functions in octave-forge.