diff options
author | wen <wen> | 2015-04-28 13:24:28 +0000 |
---|---|---|
committer | wen <wen> | 2015-04-28 13:24:28 +0000 |
commit | de1269b0455dcebcea977a8a685120e33164a950 (patch) | |
tree | 764d3408e4db1876c3a306000e1e249cdba729d6 /math | |
parent | f7d272939a77866d60dc4a9aa83b764d5a43fb43 (diff) | |
download | pkgsrc-de1269b0455dcebcea977a8a685120e33164a950.tar.gz |
Update to 1.32
Add LICENSE
Upstream changes:
1.32 2015-04-28
- Specify minimum version of perl as 5.8.x
- CPANTS / Kwalitee
1.31 2015-03-25
- Convert n2 in _spctrm to "double" so it won't overflow as an int
- Fix https://rt.cpan.org/Ticket/Display.html?id=22068
- Thanks to thomas.poleschner@gmx.de for the report.
1.30 2015-03-25
- Convert the test files to Test::More and do some other cleanups.
1.29 2015-03-05
- Convert to Dist-Zilla.
- Reformatted the code.
- Get rid of trailing space.
- Got to 100% POD coverage.
- Other cleanups.
- As the original maintainer (Randy Kobes) passed away, the distribution
was adopted by Shlomi Fish (SHLOMIF).
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-FFT/Makefile | 6 | ||||
-rw-r--r-- | math/p5-Math-FFT/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile index e05bb026d40..e1b8108ba80 100644 --- a/math/p5-Math-FFT/Makefile +++ b/math/p5-Math-FFT/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.16 2014/10/09 13:44:49 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2015/04/28 13:24:28 wen Exp $ -DISTNAME= Math-FFT-1.28 +DISTNAME= Math-FFT-1.32 PKGNAME= p5-${DISTNAME} -PKGREVISION= 6 CATEGORIES= math perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Math/} MAINTAINER= gson@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Math-FFT/ COMMENT= Perl module to calculate Fast Fourier Transforms +LICENSE= ${PERL5_LICENSE} PERL5_PACKLIST= auto/Math/FFT/.packlist diff --git a/math/p5-Math-FFT/distinfo b/math/p5-Math-FFT/distinfo index 7f8eaefa887..36da22c6199 100644 --- a/math/p5-Math-FFT/distinfo +++ b/math/p5-Math-FFT/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/02/27 09:23:45 wiz Exp $ +$NetBSD: distinfo,v 1.4 2015/04/28 13:24:28 wen Exp $ -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 +SHA1 (Math-FFT-1.32.tar.gz) = d4c6b10f450ca4384e3161dc25d31c94385942b3 +RMD160 (Math-FFT-1.32.tar.gz) = a0868e0c55ee445fea33151006b45d1da9e8614c +Size (Math-FFT-1.32.tar.gz) = 48468 bytes |