diff options
author | gson <gson> | 2004-11-27 12:50:38 +0000 |
---|---|---|
committer | gson <gson> | 2004-11-27 12:50:38 +0000 |
commit | a1a77d837d6a567335d9749e63b5fbd9d6cf2684 (patch) | |
tree | 672f1aead88dd2fd7b0471878d122f1d4bc0ebd0 /math | |
parent | c4bcf9d9183b49b7dc2a0edacf7ff5407dab2fbd (diff) | |
download | pkgsrc-a1a77d837d6a567335d9749e63b5fbd9d6cf2684.tar.gz |
Initial import of p5-Math-FFT 0.25.
Math::FFT is a Perl module for calculating Fast Fourier Transforms.
Diffstat (limited to 'math')
-rw-r--r-- | math/p5-Math-FFT/DESCR | 1 | ||||
-rw-r--r-- | math/p5-Math-FFT/Makefile | 17 | ||||
-rw-r--r-- | math/p5-Math-FFT/PLIST | 1 | ||||
-rw-r--r-- | math/p5-Math-FFT/distinfo | 4 |
4 files changed, 23 insertions, 0 deletions
diff --git a/math/p5-Math-FFT/DESCR b/math/p5-Math-FFT/DESCR new file mode 100644 index 00000000000..c8542f89651 --- /dev/null +++ b/math/p5-Math-FFT/DESCR @@ -0,0 +1 @@ +Math::FFT is a Perl module for calculating Fast Fourier Transforms. diff --git a/math/p5-Math-FFT/Makefile b/math/p5-Math-FFT/Makefile new file mode 100644 index 00000000000..16abc1d778b --- /dev/null +++ b/math/p5-Math-FFT/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 12:50:38 gson Exp $ + +DISTNAME= Math-FFT-0.25 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5fft +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 + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Math/FFT/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/math/p5-Math-FFT/PLIST b/math/p5-Math-FFT/PLIST new file mode 100644 index 00000000000..b1505a5018d --- /dev/null +++ b/math/p5-Math-FFT/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/27 12:50:38 gson Exp $ diff --git a/math/p5-Math-FFT/distinfo b/math/p5-Math-FFT/distinfo new file mode 100644 index 00000000000..cd08e35f9a9 --- /dev/null +++ b/math/p5-Math-FFT/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/11/27 12:50:38 gson Exp $ + +SHA1 (Math-FFT-0.25.tar.gz) = 91aed4d69c124009e9112082e8c98eee1b2b37e0 +Size (Math-FFT-0.25.tar.gz) = 28114 bytes |