diff options
author | wiz <wiz> | 2007-02-27 09:23:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-27 09:23:45 +0000 |
commit | 49d830226f970c4919edb215e64336fc6c1eae8a (patch) | |
tree | 3c330c59f58c4d72f4a28644620835e35af17f31 /math | |
parent | 8581c3e325f240537e5352838e2c87ef7348116a (diff) | |
download | pkgsrc-49d830226f970c4919edb215e64336fc6c1eae8a.tar.gz |
Update to 1.28:
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)
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-FFT/Makefile | 5 | ||||
-rw-r--r-- | math/p5-Math-FFT/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile index 5ebd6d023de..4dc72154a13 100644 --- a/math/p5-Math-FFT/Makefile +++ b/math/p5-Math-FFT/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2007/02/22 19:26:47 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2007/02/27 09:23:45 wiz Exp $ -DISTNAME= Math-FFT-0.25 +DISTNAME= Math-FFT-1.28 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5fft -PKGREVISION= 2 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} diff --git a/math/p5-Math-FFT/distinfo b/math/p5-Math-FFT/distinfo index c7df0d832ce..7f8eaefa887 100644 --- a/math/p5-Math-FFT/distinfo +++ b/math/p5-Math-FFT/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 12:06:56 agc Exp $ +$NetBSD: distinfo,v 1.3 2007/02/27 09:23:45 wiz Exp $ -SHA1 (Math-FFT-0.25.tar.gz) = 91aed4d69c124009e9112082e8c98eee1b2b37e0 -RMD160 (Math-FFT-0.25.tar.gz) = cc69fb7edb08f0bbcbce90dd375fd877cb7522e5 -Size (Math-FFT-0.25.tar.gz) = 28114 bytes +SHA1 (Math-FFT-1.28.tar.gz) = 0c2916a624d826a528284006992aa3bed91a6b7e +RMD160 (Math-FFT-1.28.tar.gz) = a09b06711b09393eef1d8f7b1a5bd60b4475943c +Size (Math-FFT-1.28.tar.gz) = 29345 bytes |