aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-ltfat
Commit message (Collapse)AuthorAgeFilesLines
* remove empty pkg-plistPhilip M. Gollucci2015-08-201-1/+0
| | | | | | | | PR: 201663 Submitted By: s3erios@gmail.com Notes: svn path=/head/; revision=394904
* - Update to 2.1.0.Stephen Montgomery-Smith2015-07-043-14/+3
| | | | Notes: svn path=/head/; revision=391308
* - Unbreak by using gnu_configure instead of Makefile_unix.Stephen Montgomery-Smith2015-07-032-4/+12
| | | | | | | | PR: ports/199683 Submitted by: smars@yuntech.edu.tw Notes: svn path=/head/; revision=391279
* Update portaudio to v19/Remove portaudio2 [1]Baptiste Daroussin2015-05-301-1/+2
| | | | | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer Notes: svn path=/head/; revision=387982
* - Mark as broken. "make install" never seems to complete, probably because ofStephen Montgomery-Smith2015-05-111-0/+2
| | | | | | | incorrectly contructed help files. Notes: svn path=/head/; revision=386082
* Fix detection of libportaudio librariesPawel Pekala2015-01-251-1/+1
| | | | | | | | | PR: 196427 Submitted by: myself Approved by: hselasky, stephen, marcus, maintainer timeout from others Notes: svn path=/head/; revision=377845
* Update to 2.0.1.Stephen Montgomery-Smith2014-10-102-3/+3
| | | | Notes: svn path=/head/; revision=370616
* - Update to 2.0.0.Stephen Montgomery-Smith2014-10-072-4/+3
| | | | Notes: svn path=/head/; revision=370402
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* math/fftw3:Tijl Coosemans2014-08-311-0/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove PTHREAD_CFLAGS and PTHREAD_LIBS - Use MAKE_CMD Notes: svn path=/head/; revision=366788
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-141-3/+3
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=361812
* - Set license_file.Stephen Montgomery-Smith2014-06-231-0/+1
| | | | Notes: svn path=/head/; revision=358874
* - Update to 1.4.4.Stephen Montgomery-Smith2014-03-273-12/+5
| | | | Notes: svn path=/head/; revision=349315
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as well as changing the default in Mk/bsd.default-versions.mk. Part II, Bump PORTREVISIONs. PR: 182136 Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports) Tested by: bdrewery (two -exp runs) Notes: svn path=/head/; revision=347809
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-1/+1
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* - Move the MAKE_ARGS variables from some individual math/octave-forge-*Stephen Montgomery-Smith2014-01-231-2/+0
| | | | | | | | | ports to Mk/bsd.octave.mk. Also add LD_CXX="${CXX}" DL_LD="${CXX}" to MAKE_ARGS, as this fixes the build of several octave-forve-* ports by setting these variables properly in ${PREFIX}/bin/mkoctfile. Notes: svn path=/head/; revision=340801
* - Add license=GPLv3.Stephen Montgomery-Smith2014-01-121-0/+2
| | | | Notes: svn path=/head/; revision=339538
* - Implement staging for octave-forge ports.Stephen Montgomery-Smith2014-01-121-1/+0
| | | | Notes: svn path=/head/; revision=339520
* - Better way to make build work with FreeBSD-10.Stephen Montgomery-Smith2014-01-121-3/+2
| | | | | | | Reported by: Baptiste Daroussin <bapt@FreeBSD.org> Notes: svn path=/head/; revision=339514
* - Make build work with FreeBSD-10.Stephen Montgomery-Smith2014-01-121-0/+3
| | | | | | | | Reported by: pkg-fallout@FreeBSD.org Reference: http://beefy2.isc.freebsd.org/bulk/10amd64-quarterly/2014-01-08_01h07m09s/logs/octave-forge-ltfat-1.4.2_1.log Notes: svn path=/head/; revision=339485
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Switched to automake 1.11.6, see CVE-2012-3386. - #14669: Fixed extraction of CC from gmp.h. - Fixed case of intermediate zero real or imaginary part in mpc_fma, found by hydra with GMP_CHECK_RANDOMIZE=1346362345. This is on top of the following changes from version 1.0 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no invariant sections) for the documentation. - 100% of all lines are covered by tests - Renamed functions . mpc_mul_2exp to mpc_mul_2ui . mpc_div_2exp to mpc_div_2ui - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* - Add lib_depends to math/cblas. (If math/atlas is installed, thisStephen Montgomery-Smith2013-10-131-1/+2
| | | | | | | lib_depends should be ignored.) Notes: svn path=/head/; revision=330267
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | math) Notes: svn path=/head/; revision=327746
* - New port math/octave-forge-ltfatStephen Montgomery-Smith2013-09-185-0/+54
The octave-forge package is the result of The GNU Octave Repositry project, which is intended to be a central location for custom scripts, functions and extensions for GNU Octave. contains the source for all the functions plus build and install scripts. This is ltfat. The Large Time/Frequency Analysis Toolbox (LTFAT) is a Matlab/Octave toolbox for working with time-frequency analysis, wavelets and signal processing. It is intended both as an educational and a computational tool. The toolbox provides a large number of linear transforms including Gabor and wavelet transforms along with routines for constructing windows (filter prototypes) and routines for manipulating coefficients. Notes: svn path=/head/; revision=327510