summaryrefslogtreecommitdiff
path: root/math/p5-Math-FFT
AgeCommit message (Collapse)AuthorFilesLines
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=...").
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-27Update to 1.28:wiz2-7/+6
1.28 Sat Sep 03 2005 - bump version so PAUSE ignores deleted 1.27 package 0.28 Sun Aug 28 2005 - fix version mistake in META.yml 0.27 Sun Aug 28 2005 - add method to calculate root mean square of data (suggested by Robert Hiller) - in calculating the power spectrum, use same logic for segments = 1 as is currently done for segments > 1 when "number" is specified (suggested by Robert Hiller) - in calculating the power spectrum, check if data size is an integral power of 2 if segments is not specified or if segments = 1 and "number" is not specified - in the spectrum method, change the name of the "hamm" window function to "hann" (suggested by Robert Hiller). For backwards compatibility, "hamm" is still supported. - in the pod for the spctrm method, clarify how options are to be passed in (suggested by Robert Hiller) 0.26 Sat Dec 04 2004 - include "arrays.h" in FFT.xs (required for some platforms) (thanks to Doug Shubert)
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-11-27Initial import of p5-Math-FFT 0.25.gson4-0/+23
Math::FFT is a Perl module for calculating Fast Fourier Transforms.